diff mbox series

[bug#54540] fix URLs of Goran Weinholt's Scheme libraries

Message ID 20220323233130.6bca6d98@riseup.net
State New
Headers show
Series [bug#54540] fix URLs of Goran Weinholt's Scheme libraries | expand

Commit Message

Csepp March 23, 2022, 10:31 p.m. UTC
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....

Comments

Ludovic Courtès March 24, 2022, 11:58 a.m. UTC | #1
Hi,

raingloom <raingloom@riseup.net> 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’s 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/kgpkygpri3z6cgn2dj1fm71sz5w6mcb2-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/kgpkygpri3z6cgn2dj1fm71sz5w6mcb2-guile-hashing-1.2.0-checkout'...
Trying content-addressed mirror at berlin.guix.gnu.org...
following redirection to `https://berlin.guix.gnu.org/nar/kgpkygpri3z6cgn2dj1fm71sz5w6mcb2-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/kgpkygpri3z6cgn2dj1fm71sz5w6mcb2-guile-hashing-1.2.0-checkout'
build of /gnu/store/vx1s9x1z137bbpg18haamcbdm0jwjq06-guile-hashing-1.2.0-checkout.drv failed
View build log at '/var/log/guix/drvs/vx/1s9x1z137bbpg18haamcbdm0jwjq06-guile-hashing-1.2.0-checkout.drv.gz'.
guix build: error: build of `/gnu/store/vx1s9x1z137bbpg18haamcbdm0jwjq06-guile-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’.
diff mbox series

Patch

From bea6d000501fe8edc6995f580f12772673dd32a2 Mon Sep 17 00:00:00 2001
From: raingloom <raingloom@riseup.net>
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