From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Perl IO::Socket::INET6 tests need networking Date: Tue, 26 Jul 2016 22:34:39 +0200 Message-ID: <20160726223439.5ab6c794@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49863) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bS93w-0003nV-0l for guix-devel@gnu.org; Tue, 26 Jul 2016 16:34:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bS93r-00019n-4Z for guix-devel@gnu.org; Tue, 26 Jul 2016 16:34:48 -0400 Received: from dd1012.kasserver.com ([85.13.128.8]:58849) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bS93q-00019S-To for guix-devel@gnu.org; Tue, 26 Jul 2016 16:34:43 -0400 Received: from localhost (77.116.159.65.wireless.dyn.drei.com [77.116.159.65]) by dd1012.kasserver.com (Postfix) with ESMTPSA id 748561CA0120 for ; Tue, 26 Jul 2016 22:34:41 +0200 (CEST) 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" To: guix-devel@gnu.org Hi, I'm trying to package IO::Socket::INET6. However, its tests need to be able to listen on an IPv6 port. guix said: > IO::Socket::INET6: sock_info: Bad protocol 'tcp' at t/blocking.t line 34. What now?