From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#37384: Daemon does not honor =?UTF-8?Q?=E2=80=9CuseSubstitutes=E2=80=9D?= on armhf Date: Mon, 16 Sep 2019 17:52:59 +0200 Message-ID: <877e686xwk.fsf@gnu.org> References: <87woeevf8k.fsf@ngyro.com> <87sgp2vaqh.fsf@ngyro.com> <87ftl25am0.fsf@ngyro.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:36249) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i9tKE-0005IR-Uz for bug-guix@gnu.org; Mon, 16 Sep 2019 11:54:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i9tKD-00038j-RE for bug-guix@gnu.org; Mon, 16 Sep 2019 11:54:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42049) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i9tKD-00038f-MZ for bug-guix@gnu.org; Mon, 16 Sep 2019 11:54:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i9tKD-0003Bh-Is for bug-guix@gnu.org; Mon, 16 Sep 2019 11:54:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87ftl25am0.fsf@ngyro.com> (Timothy Sample's message of "Thu, 12 Sep 2019 01:47:51 -0400") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Timothy Sample Cc: 37384@debbugs.gnu.org Hello Timothy, Timothy Sample skribis: > The following patch fixes the problem: > > From 3c3eafac82e0a6e8a37363d6eb46f128e585705a Mon Sep 17 00:00:00 2001 > From: Timothy Sample > Date: Thu, 12 Sep 2019 00:50:54 -0400 > Subject: [PATCH] daemon: Include 'config.h' in 'nix-daemon.cc'. > > * nix/nix-daemon/nix-daemon.cc: Include 'config.h'. > --- > nix/nix-daemon/nix-daemon.cc | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/nix/nix-daemon/nix-daemon.cc b/nix/nix-daemon/nix-daemon.cc > index ffac6cde34..1163a249d1 100644 > --- a/nix/nix-daemon/nix-daemon.cc > +++ b/nix/nix-daemon/nix-daemon.cc > @@ -1,3 +1,4 @@ > +#include "config.h" > #include "shared.hh" > #include "local-store.hh" > #include "util.hh" LGTM. Thanks for the debugging effort that led to this fix! Ludo=E2=80=99.