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: Tue, 11 Sep 2018 16:27:23 +0200 Message-ID: <87efe09kj8.fsf@gnu.org> References: <20180723222855.osvahab6uo677nfd@thebird.nl> <87tvomxfzy.fsf@gnu.org> <871sacats5.fsf@gnu.org> <20180902142855.llzongao3kraunys@thebird.nl> <87efeb64z3.fsf@gnu.org> <20180906211033.nszav6ubctku737d@thebird.nl> <87zhwq91dc.fsf@gnu.org> <87zhwo9wcg.fsf@gnu.org> <20180911132313.7qtypjdc6y5ykjxd@thebird.nl> <20180911135839.kffwkj7hmwe3f2w5@thebird.nl> 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]:35346) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fzjeA-0003Dv-Fv for bug-guix@gnu.org; Tue, 11 Sep 2018 10:28:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fzje6-0007Gu-9g for bug-guix@gnu.org; Tue, 11 Sep 2018 10:28:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:32916) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fzje6-0007Gg-4I for bug-guix@gnu.org; Tue, 11 Sep 2018 10:28:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fzje5-0003BF-W3 for bug-guix@gnu.org; Tue, 11 Sep 2018 10:28:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20180911135839.kffwkj7hmwe3f2w5@thebird.nl> (Pjotr Prins's message of "Tue, 11 Sep 2018 15:58:39 +0200") 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: Pjotr Prins Cc: 32183@debbugs.gnu.org Pjotr Prins skribis: > On Tue, Sep 11, 2018 at 03:23:13PM +0200, Pjotr Prins wrote: >> On Tue, Sep 11, 2018 at 12:12:15PM +0200, Ludovic Court=C3=A8s wrote: >> > The download process is running as a build user, not as root, hence the >> > permission issue (silly me!). >> >=20 >> > Now we need to find a way to use =E2=80=98guix=E2=80=99 from root=E2= =80=99s >> > ~/.config/guix/current. A solution may be to expose that profile under >> > /var/guix/profiles. Needs more thought=E2=80=A6 >>=20 >> Great! Any quick hacks to fix this? Even when I set all permissions open= I get in the latest tree >>=20 >> ./pre-inst-env guix package -i r-rqda -p ~/opt/rqda --substitute-urls=3D= "https://berlin.guixsd.org" --verbose >>=20 >> Building /gnu/store/nknybsl5a9wnfgd9bs13fzmjwa382ys2-libgcrypt-1.8.3.tar= .bz2.drv - x86_64-linux >> /gnu/store/sf84mb2y5vcykwq9fv02l2nipp34qng2-guix-daemon-0.15.0-3.3d43017= /libexec/guix/download: line 8: /root/.config/guix/current/bin/guix: Permis= sion denied >> /gnu/store/sf84mb2y5vcykwq9fv02l2nipp34qng2-guix-daemon-0.15.0-3.3d43017= /libexec/guix/download: line 8: exec: /root/.config/guix/current/bin/guix: = cannot execute: Permission denied >> builder for `/gnu/store/nknybsl5a9wnfgd9bs13fzmjwa382ys2-libgcrypt-1.8.3= .tar.bz2.drv' failed with exit code 126 >> Build failed: /gnu/store/nknybsl5a9wnfgd9bs13fzmjwa382ys2-libgcrypt-1.8.= 3.tar.bz2.drv - 1 builder for `/gnu/store/nknybsl5a9wnfgd9bs13fzmjwa382ys2-= libgcrypt-1.8.3.tar.bz2.drv' failed with exit code > > Hmmm. It fixed itself when I added the mirror substitute URL again. > After that it successfully built ghostscript. Looks like the building > problem only exists in the pre-building track of guix where it builds > packages for its own use? The issue affects downloads only (fixed-output derivations, not substitutes.) Ludo=E2=80=99.