Re: [Python-3000] Python 3.0 test results on F8

2008-12-13 Thread Stephen J. Turnbull
Nick Coghlan writes: > (Hmm, might F8 be 'Fedora 8'? If so, then you definitely shouldn't be > getting failures) True, but the OP also is apparently missing a lot of stuff that I would expect on a Fedora box (including libpng IIRC). That suggests either a heavily modified installation, or one

Re: [Python-3000] Python 3.0 test results on F8

2008-12-13 Thread Nick Coghlan
Martin v. Löwis wrote: > Definitely not. Some things will not work. If you want to debug this, > you should start looking into the test_sys failure. Most usefully, to get more details on what is breaking, try running: ./python -m test.regrtest -v test_multiprocessing test_sys The unexpected skip

Re: [Python-3000] Python 3.0 test results on F8

2008-12-13 Thread Martin v. Löwis
> I'm using F8 and received the following output after running 'make > test': It might help some readers (including me) if you had mentioned what F8 is (besides the caption of a key on my keyboard). > 292 tests OK. > 2 tests failed: > test_multiprocessing test_sys > 27 tests skipped: >

[Python-3000] Python 3.0 test results on F8

2008-12-13 Thread Frank
Hi, I'm using F8 and received the following output after running 'make test': 292 tests OK. 2 tests failed: test_multiprocessing test_sys 27 tests skipped: test_bz2 test_codecmaps_cn test_codecmaps_hk test_codecmaps_jp test_codecmaps_kr test_codecmaps_tw test_ctypes test_curses