Downloading the incorrect sourceforge URL doesn't fail

  • Open
  • quality assurance status badge
Details
3 participants
  • Leo Famulari
  • Ludovic Courtès
  • pkill9
Owner
unassigned
Submitted by
pkill9
Severity
normal

Debbugs page

pkill9 wrote 5 years ago
(address . bug-guix@gnu.org)
20200427174028.18a21e0e@runbox.com
running `guix download
mirror://sourceforge/Jamulus/3.4.4/jamulus-3.4.4.tar.gz` eventually
downloads a HTML page.
pkill9 wrote 5 years ago
Re: bug#40906: Acknowledgement (Downloading the incorrect sourceforge URL doesn't fail)
(name . GNU bug Tracking System)(address . help-debbugs@gnu.org)(address . 40906@debbugs.gnu.org)
20200427180625.762d1766@runbox.com
Weird, it is opening URLs fine again...
Leo Famulari wrote 5 years ago
Re: bug#40906: Downloading the incorrect sourceforge URL doesn't fail
(name . pkill9)(address . pkill9@runbox.com)(address . 40906@debbugs.gnu.org)
20200427180047.GB22223@jasmine.lan
On Mon, Apr 27, 2020 at 05:40:28PM +0100, pkill9 wrote:
Toggle quote (4 lines)
> running `guix download
> mirror://sourceforge/Jamulus/3.4.4/jamulus-3.4.4.tar.gz` eventually
> downloads a HTML page.

`guix download` is just a tool for downloading things and putting them
in /gnu/store. Can you say what you expected to happen here, and how it
went wrong?
Ludovic Courtès wrote 5 years ago
(name . pkill9)(address . pkill9@runbox.com)(address . 40906@debbugs.gnu.org)
87lfm8wyu8.fsf@gnu.org
pkill9 <pkill9@runbox.com> skribis:

Toggle quote (4 lines)
> running `guix download
> mirror://sourceforge/Jamulus/3.4.4/jamulus-3.4.4.tar.gz` eventually
> downloads a HTML page.

Could you paste the output? Most likely, some server eventually
returned 200 (instead of 404) with an HTML page as its body. Nothing we
can do here.

Ludo’.
?
Your comment

Commenting via the web interface is currently disabled.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 40906
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