https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221090
Dmitry Marakasov <amd...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports-bugs@FreeBSD. |amd...@freebsd.org |org | --- Comment #3 from Dmitry Marakasov <amd...@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. _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"