Issue 4535: Build / Test Py3K failed on Ubuntu 8.10 (original) (raw)

Created on 2008-12-04 20:35 by lbhudda, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
py3k.out lbhudda,2008-12-04 20:35 Text output of uname -a / configure / make / make test
trunk.r70765.debug-ubuntu-8.10.out ron.duplain,2009-03-31 02:14 ( uname -a && ./configure --prefix=/dev/null --with-pydebug && make && make test ) >| trunk.r70765-ubuntu-8.10.out 2>&1
Messages (5)
msg76925 - (view) Author: Rob Wiers (lbhudda) Date: 2008-12-04 20:37
After reading about the Py3K release, I downloaded the source distribution and did a build and test. The test failed, and I thought it might be useful to share it here. I realise there is probably a person (or group) dedicated to porting Python 3.0 to Ubuntu, but I thought this might be helpful. If not, please let me know. Regards, Rob Wiers
msg77038 - (view) Author: Kandalintsev Alexandre (exe) Date: 2008-12-05 17:03
My results on ubuntu 8.10 x86(with debug features enabled) on Python 3.1a0 (py3k:67586, Dec 5 2008, 19:39:50): 298 tests OK. 23 tests skipped: test_codecmaps_cn test_codecmaps_hk test_codecmaps_jp test_codecmaps_kr test_codecmaps_tw test_curses test_dbm_gnu test_dbm_ndbm test_kqueue test_nis test_normalization test_ossaudiodev test_pep277 test_socketserver test_startfile test_tcl test_timeout test_urllib2net test_urllibnet test_winreg test_winsound test_xmlrpc_net test_zipfile64 3 skips unexpected on linux2: test_tcl test_dbm_ndbm test_dbm_gnu [870063 refs] May be problems fixed in current trunk(http://svn.python.org/projects/ python/branches/py3k)?
msg77226 - (view) Author: Kandalintsev Alexandre (exe) Date: 2008-12-07 13:11
Rob, could you repeat this test on trunk version of python?
msg84741 - (view) Author: Ron DuPlain (ron.duplain) * (Python committer) Date: 2009-03-31 02:14
For what it's worth, I ran these tests on Ubuntu 8.10 with Python trunk (2.7) r70765 (svn). All tests passed. Output is attached (cleaned out ref counts). --rduplain
msg84962 - (view) Author: Senthil Kumaran (orsenthil) * (Python committer) Date: 2009-04-01 02:26
Ubuntu 8.10; On Python 3.0.1 (r301:69556, Mar 31 2009, 22🔞10) [GCC 4.3.2] on linux2 297 tests OK. 26 tests skipped: test_bz2 test_codecmaps_cn test_codecmaps_hk test_codecmaps_jp test_codecmaps_kr test_codecmaps_tw test_curses test_dbm_gnu test_dbm_ndbm test_kqueue test_nis test_normalization test_ossaudiodev test_pep277 test_socketserver test_sqlite test_ssl test_startfile test_tcl test_timeout test_urllib2net test_urllibnet test_winreg test_winsound test_xmlrpc_net test_zipfile64 5 skips unexpected on linux2: test_tcl test_dbm_ndbm test_ssl test_bz2 test_dbm_gnu No failures. Closing this issue.
History
Date User Action Args
2022-04-11 14:56:42 admin set github: 48785
2009-04-01 03:20:17 benjamin.peterson set status: open -> closed
2009-04-01 02:26:55 orsenthil set status: pending -> opennosy: + orsenthilmessages: + assignee: orsenthilresolution: works for me
2009-03-31 02:14:24 ron.duplain set files: + trunk.r70765.debug-ubuntu-8.10.outnosy: + ron.duplainmessages: +
2009-03-13 01:27:13 ajaksu2 set status: open -> pendingcomponents: + Tests
2008-12-07 13:11:45 exe set messages: +
2008-12-05 17:03:56 exe set nosy: + exemessages: +
2008-12-04 20:37:26 lbhudda set messages: +
2008-12-04 20:35:03 lbhudda create