From mboxrd@z Thu Jan 1 00:00:00 1970 From: Federico Beffa Subject: sockets availability during build Date: Thu, 22 Jan 2015 20:54:11 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44351) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YENpV-00031J-Dq for guix-devel@gnu.org; Thu, 22 Jan 2015 14:54:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YENpU-0008AT-LK for guix-devel@gnu.org; Thu, 22 Jan 2015 14:54:13 -0500 Received: from mail-lb0-x22d.google.com ([2a00:1450:4010:c04::22d]:52318) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YENpU-0008AK-DI for guix-devel@gnu.org; Thu, 22 Jan 2015 14:54:12 -0500 Received: by mail-lb0-f173.google.com with SMTP id p9so3512229lbv.4 for ; Thu, 22 Jan 2015 11:54:11 -0800 (PST) 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 Hi, I'm working on libupnp. The 'check phase gives the following error: Initializing UPnP ... ** ERROR UpnpInit(): -208 UPNP_E_SOCKET_ERROR FAIL: test_init In spite of this, if I "guix environment" and run the test binary it succeeds: Initializing UPnP ... UPnP Initialized OK ip=192.168.0.5, port=49152 I suppose that sockets can't be accessed during the build phase. Is that correct? Thanks, Fede