From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: Unable to upgrade packages Date: Wed, 24 May 2017 17:55:38 -0400 Message-ID: <20170524215537.GC26320@jasmine> References: <20170507192709.GC1314@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53591) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dDeFr-0002Eb-Tm for Help-Guix@gnu.org; Wed, 24 May 2017 17:55:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dDeFo-0006kB-PA for Help-Guix@gnu.org; Wed, 24 May 2017 17:55:44 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:57565) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dDeFo-0006iZ-Ca for Help-Guix@gnu.org; Wed, 24 May 2017 17:55:40 -0400 Content-Disposition: inline In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Niall Dooley Cc: help-guix On Wed, May 24, 2017 at 08:05:52PM +0100, Niall Dooley wrote: > On 14 May 2017 at 17:42, Leo Famulari wrote: > > guix pull --fallback (requires a recent Guix) > > > > guix build --fallback /gnu/store/db91i1ahr08b9n7hcjj2mmr4a1648ggz-guix-latest.drv > > > > I picked that derivation file out of your log after "The following > > derivations will be built:". > > > > In either case, you'll build the missing package from source. > > So as I'm running Guix 20170414.08 I don't believe I have a recent > enough version for option 1. In any case, option 2 is still > unsuccessful for me too though Okay, if `guix pull --fallback` complains about not understanding '--fallback', then option 1 won't work. > I didn't record the output on this occasion. I suspect at this point I > did something wrong in my use of Guix. It would be great to get the output so we know what happened, but I understand if you don't want to take the time to run the command again. I doubt you did anything wrong, however. > Is there a way to cleanly remove and re-install Guix. I don't mind as > I only have a handful of packages installed. Removing these directories should do the trick: $ rm -r /gnu && rm -r /var/guix && rm -r /etc/guix There is also a symlink owned by each Guix user: $ rm ~/.config/guix/latest