From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#32183: New =?UTF-8?Q?=E2=80=98guix_?= =?UTF-8?Q?pull=E2=80=99?= /root/.config/current/bin/guix: Permission denied Date: Wed, 18 Jul 2018 00:28:31 +0200 Message-ID: <877eltsdio.fsf@gnu.org> References: <20180717085541.g6nuycopf5kxoin7@thebird.nl> <20180717191554.GA23234@jasmine.lan> 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]:45506) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffYSu-0007CR-88 for bug-guix@gnu.org; Tue, 17 Jul 2018 18:29:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ffYSt-0006Mi-GQ for bug-guix@gnu.org; Tue, 17 Jul 2018 18:29:04 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:40891) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ffYSt-0006MY-C0 for bug-guix@gnu.org; Tue, 17 Jul 2018 18:29:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ffYSt-0002oY-5W for bug-guix@gnu.org; Tue, 17 Jul 2018 18:29:03 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <20180717191554.GA23234@jasmine.lan> (Leo Famulari's message of "Tue, 17 Jul 2018 15:15:54 -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: Leo Famulari Cc: 32183-done@debbugs.gnu.org Leo Famulari skribis: > On Tue, Jul 17, 2018 at 10:55:41AM +0200, Pjotr Prins wrote: >> > > Fails to build with below /gnu/store/8ahlc84zaj0iw9jpsdpa9wx4ms0s9cm= a-guix-daemon-0.15.0-1.4876bc8/libexec/guix/download: line 8: /root/.config= /current/bin/guix: Permission denied > > There must be a typo in the code somewhere. The path should be > '/root/.config/guix/current/bin/guix'.Note the extra 'guix' path > component. Good catch! Fixed in 799dc53e9bfe605613cd2e7cb2c584282847fa84. Thank you Leo & Pjotr. Ludo=E2=80=99.