| Summary: | python-3.1.2-r4 fails testing | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Neil Leathers <neil.leathers> |
| Component: | Current packages | Assignee: | 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 |
||
Created attachment 246474 [details]
build log
Created attachment 246476 [details]
output from emerge --info =dev-lang/python-3.1.2-r4
Created attachment 246477 [details]
output from emerge -pqv =dev-lang/python-3.1.2-r4
Created attachment 246479 [details]
environment
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. *** This bug has been marked as a duplicate of bug 298680 *** |
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