On Sun, Nov 27, 2016 at 03:21:41PM +0100, gregor herrmann wrote: > On Tue, 01 Nov 2016 02:27:33 +0100, gregor herrmann wrote: > > > 0.690-1 fails to build all over the place with more or less failing > > tests: > > The status with subsequent uploads is: > > - success on my laptop, on the buildd. on ci.debian.net > - failures on the reproducible build servers
> Invalid argument at > /build/1st/libnet-sip-perl-0.702/blib/lib/Net/SIP/Simple/Call.pm line 700, > <$read> line 2. > Does anyone have any ideas? Both about what happens and what we should do? It's the IO::Socket::IP / getaddrinfo / AI_ADDRCONFIG problem with systems that don't have any network interfaces other than lo, like pbuilder with USENETWORK=NO. See #759799 and #813796. I suspect IO::Socket::IP should be smarter here but I'm not sure. The workaround is presumably to pass GetAddrInfoFlags => 0 to IO::Socket::IP constructors, at least where the address family is explicitly spelled out. Sorry, no patch atm. -- Niko Tyni nt...@debian.org