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

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to