From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#32929: `guix pull` fail Date: Wed, 10 Oct 2018 15:01:14 +0200 Message-ID: <87va6a7y79.fsf@gnu.org> References: <8366805ea63466ea6bbdcf42ea89cbb1cac75231.camel@case.edu> <87y3b8upwu.fsf@gnu.org> <1bfe554e7bd3e7415d821b694106fb81948c0dd0.camel@case.edu> 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]:54455) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gAE7v-0003fQ-8q for bug-guix@gnu.org; Wed, 10 Oct 2018 09:02:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gAE7m-0000F4-EW for bug-guix@gnu.org; Wed, 10 Oct 2018 09:02:11 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:38744) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gAE7m-0000Em-3p for bug-guix@gnu.org; Wed, 10 Oct 2018 09:02:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gAE7m-0004HI-04 for bug-guix@gnu.org; Wed, 10 Oct 2018 09:02:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <1bfe554e7bd3e7415d821b694106fb81948c0dd0.camel@case.edu> (Michael Bowcutt's message of "Mon, 08 Oct 2018 17:58:07 -0400") 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: Michael Bowcutt Cc: 32929@debbugs.gnu.org Hi Michael, Michael Bowcutt skribis: > On Mon, 2018-10-08 at 22:47 +0200, Ludovic Court=C3=A8s wrote: >> Thanks for your report. I pulled v0.15.0 and from there tried to >> pull >> the above commit, but I couldn=E2=80=99t reproduce the bug above. >>=20 >> Does it still occur for you? > > Yes, I'm still getting this error, although with different program and > guix version hashes which frequently change. > >> How did you install Guix? It seems to be running on Guile 2.0 (not >> 2.2), can you confirm? > > I installed via the Fedora 28 COPR at=20 > https://copr.fedorainfracloud.org/coprs/lantw44/guix/. I'm 90% sure I'm > running Guile 2.0, even though I have both 2.0 and 2.2 installed via > dnf. I see. I believe commit 099bb0175f681e5f68dafb8ad973866f31fe515c fixes the problem. With this commit, running =E2=80=98guix pull=E2=80=99 will al= ways give you, under ~/.config/guix/current, a new Guix running on Guile 2.2. Could you try running =E2=80=98guix pull=E2=80=99 and see if it works now? Besides, I=E2=80=99d like to drop Guile 2.0 support soon, so if you could t= ell the COPR packagers to switch to Guile 2.2, that=E2=80=99d be great. :-) Thanks, Ludo=E2=80=99.