From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Transition to /gnu/store Date: Wed, 19 Mar 2014 21:50:16 +0100 Message-ID: <87k3bp6hh3.fsf@gnu.org> References: <87eh2myiqy.fsf@gnu.org> <87y50qlzmx.fsf@yeeloong.lan> <87fvmxrj21.fsf_-_@gnu.org> <87r46b7yvu.fsf@gnu.org> 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]:33800) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQNRj-0006pn-3l for guix-devel@gnu.org; Wed, 19 Mar 2014 16:50:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WQNRV-0000Ew-D3 for guix-devel@gnu.org; Wed, 19 Mar 2014 16:50:43 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:40967) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQNRL-0000C8-Jl for guix-devel@gnu.org; Wed, 19 Mar 2014 16:50:28 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id CCC5F201D for ; Wed, 19 Mar 2014 21:50:17 +0100 (CET) Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WtjYk-yxUtiX for ; Wed, 19 Mar 2014 21:50:17 +0100 (CET) Received: from pluto (reverse-83.fdn.fr [80.67.176.83]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 8054D788 for ; Wed, 19 Mar 2014 21:50:17 +0100 (CET) In-Reply-To: <87r46b7yvu.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Mon, 10 Mar 2014 00:09:25 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org FWIW I=E2=80=99ve migrated my laptop to /gnu/store, and also switched to a different $localstatedir (meaning that the store=E2=80=99s DB, build log directory, profiles, etc. are stored in a different place.) After that, I ended up starting from an empty profile (because the old one was elsewhere.) So I recreated my profile with: guix package -i $(guix package -I . \ -p /nix/var/nix/profiles/per-user/ludo/guix-profile | \ cut -f1,3 | sed -e's/\t/:/g') where /nix/var/../guix-profile is the old profile. Ludo=E2=80=99.