Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 05 Dec 2017 12:01:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 221090] [NEW PORT] net/py-pyenet: Python wrapper for the ENet library
Message-ID:  <bug-221090-13-dkuS9GtMev@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-221090-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-221090-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221090

Dmitry Marakasov <amdmi3@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|freebsd-ports-bugs@FreeBSD. |amdmi3@FreeBSD.org
                   |org                         |

--- Comment #3 from Dmitry Marakasov <amdmi3@FreeBSD.org> ---
Does not build.

=3D=3D=3D>  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 =3D 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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-221090-13-dkuS9GtMev>