| Summary: | dev-lang/python-3.2.2 failed (test phase) | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
| Component: | Current packages | Assignee: | Python Gentoo Team <python> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | build log | ||
|
Description
Toralf Förster
2011-12-21 09:01:07 UTC
Created attachment 296549 [details]
build log
Build log shows unrelated failures in 4 files:
"320 tests OK.
4 tests failed:
test_argparse test_dbm test_httpservers test_import"
At least some of them have been reported in other bugs. Failures in at least 2 files have been already fixed by upstream. Could you try test suite of dev-lang/python-3.2.3_pre20111218 from Progress Overlay?
(In reply to comment #2) > Build log shows unrelated failures in 4 files: > "320 tests OK. > 4 tests failed: > test_argparse test_dbm test_httpservers test_import" > > At least some of them have been reported in other bugs. Failures in at least 2 > files have been already fixed by upstream. Could you try test suite of > dev-lang/python-3.2.3_pre20111218 from Progress Overlay? Hhm, seems I need mercurial before ? Because I get : $> ebuild python-3.2.3_pre20111218.ebuild test Forcing test. ... * Cloning http://hg.python.org/cpython to /usr/portage/distfiles/hg-src/python/cpython /var/tmp/portage/dev-lang/python-3.2.3_pre20111218/temp/environment: line 3365: hg: command not found * ERROR: dev-lang/python-3.2.3_pre20111218 failed (unpack phase): * failed to clone http://hg.python.org/cpython * * Call stack: /me just wondering whether in this case mercurial should be a dependency of the python package ? (In reply to comment #3) `ebuild` command ignores dependencies. (In reply to comment #2) > Could you try test suite of > dev-lang/python-3.2.3_pre20111218 from Progress Overlay? much better, now I get : 328 tests OK. 22 tests skipped: test_codecmaps_cn test_codecmaps_hk test_codecmaps_jp test_codecmaps_kr test_codecmaps_tw test_curses test_kqueue test_msilib test_ossaudiodev test_smtpnet test_socketserver test_sqlite test_startfile test_timeout test_tk test_ttk_guionly test_urllib2net test_urllibnet test_winreg test_winsound test_xmlrpc_net test_zipfile64 2 skips unexpected on linux2: test_tk test_ttk_guionly 2nd note - tk is installed, but I got : [305/352] test_tk Invalid MIT-MAGIC-COOKIE-1 keytest_tk skipped -- tk not available: couldn't connect to display ":0" [306/352] test_tokenize [307/352] test_trace [308/352] test_traceback [309/352] test_ttk_guionly test_ttk_guionly skipped -- tk not available: couldn't connect to display ":0" (In reply to comment #6) These tests are skipped, because ebuilds don't use virtualx.eclass to start Xvfb server, which would require dependencies on x11-base/xorg-server[xvfb] and x11-apps/xhost. ok, so current python version 3.2.3_pre20111218 passes test fine - should this bug report be closed ? Or better let it be open to avoid duplicates ? obsolete |