From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 23 18:31:46 2022 Received: (at submit) by debbugs.gnu.org; 23 Mar 2022 22:31:46 +0000 Received: from localhost ([127.0.0.1]:46289 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nX9W5-0007U1-Pi for submit@debbugs.gnu.org; Wed, 23 Mar 2022 18:31:46 -0400 Received: from lists.gnu.org ([209.51.188.17]:55734) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nX9W3-0007Tt-T8 for submit@debbugs.gnu.org; Wed, 23 Mar 2022 18:31:44 -0400 Received: from eggs.gnu.org ([209.51.188.92]:38270) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nX9W0-00073j-HS for guix-patches@gnu.org; Wed, 23 Mar 2022 18:31:43 -0400 Received: from mx1.riseup.net ([198.252.153.129]:47380) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nX9Vy-0006X6-46 for guix-patches@gnu.org; Wed, 23 Mar 2022 18:31:40 -0400 Received: from fews1.riseup.net (fews1-pn.riseup.net [10.0.1.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.riseup.net", Issuer "R3" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 4KP34642YbzDqF9 for ; Wed, 23 Mar 2022 15:31:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1648074694; bh=JAtpk4s6bYXSpPzABLets8jmzieEAU73GLgLNTYOKbk=; h=Date:From:To:Subject:From; b=pZfitVnodCuwrm943ay/Ay+eQVDrztkBEeZzRfoIbsY4TXXUHEUTfyOer/NNXcYiH AGYkWsBZfzf42ubrzqI1trwJiGFzcNG/WoMPgZebYS0aZUahyXYf++CCpE1t5q+g3J RZ4nrTixYyobCTsDTLzzFHe4ayc2/363S9OuD+OM= X-Riseup-User-ID: 2AD70E61E7F47D8B1D0DC57181B6B923B04783109C6ABF9D5479104C3C0CD43A Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews1.riseup.net (Postfix) with ESMTPSA id 4KP3456Rrmz5vlJ for ; Wed, 23 Mar 2022 15:31:33 -0700 (PDT) Date: Wed, 23 Mar 2022 23:31:30 +0100 From: raingloom To: Guix Patches Subject: fix URLs of Goran Weinholt's Scheme libraries Message-ID: <20220323233130.6bca6d98@riseup.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="MP_/6j+h6KtYAuBm++QJGaLEchk" Received-SPF: pass client-ip=198.252.153.129; envelope-from=raingloom@riseup.net; helo=mx1.riseup.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 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 (--) --MP_/6j+h6KtYAuBm++QJGaLEchk Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline Just a simple search-replace, all URLs verified to be working. At least the old laesare URL is broken, the others may not have been broken. Series starts at 0002 because I didn't bother making a new branch, sorry. Hopefully it's not an issue. Will try to get around to upgrading them too eventually.... --MP_/6j+h6KtYAuBm++QJGaLEchk Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0002-gnu-guile-hashing-Update-URLs.patch >From 2ad9a684648b648ca7e318ea34090fa2382ead4a Mon Sep 17 00:00:00 2001 From: raingloom Date: Wed, 23 Mar 2022 23:24:43 +0100 Subject: [PATCH 2/6] gnu: guile-hashing: Update URLs. * gnu/packages/guile-xyz.scm (guile-hashing): Update URLs. --- gnu/packages/guile-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 63fbf3c89f..f03a6825a2 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -3720,7 +3720,7 @@ (define-public guile-hashing (package (name "guile-hashing") (version "1.2.0") - (home-page "https://github.com/weinholt/hashing") + (home-page "https://gitlab.com/weinholt/hashing") (source (origin (method git-fetch) (uri (git-reference -- 2.34.0 --MP_/6j+h6KtYAuBm++QJGaLEchk Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0003-gnu-guile-packrat-Update-URLs.patch >From f1b5e714da80ed4f4d0d5b9cd3441d3d8b91a3cf Mon Sep 17 00:00:00 2001 From: raingloom Date: Wed, 23 Mar 2022 23:24:44 +0100 Subject: [PATCH 3/6] gnu: guile-packrat: Update URLs. * gnu/packages/guile-xyz.scm (guile-packrat): Update URLs. --- gnu/packages/guile-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index f03a6825a2..9a55ad2bec 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -3778,7 +3778,7 @@ (define-public guile-packrat (package (name "guile-packrat") (version "0.1.1") - (home-page "https://github.com/weinholt/packrat") + (home-page "https://gitlab.com/weinholt/packrat") (source (origin (method git-fetch) (uri (git-reference -- 2.34.0 --MP_/6j+h6KtYAuBm++QJGaLEchk Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0004-gnu-guile-struct-pack-Update-URLs.patch >From 0d38b0ae2962e2e9b5fc51d9f64daa54fa11d27e Mon Sep 17 00:00:00 2001 From: raingloom Date: Wed, 23 Mar 2022 23:24:44 +0100 Subject: [PATCH 4/6] gnu: guile-struct-pack: Update URLs. * gnu/packages/guile-xyz.scm (guile-struct-pack): Update URLs. --- gnu/packages/guile-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 9a55ad2bec..f5331f1079 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -4181,7 +4181,7 @@ (define-public guile-struct-pack (origin (method git-fetch) (uri (git-reference - (url "https://github.com/weinholt/struct-pack") + (url "https://gitlab.com/weinholt/struct-pack") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 @@ -4210,7 +4210,7 @@ (define files #t))))) (native-inputs (list guile-3.0)) - (home-page "https://github.com/weinholt/struct-pack") + (home-page "https://gitlab.com/weinholt/struct-pack") (synopsis "R6RS library for working with packed byte structures") (description "This is an R6RS library for working with packed byte structures. It is -- 2.34.0 --MP_/6j+h6KtYAuBm++QJGaLEchk Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0005-gnu-guile-machine-code-Update-URLs.patch >From 30985cdeec9112db6879d2215f025cca40aeffa5 Mon Sep 17 00:00:00 2001 From: raingloom Date: Wed, 23 Mar 2022 23:24:44 +0100 Subject: [PATCH 5/6] gnu: guile-machine-code: Update URLs. * gnu/packages/guile-xyz.scm (guile-machine-code): Update URLs. --- gnu/packages/guile-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index f5331f1079..e8d7795737 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -4225,7 +4225,7 @@ (define-public guile-machine-code (origin (method git-fetch) (uri (git-reference - (url "https://github.com/weinholt/machine-code") + (url "https://gitlab.com/weinholt/machine-code") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 @@ -4256,7 +4256,7 @@ (define files (list guile-3.0)) (propagated-inputs (list guile-struct-pack)) - (home-page "https://github.com/weinholt/machine-code") + (home-page "https://gitlab.com/weinholt/machine-code") (synopsis "Tools that relate to machine code and object formats") (description "This project is about the development of tools that relate to machine -- 2.34.0 --MP_/6j+h6KtYAuBm++QJGaLEchk Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0006-gnu-guile-laesare-Update-URLs.patch >From bea6d000501fe8edc6995f580f12772673dd32a2 Mon Sep 17 00:00:00 2001 From: raingloom Date: Wed, 23 Mar 2022 23:24:44 +0100 Subject: [PATCH 6/6] gnu: guile-laesare: Update URLs. * gnu/packages/guile-xyz.scm (guile-laesare): Update URLs. --- gnu/packages/guile-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index e8d7795737..e31fa69e51 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -4273,7 +4273,7 @@ (define-public guile-laesare (origin (method git-fetch) (uri (git-reference - (url "https://github.com/weinholt/laesare") + (url "https://gitlab.com/weinholt/laesare") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 @@ -4302,7 +4302,7 @@ (define files #t))))) (native-inputs (list guile-3.0)) - (home-page "https://github.com/weinholt/laesare") + (home-page "https://gitlab.com/weinholt/laesare") (synopsis "R6RS Scheme library that provides a reader") (description "This is an R6RS Scheme library that provides a reader with some extra -- 2.34.0 --MP_/6j+h6KtYAuBm++QJGaLEchk-- From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 24 07:58:31 2022 Received: (at 54540) by debbugs.gnu.org; 24 Mar 2022 11:58:31 +0000 Received: from localhost ([127.0.0.1]:47008 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nXM6p-0001MS-DN for submit@debbugs.gnu.org; Thu, 24 Mar 2022 07:58:31 -0400 Received: from eggs.gnu.org ([209.51.188.92]:53828) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nXM6m-0001M7-V7 for 54540@debbugs.gnu.org; Thu, 24 Mar 2022 07:58:29 -0400 Received: from [2001:470:142:3::e] (port=54462 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nXM6h-0000JZ-Ga; Thu, 24 Mar 2022 07:58:23 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=/bEEFiXzw0gQ3M+yIkH0kqsVhbr+uX32UJm+O5SPnTY=; b=ni0x4XUhoUKKIVtPif6O V0boArV5Kj6pRMNhaC+t7uiGPMc7nXHdS0MsB29+j8sFFBkmRFltkMH3jebCiDrLGtyTa5Ul1i5SQ dt2VCnHrCYDYX3K0Ni0C2KyVlk2c6C6pfjPMs3r2p+IB/hVgfAiq9gxuwa2gxXi6RUlKfzs4tHiK4 Kr4NwwCXfqP8rR3BCkI1GVs4V4PcY2OnLgqDnMZtrckkECmfk+pv2zigOsHhz1gp8PFXFnM94lY39 SSMlzr1X9zCdUIGicqzmMgdpTOBPD5XgvILapnslz57YolaBWM2/2GzGP2fqSQ7jbC91bP1lzwLCL yeHa02/718z7Xw==; Received: from [193.50.110.177] (port=51514 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nXM6h-0001fx-1Z; Thu, 24 Mar 2022 07:58:23 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: raingloom Subject: Re: bug#54540: fix URLs of Goran Weinholt's Scheme libraries References: <20220323233130.6bca6d98@riseup.net> Date: Thu, 24 Mar 2022 12:58:20 +0100 In-Reply-To: <20220323233130.6bca6d98@riseup.net> (raingloom@riseup.net's message of "Wed, 23 Mar 2022 23:31:30 +0100") Message-ID: <87pmmbbm03.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: 54540 Cc: 54540@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, raingloom skribis: > Just a simple search-replace, all URLs verified to be working. At least > the old laesare URL is broken, the others may not have been broken. Looks like something=E2=80=99s wrong with the new URLs: --8<---------------cut here---------------start------------->8--- $ ./pre-inst-env guix build guile-hashing -S --check [...] Initialized empty Git repository in /gnu/store/kgpkygpri3z6cgn2dj1fm71sz5w6= mcb2-guile-hashing-1.2.0-checkout/.git/ warning: redirecting to https://gitlab.com/weinholt/hashing.git/ fatal: couldn't find remote ref v1.2.0 Failed to do a shallow fetch; retrying a full fetch... warning: redirecting to https://gitlab.com/weinholt/hashing.git/ >From https://gitlab.com/weinholt/hashing * [new branch] dev -> origin/dev * [new branch] master -> origin/master error: pathspec 'v1.2.0' did not match any file(s) known to git git-fetch: '/gnu/store/c8p8rlf1d0xfswcdf6cs46m2cfj4y9f7-git-minimal-2.34.0/= bin/git checkout v1.2.0' failed with exit code 1 Trying content-addressed mirror at berlin.guix.gnu.org... following redirection to `https://berlin.guix.gnu.org/nar/gzip/kgpkygpri3z6= cgn2dj1fm71sz5w6mcb2-guile-hashing-1.2.0-checkout'... Trying content-addressed mirror at berlin.guix.gnu.org... following redirection to `https://berlin.guix.gnu.org/nar/kgpkygpri3z6cgn2d= j1fm71sz5w6mcb2-guile-hashing-1.2.0-checkout'... Trying to download from Software Heritage... SWH: revision "v1.2.0" originating from https://gitlab.com/weinholt/hashing= could not be found builder for `/gnu/store/vx1s9x1z137bbpg18haamcbdm0jwjq06-guile-hashing-1.2.= 0-checkout.drv' failed to produce output path `/gnu/store/kgpkygpri3z6cgn2d= j1fm71sz5w6mcb2-guile-hashing-1.2.0-checkout' build of /gnu/store/vx1s9x1z137bbpg18haamcbdm0jwjq06-guile-hashing-1.2.0-ch= eckout.drv failed View build log at '/var/log/guix/drvs/vx/1s9x1z137bbpg18haamcbdm0jwjq06-gui= le-hashing-1.2.0-checkout.drv.gz'. guix build: error: build of `/gnu/store/vx1s9x1z137bbpg18haamcbdm0jwjq06-gu= ile-hashing-1.2.0-checkout.drv' failed --8<---------------cut here---------------end--------------->8--- Could you take a look? It might that tags were not copied over? Thanks, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 04 08:12:31 2022 Received: (at control) by debbugs.gnu.org; 4 Apr 2022 12:12:31 +0000 Received: from localhost ([127.0.0.1]:50727 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nbLZP-0000FN-8W for submit@debbugs.gnu.org; Mon, 04 Apr 2022 08:12:31 -0400 Received: from eggs.gnu.org ([209.51.188.92]:52154) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nbLZN-0000F7-FZ for control@debbugs.gnu.org; Mon, 04 Apr 2022 08:12:29 -0400 Received: from [2001:470:142:3::e] (port=59154 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nbLZI-00043l-9I for control@debbugs.gnu.org; Mon, 04 Apr 2022 08:12:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:Subject:From:To:Date:in-reply-to: references; bh=NVvuulGlbu27QTxedqXgcWxqp0RgLsa4D2Fu6IeMp2k=; b=Hf7oUNG9Ap9XHI 4fXk/9urROrpjIg8MTGm2wDpOhazokF5KsdCAinsJrojy4ZvoSKAifajBtS18ibRBdeT8+GR1JTKV bpm0NVwEppGcAWI4VwP78f2cGdgRLR+Xbt/8Dgzi9MWKdhPsj8qcQcTWKBFtoyYBzlR+aPEshWyDO Tulp1EhHpnS+e2hRgNNRkVRmnh+VBfChGbuohOWnX2NGKGY8TMlnx88Zu3eynAQdPJtRRYaOc+bw4 0ISrcnmVdzrjib3ZWVGM2Z8Comm/p/d/EKuZb4O++/xV45e3iKdfrMlgtiMp5wbqlsqFV5sm+79L/ Ap4ooBZ9j1HpUCnkq9AA==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:50015 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nbLZH-0005sh-Oa for control@debbugs.gnu.org; Mon, 04 Apr 2022 08:12:24 -0400 Date: Mon, 04 Apr 2022 14:12:22 +0200 Message-Id: <874k39ujx5.fsf@gnu.org> To: control@debbugs.gnu.org From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: control message for bug #54540 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) 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: -3.3 (---) tags 54540 + moreinfo quit