From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pjotr Prins 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, 24 Jul 2018 00:28:55 +0200 Message-ID: <20180723222855.osvahab6uo677nfd@thebird.nl> References: <20180717085541.g6nuycopf5kxoin7@thebird.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47634) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fhjKF-0007wH-Kr for bug-guix@gnu.org; Mon, 23 Jul 2018 18:29:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fhjKA-0002qM-OJ for bug-guix@gnu.org; Mon, 23 Jul 2018 18:29:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49412) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fhjKA-0002qE-Ii for bug-guix@gnu.org; Mon, 23 Jul 2018 18:29:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fhjKA-0001lB-6q for bug-guix@gnu.org; Mon, 23 Jul 2018 18:29:02 -0400 In-Reply-To: <20180717085541.g6nuycopf5kxoin7@thebird.nl> Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline 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: 32183@debbugs.gnu.org Not completely sorted. Not sure what is going wrong but now starting with guix 0.14 daemon and client and running guix pull a few times successfully, running guix-daemon from $HOME/.config/guix/current/bin and guix from a fresh git checkout using ./pre-inst-env guix I get substitute: /gnu/store/x02v3j0h5q1d9bl3lwxavp8m9rpm3b7m-guix-daemon-0.15.0-2.8bbb79c/libexec/guix/substitute: line 8: /root/.config/guix/current/bin/guix: No such file or directory which is funny for two reasons - 1st this is a guix-daemon that appears to be older (it is the same) referring to a directory that does not exist - guix pull is in my $HOME/.config. Note that it still downloads binaries, but won't do the final symlinks in the profile. On this machine I am stuck because whatever I do I get this error. Only rolling back to 0.14 allows me to install software again including guix. But then it stops in its tracks with above. Pj.