[Bug 1977795] Re: wget is not built with metalink support
Bug Watch Updater
1977795 at bugs.launchpad.net
Mon Jul 17 00:17:34 UTC 2023
** Changed in: wget (Debian)
Status: Unknown => New
--
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:
New
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