Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 336458 - python-3.1.2-r4 fails testing
Summary: python-3.1.2-r4 fails testing
Status: VERIFIED DUPLICATE of bug 298680
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-08 16:39 UTC by Neil Leathers
Modified: 2011-02-08 18:14 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build log (build.log,182.24 KB, text/plain)
2010-09-08 16:41 UTC, Neil Leathers
Details
output from emerge --info =dev-lang/python-3.1.2-r4 (emerge_--info_=dev-lang_slash_python-3.1.2-r4.output,6.13 KB, text/plain)
2010-09-08 16:42 UTC, Neil Leathers
Details
output from emerge -pqv =dev-lang/python-3.1.2-r4 (emerge_-pqv_=dev-lang_slash_python-3.1.2-r4.output,158 bytes, text/plain)
2010-09-08 16:43 UTC, Neil Leathers
Details
environment (environment,214.54 KB, text/plain)
2010-09-08 16:43 UTC, Neil Leathers
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***