[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
sockets availability during build
From: |
Federico Beffa |
Subject: |
sockets availability during build |
Date: |
Thu, 22 Jan 2015 20:54:11 +0100 |
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
- sockets availability during build,
Federico Beffa <=