'guix refresh curl --update' queries buggy URL

  • Open
  • quality assurance status badge
Details
One participant
  • Maxim Cournoyer
Owner
unassigned
Submitted by
Maxim Cournoyer
Severity
normal

Debbugs page

Maxim Cournoyer wrote 1 years ago
'guix refresh curl --update' queries buggy URL
(name . bug-guix)(address . bug-guix@gnu.org)
87a5n0brbn.fsf@gmail.com
Hello, Guix!

Consider:

Toggle snippet (15 lines)
$ guix refresh --update curl

Starting download of /tmp/guix-file.LN8KPl
From https://curl.se/download/download/curl-8.6.0.tar.xz...
download failed "https://curl.se/download/download/curl-8.6.0.tar.xz" 404 "Not Found"

Starting download of /tmp/guix-file.LN8KPl
From https://web.archive.org/web/20240314142812/https://curl.se/download/download/curl-8.6.0.tar.xz...
download failed "https://web.archive.org/web/20240314142812/https://curl.se/download/download/curl-8.6.0.tar.xz" 404 "NOT FOUND"
Trying to use Disarchive to assemble /tmp/guix-file.LN8KPl...
could not find its Disarchive specification
failed to download "/tmp/guix-file.LN8KPl" from "https://curl.se/download/download/curl-8.6.0.tar.xz"
guix refresh: warning: curl: version 8.6.0 could not be downloaded and authenticated; not updating

The URL it's attempting downloading from contains a duplicate
"/download/" part, which shouldn't be there.

--
Thanks,
Maxim
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 69799@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 69799
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help