[Bug 1977795] Re: wget is not built with metalink support
phlummox
1977795 at bugs.launchpad.net
Sun Jul 16 07:00:57 UTC 2023
Ken Sharp: "wget is not built with metalink support" is not the bug I
reported.
The bug I reported has to do with the accuracy of the man page. If other
people feel that having (or not having) particular wget features enabled
is a bug, then generally, I'd expect that to be opened as a separate
issue.
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to wget in Ubuntu.
https://bugs.launchpad.net/bugs/1977795
Title:
wget is not built with metalink support
Status in wget package in Ubuntu:
Confirmed
Status in wget package in Debian:
Unknown
Bug description:
The man page describes a "--metalink-over-http" option to wget:
--metalink-over-http
Issues HTTP HEAD request instead of GET and extracts Metalink metadata from response headers. Then it switches to Metalink download.
If no valid Metalink metadata is found, it falls back to ordinary HTTP download. Enables Content-Type: application/metalink4+xml
files download/processing.
However, attempting to use the "--metalink-over-http" option results
in an error:
$ wget --metalink-over-http https://www.example.com/
wget: unrecognized option '--metalink-over-http'
Usage: wget [OPTION]... [URL]...
Try `wget --help' for more options.
(I assume the error occurs because the Ubuntu version of wget is built
without passing the `--with-metalink` flag to `configure`.)
Since the man page should correctly describe the options wget can
take, the `--metalink-over-http` section of it should be removed.
(The same might apply to the man page discussion of `--metalink-
index`, `--input-metalink`, `--keep-badhash`, `--preferred-location`,
since those options mention metalinks, but I haven't investigated
further.)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wget/+bug/1977795/+subscriptions
More information about the foundations-bugs
mailing list