From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: bug#22752: 01/01: import: gem: Add updater. Date: Sun, 21 Feb 2016 01:59:58 -0500 Message-ID: <20160221065958.GA15104@jasmine> References: <20160220105236.17956.75431@vcs.savannah.gnu.org> <20160221055505.GB26827@jasmine> <56C9535A.7030308@uq.edu.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59954) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aXO0x-0007aC-Jh for bug-guix@gnu.org; Sun, 21 Feb 2016 02:01:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aXO0s-0002tD-Kf for bug-guix@gnu.org; Sun, 21 Feb 2016 02:01:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:38634) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aXO0s-0002t2-6v for bug-guix@gnu.org; Sun, 21 Feb 2016 02:01:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aXO0s-0000oT-1B for bug-guix@gnu.org; Sun, 21 Feb 2016 02:01:02 -0500 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: Content-Disposition: inline In-Reply-To: <56C9535A.7030308@uq.edu.au> 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: Ben Woodcroft Cc: 22752-done@debbugs.gnu.org On Sun, Feb 21, 2016 at 04:04:10PM +1000, Ben Woodcroft wrote: > > > 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 though. 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. Sorry for the noise! > > Does it help to remove this (unneeded) line > > + #:use-module (guix import gem) > > from guix/scripts/refresh.scm ? > > ben >