From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Sturmfels Subject: bug#25775: Can't install packages after guix pull Date: Tue, 21 Feb 2017 13:20:44 +1100 Message-ID: <20170221132044.1a9732ec@stumbles.id.au> References: <20170218111144.GA26806@mail.thebird.nl> <878tp3sead.fsf@elephly.net> <20170218161836.GA27883@mail.thebird.nl> <20170218163033.GA27928@mail.thebird.nl> <20170221094403.0e8469a8@stumbles.id.au> <20170221095211.38e7d66d@stumbles.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36783) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cg04f-0007xt-PC for bug-guix@gnu.org; Mon, 20 Feb 2017 21:21:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cg04c-0005gn-J9 for bug-guix@gnu.org; Mon, 20 Feb 2017 21:21:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:49742) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cg04c-0005gj-Av for bug-guix@gnu.org; Mon, 20 Feb 2017 21:21:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cg04c-0008NZ-5j for bug-guix@gnu.org; Mon, 20 Feb 2017 21:21:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20170221095211.38e7d66d@stumbles.id.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" To: 25775@debbugs.gnu.org On Tue, 21 Feb 2017 09:52:11 +1100 Ben Sturmfels wrote: > > Could I trouble you to walk through the steps for manually > > installing a different version of guix-daemon? I'm stuck in the > > same situation where I can't `guix package --install`. > > (Also can't `guix pull` without an error) I'm attempting to fix my GuixSD system by downloading Guix 0.12.0 Binary, extracting and running guix-daemon, then running `guix pull` against that. The daemon runs ok, but `guix pull` is expecting its dependencies to be at /gnu, when they're actually at ~/Downloads/gnu. Any suggestions? $ sudo Downloads/gnu/store/gj2i5xs7nm80mwrb139pa8iqfccw08zz-guix-0.12.0/bin/guix-daemon --build-users-group guixbuild --substitute-urls https://mirror.hydra.gnu.org $ ~/Downloads/gnu/store/gj2i5xs7nm80mwrb139pa8iqfccw08zz-guix-0.12.0/bin/guix pull --url=http://git.savannah.gnu.org/cgit/guix.git/snapshot/guix-0.12.0.tar.gz /home/ben/Downloads/gnu/store/gj2i5xs7nm80mwrb139pa8iqfccw08zz-guix-0.12.0/bin/guix: line 4: /gnu/store/gj2i5xs7nm80mwrb139pa8iqfccw08zz-guix-0.12.0/bin/.guix-real: No such file or directory