Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 336458

Summary: python-3.1.2-r4 fails testing
Product: Gentoo Linux Reporter: Neil Leathers <neil.leathers>
Component: Current packagesAssignee: Python Gentoo Team <python>
Status: VERIFIED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build log
output from emerge --info =dev-lang/python-3.1.2-r4
output from emerge -pqv =dev-lang/python-3.1.2-r4
environment

Description Neil Leathers 2010-09-08 16:39:40 UTC
python-3.1.2-r4 fails testing with the following output:

======================================================================
ERROR: testSockName (test.test_socket.GeneralModuleTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-lang/python-3.1.2-r4/work/Python-3.1.2/Lib/test/test_socket.py", line 503, in testSockName
    my_ip_addr = socket.gethostbyname(socket.gethostname())
socket.gaierror: [Errno -2] Name or service not known

----------------------------------------------------------------------
Ran 107 tests in 16.396s

FAILED (errors=1)
test test_socket failed -- Traceback (most recent call last):
  File "/var/tmp/portage/dev-lang/python-3.1.2-r4/work/Python-3.1.2/Lib/test/test_socket.py", line 503, in testSockName
    my_ip_addr = socket.gethostbyname(socket.gethostname())
socket.gaierror: [Errno -2] Name or service not known

make: *** [test] Error 1


Reproducible: Always

Steps to Reproduce:
1. emerge -u --deep world
Comment 1 Neil Leathers 2010-09-08 16:41:30 UTC
Created attachment 246474 [details]
build log
Comment 2 Neil Leathers 2010-09-08 16:42:52 UTC
Created attachment 246476 [details]
output from emerge --info =dev-lang/python-3.1.2-r4
Comment 3 Neil Leathers 2010-09-08 16:43:28 UTC
Created attachment 246477 [details]
output from emerge -pqv =dev-lang/python-3.1.2-r4
Comment 4 Neil Leathers 2010-09-08 16:43:57 UTC
Created attachment 246479 [details]
environment
Comment 5 Neil Leathers 2010-09-08 18:44:46 UTC
This may be a duplicate of 298680, 308901, and 313291.

Should I post the files for the similar failure of python-2.6.5-r3 here, in bug 298680 (the oldest), or in a new separate bug.
Comment 6 Neil Leathers 2010-10-07 14:50:17 UTC

*** This bug has been marked as a duplicate of bug 298680 ***