From owner-freebsd-ports-bugs@freebsd.org Fri Mar 17 13:38:56 2017 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EB603D104BE for ; Fri, 17 Mar 2017 13:38:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B991414D3 for ; Fri, 17 Mar 2017 13:38:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v2HDcuKo074702 for ; Fri, 17 Mar 2017 13:38:56 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 217867] [BUG] net/py-eventlet 0.20.1: AttributeError: 'module' object has no attribute 'EAI_NODATA' Date: Fri, 17 Mar 2017 13:38:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: alexander.nusov@nfvexpress.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: cs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2017 13:38:57 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217867 Bug ID: 217867 Summary: [BUG] net/py-eventlet 0.20.1: AttributeError: 'module' object has no attribute 'EAI_NODATA' Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: cs@FreeBSD.org Reporter: alexander.nusov@nfvexpress.com Assignee: cs@FreeBSD.org Flags: maintainer-feedback?(cs@FreeBSD.org) The latest update of eventlet library has bug with exception handling. > EAI_NODATA_ERROR =3D socket.gaierror(socket.EAI_NODATA, 'No address assoc= iated with hostname') EAI_NODATA was deprected in 2003 in RFC3493 https://lists.freebsd.org/pipermail/freebsd-ports/2003-October/005757.html Steps to reproduce 1. install net/py-eventlet 2. python -m eventlet Log root@express:~ # python2.7 -m eventlet Traceback (most recent call last): File "/usr/local/lib/python2.7/runpy.py", line 163, in _run_module_as_main mod_name, _Error) File "/usr/local/lib/python2.7/runpy.py", line 111, in _get_module_details __import__(mod_name) # Do not catch exceptions initializing package File "/usr/local/lib/python2.7/site-packages/eventlet/__init__.py", line = 10, in from eventlet import convenience File "/usr/local/lib/python2.7/site-packages/eventlet/convenience.py", li= ne 6, in from eventlet.green import socket File "/usr/local/lib/python2.7/site-packages/eventlet/green/socket.py", l= ine 28, in from eventlet.support import greendns File "/usr/local/lib/python2.7/site-packages/eventlet/support/greendns.py= ", line 82, in EAI_NODATA_ERROR =3D socket.gaierror(socket.EAI_NODATA, 'No address associated with hostname') AttributeError: 'module' object has no attribute 'EAI_NODATA' --=20 You are receiving this mail because: You are the assignee for the bug.=