[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Neon and reverse address lookup
From: |
Mark H Weaver |
Subject: |
Re: Neon and reverse address lookup |
Date: |
Sat, 18 Jan 2014 09:41:14 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) |
Andreas Enge <address@hidden> writes:
> when trying to package the neon library:
> http://www.webdav.org/neon/ ,
> the tests fail inside the chroot with
> addr_reverse (reverse lookup for 127.0.0.1 failed)
>
> Should I disable the corresponding test?
I think we should include /etc/hosts in the chroot with an entry for
localhost. We might also need /etc/nsswitch.conf; I'm not sure. I see
no reason not to do this, and I suspect it would ultimately take less
time and effort than disabling tests.
When I suggested this on IRC, Ludovic seemed open to the idea.
Thoughts?
Mark