Alexander E. Patrakov wrote these words on 03/17/08 12:15 CST:

> You can probably confim it with "strace -f -e open make test", and see which 
> file (it is the one previously opened in the tree) is to blame.

Actually it is much easier to just run the specific test that is
having issues

LD_LIBRARY_PATH=. ./python Lib/test/test_pyexpat.py

This actually dumps verbose stuff including the segfault message.

Running that command in strace doesn't really help. Running it in
GDB is where I found out that it is attempting to use the PyXML
version of pyexpat.so from /usr/lib/python2.5.

-- 
Randy

rmlscsi: [bogomips 1003.22] [GNU ld version 2.16.1] [gcc (GCC) 4.0.3]
[GNU C Library stable release version 2.3.6] [Linux 2.6.14.3 i686]
12:20:00 up 29 days, 3:08, 1 user, load average: 1.13, 1.14, 0.87
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to