Eelco Dolstra <[email protected]> writes:

> Hi,
>
> On 11/30/2011 05:17 PM, Simon Josefsson wrote:
>
>> What is the content of /etc/nsswitch.conf on the Hydra build servers?
>> 
>> I wonder what glibc does if there is no /etc/nsswitch.conf at all, which
>> may be the situation on the build servers.
>
> Yes, that's the case for the Linux builds.  They're in a chroot that
> has a extremely miminal /etc (currently, just /etc/passwd and
> /etc/group with entries for the build uid/gid, and /etc/hosts with an
> entry for localhost).

What does getservbyname ("ftp", "tcp") return?  If it returns NULL, we
need to deal with it, but if it hangs or takes a lot of time to timeout
you may want to have a small /etc/nsswitch.conf or similar.

However, given that InetUtils builds fine (and passes self-checks) I
believe there is no problem either on the InetUtils or NixOS side.

Thanks,
/Simon

Reply via email to