Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#57273 - [wget] check() fails test #8 reported upstream, patch fixes
Attached to Project:
Arch Linux
Opened by David McInnis (daavve) - Monday, 29 January 2018, 13:53 GMT
Last edited by Jelle van der Waa (jelly) - Saturday, 05 January 2019, 16:21 GMT
Opened by David McInnis (daavve) - Monday, 29 January 2018, 13:53 GMT
Last edited by Jelle van der Waa (jelly) - Saturday, 05 January 2019, 16:21 GMT
|
DetailsDescription:
[wget] check() fails test #8 reported upstream, patch fixes wget 1.19.4 The following patch from upstream fixes the problem: diff --git a/tests/Test-https-pfs.px b/tests/Test-https-pfs.px index 627bd678..d28eec69 100755 --- a/tests/Test-https-pfs.px +++ b/tests/Test-https-pfs.px @@ -47,7 +47,7 @@ unless ($addr) } unless (inet_ntoa($addr) =~ "127.0.0.1") { - warn "Failed to resolve $$addr, using $srcdir/certs/wgethosts\n"; + warn "Unexpected IP for localhost: ".inet_ntoa($addr)."\n"; exit 77; } |
This task depends upon
Closed by Jelle van der Waa (jelly)
Saturday, 05 January 2019, 16:21 GMT
Reason for closing: Deferred
Additional comments about closing: works in 1.20
Saturday, 05 January 2019, 16:21 GMT
Reason for closing: Deferred
Additional comments about closing: works in 1.20

- Field changed: Status (Unconfirmed → Assigned)
- Task assigned to Levente Polyak (anthraxx)
https://lists.gnu.org/archive/html/bug-wget/2018-01/msg00035.html