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 xuhdev
Recipients xuhdev
Date 2011-02-03.17:31:10
SpamBayes Score 3.311643e-06
Marked as misclassified No
Message-id <1296754271.48.0.967126521261.issue11106@psf.upfronthosting.co.za>
In-reply-to
Content
Build python 2.6.6 and python 2.7.1 on a NetBSD-5.1-sparc machine.

1. Run './configure';
2. Run 'make';
3. Run 'make install'.

There will be a problem after run 'make install'.
The last few lines of error messages are like the following:

Compiling /usr/local/lib/python2.6/test/test_binop.py ...
Compiling /usr/local/lib/python2.6/test/test_bisect.py ...
Compiling /usr/local/lib/python2.6/test/test_bool.py ...
Compiling /usr/local/lib/python2.6/test/test_bsddb.py ...
Compiling /usr/local/lib/python2.6/test/test_bsddb185.py ...
Compiling /usr/local/lib/python2.6/test/test_bsddb3.py ...
Compiling /usr/local/lib/python2.6/test/test_buffer.py ...
Compiling /usr/local/lib/python2.6/test/test_bufio.py ...
Compiling /usr/local/lib/python2.6/test/test_builtin.py ...
[1]   Segmentation fault (core dumped) PYTHONPATH=/usr/...
*** Error code 139

Stop.
make: stopped in /home/xuh/src/Python-2.6.6

Same thing with python 2.7.1.
History
Date User Action Args
2011-02-03 17:31:11xuhdevsetrecipients: + xuhdev
2011-02-03 17:31:11xuhdevsetmessageid: <1296754271.48.0.967126521261.issue11106@psf.upfronthosting.co.za>
2011-02-03 17:31:10xuhdevlinkissue11106 messages
2011-02-03 17:31:10xuhdevcreate