From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Hinsen 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: Fri, 12 Oct 2018 08:59:13 +0200 Message-ID: <8ee7a13c-5c91-0165-4b4e-5c54ec1cc7c4@fastmail.net> 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> <87o9c030mj.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34615) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gArQf-0000sW-3A for bug-guix@gnu.org; Fri, 12 Oct 2018 03:00:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gArQZ-0001Uv-9Z for bug-guix@gnu.org; Fri, 12 Oct 2018 03:00:09 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:41596) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gArQZ-0001Ul-6C for bug-guix@gnu.org; Fri, 12 Oct 2018 03:00:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gArQZ-00028X-1N for bug-guix@gnu.org; Fri, 12 Oct 2018 03:00:03 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87o9c030mj.fsf@gnu.org> Content-Language: en-US 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= , Pjotr Prins Cc: 32183-done@debbugs.gnu.org Hi Ludo, > I believe commit ed9d7cb4d95f8f4776e6fee2778ab52bc2852969 fixes it. > > That is, if you run ‘guix pull’ as root and then start > ~/.config/guix/current/bin/guix-daemon, everything should be fine. Let's say the bug seems to be elsewhere now ;-) When I try to build something after following your instructions, I get the error message /gnu/store/bkkf11ixn67cwcw05nw9w9yd68i4jf23-guix-daemon-0.15.0-5.1d0be47/libexec/guix/download: line 8: /var/guix/profiles/per-user/root/current-guix/bin/guix: No such file or directory And indeed there is no guix at that place. I guess it should be /var/guix/profiles/per-user/root/guix-profile/bin/guix I can try fixing the download script and testing again, but not before next week, sorry! Konrad.