And this is what happens when compiling python2.3:

gcc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -fno-strict-aliasing 
-DWITH_APPINIT=1 -DWITH_BLT=1 -I/usr/include/tcl8.4 -I/usr/X11R6/include -I. 
-I/build/buildd/python2.3-2.3.2/./Include 
-I/build/buildd/python2.3-2.3.2/Include 
-I/build/buildd/python2.3-2.3.2/build-static -c 
/build/buildd/python2.3-2.3.2/Modules/_tkinter.c -o 
build/temp.gnu-0.3-i386-AT386-2.3/_tkinter.o
gcc -shared build/temp.gnu-0.3-i386-AT386-2.3/_tkinter.o 
build/temp.gnu-0.3-i386-AT386-2.3/tkappinit.o -L/usr/X11R6/lib -lBLT -ltk8.4 
-ltcl8.4 -lX11 -o build/lib.gnu-0.3-i386-AT386-2.3/_tkinter.so
python: ../../libpthread/sysdeps/generic/pt-mutex-timedlock.c:55: 
__pthread_mutex_timedlock_internal: Assertion `__pthread_threads' failed.
make[1]: *** [sharedmods] Error 134
make[1]: Leaving directory `/build/buildd/python2.3-2.3.2/build-static'
make: *** [stamp-build-static] Error 2

My build environment is packages from ftp.debian.org + old X packages
from alpha.gnu.org. python2.2 has similar problems. Build logs here:

http://people.debian.org/~sanvila/ftbfs/python2.2.build
http://people.debian.org/~sanvila/ftbfs/python2.3.build

Same question as before: Does anybody know how to fix this?


Reply via email to