From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pjotr Prins Subject: Re: New =?utf-8?B?4oCYZ3VpeCBwdWxs4oCZ?= Date: Thu, 12 Jul 2018 13:12:03 +0200 Message-ID: <20180712111202.s4u53cqyssnzvy24@thebird.nl> References: <87y3fogt8e.fsf@gnu.org> <87sh4ore3y.fsf@gmail.com> <20180712110438.gr3agufho7h63hel@thebird.nl> 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]:47639) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fdZW4-0006tp-Uz for guix-devel@gnu.org; Thu, 12 Jul 2018 07:12:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fdZW0-0006Lv-VD for guix-devel@gnu.org; Thu, 12 Jul 2018 07:12:08 -0400 Received: from mail.thebird.nl ([94.142.245.5]:48754) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fdZW0-0006LF-P6 for guix-devel@gnu.org; Thu, 12 Jul 2018 07:12:04 -0400 Content-Disposition: inline In-Reply-To: <20180712110438.gr3agufho7h63hel@thebird.nl> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Pjotr Prins Cc: guix-devel On Thu, Jul 12, 2018 at 01:04:38PM +0200, Pjotr Prins wrote: > On Thu, Jul 12, 2018 at 02:35:13AM -0700, Chris Marusich wrote: > > ludo@gnu.org (Ludovic Court=C3=A8s) writes: > >=20 > > > I have just pushed a new =E2=80=98guix pull=E2=80=99. > > > > > > Feedback welcome! > >=20 > > The biggest hiccup for me was that I didn't realize at first that I h= ad > > to run "guix pull" twice to upgrade from the old style "guix pull". > > Anyway, after I finally did it, things have been working well. >=20 > Yes. The other thing is that guix pull did not update my profile. So, > I had to figure out which guix was installed in the store! One has to > capture the git commit when running guix pull and look for that in the > store path, e.g. >=20 > ecba50bb79a49b317c4b1e718f4732b36438227f >=20 > mapped to=20 >=20 > /gnu/store/a5cixasz02ynhppna33zxymxahp3vl13-guix-ecba50bb7/bin/guix >=20 > Next restart the daemon with the new path and all should be well. Another weirdness wash when using above guix daemon and client: /gnu/store/a5cixasz02ynhppna33zxymxahp3vl13-guix-ecba50bb7/bin/guix pul= l /gnu/store/8ahlc84zaj0iw9jpsdpa9wx4ms0s9cma-guix-daemon-0.15.0-1.4876bc= 8/libexec/guix/offload: line 8: /root/.config/current/bin/guix: No such f= ile or directory guix pull: error: build failed: unexpected EOF reading a line now where did that come from ;). This got not cleaned up by Ricardo's sug= gestion guix gc --verify=3Drepair,contents and it was probably caused by some manual copy of the binary tar installa= tion - you know I try things, it is evil. ln -s /gnu/store/a5cixasz02ynhppna33zxymxahp3vl13-guix-ecba50bb7/ /roo= t/.config/current got it going again. For posterity. Pj.