From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41889) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dRgTl-0004rS-2D for guix-patches@gnu.org; Sun, 02 Jul 2017 11:08:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dRgTh-0005Cr-Sx for guix-patches@gnu.org; Sun, 02 Jul 2017 11:08:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:46226) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dRgTh-0005Ci-QD for guix-patches@gnu.org; Sun, 02 Jul 2017 11:08:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dRgTh-0005CU-KP for guix-patches@gnu.org; Sun, 02 Jul 2017 11:08:01 -0400 Subject: [bug#27542] [PATCH] gnu: gcr: Enable working tests. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170630214326.27709-1-kei@openmailbox.org> Date: Sun, 02 Jul 2017 17:06:46 +0200 In-Reply-To: <20170630214326.27709-1-kei@openmailbox.org> (Kei Kebreau's message of "Fri, 30 Jun 2017 17:43:26 -0400") Message-ID: <87shie7u9l.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Kei Kebreau Cc: 27542@debbugs.gnu.org Hello, Kei Kebreau skribis: > * gnu/packages/patches/gcr-disable-failing-tests.patch, > gnu/packages/patches/gcr-fix-collection-tests-to-work-with-gpg-21.patch: > New files. > * gnu/local.mk (dist_patch_DATA): Add patches. > * gnu/packages/gnome.scm (gcr)[source]: Use patches. > [arguments]: Enable tests. [...] > +++ b/gnu/packages/patches/gcr-disable-failing-tests.patch > @@ -0,0 +1,127 @@ > +This patch removes a group of tests that fail because /var/lib/dbus/mach= ine-id > +is not present in the build environment. We usually work around these with: (setenv "DBUS_FATAL_WARNINGS" "0") Is it ineffective here? Thanks, Ludo=E2=80=99.