From debbugs-submit-bounces@debbugs.gnu.org Sat May 15 09:28:28 2021 Received: (at submit) by debbugs.gnu.org; 15 May 2021 13:28:28 +0000 Received: from localhost ([127.0.0.1]:47863 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lhuLE-0000UX-DL for submit@debbugs.gnu.org; Sat, 15 May 2021 09:28:28 -0400 Received: from lists.gnu.org ([209.51.188.17]:46008) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lhuLB-0000UP-S2 for submit@debbugs.gnu.org; Sat, 15 May 2021 09:28:26 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:37876) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lhuLB-0004tV-6W for guix-patches@gnu.org; Sat, 15 May 2021 09:28:25 -0400 Received: from mira.cbaines.net ([212.71.252.8]:55498) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lhuL8-0007n3-HH for guix-patches@gnu.org; Sat, 15 May 2021 09:28:24 -0400 Received: from localhost (unknown [IPv6:2a02:8010:68c1:0:8ac0:b4c7:f5c8:7caa]) by mira.cbaines.net (Postfix) with ESMTPSA id 1C03A27BC78 for ; Sat, 15 May 2021 14:28:20 +0100 (BST) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id ca5b707f for ; Sat, 15 May 2021 13:28:19 +0000 (UTC) From: Christopher Baines To: guix-patches@gnu.org Subject: [PATCH] gnu: guix: Update to 97d615b. Date: Sat, 15 May 2021 14:28:19 +0100 Message-Id: <20210515132819.20282-1-mail@cbaines.net> X-Mailer: git-send-email 2.30.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=212.71.252.8; envelope-from=mail@cbaines.net; helo=mira.cbaines.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, UNPARSEABLE_RELAY=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit 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: -2.4 (--) * gnu/packages/package-management.scm (guix): Update to 97d615b. --- gnu/packages/package-management.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm index c72c2211b3..db8f87765b 100644 --- a/gnu/packages/package-management.scm +++ b/gnu/packages/package-management.scm @@ -132,8 +132,8 @@ ;; Note: the 'update-guix-package.scm' script expects this definition to ;; start precisely like this. (let ((version "1.3.0") - (commit "771b866c55e5f992df60f6c32f5fdd78b64e17f6") - (revision 1)) + (commit "97d615b1761c2054561057f6b56e2a0caed13aa4") + (revision 2)) (package (name "guix") @@ -149,7 +149,7 @@ (commit commit))) (sha256 (base32 - "0w8w05w6v3lc6478vfw67jzn0hbd9nsncpx9i9ch1lck53r8vs44")) + "1v8k7i897xc8kiyyxk5bc4rs37askq3ccdsmva0sjm7px6a2lzmz")) (file-name (string-append "guix-" version "-checkout")))) (build-system gnu-build-system) (arguments -- 2.30.1 From debbugs-submit-bounces@debbugs.gnu.org Wed May 19 16:51:54 2021 Received: (at 48440) by debbugs.gnu.org; 19 May 2021 20:51:54 +0000 Received: from localhost ([127.0.0.1]:60825 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ljTAY-000762-12 for submit@debbugs.gnu.org; Wed, 19 May 2021 16:51:54 -0400 Received: from eggs.gnu.org ([209.51.188.92]:36638) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ljTAW-00075n-C2 for 48440@debbugs.gnu.org; Wed, 19 May 2021 16:51:52 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:35526) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ljTAQ-0003z2-6m; Wed, 19 May 2021 16:51:47 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=41770 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ljTAP-0000Ox-UN; Wed, 19 May 2021 16:51:46 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Christopher Baines Subject: Re: bug#48440: [PATCH] gnu: guix: Update to 97d615b. References: <20210515132819.20282-1-mail@cbaines.net> Date: Wed, 19 May 2021 22:51:43 +0200 In-Reply-To: <20210515132819.20282-1-mail@cbaines.net> (Christopher Baines's message of "Sat, 15 May 2021 14:28:19 +0100") Message-ID: <874key5twg.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: 48440 Cc: 48440@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: -3.3 (---) Hi, Christopher Baines skribis: > * gnu/packages/package-management.scm (guix): Update to 97d615b. In general LGTM if you=E2=80=99ve checked that it builds fine :-) and that =E2=80=98./pre-inst-env guix build -S guix --check=E2=80=99 passes (to avoi= d mistakes such as wrong hash). Out of curiosity, what was the motivation? Thanks, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Wed May 19 19:04:33 2021 Received: (at 48440) by debbugs.gnu.org; 19 May 2021 23:04:33 +0000 Received: from localhost ([127.0.0.1]:60909 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ljVEv-0002KZ-4u for submit@debbugs.gnu.org; Wed, 19 May 2021 19:04:33 -0400 Received: from mira.cbaines.net ([212.71.252.8]:42342) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ljVEs-0002KQ-9q for 48440@debbugs.gnu.org; Wed, 19 May 2021 19:04:31 -0400 Received: from localhost (unknown [IPv6:2a02:8010:68c1:0:8ac0:b4c7:f5c8:7caa]) by mira.cbaines.net (Postfix) with ESMTPSA id 3578E27BC78; Thu, 20 May 2021 00:04:29 +0100 (BST) Received: from capella (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 54ca5e9f; Wed, 19 May 2021 23:04:28 +0000 (UTC) References: <20210515132819.20282-1-mail@cbaines.net> <874key5twg.fsf@gnu.org> User-agent: mu4e 1.4.15; emacs 27.2 From: Christopher Baines To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: bug#48440: [PATCH] gnu: guix: Update to 97d615b. In-reply-to: <874key5twg.fsf@gnu.org> Date: Thu, 20 May 2021 00:04:26 +0100 Message-ID: <87tumygwat.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 48440 Cc: 48440@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: -1.0 (-) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Ludovic Court=C3=A8s writes: > Hi, > > Christopher Baines skribis: > >> * gnu/packages/package-management.scm (guix): Update to 97d615b. > > In general LGTM if you=E2=80=99ve checked that it builds fine :-) and that > =E2=80=98./pre-inst-env guix build -S guix --check=E2=80=99 passes (to av= oid mistakes > such as wrong hash). > > Out of curiosity, what was the motivation? I want the guix package to include the inferior package replacement change [1], so that I can start using it in the Guix Data Service. 1: https://git.savannah.gnu.org/cgit/guix.git/commit/?id=3D97d615b1761c2054= 561057f6b56e2a0caed13aa4 I filed the patch because I couldn't get it to build locally, and I was wondering if it was something specific to my machine. I think this was a bad theory though, I'm guessing something has broken with the challenge test so that it just hangs. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmClmXpfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9Xfgug/8DJhBP25Ghug0FV7p8wNTLIj8moxt7Ycz vPAVOEz+zFIJ6ZLPJgTzpwRzp287nj63ijn6qA/ZheGvZVGX3ye19ojG4xgLUxUG Sn3O0+uRMSf7ys3pfq/oRrn1G9nyjYGjub9GMCIVjGbp+ZuR6TOF25BUoYollaeM vMJzw4ZWaRKOSdQMnhI9x+SSeVrjcUDAn8z7KNNUeFScKQSA0zjOKNNDF0fTVKKw CrDqepH6Ysrh4Y4eFt6QMMgH1mD2EfwZIX+MqGgSlvtdFkCr9Emhd04UH66ptCA0 z/izrh7vozxHQt4NK1DvztwXbSDNP0hn6os13zVUu6LnVrYiEhMstyDuhclHgiX/ IeRdkgZxDh84p9SDCiExBGxbho161lMkKJgzjSdOJrGhMOGL52SfHlqJ0/sJaSbb /P9kLexwPYwIyIF/kcCA9LL9a5fqrGNTyPIbiwQJ+BkwGczjvD0Kne1rQ6IcfZjm Fq1Qj131LXLZSeJ96dsfWYRVFkOG+Hr1zU/w/W06K9Tq5OtGhL8tZ9BbEVPhqzlL QG8MyrwtkT5KzG8FKpIlnbI7zY5ZUcZkoq5ySyddSPu0O52Zh6RQiJl1hDIk2vZm kdwfKPrjq+Ts33Rs8sVn1bY2wtsPYy78ao40ZO6yEItgOkx2jKoQoPw6hey7vdT5 bP2r8FQjGyI= =1an2 -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sat May 22 04:34:06 2021 Received: (at 48440-close) by debbugs.gnu.org; 22 May 2021 08:34:06 +0000 Received: from localhost ([127.0.0.1]:38293 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lkN5B-0005nd-Pi for submit@debbugs.gnu.org; Sat, 22 May 2021 04:34:06 -0400 Received: from mira.cbaines.net ([212.71.252.8]:45260) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lkN58-0005nS-KX for 48440-close@debbugs.gnu.org; Sat, 22 May 2021 04:34:04 -0400 Received: from localhost (unknown [IPv6:2a02:8010:68c1:0:8ac0:b4c7:f5c8:7caa]) by mira.cbaines.net (Postfix) with ESMTPSA id DCB1A27BC78; Sat, 22 May 2021 09:34:01 +0100 (BST) Received: from capella (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 55eefd12; Sat, 22 May 2021 08:34:01 +0000 (UTC) References: <20210515132819.20282-1-mail@cbaines.net> <874key5twg.fsf@gnu.org> <87tumygwat.fsf@cbaines.net> User-agent: mu4e 1.4.15; emacs 27.2 From: Christopher Baines To: Christopher Baines Subject: Re: [bug#48440] [PATCH] gnu: guix: Update to 97d615b. In-reply-to: <87tumygwat.fsf@cbaines.net> Date: Sat, 22 May 2021 09:33:58 +0100 Message-ID: <87lf87goax.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 48440-close Cc: Ludovic =?utf-8?Q?Court=C3=A8s?= , 48440-close@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: -1.0 (-) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Christopher Baines writes: > Ludovic Court=C3=A8s writes: > >> Hi, >> >> Christopher Baines skribis: >> >>> * gnu/packages/package-management.scm (guix): Update to 97d615b. >> >> In general LGTM if you=E2=80=99ve checked that it builds fine :-) and th= at >> =E2=80=98./pre-inst-env guix build -S guix --check=E2=80=99 passes (to a= void mistakes >> such as wrong hash). >> >> Out of curiosity, what was the motivation? > > I want the guix package to include the inferior package replacement > change [1], so that I can start using it in the Guix Data Service. > > 1: https://git.savannah.gnu.org/cgit/guix.git/commit/?id=3D97d615b1761c20= 54561057f6b56e2a0caed13aa4 > > I filed the patch because I couldn't get it to build locally, and I was > wondering if it was something specific to my machine. I think this was a > bad theory though, I'm guessing something has broken with the challenge > test so that it just hangs. I'm guessing this broken test was fixed just after I sent this email (in [2]), so I've gone ahead and updated the Guix package now [3]. 2: https://git.savannah.gnu.org/cgit/guix.git/commit/?id=3D0471024acce5f760= ac147326c06343c9c68ad3d1 3: https://git.savannah.gnu.org/cgit/guix.git/commit/?id=3Dfbabf0bec61c8875= 5d6dd238717a356ca3a20b80 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmCowfZfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9Xev2A//cGSpU9UxU7QDZsdRYqGWngcaJIQUNKII xmdMkDzXgkWWu/h9lH/NkmtN423QWH8rRPEnje5EUU4oM6YSXBA9MvjVw/AVzeYC LxtmrwiwQgawMk4/xmZndnblEBKuMRT6qhu/vi7z1tejyM4eyXbn+GAhCrBlocCn 9MVqMYhUltXcxzYUJ0y2oyk51qpxA5bdWzKJu3qgEgWEMc6k4/n9tT27O3N06lCp IYAKp/hw1QecVu8I2ZDKLs92y32uRTJgyntyxw9BzOarlEq61tdkaB8LnvHul9U9 YL/a1fFx2pmqJADtZ8XXvE7reJHQfRsYA36Rs1G6pNtAOSVUIJx5t+IPBzK/sYwU NjTJFRr4KzHpyGzNUVQ+GOaJ/+dMHsxCzullXBh/khmg72Hrdivm3Um4seLhh1Bn ybvYRLDTBXpbBNVPiW6GixPAH7GbiCArErU3SUIedh+4UwqcN0AvdTIV2ft0IK81 bJUQDj5yco4FkQ+XP7b2JOwtnKncso2+nl5upBJApXL9jp78QiOsvlEsVi19JMfW zeiS6ffN/txlG/5VwmYBislw7sduy4yUXbsiYZniOYw5NxHAFM1IBKVi8vHqgcwp bXlgYRNyHh4Y15bwQXSUhLAXR1frFscxw5tMNig1LcNEIcLwIcmJHGBHEP0Z8Teq a5tKooE4EvM= =j5Ax -----END PGP SIGNATURE----- --=-=-=-- From unknown Tue Jun 17 01:38:41 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 19 Jun 2021 11:24:05 +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