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.

Author shivam_python_issues
Recipients shivam_python_issues
Date 2012-02-10.06:45:03
SpamBayes Score 7.757259e-08
Marked as misclassified No
Message-id <1328856305.29.0.849660995129.issue13983@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2012-02-10 06:45:05shivam_python_issuessetrecipients: + shivam_python_issues
2012-02-10 06:45:05shivam_python_issuessetmessageid: <1328856305.29.0.849660995129.issue13983@psf.upfronthosting.co.za>
2012-02-10 06:45:04shivam_python_issueslinkissue13983 messages
2012-02-10 06:45:03shivam_python_issuescreate