From mboxrd@z Thu Jan 1 00:00:00 1970 From: julien lepiller Subject: Re: How do I fix a messed-up Guix? Date: Tue, 16 May 2017 16:03:19 +0200 Message-ID: <38fe62eadaffe4f7823c81af2e1cc1ea@lepiller.eu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40805) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dAd4X-000212-QD for guix-devel@gnu.org; Tue, 16 May 2017 10:03:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dAd4S-00082q-7Q for guix-devel@gnu.org; Tue, 16 May 2017 10:03:33 -0400 Received: from dau94-h03-89-91-205-84.dsl.sta.abo.bbox.fr ([89.91.205.84]:48022 helo=skaro.lepiller.eu) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dAd4R-000823-Qc for guix-devel@gnu.org; Tue, 16 May 2017 10:03:28 -0400 Received: from localhost (localhost [127.0.0.1]) by skaro.lepiller.eu (Postfix) with ESMTP id AD4728161E for ; Tue, 16 May 2017 16:03:23 +0200 (CEST) Received: from skaro.lepiller.eu ([127.0.0.1]) by localhost (lepiller.eu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id utLADs-lScIT for ; Tue, 16 May 2017 16:03:20 +0200 (CEST) Received: from webmail.lepiller.eu (localhost [127.0.0.1]) by skaro.lepiller.eu (Postfix) with ESMTPA id A0F9C7F8AE for ; Tue, 16 May 2017 16:03:19 +0200 (CEST) In-Reply-To: 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" To: guix-devel@gnu.org Le 2017-05-16 15:11, Konrad Hinsen a =C3=A9crit=C2=A0: > On 16/05/2017 15:02, Konrad Hinsen wrote: >=20 >> I ended up rolling back until my profile no longer contained "guix" (I >> have no idea how I could ever produce such a profile), so now I am >> completely stuck. Any idea for getting out of this mess? >=20 > I forgot two details: >=20 > - I tried building python-2.7.12 using --fallback. This fails because > one of the tests (test_pty) fails. >=20 > - Under another user account, I still have a working guix profile > because I hardly ever update it. I'd like to avoid breaking it, and > therefore avoid the brute-force approach of re-doing the binary > install procedure. >=20 > Konrad. Hi Konrad, You could probably use the other user's guix version. Copy=20 ~otheruser/.config/guix/latest to your own user's .config/guix, and try=20 to guix pull from that. That won't mess with the other user's profile.