[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-wget] Self test results on OS X 10.9
From: |
Tim Rühsen |
Subject: |
Re: [Bug-wget] Self test results on OS X 10.9 |
Date: |
Mon, 30 Oct 2017 21:30:38 +0100 |
User-agent: |
KMail/5.2.3 (Linux/4.13.0-1-amd64; KDE/5.37.0; x86_64; ; ) |
On Montag, 30. Oktober 2017 12:28:23 CET Jeffrey Walton wrote:
> Hi Everyone,
>
> I'm building 1.19.2 from sources. Does anyone have an idea about the
> "Use of uninitialized value $addr in concatenation ..."?
Looks like a copy&paste misuse of an uninitialized value :-)
E.g. in Test-https-pfs.px is should be
warn "Failed to resolve $testhostname, using $srcdir/certs/wgethosts\n";
instead of
warn "Failed to resolve $addr, using $srcdir/certs/wgethosts\n";
But this disguises the real issue, that the HOSTALIASES trick doesn't work for
you. That's why you see SKIP for certain tests. We use it to circumvent
hostname lookups from /etc/hosts, which we can't rely on. HOSTALIASES let's us
use our own hosts file. If it doesn't work, we have to SKIP to prevent a FAIL
in case you have colliding entries in /etc/hosts.
Thanks for your report.
Regards, Tim
>
> Thanks,
>
> Jeff
signature.asc
Description: This is a digitally signed message part.