On Tue, Jun 30, 2026 at 02:51:39PM +0200, Zineb Zaadoud wrote: > Package: gettext > Version: 1.0-1 > Severity: normal > Tags: patch > > Hi, > > Ubuntu hit an FTBFS with gettext 1.0-1 in the stonking development series. > > The failing test is `gettext-tools/gnulib-tests/test-getaddrinfo.c`. The > test tries to resolve external hostnames with `getaddrinfo()` and expects > success, but in the Ubuntu build environment it returns `EAI_NONAME` (-2), > causing `test-getaddrinfo` to fail.
Thanks for the report, but packages must not attempt network access during the build anyway (not even if you "catch" them as they try), so I'm going to skip the test unconditionally in 1.0-2. Thanks.

