Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3677 - standard Python 2.2.1 distro fails `make test` on Gentoo
Summary: standard Python 2.2.1 distro fails `make test` on Gentoo
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Jon Nelson (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-12 22:36 UTC by Ollie Rutherfurd
Modified: 2002-06-15 23:36 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ollie Rutherfurd 2002-06-12 22:36:28 UTC
'./configure && make test' Seg Faults using a stock Python 2.2.1 tarball on 
both Gentoo 1.1a and Gentoo 1.0RC6r14. I tried to find out if anyone else has 
had this problem on '#gentoo', but got no response. I don't know whether this 
is related to the db module problems, but if I try to run unit tests for 
'roundup' [roundup.sf.net], it seg faults when doing some dbm tests. I believe 
this may have been the case for previous Python versions, but I can't remember. 
If there's anything I can do to help trace this down, or provide more info, 
please let me know. 
 
To reproduce: 
 
oliver@garp tmp $ tar -xzf Python-2.2.1.tgz 
oliver@garp tmp $ cd Python-2.2.1 
oliver@garp Python-2.2.1 $ ./configure && make test 
[compile ouput snipped] 
./python -E -tt ./Lib/test/regrtest.py -l 
test_grammar 
test_opcodes 
test_operations 
test_builtin 
test_exceptions 
test_types 
test_MimeWriter 
test_StringIO 
test___all__ 
test___future__ 
test_al 
test test_al skipped -- No module named al 
test_array 
test_asynchat 
test_atexit 
test_audioop 
test_augassign 
test_bastion 
test_binascii 
test_binhex 
test_binop 
test_bisect 
test_bsddb 
make: *** [test] Segmentation fault 
./python -E -tt ./Lib/test/regrtest.py -l 
test_grammar 
test_opcodes 
test_operations 
test_builtin 
test_exceptions 
test_types 
test_MimeWriter 
test_StringIO 
test___all__ 
test___future__ 
test_al 
test test_al skipped -- No module named al 
test_array 
test_asynchat 
test_atexit 
test_audioop 
test_augassign 
test_bastion 
test_binascii 
test_binhex 
test_binop 
test_bisect 
test_bsddb 
make: *** [test] Segmentation fault
Comment 1 Jon Nelson (RETIRED) 2002-06-15 23:36:28 UTC
This is a known problem with db 3.2.3h.

I have unmasked db 3.2.9 to solve this problem.
Please merge 3.2.9 and try again, and the problem should be solved!
I am very interested to know what happens either way, but it "works for me".
I'm closing this, but please re-open if 3.2.9 does not solve the problem for
you, and we will investigate futher!