help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: guix pull fails while Migrating profile generations


From: Ludovic Courtès
Subject: Re: guix pull fails while Migrating profile generations
Date: Fri, 09 Nov 2018 17:37:43 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Hi,

Thorsten Wilms <address@hidden> skribis:

> On 07/11/2018 16.04, Thorsten Wilms wrote:
>> Since guix is working again, it seems this was about the change from
>> export
>> PATH="/home/thorwil/.guix-profile/bin:/home/thorwil/.guix-profile/sbin${PATH:+:}$PATH"
>>  
>>
>> to
>> export PATH="/home/thorwil/.config/guix/current/bin${PATH:+:}$PATH"
>
> Wrong once more. One reboot later, it happens again:
>
> ~: guix pull
> (...)
> Migrating profile generations to '/var/guix/profiles/per-user/thorwil'...
> guix pull: error: symlink: File exists:
> "/var/guix/profiles/per-user/thorwil/current-guix-3-link"

Could you try this:

  rm ~/.config/guix/current
  ln -s /var/guix/profiles/per-user/thorwil/current-guix \
        ~/.config/guix/current

and then:

  guix pull -l 1w

?

HTH,
Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]