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: Mon, 15 Oct 2018 13:59:05 +0200 Message-ID: <28305e01-cf3e-0731-4aaf-34eb516fb958@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> <8ee7a13c-5c91-0165-4b4e-5c54ec1cc7c4@fastmail.net> <87o9bziapa.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]:42217) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gC1Xb-00019j-0u for bug-guix@gnu.org; Mon, 15 Oct 2018 08:00:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gC1XW-0006FR-Uq for bug-guix@gnu.org; Mon, 15 Oct 2018 08:00:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:45616) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gC1XW-0006FK-QH for bug-guix@gnu.org; Mon, 15 Oct 2018 08:00:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gC1XW-0005oP-LT for bug-guix@gnu.org; Mon, 15 Oct 2018 08:00:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87o9bziapa.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?= Cc: 32183-done@debbugs.gnu.org Hi Ludo, > Hmm you might need to run, say, ‘guix pull -l’, to make this script > magically appear. :-) > > Concretely, the new ‘guix pull’ migrates things from ~/.config/guix to > /var/guix/profiles the first time you run it, but it may be that you > haven’t yet run the *new* ‘guix pull’. That looks like the right direction, since running "guix pull -l" starts by saying    Migrating profile generations to '/var/guix/profiles/per-user/root'... Unfortunately, its next statement is just as magic but less pleasant: Backtrace:            6 (primitive-load "/root/.config/guix/current/bin/guix") In guix/ui.scm:   1583:12  5 (run-guix-command _ . _) In ice-9/boot-9.scm:     829:9  4 (catch srfi-34 # …)     829:9  3 (catch system-error # …)     829:9  2 (catch git-error # …)     829:9  1 (catch system-error # …) In unknown file:            0 (raise #) ERROR: In procedure raise: Wrong type (expecting exact integer): # This looks like an error in an error-raising procedure, something like  a meta-error ;-) Looking at   ~# ls -l /var/guix/profiles/per-user/root/current-guix    lrwxrwxrwx 1 root root 14 oct.  15 13:51 /var/guix/profiles/per-user/root/current-guix -> current-4-link yields  a link that is indeed missing. What I do have is current-guix-4-link, but not a plain current-4-link. Konrad.