This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: IRIX: Seg-fault while building tests with gmake on test_xml_etree.
Type: compile error Stage:
Components: Build, Tests Versions: Python 2.5
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: Nosy List: atossava, jafo, loewis
Priority: normal Keywords:

Created on 2008-02-08 10:19 by atossava, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg62194 - (view) Author: Atro Tossavainen (atossava) Date: 2008-02-08 10:19
Building and testing on Solaris 8 on SPARC with Sun compilers:
cc: Sun C 5.8 2005/10/13
CC: Sun C++ 5.8 2005/10/13

281 tests OK.
40 tests skipped:
    test_aepack test_al test_applesingle test_bsddb test_bsddb185
    test_bsddb3 test_cd test_cl test_codecmaps_cn test_codecmaps_hk
    test_codecmaps_jp test_codecmaps_kr test_codecmaps_tw test_ctypes
    test_curses test_gdbm test_gl test_imgfile test_linuxaudiodev
    test_macfs test_macostools test_nis test_normalization
    test_ossaudiodev test_pep277 test_plistlib test_scriptpackages
    test_socket_ssl test_socketserver test_sqlite test_startfile
    test_sunaudiodev test_tcl test_timeout test_unicode_file
    test_urllib2net test_urllibnet test_winreg test_winsound
    test_zipfile64
4 skips unexpected on sunos5:
    test_tcl test_sunaudiodev test_ctypes test_nis

...
test_tcl skipped -- No module named _tkinter
...

I have applied the _ctypes patch in #1516, however.  What gives?

Building and testing on IRIX 6.5.30 with MIPS compilers 7.4.4, the test
suite fails to complete:

test_xml_etree
gmake: *** [test] Segmentation fault
msg62213 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2008-02-08 23:04
Please don't mix several unrelated issues in a single report, else it is
difficult to keep track which aspects have been resolved and which need
further attention. This is particularly true for a report of breakage on
a minority platform, which could easily remain unresolved for years.

As for Solaris: What is the specific problem that you are reporting?
I.e. what behavior did you expect instead?
msg63970 - (view) Author: Sean Reifschneider (jafo) * (Python committer) Date: 2008-03-18 19:21
Created issue #2401 for the Solaris problem.  Repurposing this issue to
just be the IRIX issue.
History
Date User Action Args
2022-04-11 14:56:30adminsetgithub: 46324
2009-02-17 02:09:21benjamin.petersonsetstatus: pending -> closed
resolution: wont fix
2009-02-16 17:52:01ajaksu2setstatus: open -> pending
2008-03-18 19:21:54jafosetpriority: normal
nosy: + jafo
type: compile error
messages: + msg63970
title: Python 2.5.1 woes on IRIX, Solaris -> IRIX: Seg-fault while building tests with gmake on test_xml_etree.
2008-02-08 23:04:53loewissetnosy: + loewis
messages: + msg62213
2008-02-08 10:19:17atossavacreate