From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#20163: substitute-binary fails when attempting to reconfigure Date: Sun, 22 Mar 2015 23:45:46 +0100 Message-ID: <87lhioy7l1.fsf@gnu.org> References: <87a8z5agkx.fsf@netris.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]:38606) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YZod9-00046n-5i for bug-guix@gnu.org; Sun, 22 Mar 2015 18:46:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YZod8-0000ZG-DV for bug-guix@gnu.org; Sun, 22 Mar 2015 18:46:03 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:43017) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YZod8-0000ZC-AU for bug-guix@gnu.org; Sun, 22 Mar 2015 18:46:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YZod8-0005t4-3T for bug-guix@gnu.org; Sun, 22 Mar 2015 18:46:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87a8z5agkx.fsf@netris.org> (Mark H. Weaver's message of "Sat, 21 Mar 2015 22:53:02 -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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Mark H Weaver Cc: 20163-done@debbugs.gnu.org This is fixed by commit 4d58122. The problem was that for clients running as =E2=80=98root=E2=80=99, the =E2=80=9Csubstitute-urls=E2=80=9D value that the client passes overrides th= at of the daemon. And the client=E2=80=99s default value was the empty list, which =E2=80=98substitute-binary=E2=80=99 currently rejects. Thank you! Ludo=E2=80=99.