From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#22752: 01/01: import: gem: Add updater. Date: Tue, 23 Feb 2016 12:58:04 +0100 Message-ID: <877fhvljub.fsf@gnu.org> References: <20160220105236.17956.75431@vcs.savannah.gnu.org> <20160221055505.GB26827@jasmine> <56C9535A.7030308@uq.edu.au> <20160221065958.GA15104@jasmine> 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]:47051) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYBcR-0000V7-NM for bug-guix@gnu.org; Tue, 23 Feb 2016 06:59:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aYBcM-0002l8-NW for bug-guix@gnu.org; Tue, 23 Feb 2016 06:59:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:42250) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYBcM-0002l4-KA for bug-guix@gnu.org; Tue, 23 Feb 2016 06:59:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aYBcM-0007av-Ez for bug-guix@gnu.org; Tue, 23 Feb 2016 06:59:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20160221065958.GA15104@jasmine> (Leo Famulari's message of "Sun, 21 Feb 2016 01:59:58 -0500") 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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: 22752@debbugs.gnu.org Leo Famulari skribis: > On Sun, Feb 21, 2016 at 04:04:10PM +1000, Ben Woodcroft wrote: >>=20 >>=20 >> On 21/02/16 15:55, Leo Famulari wrote: >> >On Sat, Feb 20, 2016 at 10:53:05AM +0000, Ben Woodcroft wrote: >> >>benwoodcroft pushed a commit to branch master >> >>in repository guix. >> >> >> >>commit fbc5b815cce85a6af75226ab16acf243fd7d22ce >> >>Author: Ben Woodcroft >> >>Date: Fri Jan 1 16:56:07 2016 +1000 >> >> >> >> import: gem: Add updater. >> >Since this commit, I can no longer use guix refresh. >> Hmm, I guess I messed something up then. I do not have any problem thoug= h. > > Everything worked again after I completely rebuilt from git. I guess > there was some ABI mismatch between the compiled files that had been > updated at certain times. Or maybe you had removed Guile-JSON in the meantime? And indeed, the unneeded #:use-module (guix import gem) would be causing problems when Guile-JSON is missing, so I=E2=80=99ve removed it. Thanks, Ludo=E2=80=99.