--- BASECFLAGS_OUT 2010-01-27 13:00:24.000000000 +0100 +++ PATCH_OUT 2010-01-27 12:54:23.000000000 +0100 @@ -445,7 +445,7 @@ checking for variable length prototypes and stdarg.h... yes checking for socketpair... yes checking if sockaddr has sa_len member... no -checking whether va_list is an array... yes +checking whether va_list is an array... no checking for gethostbyname_r... yes checking gethostbyname_r with 6 args... yes checking for __fpu_control... yes @@ -528,16 +528,10 @@ gcc -pthread -c -fno-strict-aliasing -m32 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/myreadline.o Parser/myreadline.c gcc -pthread -c -fno-strict-aliasing -m32 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/tokenizer.o Parser/tokenizer.c gcc -pthread -c -fno-strict-aliasing -m32 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/abstract.o Objects/abstract.c -Objects/abstract.c: In function ‘PyObject_CallFunctionObjArgs’: -Objects/abstract.c:2326: warning: ‘countva’ is used uninitialized in this function -Objects/abstract.c: In function ‘PyObject_CallMethodObjArgs’: -Objects/abstract.c:2326: warning: ‘countva’ is used uninitialized in this function gcc -pthread -c -fno-strict-aliasing -m32 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/boolobject.o Objects/boolobject.c gcc -pthread -c -fno-strict-aliasing -m32 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/bytes_methods.o Objects/bytes_methods.c gcc -pthread -c -fno-strict-aliasing -m32 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/bytearrayobject.o Objects/bytearrayobject.c gcc -pthread -c -fno-strict-aliasing -m32 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/bytesobject.o Objects/bytesobject.c -Objects/bytesobject.c: In function ‘PyBytes_FromFormatV’: -Objects/bytesobject.c:177: warning: ‘count’ is used uninitialized in this function gcc -pthread -c -fno-strict-aliasing -m32 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/cellobject.o Objects/cellobject.c gcc -pthread -c -fno-strict-aliasing -m32 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/classobject.o Objects/classobject.c gcc -pthread -c -fno-strict-aliasing -m32 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/cobject.o Objects/cobject.c @@ -568,8 +562,6 @@ gcc -pthread -c -fno-strict-aliasing -m32 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/tupleobject.o Objects/tupleobject.c gcc -pthread -c -fno-strict-aliasing -m32 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/typeobject.o Objects/typeobject.c gcc -pthread -c -fno-strict-aliasing -m32 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/unicodeobject.o Objects/unicodeobject.c -Objects/unicodeobject.c: In function ‘PyUnicodeUCS2_FromFormatV’: -Objects/unicodeobject.c:718: warning: ‘count’ is used uninitialized in this function gcc -pthread -c -fno-strict-aliasing -m32 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/unicodectype.o Objects/unicodectype.c gcc -pthread -c -fno-strict-aliasing -m32 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/weakrefobject.o Objects/weakrefobject.c gcc -pthread -c -fno-strict-aliasing -m32 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/_warnings.o Python/_warnings.c @@ -660,5 +652,357 @@ gcc -pthread -m32 -Xlinker -export-dynamic -o python \ Modules/python.o \ libpython3.1.a -lpthread -ldl -lutil -lm -Segmentation fault -make: *** [sharedmods] Error 139 +running build +running build_ext +INFO: Can't locate Tcl/Tk libs and/or headers +building '_struct' extension +creating build [snip]