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 22:47:58 +0200 Message-ID: <87in298r5t.fsf@gnu.org> References: <8366805ea63466ea6bbdcf42ea89cbb1cac75231.camel@case.edu> <87y3b8upwu.fsf@gnu.org> <1bfe554e7bd3e7415d821b694106fb81948c0dd0.camel@case.edu> <87va6a7y79.fsf@gnu.org> <2ed3e2703403ff085a3d3fa6a4e173439269bbb8.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]:42364) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gALPl-0002d0-Ry for bug-guix@gnu.org; Wed, 10 Oct 2018 16:49:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gALPk-0002O4-2i for bug-guix@gnu.org; Wed, 10 Oct 2018 16:49:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:39654) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gALPi-0002NY-Dp for bug-guix@gnu.org; Wed, 10 Oct 2018 16:49:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gALPi-0003Ca-AS for bug-guix@gnu.org; Wed, 10 Oct 2018 16:49:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <2ed3e2703403ff085a3d3fa6a4e173439269bbb8.camel@case.edu> (Michael Bowcutt's message of "Wed, 10 Oct 2018 16:15:57 -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-done@debbugs.gnu.org Michael Bowcutt skribis: > On Wed, 2018-10-10 at 15:01 +0200, Ludovic Court=C3=A8s wrote: [...] >> I see. I believe commit 099bb0175f681e5f68dafb8ad973866f31fe515c >> fixes >> the problem. With this commit, running =E2=80=98guix pull=E2=80=99 will= always give >> you, under ~/.config/guix/current, a new Guix running on Guile 2.2. >>=20 >> Could you try running =E2=80=98guix pull=E2=80=99 and see if it works no= w? > > I can confirm that I'm no longer running into this issue, `guix pull` > finished successfully! Awesome, thank you for testing! Ludo=E2=80=99.