From debbugs-submit-bounces@debbugs.gnu.org Sun May 09 17:51:40 2021 Received: (at 48313-done) by debbugs.gnu.org; 9 May 2021 21:51:40 +0000 Received: from localhost ([127.0.0.1]:56715 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lfrKt-00045k-K3 for submit@debbugs.gnu.org; Sun, 09 May 2021 17:51:40 -0400 Received: from eggs.gnu.org ([209.51.188.92]:35938) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lfrKp-00045U-1k for 48313-done@debbugs.gnu.org; Sun, 09 May 2021 17:51:37 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:45212) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lfrKj-00006V-Ev; Sun, 09 May 2021 17:51:29 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=60698 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lfrKj-00043u-10; Sun, 09 May 2021 17:51:29 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: 48313-done@debbugs.gnu.org Subject: Re: bug#48313: [1.3.0rc2] =?utf-8?Q?=E2=80=98guix_describe?= =?utf-8?Q?=E2=80=99?= prints nothing and exits with 0 References: <87pmy06kny.fsf@inria.fr> Date: Sun, 09 May 2021 23:51:26 +0200 In-Reply-To: <87pmy06kny.fsf@inria.fr> ("Ludovic =?utf-8?Q?Court=C3=A8s=22?= =?utf-8?Q?'s?= message of "Sun, 09 May 2021 16:34:09 +0200") Message-ID: <874kfb7ezl.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 48313-done Cc: Maxim Cournoyer 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: -3.3 (---) Ludovic Court=C3=A8s skribis: > In the 1.3.0rc2 VM image, =E2=80=98guix describe=E2=80=99 prints nothing = and exits with > 0 (success). This is with /run/current-system/profile/bin/guix. > =E2=80=98strace=E2=80=99 shows that it parses /run/current-system/profile= /manifest, > which does not contain provenance information. Fixed in 8a154c29151fc445e8d0364f507f6e200de1e700. (I tested with =E2=80= =98make update-guix-package=E2=80=99 from which I built a VM to test into.) The bug would also cause =E2=80=98guix pull=E2=80=99 to start authenticatio= n at the introductory commit (thus authenticating more than 17,000 commits) instead of starting at the current commit (around 800 commits today.) If anyone wants to double-check, you can run, on version-1.3.0: make update-guix-package ./pre-inst-env guix system vm gnu/system/examples/vm-image.tmpl and from there try things like: guix describe guix pull and so on. Ludo=E2=80=99.