[Bug 221090] [NEW PORT] net/py-pyenet: Python wrapper for the ENet library
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Dec 5 12:01:44 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221090
Dmitry Marakasov <amdmi3 at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|freebsd-ports-bugs at FreeBSD. |amdmi3 at FreeBSD.org
|org |
--- Comment #3 from Dmitry Marakasov <amdmi3 at FreeBSD.org> ---
Does not build.
===> Configuring for py27-pyenet-1.3.13.post3
pypandoc not available, using plain contents of readme
Downloading enet
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "setup.py", line 71, in <module>
urllib_request.urlretrieve(enet_url, enet_file, reporthook)
File "/usr/local/lib/python2.7/urllib.py", line 98, in urlretrieve
return opener.retrieve(url, filename, reporthook, data)
File "/usr/local/lib/python2.7/urllib.py", line 245, in retrieve
fp = self.open(url, data)
File "/usr/local/lib/python2.7/urllib.py", line 213, in open
return getattr(self, name)(url)
File "/usr/local/lib/python2.7/urllib.py", line 350, in open_http
h.endheaders(data)
File "/usr/local/lib/python2.7/httplib.py", line 1038, in endheaders
self._send_output(message_body)
File "/usr/local/lib/python2.7/httplib.py", line 882, in _send_output
self.send(msg)
File "/usr/local/lib/python2.7/httplib.py", line 844, in send
self.connect()
File "/usr/local/lib/python2.7/httplib.py", line 821, in connect
self.timeout, self.source_address)
File "/usr/local/lib/python2.7/socket.py", line 557, in create_connection
for res in getaddrinfo(host, port, 0, SOCK_STREAM):
IOError: [Errno socket error] [Errno 8] hostname nor servname provided, or not
known
Of course it is not allowed to access the network while building.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-python
mailing list