From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Neon and reverse address lookup Date: Sat, 18 Jan 2014 21:59:55 +0100 Message-ID: <87ha91ovjo.fsf@gnu.org> References: <20140118124847.GA6166@debian> <87zjmtpd2t.fsf@netris.org> <20140118164508.GA29581@debian> <20140118164840.GA12221@jocasta.intra> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41810) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W4d4k-0003hh-Ef for guix-devel@gnu.org; Sat, 18 Jan 2014 16:05:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W4d4c-0000cJ-Lc for guix-devel@gnu.org; Sat, 18 Jan 2014 16:05:06 -0500 Received: from hera.aquilenet.fr ([141.255.128.1]:59894) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W4d4c-0000cB-E3 for guix-devel@gnu.org; Sat, 18 Jan 2014 16:04:58 -0500 In-Reply-To: <20140118164840.GA12221@jocasta.intra> (John Darrington's message of "Sat, 18 Jan 2014 17:48:40 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: John Darrington Cc: guix-devel@gnu.org John Darrington skribis: > On Sat, Jan 18, 2014 at 05:45:08PM +0100, Andreas Enge wrote: > On Sat, Jan 18, 2014 at 09:41:14AM -0500, Mark H Weaver wrote: > > I think we should include /etc/hosts in the chroot with an entry f= or > > 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 l= ess > > time and effort than disabling tests. > >=20 > > When I suggested this on IRC, Ludovic seemed open to the idea. > >=20 > > Thoughts? >=20=20=20=20=20=20 > If it can be implemented easily, this sounds like a good idea. I thi= nk we > already had another package with the same problem. >=20=20=20=20=20=20 > Trying to package gnumeric comes up with a similar problem. Its tests re= ly > on dbus. Which it seems needs a file /etc/machine-id What exactly needs it, dbus-daemon? (May machine runs dbus-daemon 1.4 and I don=E2=80=99t have that file.) Ludo=E2=80=99.