From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: guix pull fails while Migrating profile generations Date: Fri, 09 Nov 2018 17:37:43 +0100 Message-ID: <87va56yzoo.fsf@gnu.org> References: <676164e0fe504d2c8ef075613c84ee8d@mx.verum.com> <87sh0e8por.fsf@gnu.org> <92040389-f5df-61af-92be-2330ff11b84c@freenet.de> 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]:39418) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gL9n1-0007Ig-VG for help-guix@gnu.org; Fri, 09 Nov 2018 11:37:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gL9n0-0005ce-53 for help-guix@gnu.org; Fri, 09 Nov 2018 11:37:47 -0500 In-Reply-To: (Thorsten Wilms's message of "Wed, 7 Nov 2018 18:40:13 +0100") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Thorsten Wilms Cc: help-guix@gnu.org Hi, Thorsten Wilms 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=3D"/home/thorwil/.guix-profile/bin:/home/thorwil/.guix-profile/sbin= ${PATH:+:}$PATH"=20 >> >> to >> export PATH=3D"/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=E2=80=99.