From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#19278: guix needs to be installed for guix pull Date: Fri, 12 Dec 2014 22:55:35 +0100 Message-ID: <87d27osfc8.fsf@gnu.org> References: <871toe6o2y.wl%tcech@suse.cz> <87388stmj3.fsf@gnu.org> <87388l16ga.wl%tcech@suse.cz> <877fxwocxg.fsf@gnu.org> <871to41tsc.wl%tcech@suse.cz> 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]:36270) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzYC0-0005u4-Gr for bug-guix@gnu.org; Fri, 12 Dec 2014 16:56:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XzYBv-0002NQ-7E for bug-guix@gnu.org; Fri, 12 Dec 2014 16:56:08 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:34883) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzYBv-0002NL-3F for bug-guix@gnu.org; Fri, 12 Dec 2014 16:56:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1XzYBu-00065X-NF for bug-guix@gnu.org; Fri, 12 Dec 2014 16:56:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <871to41tsc.wl%tcech@suse.cz> (Tomas Cech's message of "Fri, 12 Dec 2014 21:45:39 +0100") 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: Tomas Cech Cc: 19278@debbugs.gnu.org, request@debbugs.gnu.org merge 19278 19318 thanks Tomas Cech skribis: > I have Gentoo installation, guix 0.8 built using my ebuild and installed = into system. > > According to this part of documentation > http://www.gnu.org/software/guix/manual/guix.html#Invoking-guix-pull > > I should be able to call `guix pull' and my guix will be updated. Correct. > So, when I call it: > > tcech@venom ~ $ LC_ALL=3DC LANG=3DC /usr/bin/guix pull > starting download of `/tmp/guix-file.cSPiQM' from `http://git.savannah.gn= u.org/cgit/guix.git/snapshot/guix-master.tar.gz'... > http://git.savannah.gnu.org/.../guix-master.tar.gz 6836.6 KiB transf= erred > unpacking '/gnu/store/6z3z7lfk7a52l6pd28qz0qzq9q4mpfjq-guix-latest.tar.gz= '... > ;;; note: source file /home/tcech/.config/guix/latest/gnu/packages/dwm.scm > ;;; newer than compiled /home/tcech/.config/guix/latest/gnu/package= s/dwm.go > substitute-binary: guix substitute-binary: warning: while fetching http:/= /hydra.gnu.org/nix-cache-info: server is unresponsive > substitute-binary: guix substitute-binary: warning: try `--no-substitutes= ' if the problem persists > substitute-binary: guix substitute-binary: warning: while fetching http:/= /hydra.gnu.org/hkc3fkchhwsan4g6f6hyvcja2i9xzwhs.narinfo: server is unrespon= sive > substitute-binary: guix substitute-binary: warning: try `--no-substitutes= ' if the problem persists > The following derivation will be built: > /gnu/store/0nygspjlcxh0p1wijdlpia8qda0qnbby-guix-latest.drv > waiting for locks or build slots... > updated GNU Guix successfully deployed under `/home/tcech/.config/guix/la= test' > > and then ask for version: > > tcech@venom ~ $ LC_ALL=3DC LANG=3DC /usr/bin/guix --version > guix (GNU Guix) 0.8 > Copyright (C) 2014 the Guix authors > License GPLv3+: GNU GPL version 3 or later > This is free software: you are free to change and redistribute it. > There is NO WARRANTY, to the extent permitted by law. >=20=20=20=20 > I can see that still old version is used. Actually it=E2=80=99s another bug: the version reported is static, which is misleading at best. See . > I hope I made it more clear now. Yes, thank you! Ludo=E2=80=99.