From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Neon and reverse address lookup Date: Sat, 18 Jan 2014 13:48:47 +0100 Message-ID: <20140118124847.GA6166@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59703) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W4VKc-0008S6-1I for guix-devel@gnu.org; Sat, 18 Jan 2014 07:49:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W4VKV-0001T0-U9 for guix-devel@gnu.org; Sat, 18 Jan 2014 07:48:57 -0500 Received: from moutng.kundenserver.de ([212.227.126.171]:60632) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W4VKV-0001Sr-KL for guix-devel@gnu.org; Sat, 18 Jan 2014 07:48:51 -0500 Content-Disposition: inline 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: guix-devel@gnu.org Hi, 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? Andreas