Hello,
I am trying to install python2.4.2 on a SGI origin3200 machine running
IRIX6.5.
The native c compiler was used to compile python.
"./configure --prefix=/my/path/to/install" runs ok,
then, "smake OPT= " runs ok
but "smake test" gets errors, here is the output:
------------------------------------------------
247 tests OK.
2 tests failed:
test_fpformat test_locale
41 tests skipped:
test_aepack test_al test_applesingl e test_bsddb test_bsddb185
test_bsddb3 test_bz2 test_cd test_cl test_codecmaps_ cn
test_codecmaps_ hk test_codecmaps_ jp test_codecmaps_ kr
test_codecmaps_ tw test_curses test_dl test_gdbm test_gl test_gzip
test_imgfile test_ioctl test_linuxaudio dev test_macfs
test_macostools test_nis test_normalizat ion test_ossaudiode v
test_pep277 test_plistlib test_scriptpack ages test_socket_ssl
test_socketserv er test_sunaudiode v test_tcl test_timeout
test_urllib2net test_urllibnet test_winreg test_winsound
test_zipimport test_zlib
Ask someone to teach regrtest.py about which tests are
expected to get skipped on irix6.
*** Error code 1
smake: Error: 1 error
------------------------------------------------
I also tried regrtest.py according the above instruction,
--------------------------------------------------------
origin3200% ./Lib/test/regrtest.py -s test_fpformat
test_fpformat
test test_fpformat failed -- Traceback (most recent call last):
File
"/disk2/jfxiao/local/source/Python-2.4.2/Lib/test/test_fpformat.p y",
line 51, in test_reasonable _values
self.checkFix(r ealVal, d)
File
"/disk2/jfxiao/local/source/Python-2.4.2/Lib/test/test_fpformat.p y",
line 28, in checkFix
self.assertEqua ls(result, expected)
AssertionError: '-0' != '0'
1 test failed:
test_fpformat
origin3200% ./Lib/test/regrtest.py -s test_locale
test_frozen
1 test OK.
---------------------------------------------------------
Can somebody tell me what's the problem ?
Thanks!
Regards,
xiaojf
I am trying to install python2.4.2 on a SGI origin3200 machine running
IRIX6.5.
The native c compiler was used to compile python.
"./configure --prefix=/my/path/to/install" runs ok,
then, "smake OPT= " runs ok
but "smake test" gets errors, here is the output:
------------------------------------------------
247 tests OK.
2 tests failed:
test_fpformat test_locale
41 tests skipped:
test_aepack test_al test_applesingl e test_bsddb test_bsddb185
test_bsddb3 test_bz2 test_cd test_cl test_codecmaps_ cn
test_codecmaps_ hk test_codecmaps_ jp test_codecmaps_ kr
test_codecmaps_ tw test_curses test_dl test_gdbm test_gl test_gzip
test_imgfile test_ioctl test_linuxaudio dev test_macfs
test_macostools test_nis test_normalizat ion test_ossaudiode v
test_pep277 test_plistlib test_scriptpack ages test_socket_ssl
test_socketserv er test_sunaudiode v test_tcl test_timeout
test_urllib2net test_urllibnet test_winreg test_winsound
test_zipimport test_zlib
Ask someone to teach regrtest.py about which tests are
expected to get skipped on irix6.
*** Error code 1
smake: Error: 1 error
------------------------------------------------
I also tried regrtest.py according the above instruction,
--------------------------------------------------------
origin3200% ./Lib/test/regrtest.py -s test_fpformat
test_fpformat
test test_fpformat failed -- Traceback (most recent call last):
File
"/disk2/jfxiao/local/source/Python-2.4.2/Lib/test/test_fpformat.p y",
line 51, in test_reasonable _values
self.checkFix(r ealVal, d)
File
"/disk2/jfxiao/local/source/Python-2.4.2/Lib/test/test_fpformat.p y",
line 28, in checkFix
self.assertEqua ls(result, expected)
AssertionError: '-0' != '0'
1 test failed:
test_fpformat
origin3200% ./Lib/test/regrtest.py -s test_locale
test_frozen
1 test OK.
---------------------------------------------------------
Can somebody tell me what's the problem ?
Thanks!
Regards,
xiaojf