From unknown Mon Jun 23 04:11:51 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#19318 <19318@debbugs.gnu.org> To: bug#19318 <19318@debbugs.gnu.org> Subject: Status: %guix-version is incorrect in the presence of 'guix pull' Reply-To: bug#19318 <19318@debbugs.gnu.org> Date: Mon, 23 Jun 2025 11:11:51 +0000 retitle 19318 %guix-version is incorrect in the presence of 'guix pull' reassign 19318 guix submitter 19318 ludo@gnu.org (Ludovic Court=C3=A8s) severity 19318 important thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Dec 08 16:58:01 2014 Received: (at submit) by debbugs.gnu.org; 8 Dec 2014 21:58:02 +0000 Received: from localhost ([127.0.0.1]:58208 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Xy6Jd-0002k4-HO for submit@debbugs.gnu.org; Mon, 08 Dec 2014 16:58:01 -0500 Received: from eggs.gnu.org ([208.118.235.92]:49225) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Xy6Jb-0002jw-N6 for submit@debbugs.gnu.org; Mon, 08 Dec 2014 16:58:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xy6JS-0006Tp-5g for submit@debbugs.gnu.org; Mon, 08 Dec 2014 16:57:59 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:56417) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xy6JS-0006Tl-2L for submit@debbugs.gnu.org; Mon, 08 Dec 2014 16:57:50 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50863) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xy6JJ-0001iE-0J for bug-guix@gnu.org; Mon, 08 Dec 2014 16:57:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xy6J7-0006Nk-Gf for bug-guix@gnu.org; Mon, 08 Dec 2014 16:57:40 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:51618) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xy6J7-0006NQ-9T for bug-guix@gnu.org; Mon, 08 Dec 2014 16:57:29 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id D0AA2419C for ; Mon, 8 Dec 2014 22:57:26 +0100 (CET) Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 03Pytyyd1kTz for ; Mon, 8 Dec 2014 22:57:26 +0100 (CET) Received: from pluto (reverse-83.fdn.fr [80.67.176.83]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 8BFAE11B8 for ; Mon, 8 Dec 2014 22:57:26 +0100 (CET) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: bug-guix@gnu.org Subject: %guix-version is incorrect in the presence of 'guix pull' X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 18 Frimaire an 223 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 83C4 F8E5 10A3 3B4C 5BEA D15D 77DD 95E2 EA52 ECF4 X-OS: x86_64-unknown-linux-gnu Date: Mon, 08 Dec 2014 22:57:25 +0100 Message-ID: <87h9x5ls8q.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) Running =E2=80=98guix pull=E2=80=99 doesn=E2=80=99t change (@ (guix config)= %guix-version), which gives a wrong impression about the version being (=E2=80=98guix --ver= sion=E2=80=99 will keep showing the same old version number because (guix config) is never overridden.) The solution may be to add a (guix version) module, that will itself be overridden by =E2=80=98guix pull=E2=80=99. (Reported by Tsutsukakushi on #guix.) Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 12 16:55:44 2014 Received: (at request) by debbugs.gnu.org; 12 Dec 2014 21:55:44 +0000 Received: from localhost ([127.0.0.1]:44249 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XzYBb-00064s-Mt for submit@debbugs.gnu.org; Fri, 12 Dec 2014 16:55:44 -0500 Received: from hera.aquilenet.fr ([141.255.128.1]:42840) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XzYBV-00064Y-Rf; Fri, 12 Dec 2014 16:55:39 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 312A44275; Fri, 12 Dec 2014 22:55:36 +0100 (CET) Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jDviMjirn49S; Fri, 12 Dec 2014 22:55:36 +0100 (CET) Received: from pluto (reverse-83.fdn.fr [80.67.176.83]) by hera.aquilenet.fr (Postfix) with ESMTPSA id B8A875E7; Fri, 12 Dec 2014 22:55:35 +0100 (CET) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Tomas Cech Subject: Re: bug#19278: guix needs to be installed for guix pull References: <871toe6o2y.wl%tcech@suse.cz> <87388stmj3.fsf@gnu.org> <87388l16ga.wl%tcech@suse.cz> <877fxwocxg.fsf@gnu.org> <871to41tsc.wl%tcech@suse.cz> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 22 Frimaire an 223 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 83C4 F8E5 10A3 3B4C 5BEA D15D 77DD 95E2 EA52 ECF4 X-OS: x86_64-unknown-linux-gnu Date: Fri, 12 Dec 2014 22:55:35 +0100 In-Reply-To: <871to41tsc.wl%tcech@suse.cz> (Tomas Cech's message of "Fri, 12 Dec 2014 21:45:39 +0100") Message-ID: <87d27osfc8.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: request Cc: request@debbugs.gnu.org, 19278@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) 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. From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 02 15:43:11 2016 Received: (at control) by debbugs.gnu.org; 2 Apr 2016 19:43:12 +0000 Received: from localhost ([127.0.0.1]:49137 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1amRRv-0007us-ON for submit@debbugs.gnu.org; Sat, 02 Apr 2016 15:43:11 -0400 Received: from eggs.gnu.org ([208.118.235.92]:60994) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1amRRt-0007ud-R2 for control@debbugs.gnu.org; Sat, 02 Apr 2016 15:43:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1amRRl-00018r-Nd for control@debbugs.gnu.org; Sat, 02 Apr 2016 15:43:04 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:43193) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1amRRl-00018n-Kg for control@debbugs.gnu.org; Sat, 02 Apr 2016 15:43:01 -0400 Received: from reverse-83.fdn.fr ([80.67.176.83]:60094 helo=pluto) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1amRRk-0000YV-V5 for control@debbugs.gnu.org; Sat, 02 Apr 2016 15:43:01 -0400 Date: Sat, 02 Apr 2016 21:42:59 +0200 Message-Id: <87fuv3g5ks.fsf@gnu.org> To: control@debbugs.gnu.org From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: control message for bug #19278 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -6.0 (------) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) severity 19278 important From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 20 17:00:34 2016 Received: (at 19318-done) by debbugs.gnu.org; 20 Jul 2016 21:00:34 +0000 Received: from localhost ([127.0.0.1]:59001 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bPyba-0006CO-5u for submit@debbugs.gnu.org; Wed, 20 Jul 2016 17:00:34 -0400 Received: from eggs.gnu.org ([208.118.235.92]:49192) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bPybZ-00067I-AD for 19318-done@debbugs.gnu.org; Wed, 20 Jul 2016 17:00:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bPybQ-0008Pk-5z for 19318-done@debbugs.gnu.org; Wed, 20 Jul 2016 17:00:28 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-3.2 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:38418) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPybQ-0008P9-3R; Wed, 20 Jul 2016 17:00:24 -0400 Received: from reverse-83.fdn.fr ([80.67.176.83]:56494 helo=pluto) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1bPybO-00047g-AP; Wed, 20 Jul 2016 17:00:22 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Tomas Cech Subject: %guix-version is incorrect in the presence of 'guix pull' References: <871toe6o2y.wl%tcech@suse.cz> <87388stmj3.fsf@gnu.org> <87388l16ga.wl%tcech@suse.cz> <877fxwocxg.fsf@gnu.org> <871to41tsc.wl%tcech@suse.cz> <87d27osfc8.fsf@gnu.org> Date: Wed, 20 Jul 2016 23:00:19 +0200 In-Reply-To: <87d27osfc8.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Fri, 12 Dec 2014 22:55:35 +0100") Message-ID: <874m7k9g9o.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -6.3 (------) X-Debbugs-Envelope-To: 19318-done Cc: 19278-done@debbugs.gnu.org, 19318-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.3 (------) Hello! ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > Actually it=E2=80=99s another bug: the version reported is static, which = is > misleading at best. See . I=E2=80=99m happy to report that this bug is finally fixed, in commit b006ba50384f9cb517fa881299160adba0aaca9e. :-) It should take effect immediately: =E2=80=9Cguix pull && guix --version=E2= =80=9D should display a version string other than =E2=80=9C0.10.0=E2=80=9D or similar. Eventually the version string will include the Git commit id, =C3=A0 la =E2= =80=9Cgit describe=E2=80=9D. Ludo=E2=80=99. From unknown Mon Jun 23 04:11:51 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 18 Aug 2016 11:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator