Julien Cristau <jcris...@debian.org> writes: > See https://buildd.debian.org/status/package.php?p=remctl
> Failed Set Fail/Total (%) Skip Stat Failing Tests > -------------------------- -------------- ---- ---- ------------------------ > portable/getaddrinfo 1/75 1% 0 0 72 > Failed 1/1792 tests, 99.94% okay, 34 tests skipped. > Files=38, Tests=1792, 3.65 seconds (0.87 usr + 0.35 sys = 1.22 CPU) > make[3]: Leaving directory > `/build/buildd-remctl_2.16-1+b2-amd64-luBBDa/remctl-2.16' > make[2]: *** [check-am] Error 2 This error message indicates that getaddrinfo of "foo.invalid" is returning something other than EAI_NONAME. I suspect it's returning success -- perhaps the buildd has a DNS configuration that resolves unknown hosts to some address rather than returning failure? I'm going to try working around this by ignoring and skipping a success in looking up that name. It makes it a slightly worse test, but I'd rather have the test suite run properly in weird environments. I'll upload a new package in a few minutes with that workaround and some debugging code so that I can check whether that's indeed the problem. -- Russ Allbery (r...@debian.org) <http://www.eyrie.org/~eagle/> -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org