From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Lepiller Subject: bug#36785: Impossible to pull on foreign distro Date: Wed, 24 Jul 2019 16:40:42 +0200 Message-ID: <6733C9AB-E5C1-4B63-8F0E-04CD1BB32338@lepiller.eu> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:33743) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hqIRz-0006Fi-UC for bug-guix@gnu.org; Wed, 24 Jul 2019 10:41:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hqIRy-0003V8-UX for bug-guix@gnu.org; Wed, 24 Jul 2019 10:41:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57254) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hqIRy-0003V4-RE for bug-guix@gnu.org; Wed, 24 Jul 2019 10:41:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hqIRy-0007UL-N4 for bug-guix@gnu.org; Wed, 24 Jul 2019 10:41:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:33617) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hqIRh-0006E5-0R for bug-guix@gnu.org; Wed, 24 Jul 2019 10:40:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hqIRf-0003NK-3i for bug-guix@gnu.org; Wed, 24 Jul 2019 10:40:44 -0400 Received: from lepiller.eu ([2a00:5884:8208::1]:54100) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hqIRe-0003LX-Rg for bug-guix@gnu.org; Wed, 24 Jul 2019 10:40:43 -0400 Received: from [131.254.252.98] (205.emeraldonion.org [23.129.64.205]) by lepiller.eu (OpenSMTPD) with ESMTPSA id 920a0358 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Wed, 24 Jul 2019 14:40:38 +0000 (UTC) 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: 36785@debbugs.gnu.org Hi guix, I gave a small tutorial to someone today, where we installed guix on top o= f a foreign distro=2E We used the script and everything went smoothly, and = after finding out that we were going to build php (we were trying to define= a VM that would serve one of their services), we tried to run guix pull: sudo guix pull =E2=80=94commit=3D=E2=80=A6 However the command failed immediately with: Migrating profile generations to '/var/guix/profiles/per-user/root'=2E=2E= =2E Guix pull: error: symlink: File exists: "/var/guix/profiles/per-user/root/= current-guix" Indeed, the file exists and everything looks good=2E Why does guix try to = migrate a profile that's already good? I was able to work around that situation, but it's not great for our users= =2E