Issue 13983: make test giving bus error (original) (raw)

Issue13983

Created on 2012-02-10 06:45 by shivam_python_issues, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg153027 - (view) Author: Shivam (shivam_python_issues) Date: 2012-02-10 06:45
Hi All, On mips64 biit machine running linux I have installed python2.4_2.4.4 from link "http://archive.debian.net/etch/python2.4" using below commands: ./configure –enable-shared make make install But make test fails with bus error, below is the log for same: octeon:~/depend_resolv/python2.4-2.4.4.orig# make test case $MAKEFLAGS in \ *-s*) LD_LIBRARY_PATH=/root/depend_resolv/python2.4-2.4.4.orig: CC='gcc -pthread' LDSHARED='gcc -pthread -shared' OPT='-DNDEBUG -g -O3 -Wall -Wstrict-prototypes' ./python -E ./setup.py -q build;; \ *) LD_LIBRARY_PATH=/root/depend_resolv/python2.4-2.4.4.orig: CC='gcc -pthread' LDSHARED='gcc -pthread -s hared' OPT='-DNDEBUG -g -O3 -Wall -Wstrict-prototypes' ./python -E ./setup.py build;; \ esac running build running build_ext INFO: Can't locate Tcl/Tk libs and/or headers building 'dbm' extension gcc -pthread -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -fno-strict-aliasing -DHAVE_NDBM_H -I. -I/root/depe nd_resolv/python2.4-2.4.4.orig/./Include -I/usr/local/include -I/root/depend_resolv/python2.4-2.4.4.orig/Include -I/root/depend_resolv/python2.4-2.4.4.orig -c /root/depend_resolv/python2.4-2.4.4.orig/Modules/dbmmodule.c -o b uild/temp.linux-mips64-2.4/dbmmodule.o gcc -pthread -shared build/temp.linux-mips64-2.4/dbmmodule.o -L/usr/local/lib -o build/lib.linux-mips64-2.4/dbm. so *** WARNING: renaming "dbm" since importing it failed: build/lib.linux-mips64-2.4/dbm.so: undefined symbol: dbm_ error running build_scripts find ./Lib -name '*.py[co]' -print | xargs rm -f LD_LIBRARY_PATH=/root/depend_resolv/python2.4-2.4.4.orig: ./python -E -tt ./Lib/test/regrtest.py -l make: *** [test] Bus error LD_LIBRARY_PATH=/root/depend_resolv/python2.4-2.4.4.orig: ./python -E -tt ./Lib/test/regrtest.py -l test_grammar test_opcodes test_operations test_builtin make: *** [test] Bus error
msg153030 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2012-02-10 07:03
Python 2.4 is no longer maintained.
History
Date User Action Args
2022-04-11 14:57:26 admin set github: 58191
2012-02-10 07:03:50 loewis set status: open -> closednosy: + loewismessages: + resolution: out of date
2012-02-10 06:45:04 shivam_python_issues create