From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 2/4] gnu: dconf: Add dconf. Date: Tue, 23 Dec 2014 00:13:39 +0100 Message-ID: <87ppbbl1lo.fsf@gnu.org> References: <87vbl5qn5o.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33859) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y3CAc-0004SW-35 for guix-devel@gnu.org; Mon, 22 Dec 2014 18:13:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y3CAX-0004ho-FB for guix-devel@gnu.org; Mon, 22 Dec 2014 18:13:46 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:54601) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y3CAX-0004he-8J for guix-devel@gnu.org; Mon, 22 Dec 2014 18:13:41 -0500 In-Reply-To: (Federico Beffa's message of "Mon, 22 Dec 2014 18:46:10 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Federico Beffa Cc: Guix-devel Federico Beffa skribis: > On Sun, Dec 21, 2014 at 12:04 PM, Ludovic Court=C3=A8s wro= te: >>> + (arguments >>> + `(#:tests? #f ; To contact dbus it needs to load /var/lib/dbus/ma= chine-id >>> + ; or /etc/machine-id. >> >> I suspect you may be able to work around it with: >> >> (setenv "DBUS_FATAL_WARNINGS" "0") >> >> Could you try? > > The test still fails because it checks if dconf can communicate with dbus OK. In that case, please push the patch after updating the above comment. Thanks! Ludo=E2=80=99.