HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 2 and Version 3 of dev-lang/python/2.5.2/3


Ignore:
Timestamp:
10/28/08 23:52:15 (7 years ago)
Author:
scottmc
Comment:

added terminal output of make test

Legend:

Unmodified
Added
Removed
Modified
  • dev-lang/python/2.5.2/3

    v2 v3  
    44Here's the output from make test 
    55{{{ 
     6~/Python-2.5.2> make test  
     7case $MAKEFLAGS in \ 
     8        *-s*) LD_LIBRARY_PATH=/boot/home/Python-2.5.2: CC='gcc' LDSHARED='gcc -shared' OPT='-DNDEBUG -g  -O3 -Wall -Wstrict-prototypes' ./python -E ./setup.py -q build;; \ 
     9        *) LD_LIBRARY_PATH=/boot/home/Python-2.5.2: CC='gcc' LDSHARED='gcc -shared' OPT='-DNDEBUG -g  -O3 -Wall -Wstrict-prototypes' ./python -E ./setup.py build;; \ 
     10        esac 
     11running build 
     12running build_ext 
     13INFO: Can't locate Tcl/Tk libs and/or headers 
     14building '_struct' extension 
     15creating build/temp.haiku-1-BePC-2.5 
     16creating build/temp.haiku-1-BePC-2.5/boot 
     17creating build/temp.haiku-1-BePC-2.5/boot/home 
     18creating build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2 
     19creating build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules 
     20gcc -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/boot/home/Python-2.5.2/./Include -I/boot/common/include -I. -IInclude -I./Include -I/boot/home/Python-2.5.2/Include -I/boot/home/Python-2.5.2 -c /boot/home/Python-2.5.2/Modules/_struct.c -o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/_struct.o 
     21/boot/home/Python-2.5.2/Modules/_struct.c: In function `_range_error': 
     22/boot/home/Python-2.5.2/Modules/_struct.c:384: warning: unknown conversion type character `z' in format 
     23/boot/home/Python-2.5.2/Modules/_struct.c:384: warning: too many arguments for format 
     24/boot/home/Python-2.5.2/Modules/_struct.c:391: warning: unknown conversion type character `z' in format 
     25/boot/home/Python-2.5.2/Modules/_struct.c:391: warning: unknown conversion type character `z' in format 
     26/boot/home/Python-2.5.2/Modules/_struct.c:391: warning: too many arguments for format 
     27/boot/home/Python-2.5.2/Modules/_struct.c: In function `s_unpack': 
     28/boot/home/Python-2.5.2/Modules/_struct.c:1521: warning: unknown conversion type character `z' in format 
     29/boot/home/Python-2.5.2/Modules/_struct.c:1521: warning: too many arguments for format 
     30/boot/home/Python-2.5.2/Modules/_struct.c: In function `s_unpack_from': 
     31/boot/home/Python-2.5.2/Modules/_struct.c:1564: warning: unknown conversion type character `z' in format 
     32/boot/home/Python-2.5.2/Modules/_struct.c:1564: warning: too many arguments for format 
     33/boot/home/Python-2.5.2/Modules/_struct.c: In function `s_pack': 
     34/boot/home/Python-2.5.2/Modules/_struct.c:1655: warning: unknown conversion type character `z' in format 
     35/boot/home/Python-2.5.2/Modules/_struct.c:1655: warning: too many arguments for format 
     36/boot/home/Python-2.5.2/Modules/_struct.c: In function `s_pack_into': 
     37/boot/home/Python-2.5.2/Modules/_struct.c:1696: warning: unknown conversion type character `z' in format 
     38/boot/home/Python-2.5.2/Modules/_struct.c:1696: warning: too many arguments for format 
     39/boot/home/Python-2.5.2/Modules/_struct.c:1718: warning: unknown conversion type character `z' in format 
     40/boot/home/Python-2.5.2/Modules/_struct.c:1718: warning: too many arguments for format 
     41creating build/lib.haiku-1-BePC-2.5 
     42gcc -shared build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/_struct.o -L/boot/common/lib -L. -lpython2.5 -o build/lib.haiku-1-BePC-2.5/_struct.so 
     43creating build/temp.haiku-1-BePC-2.5/libffi 
     44checking build system type... i586-pc-haiku 
     45checking host system type... i586-pc-haiku 
     46checking target system type... i586-pc-haiku 
     47checking for gcc... gcc 
     48checking for C compiler default output file name... conftest 
     49checking whether the C compiler works... yes 
     50checking whether we are cross compiling... no 
     51checking for suffix of executables...  
     52checking for suffix of object files... o 
     53checking whether we are using the GNU C compiler... yes 
     54checking whether gcc accepts -g... yes 
     55checking for gcc option to accept ANSI C... none needed 
     56checking how to run the C preprocessor... gcc -E 
     57checking for egrep... grep -E 
     58checking for ANSI C header files... yes 
     59checking for sys/types.h... yes 
     60checking for sys/stat.h... yes 
     61checking for stdlib.h... yes 
     62checking for string.h... yes 
     63checking for memory.h... yes 
     64checking for strings.h... yes 
     65checking for inttypes.h... yes 
     66checking for stdint.h... yes 
     67checking for unistd.h... yes 
     68checking sys/mman.h usability... yes 
     69checking sys/mman.h presence... yes 
     70checking for sys/mman.h... yes 
     71checking for mmap... yes 
     72checking for sys/mman.h... (cached) yes 
     73checking for mmap... (cached) yes 
     74checking whether read-only mmap of a plain file works... yes 
     75checking whether mmap from /dev/zero works... yes 
     76checking for MAP_ANON(YMOUS)... yes 
     77checking whether mmap with MAP_ANON(YMOUS) works... yes 
     78configure: error: "libffi has not been ported to i586-pc-haiku." 
     79Failed to configure _ctypes module 
     80building '_ctypes_test' extension 
     81creating build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/_ctypes 
     82gcc -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/boot/home/Python-2.5.2/./Include -I/boot/common/include -I. -IInclude -I./Include -I/boot/home/Python-2.5.2/Include -I/boot/home/Python-2.5.2 -c /boot/home/Python-2.5.2/Modules/_ctypes/_ctypes_test.c -o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/_ctypes/_ctypes_test.o 
     83gcc -shared build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/_ctypes/_ctypes_test.o -L/boot/common/lib -L. -lpython2.5 -o build/lib.haiku-1-BePC-2.5/_ctypes_test.so 
     84building '_weakref' extension 
     85gcc -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/boot/home/Python-2.5.2/./Include -I/boot/common/include -I. -IInclude -I./Include -I/boot/home/Python-2.5.2/Include -I/boot/home/Python-2.5.2 -c /boot/home/Python-2.5.2/Modules/_weakref.c -o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/_weakref.o 
     86gcc -shared build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/_weakref.o -L/boot/common/lib -L. -lpython2.5 -o build/lib.haiku-1-BePC-2.5/_weakref.so 
     87building 'array' extension 
     88gcc -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/boot/home/Python-2.5.2/./Include -I/boot/common/include -I. -IInclude -I./Include -I/boot/home/Python-2.5.2/Include -I/boot/home/Python-2.5.2 -c /boot/home/Python-2.5.2/Modules/arraymodule.c -o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/arraymodule.o 
     89gcc -shared build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/arraymodule.o -L/boot/common/lib -L. -lpython2.5 -o build/lib.haiku-1-BePC-2.5/array.so 
     90building 'cmath' extension 
     91gcc -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/boot/home/Python-2.5.2/./Include -I/boot/common/include -I. -IInclude -I./Include -I/boot/home/Python-2.5.2/Include -I/boot/home/Python-2.5.2 -c /boot/home/Python-2.5.2/Modules/cmathmodule.c -o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/cmathmodule.o 
     92gcc -shared build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/cmathmodule.o -L/boot/common/lib -L. -lpython2.5 -o build/lib.haiku-1-BePC-2.5/cmath.so 
     93building 'math' extension 
     94gcc -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/boot/home/Python-2.5.2/./Include -I/boot/common/include -I. -IInclude -I./Include -I/boot/home/Python-2.5.2/Include -I/boot/home/Python-2.5.2 -c /boot/home/Python-2.5.2/Modules/mathmodule.c -o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/mathmodule.o 
     95gcc -shared build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/mathmodule.o -L/boot/common/lib -L. -lpython2.5 -o build/lib.haiku-1-BePC-2.5/math.so 
     96building 'strop' extension 
     97gcc -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/boot/home/Python-2.5.2/./Include -I/boot/common/include -I. -IInclude -I./Include -I/boot/home/Python-2.5.2/Include -I/boot/home/Python-2.5.2 -c /boot/home/Python-2.5.2/Modules/stropmodule.c -o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/stropmodule.o 
     98gcc -shared build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/stropmodule.o -L/boot/common/lib -L. -lpython2.5 -o build/lib.haiku-1-BePC-2.5/strop.so 
     99building 'time' extension 
     100gcc -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/boot/home/Python-2.5.2/./Include -I/boot/common/include -I. -IInclude -I./Include -I/boot/home/Python-2.5.2/Include -I/boot/home/Python-2.5.2 -c /boot/home/Python-2.5.2/Modules/timemodule.c -o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/timemodule.o 
     101gcc -shared build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/timemodule.o -L/boot/common/lib -L. -lpython2.5 -o build/lib.haiku-1-BePC-2.5/time.so 
     102building 'datetime' extension 
     103gcc -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/boot/home/Python-2.5.2/./Include -I/boot/common/include -I. -IInclude -I./Include -I/boot/home/Python-2.5.2/Include -I/boot/home/Python-2.5.2 -c /boot/home/Python-2.5.2/Modules/datetimemodule.c -o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/datetimemodule.o 
     104gcc -shared build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/datetimemodule.o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/timemodule.o -L/boot/common/lib -L. -lpython2.5 -o build/lib.haiku-1-BePC-2.5/datetime.so 
     105building '_random' extension 
     106gcc -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/boot/home/Python-2.5.2/./Include -I/boot/common/include -I. -IInclude -I./Include -I/boot/home/Python-2.5.2/Include -I/boot/home/Python-2.5.2 -c /boot/home/Python-2.5.2/Modules/_randommodule.c -o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/_randommodule.o 
     107gcc -shared build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/_randommodule.o -L/boot/common/lib -L. -lpython2.5 -o build/lib.haiku-1-BePC-2.5/_random.so 
     108building 'itertools' extension 
     109gcc -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/boot/home/Python-2.5.2/./Include -I/boot/common/include -I. -IInclude -I./Include -I/boot/home/Python-2.5.2/Include -I/boot/home/Python-2.5.2 -c /boot/home/Python-2.5.2/Modules/itertoolsmodule.c -o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/itertoolsmodule.o 
     110/boot/home/Python-2.5.2/Modules/itertoolsmodule.c: In function `chain_new': 
     111/boot/home/Python-2.5.2/Modules/itertoolsmodule.c:1643: warning: unknown conversion type character `z' in format 
     112/boot/home/Python-2.5.2/Modules/itertoolsmodule.c:1643: warning: too many arguments for format 
     113/boot/home/Python-2.5.2/Modules/itertoolsmodule.c: In function `count_repr': 
     114/boot/home/Python-2.5.2/Modules/itertoolsmodule.c:2087: warning: unknown conversion type character `z' in format 
     115/boot/home/Python-2.5.2/Modules/itertoolsmodule.c:2087: warning: too many arguments for format 
     116/boot/home/Python-2.5.2/Modules/itertoolsmodule.c: In function `izip_new': 
     117/boot/home/Python-2.5.2/Modules/itertoolsmodule.c:2179: warning: unknown conversion type character `z' in format 
     118/boot/home/Python-2.5.2/Modules/itertoolsmodule.c:2179: warning: too many arguments for format 
     119/boot/home/Python-2.5.2/Modules/itertoolsmodule.c: In function `repeat_repr': 
     120/boot/home/Python-2.5.2/Modules/itertoolsmodule.c:2403: warning: unknown conversion type character `z' in format 
     121/boot/home/Python-2.5.2/Modules/itertoolsmodule.c:2403: warning: too many arguments for format 
     122gcc -shared build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/itertoolsmodule.o -L/boot/common/lib -L. -lpython2.5 -o build/lib.haiku-1-BePC-2.5/itertools.so 
     123building 'collections' extension 
     124gcc -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/boot/home/Python-2.5.2/./Include -I/boot/common/include -I. -IInclude -I./Include -I/boot/home/Python-2.5.2/Include -I/boot/home/Python-2.5.2 -c /boot/home/Python-2.5.2/Modules/collectionsmodule.c -o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/collectionsmodule.o 
     125gcc -shared build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/collectionsmodule.o -L/boot/common/lib -L. -lpython2.5 -o build/lib.haiku-1-BePC-2.5/collections.so 
     126building '_bisect' extension 
     127gcc -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/boot/home/Python-2.5.2/./Include -I/boot/common/include -I. -IInclude -I./Include -I/boot/home/Python-2.5.2/Include -I/boot/home/Python-2.5.2 -c /boot/home/Python-2.5.2/Modules/_bisectmodule.c -o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/_bisectmodule.o 
     128gcc -shared build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/_bisectmodule.o -L/boot/common/lib -L. -lpython2.5 -o build/lib.haiku-1-BePC-2.5/_bisect.so 
     129building '_heapq' extension 
     130gcc -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/boot/home/Python-2.5.2/./Include -I/boot/common/include -I. -IInclude -I./Include -I/boot/home/Python-2.5.2/Include -I/boot/home/Python-2.5.2 -c /boot/home/Python-2.5.2/Modules/_heapqmodule.c -o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/_heapqmodule.o 
     131gcc -shared build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/_heapqmodule.o -L/boot/common/lib -L. -lpython2.5 -o build/lib.haiku-1-BePC-2.5/_heapq.so 
     132building 'operator' extension 
     133gcc -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/boot/home/Python-2.5.2/./Include -I/boot/common/include -I. -IInclude -I./Include -I/boot/home/Python-2.5.2/Include -I/boot/home/Python-2.5.2 -c /boot/home/Python-2.5.2/Modules/operator.c -o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/operator.o 
     134gcc -shared build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/operator.o -L/boot/common/lib -L. -lpython2.5 -o build/lib.haiku-1-BePC-2.5/operator.so 
     135building '_functools' extension 
     136gcc -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/boot/home/Python-2.5.2/./Include -I/boot/common/include -I. -IInclude -I./Include -I/boot/home/Python-2.5.2/Include -I/boot/home/Python-2.5.2 -c /boot/home/Python-2.5.2/Modules/_functoolsmodule.c -o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/_functoolsmodule.o 
     137gcc -shared build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/_functoolsmodule.o -L/boot/common/lib -L. -lpython2.5 -o build/lib.haiku-1-BePC-2.5/_functools.so 
     138building '_testcapi' extension 
     139gcc -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/boot/home/Python-2.5.2/./Include -I/boot/common/include -I. -IInclude -I./Include -I/boot/home/Python-2.5.2/Include -I/boot/home/Python-2.5.2 -c /boot/home/Python-2.5.2/Modules/_testcapimodule.c -o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/_testcapimodule.o 
     140/boot/home/Python-2.5.2/Modules/_testcapimodule.c: In function `test_string_from_format': 
     141/boot/home/Python-2.5.2/Modules/_testcapimodule.c:698: warning: unknown conversion type character `z' in format 
     142/boot/home/Python-2.5.2/Modules/_testcapimodule.c:698: warning: too many arguments for format 
     143/boot/home/Python-2.5.2/Modules/_testcapimodule.c:703: warning: unknown conversion type character `z' in format 
     144/boot/home/Python-2.5.2/Modules/_testcapimodule.c:703: warning: too many arguments for format 
     145gcc -shared build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/_testcapimodule.o -L/boot/common/lib -L. -lpython2.5 -o build/lib.haiku-1-BePC-2.5/_testcapi.so 
     146building '_hotshot' extension 
     147gcc -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/boot/home/Python-2.5.2/./Include -I/boot/common/include -I. -IInclude -I./Include -I/boot/home/Python-2.5.2/Include -I/boot/home/Python-2.5.2 -c /boot/home/Python-2.5.2/Modules/_hotshot.c -o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/_hotshot.o 
     148gcc -shared build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/_hotshot.o -L/boot/common/lib -L. -lpython2.5 -o build/lib.haiku-1-BePC-2.5/_hotshot.so 
     149building '_lsprof' extension 
     150gcc -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/boot/home/Python-2.5.2/./Include -I/boot/common/include -I. -IInclude -I./Include -I/boot/home/Python-2.5.2/Include -I/boot/home/Python-2.5.2 -c /boot/home/Python-2.5.2/Modules/_lsprof.c -o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/_lsprof.o 
     151gcc -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/boot/home/Python-2.5.2/./Include -I/boot/common/include -I. -IInclude -I./Include -I/boot/home/Python-2.5.2/Include -I/boot/home/Python-2.5.2 -c /boot/home/Python-2.5.2/Modules/rotatingtree.c -o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/rotatingtree.o 
     152gcc -shared build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/_lsprof.o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/rotatingtree.o -L/boot/common/lib -L. -lpython2.5 -o build/lib.haiku-1-BePC-2.5/_lsprof.so 
     153building 'unicodedata' extension 
     154gcc -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/boot/home/Python-2.5.2/./Include -I/boot/common/include -I. -IInclude -I./Include -I/boot/home/Python-2.5.2/Include -I/boot/home/Python-2.5.2 -c /boot/home/Python-2.5.2/Modules/unicodedata.c -o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/unicodedata.o 
     155/boot/home/Python-2.5.2/Modules/unicodedata.c: In function `unicodedata_decimal': 
     156/boot/home/Python-2.5.2/Modules/unicodedata.c:110: warning: `rc' might be used uninitialized in this function 
     157/boot/home/Python-2.5.2/Modules/unicodedata.c: In function `unicodedata_numeric': 
     158/boot/home/Python-2.5.2/Modules/unicodedata.c:197: warning: `rc' might be used uninitialized in this function 
     159gcc -shared build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/unicodedata.o -L/boot/common/lib -L. -lpython2.5 -o build/lib.haiku-1-BePC-2.5/unicodedata.so 
     160building '_locale' extension 
     161gcc -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/boot/home/Python-2.5.2/./Include -I/boot/common/include -I. -IInclude -I./Include -I/boot/home/Python-2.5.2/Include -I/boot/home/Python-2.5.2 -c /boot/home/Python-2.5.2/Modules/_localemodule.c -o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/_localemodule.o 
     162gcc -shared build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/_localemodule.o -L/boot/common/lib -L. -lpython2.5 -o build/lib.haiku-1-BePC-2.5/_locale.so 
     163building 'fcntl' extension 
     164gcc -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/boot/home/Python-2.5.2/./Include -I/boot/common/include -I. -IInclude -I./Include -I/boot/home/Python-2.5.2/Include -I/boot/home/Python-2.5.2 -c /boot/home/Python-2.5.2/Modules/fcntlmodule.c -o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/fcntlmodule.o 
     165gcc -shared build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/fcntlmodule.o -L/boot/common/lib -L. -lpython2.5 -o build/lib.haiku-1-BePC-2.5/fcntl.so 
     166building 'grp' extension 
     167gcc -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/boot/home/Python-2.5.2/./Include -I/boot/common/include -I. -IInclude -I./Include -I/boot/home/Python-2.5.2/Include -I/boot/home/Python-2.5.2 -c /boot/home/Python-2.5.2/Modules/grpmodule.c -o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/grpmodule.o 
     168gcc -shared build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/grpmodule.o -L/boot/common/lib -L. -lpython2.5 -o build/lib.haiku-1-BePC-2.5/grp.so 
     169building 'spwd' extension 
     170gcc -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/boot/home/Python-2.5.2/./Include -I/boot/common/include -I. -IInclude -I./Include -I/boot/home/Python-2.5.2/Include -I/boot/home/Python-2.5.2 -c /boot/home/Python-2.5.2/Modules/spwdmodule.c -o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/spwdmodule.o 
     171gcc -shared build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/spwdmodule.o -L/boot/common/lib -L. -lpython2.5 -o build/lib.haiku-1-BePC-2.5/spwd.so 
     172building 'select' extension 
     173gcc -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/boot/home/Python-2.5.2/./Include -I/boot/common/include -I. -IInclude -I./Include -I/boot/home/Python-2.5.2/Include -I/boot/home/Python-2.5.2 -c /boot/home/Python-2.5.2/Modules/selectmodule.c -o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/selectmodule.o 
     174gcc -shared build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/selectmodule.o -L/boot/common/lib -L. -lpython2.5 -o build/lib.haiku-1-BePC-2.5/select.so 
     175building 'binascii' extension 
     176gcc -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/boot/home/Python-2.5.2/./Include -I/boot/common/include -I. -IInclude -I./Include -I/boot/home/Python-2.5.2/Include -I/boot/home/Python-2.5.2 -c /boot/home/Python-2.5.2/Modules/binascii.c -o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/binascii.o 
     177gcc -shared build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/binascii.o -L/boot/common/lib -L. -lpython2.5 -o build/lib.haiku-1-BePC-2.5/binascii.so 
     178building 'parser' extension 
     179gcc -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/boot/home/Python-2.5.2/./Include -I/boot/common/include -I. -IInclude -I./Include -I/boot/home/Python-2.5.2/Include -I/boot/home/Python-2.5.2 -c /boot/home/Python-2.5.2/Modules/parsermodule.c -o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/parsermodule.o 
     180gcc -shared build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/parsermodule.o -L/boot/common/lib -L. -lpython2.5 -o build/lib.haiku-1-BePC-2.5/parser.so 
     181building 'cStringIO' extension 
     182gcc -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/boot/home/Python-2.5.2/./Include -I/boot/common/include -I. -IInclude -I./Include -I/boot/home/Python-2.5.2/Include -I/boot/home/Python-2.5.2 -c /boot/home/Python-2.5.2/Modules/cStringIO.c -o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/cStringIO.o 
     183gcc -shared build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/cStringIO.o -L/boot/common/lib -L. -lpython2.5 -o build/lib.haiku-1-BePC-2.5/cStringIO.so 
     184building 'cPickle' extension 
     185gcc -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/boot/home/Python-2.5.2/./Include -I/boot/common/include -I. -IInclude -I./Include -I/boot/home/Python-2.5.2/Include -I/boot/home/Python-2.5.2 -c /boot/home/Python-2.5.2/Modules/cPickle.c -o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/cPickle.o 
     186gcc -shared build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/cPickle.o -L/boot/common/lib -L. -lpython2.5 -o build/lib.haiku-1-BePC-2.5/cPickle.so 
     187building 'mmap' extension 
     188gcc -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/boot/home/Python-2.5.2/./Include -I/boot/common/include -I. -IInclude -I./Include -I/boot/home/Python-2.5.2/Include -I/boot/home/Python-2.5.2 -c /boot/home/Python-2.5.2/Modules/mmapmodule.c -o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/mmapmodule.o 
     189gcc -shared build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/mmapmodule.o -L/boot/common/lib -L. -lpython2.5 -o build/lib.haiku-1-BePC-2.5/mmap.so 
     190building 'syslog' extension 
     191gcc -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/boot/home/Python-2.5.2/./Include -I/boot/common/include -I. -IInclude -I./Include -I/boot/home/Python-2.5.2/Include -I/boot/home/Python-2.5.2 -c /boot/home/Python-2.5.2/Modules/syslogmodule.c -o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/syslogmodule.o 
     192gcc -shared build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/syslogmodule.o -L/boot/common/lib -L. -lpython2.5 -o build/lib.haiku-1-BePC-2.5/syslog.so 
     193building 'audioop' extension 
     194gcc -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/boot/home/Python-2.5.2/./Include -I/boot/common/include -I. -IInclude -I./Include -I/boot/home/Python-2.5.2/Include -I/boot/home/Python-2.5.2 -c /boot/home/Python-2.5.2/Modules/audioop.c -o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/audioop.o 
     195gcc -shared build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/audioop.o -L/boot/common/lib -L. -lpython2.5 -o build/lib.haiku-1-BePC-2.5/audioop.so 
     196building 'imageop' extension 
     197gcc -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/boot/home/Python-2.5.2/./Include -I/boot/common/include -I. -IInclude -I./Include -I/boot/home/Python-2.5.2/Include -I/boot/home/Python-2.5.2 -c /boot/home/Python-2.5.2/Modules/imageop.c -o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/imageop.o 
     198gcc -shared build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/imageop.o -L/boot/common/lib -L. -lpython2.5 -o build/lib.haiku-1-BePC-2.5/imageop.so 
     199building 'rgbimg' extension 
     200gcc -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/boot/home/Python-2.5.2/./Include -I/boot/common/include -I. -IInclude -I./Include -I/boot/home/Python-2.5.2/Include -I/boot/home/Python-2.5.2 -c /boot/home/Python-2.5.2/Modules/rgbimgmodule.c -o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/rgbimgmodule.o 
     201gcc -shared build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/rgbimgmodule.o -L/boot/common/lib -L. -lpython2.5 -o build/lib.haiku-1-BePC-2.5/rgbimg.so 
     202building 'crypt' extension 
     203gcc -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/boot/home/Python-2.5.2/./Include -I/boot/common/include -I. -IInclude -I./Include -I/boot/home/Python-2.5.2/Include -I/boot/home/Python-2.5.2 -c /boot/home/Python-2.5.2/Modules/cryptmodule.c -o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/cryptmodule.o 
     204gcc -shared build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/cryptmodule.o -L/boot/common/lib -L. -lpython2.5 -o build/lib.haiku-1-BePC-2.5/crypt.so 
     205building '_csv' extension 
     206gcc -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/boot/home/Python-2.5.2/./Include -I/boot/common/include -I. -IInclude -I./Include -I/boot/home/Python-2.5.2/Include -I/boot/home/Python-2.5.2 -c /boot/home/Python-2.5.2/Modules/_csv.c -o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/_csv.o 
     207gcc -shared build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/_csv.o -L/boot/common/lib -L. -lpython2.5 -o build/lib.haiku-1-BePC-2.5/_csv.so 
     208building '_socket' extension 
     209gcc -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/boot/home/Python-2.5.2/./Include -I/boot/common/include -I. -IInclude -I./Include -I/boot/home/Python-2.5.2/Include -I/boot/home/Python-2.5.2 -c /boot/home/Python-2.5.2/Modules/socketmodule.c -o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/socketmodule.o 
     210gcc -shared build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/socketmodule.o -L/boot/common/lib -L. -lpython2.5 -o build/lib.haiku-1-BePC-2.5/_socket.so 
     211building '_sha' extension 
     212gcc -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/boot/home/Python-2.5.2/./Include -I/boot/common/include -I. -IInclude -I./Include -I/boot/home/Python-2.5.2/Include -I/boot/home/Python-2.5.2 -c /boot/home/Python-2.5.2/Modules/shamodule.c -o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/shamodule.o 
     213gcc -shared build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/shamodule.o -L/boot/common/lib -L. -lpython2.5 -o build/lib.haiku-1-BePC-2.5/_sha.so 
     214building '_md5' extension 
     215gcc -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/boot/home/Python-2.5.2/./Include -I/boot/common/include -I. -IInclude -I./Include -I/boot/home/Python-2.5.2/Include -I/boot/home/Python-2.5.2 -c /boot/home/Python-2.5.2/Modules/md5module.c -o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/md5module.o 
     216gcc -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/boot/home/Python-2.5.2/./Include -I/boot/common/include -I. -IInclude -I./Include -I/boot/home/Python-2.5.2/Include -I/boot/home/Python-2.5.2 -c /boot/home/Python-2.5.2/Modules/md5.c -o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/md5.o 
     217gcc -shared build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/md5module.o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/md5.o -L/boot/common/lib -L. -lpython2.5 -o build/lib.haiku-1-BePC-2.5/_md5.so 
     218building '_sha256' extension 
     219gcc -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/boot/home/Python-2.5.2/./Include -I/boot/common/include -I. -IInclude -I./Include -I/boot/home/Python-2.5.2/Include -I/boot/home/Python-2.5.2 -c /boot/home/Python-2.5.2/Modules/sha256module.c -o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/sha256module.o 
     220gcc -shared build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/sha256module.o -L/boot/common/lib -L. -lpython2.5 -o build/lib.haiku-1-BePC-2.5/_sha256.so 
     221building '_sha512' extension 
     222gcc -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/boot/home/Python-2.5.2/./Include -I/boot/common/include -I. -IInclude -I./Include -I/boot/home/Python-2.5.2/Include -I/boot/home/Python-2.5.2 -c /boot/home/Python-2.5.2/Modules/sha512module.c -o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/sha512module.o 
     223gcc -shared build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/sha512module.o -L/boot/common/lib -L. -lpython2.5 -o build/lib.haiku-1-BePC-2.5/_sha512.so 
     224building 'termios' extension 
     225gcc -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/boot/home/Python-2.5.2/./Include -I/boot/common/include -I. -IInclude -I./Include -I/boot/home/Python-2.5.2/Include -I/boot/home/Python-2.5.2 -c /boot/home/Python-2.5.2/Modules/termios.c -o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/termios.o 
     226gcc -shared build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/termios.o -L/boot/common/lib -L. -lpython2.5 -o build/lib.haiku-1-BePC-2.5/termios.so 
     227building 'resource' extension 
     228gcc -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/boot/home/Python-2.5.2/./Include -I/boot/common/include -I. -IInclude -I./Include -I/boot/home/Python-2.5.2/Include -I/boot/home/Python-2.5.2 -c /boot/home/Python-2.5.2/Modules/resource.c -o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/resource.o 
     229gcc -shared build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/resource.o -L/boot/common/lib -L. -lpython2.5 -o build/lib.haiku-1-BePC-2.5/resource.so 
     230building 'pyexpat' extension 
     231creating build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/expat 
     232gcc -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DHAVE_EXPAT_CONFIG_H=1 -DUSE_PYEXPAT_CAPI -I/boot/home/Python-2.5.2/./Modules/expat -I. -I/boot/home/Python-2.5.2/./Include -I/boot/common/include -I. -IInclude -I./Include -I/boot/home/Python-2.5.2/Include -I/boot/home/Python-2.5.2 -c /boot/home/Python-2.5.2/Modules/pyexpat.c -o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/pyexpat.o 
     233gcc -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DHAVE_EXPAT_CONFIG_H=1 -DUSE_PYEXPAT_CAPI -I/boot/home/Python-2.5.2/./Modules/expat -I. -I/boot/home/Python-2.5.2/./Include -I/boot/common/include -I. -IInclude -I./Include -I/boot/home/Python-2.5.2/Include -I/boot/home/Python-2.5.2 -c /boot/home/Python-2.5.2/Modules/expat/xmlparse.c -o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/expat/xmlparse.o 
     234gcc -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DHAVE_EXPAT_CONFIG_H=1 -DUSE_PYEXPAT_CAPI -I/boot/home/Python-2.5.2/./Modules/expat -I. -I/boot/home/Python-2.5.2/./Include -I/boot/common/include -I. -IInclude -I./Include -I/boot/home/Python-2.5.2/Include -I/boot/home/Python-2.5.2 -c /boot/home/Python-2.5.2/Modules/expat/xmlrole.c -o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/expat/xmlrole.o 
     235gcc -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DHAVE_EXPAT_CONFIG_H=1 -DUSE_PYEXPAT_CAPI -I/boot/home/Python-2.5.2/./Modules/expat -I. -I/boot/home/Python-2.5.2/./Include -I/boot/common/include -I. -IInclude -I./Include -I/boot/home/Python-2.5.2/Include -I/boot/home/Python-2.5.2 -c /boot/home/Python-2.5.2/Modules/expat/xmltok.c -o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/expat/xmltok.o 
     236gcc -shared build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/pyexpat.o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/expat/xmlparse.o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/expat/xmlrole.o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/expat/xmltok.o -L/boot/common/lib -L. -lpython2.5 -o build/lib.haiku-1-BePC-2.5/pyexpat.so 
     237building '_elementtree' extension 
     238gcc -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DHAVE_EXPAT_CONFIG_H=1 -DUSE_PYEXPAT_CAPI -I/boot/home/Python-2.5.2/./Modules/expat -I. -I/boot/home/Python-2.5.2/./Include -I/boot/common/include -I. -IInclude -I./Include -I/boot/home/Python-2.5.2/Include -I/boot/home/Python-2.5.2 -c /boot/home/Python-2.5.2/Modules/_elementtree.c -o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/_elementtree.o 
     239gcc -shared build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/_elementtree.o -L/boot/common/lib -L. -lpython2.5 -o build/lib.haiku-1-BePC-2.5/_elementtree.so 
     240building '_multibytecodec' extension 
     241creating build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/cjkcodecs 
     242gcc -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/boot/home/Python-2.5.2/./Include -I/boot/common/include -I. -IInclude -I./Include -I/boot/home/Python-2.5.2/Include -I/boot/home/Python-2.5.2 -c /boot/home/Python-2.5.2/Modules/cjkcodecs/multibytecodec.c -o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/cjkcodecs/multibytecodec.o 
     243/boot/home/Python-2.5.2/Modules/cjkcodecs/multibytecodec.c: In function `multibytecodec_encerror': 
     244/boot/home/Python-2.5.2/Modules/cjkcodecs/multibytecodec.c:342: warning: unknown conversion type character `z' in format 
     245/boot/home/Python-2.5.2/Modules/cjkcodecs/multibytecodec.c:342: warning: too many arguments for format 
     246/boot/home/Python-2.5.2/Modules/cjkcodecs/multibytecodec.c: In function `multibytecodec_decerror': 
     247/boot/home/Python-2.5.2/Modules/cjkcodecs/multibytecodec.c:453: warning: unknown conversion type character `z' in format 
     248/boot/home/Python-2.5.2/Modules/cjkcodecs/multibytecodec.c:453: warning: too many arguments for format 
     249gcc -shared build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/cjkcodecs/multibytecodec.o -L/boot/common/lib -L. -lpython2.5 -o build/lib.haiku-1-BePC-2.5/_multibytecodec.so 
     250building '_codecs_kr' extension 
     251gcc -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/boot/home/Python-2.5.2/./Include -I/boot/common/include -I. -IInclude -I./Include -I/boot/home/Python-2.5.2/Include -I/boot/home/Python-2.5.2 -c /boot/home/Python-2.5.2/Modules/cjkcodecs/_codecs_kr.c -o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/cjkcodecs/_codecs_kr.o 
     252gcc -shared build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/cjkcodecs/_codecs_kr.o -L/boot/common/lib -L. -lpython2.5 -o build/lib.haiku-1-BePC-2.5/_codecs_kr.so 
     253building '_codecs_jp' extension 
     254gcc -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/boot/home/Python-2.5.2/./Include -I/boot/common/include -I. -IInclude -I./Include -I/boot/home/Python-2.5.2/Include -I/boot/home/Python-2.5.2 -c /boot/home/Python-2.5.2/Modules/cjkcodecs/_codecs_jp.c -o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/cjkcodecs/_codecs_jp.o 
     255gcc -shared build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/cjkcodecs/_codecs_jp.o -L/boot/common/lib -L. -lpython2.5 -o build/lib.haiku-1-BePC-2.5/_codecs_jp.so 
     256building '_codecs_cn' extension 
     257gcc -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/boot/home/Python-2.5.2/./Include -I/boot/common/include -I. -IInclude -I./Include -I/boot/home/Python-2.5.2/Include -I/boot/home/Python-2.5.2 -c /boot/home/Python-2.5.2/Modules/cjkcodecs/_codecs_cn.c -o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/cjkcodecs/_codecs_cn.o 
     258gcc -shared build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/cjkcodecs/_codecs_cn.o -L/boot/common/lib -L. -lpython2.5 -o build/lib.haiku-1-BePC-2.5/_codecs_cn.so 
     259building '_codecs_tw' extension 
     260gcc -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/boot/home/Python-2.5.2/./Include -I/boot/common/include -I. -IInclude -I./Include -I/boot/home/Python-2.5.2/Include -I/boot/home/Python-2.5.2 -c /boot/home/Python-2.5.2/Modules/cjkcodecs/_codecs_tw.c -o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/cjkcodecs/_codecs_tw.o 
     261gcc -shared build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/cjkcodecs/_codecs_tw.o -L/boot/common/lib -L. -lpython2.5 -o build/lib.haiku-1-BePC-2.5/_codecs_tw.so 
     262building '_codecs_hk' extension 
     263gcc -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/boot/home/Python-2.5.2/./Include -I/boot/common/include -I. -IInclude -I./Include -I/boot/home/Python-2.5.2/Include -I/boot/home/Python-2.5.2 -c /boot/home/Python-2.5.2/Modules/cjkcodecs/_codecs_hk.c -o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/cjkcodecs/_codecs_hk.o 
     264gcc -shared build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/cjkcodecs/_codecs_hk.o -L/boot/common/lib -L. -lpython2.5 -o build/lib.haiku-1-BePC-2.5/_codecs_hk.so 
     265building '_codecs_iso2022' extension 
     266gcc -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/boot/home/Python-2.5.2/./Include -I/boot/common/include -I. -IInclude -I./Include -I/boot/home/Python-2.5.2/Include -I/boot/home/Python-2.5.2 -c /boot/home/Python-2.5.2/Modules/cjkcodecs/_codecs_iso2022.c -o build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/cjkcodecs/_codecs_iso2022.o 
     267gcc -shared build/temp.haiku-1-BePC-2.5/boot/home/Python-2.5.2/Modules/cjkcodecs/_codecs_iso2022.o -L/boot/common/lib -L. -lpython2.5 -o build/lib.haiku-1-BePC-2.5/_codecs_iso2022.so 
     268running build_scripts 
     269creating build/scripts-2.5 
     270copying and adjusting /boot/home/Python-2.5.2/Tools/scripts/pydoc -> build/scripts-2.5 
     271copying and adjusting /boot/home/Python-2.5.2/Tools/scripts/idle -> build/scripts-2.5 
     272copying and adjusting /boot/home/Python-2.5.2/Lib/smtpd.py -> build/scripts-2.5 
     273changing mode of build/scripts-2.5/pydoc from 644 to 755 
     274changing mode of build/scripts-2.5/idle from 644 to 755 
     275changing mode of build/scripts-2.5/smtpd.py from 644 to 755 
     276LD_LIBRARY_PATH=/boot/home/Python-2.5.2: ./python -E -c 'import sys ; from distutils.util import get_platform ; print get_platform()+"-"+sys.version[0:3]' >platform 
     277find ./Lib -name '*.py[co]' -print | xargs rm -f 
     278LD_LIBRARY_PATH=/boot/home/Python-2.5.2: ./python -E -tt ./Lib/test/regrtest.py -l  
     279test_grammar 
     280test_opcodes 
     281test_operations 
     282test_builtin 
     283test_exceptions 
     284test_types 
     285test_unittest 
     286test_doctest 
     287test_doctest2 
     288test_MimeWriter 
     289test_StringIO 
     290test___all__ 
     291test___future__ 
     292test__locale 
     293test__locale skipped -- cannot import name RADIXCHAR 
     294test_aepack 
     295test_aepack skipped -- No module named aepack 
     296test_al 
     297test_al skipped -- No module named al 
     298test_anydbm 
     299test_applesingle 
     300test_applesingle skipped -- No module named macostools 
     301test_array 
     302test_ast 
     303test_asynchat 
     304test_atexit 
     305test_audioop 
     306test_augassign 
     307test_base64 
     308test_bastion 
     309test_bigaddrspace 
     310test_bigmem 
     311test_binascii 
     312test_binhex 
     313test_binop 
     314test_bisect 
     315test_bool 
     316test_bsddb 
     317test_bsddb skipped -- No module named _bsddb 
     318test_bsddb185 
     319test_bsddb185 skipped -- No module named bsddb185 
     320test_bsddb3 
     321test_bsddb3 skipped -- Use of the `bsddb' resource not enabled 
     322test_bufio 
     323test_bz2 
     324test_bz2 skipped -- No module named bz2 
     325test_cProfile 
     326test_calendar 
     327test_call 
     328test_capi 
     329test_cd 
     330test_cd skipped -- No module named cd 
     331test_cfgparser 
     332test_cgi 
     333test_charmapcodec 
     334test_cl 
     335test_cl skipped -- No module named cl 
     336test_class 
     337test_cmath 
     338test_cmd_line 
     339test_code 
     340test_codeccallbacks 
     341test_codecencodings_cn 
     342test_codecencodings_hk 
     343test_codecencodings_jp 
     344test_codecencodings_kr 
     345test_codecencodings_tw 
     346test_codecmaps_cn 
     347test_codecmaps_cn skipped -- Use of the `urlfetch' resource not enabled 
     348test_codecmaps_hk 
     349test_codecmaps_hk skipped -- Use of the `urlfetch' resource not enabled 
     350test_codecmaps_jp 
     351test_codecmaps_jp skipped -- Use of the `urlfetch' resource not enabled 
     352test_codecmaps_kr 
     353test_codecmaps_kr skipped -- Use of the `urlfetch' resource not enabled 
     354test_codecmaps_tw 
     355test_codecmaps_tw skipped -- Use of the `urlfetch' resource not enabled 
     356test_codecs 
     357test_codeop 
     358test_coding 
     359test_coercion 
     360test_colorsys 
     361test_commands 
     362test_compare 
     363test_compile 
     364test_compiler 
     365test_complex 
     366test_complex_args 
     367test_contains 
     368test_contextlib 
     369test_cookie 
     370test_cookielib 
     371test_copy 
     372test_copy_reg 
     373test_cpickle 
     374test_crypt 
     375test_csv 
     376test_ctypes 
     377test_ctypes skipped -- No module named _ctypes 
     378test_curses 
     379test_curses skipped -- No module named _curses 
     380test_datetime 
     381test_dbm 
     382test_dbm skipped -- No module named dbm 
     383test_decimal 
     384test_decorators 
     385test_defaultdict 
     386test_deque 
     387test_descr 
     388test_descrtut 
     389test_dict 
     390test_difflib 
     391test_dircache 
     392test test_dircache failed -- Traceback (most recent call last): 
     393  File "/boot/home/Python-2.5.2/Lib/test/test_dircache.py", line 54, in test_listdir 
     394    self.assertEquals(entries, ['test1']) 
     395AssertionError: [] != ['test1'] 
     396 
     397test_dis 
     398test_distutils 
     399test_dl 
     400test_dl skipped -- No module named dl 
     401test_dumbdbm 
     402test_dummy_thread 
     403test_dummy_threading 
     404test_email 
     405test_email_codecs 
     406test_email_renamed 
     407test_enumerate 
     408test_eof 
     409test_errno 
     410test_exception_variations 
     411test_extcall 
     412test_fcntl 
     413test_file 
     414test_filecmp 
     415test_fileinput 
     416test_float 
     417test_fnmatch 
     418test_fork1 
     419test_format 
     420test_fpformat 
     421test_frozen 
     422test_funcattrs 
     423test_functools 
     424test_future 
     425test_gc 
     426test_gdbm 
     427test_gdbm skipped -- No module named gdbm 
     428test_generators 
     429/boot/home/Python-2.5.2/Lib/test/test_generators.py:1: DeprecationWarning: raising string exceptions is deprecated 
     430  tutorial_tests = """ 
     431test_genexps 
     432test_getargs 
     433test_getargs2 
     434test_getopt 
     435test_gettext 
     436test_gl 
     437test_gl skipped -- No module named gl 
     438test_glob 
     439test_global 
     440test_grp 
     441test_gzip 
     442test_gzip skipped -- No module named zlib 
     443test_hash 
     444test_hashlib 
     445test_heapq 
     446test_hexoct 
     447test_hmac 
     448test_hotshot 
     449test_htmllib 
     450test_htmlparser 
     451test_httplib 
     452test_imageop 
     453test_imaplib 
     454test_imgfile 
     455test_imgfile skipped -- No module named imgfile 
     456test_imp 
     457test_import 
     458test_importhooks 
     459test_index 
     460test_inspect 
     461test_ioctl 
     462test_isinstance 
     463test_iter 
     464test_iterlen 
     465test_itertools 
     466test_largefile 
     467test_largefile skipped -- filesystem does not have largefile support 
     468test_linuxaudiodev 
     469test_linuxaudiodev skipped -- Use of the `audio' resource not enabled 
     470test_list 
     471test_locale 
     472test_locale skipped -- test locale not supported (tried en_US.UTF-8, en_US.US-ASCII, en_US) 
     473test_logging 
     474test_long 
     475test_long_future 
     476test_longexp 
     477test_macfs 
     478test_macfs skipped -- No module named macfs 
     479test_macostools 
     480test_macostools skipped -- No module named macostools 
     481test_macpath 
     482test_mailbox 
     483test test_mailbox failed -- errors occurred; run in verbose mode for details 
     484test_marshal 
     485test test_marshal failed -- Traceback (most recent call last): 
     486  File "/boot/home/Python-2.5.2/Lib/test/test_marshal.py", line 95, in test_floats 
     487    self.assertEqual(f, got) 
     488AssertionError: -7.9456894939000011e-241 != inf 
     489 
     490test_math 
     491test_md5 
     492test_mhlib 
     493test test_mhlib failed -- Traceback (most recent call last): 
     494  File "/boot/home/Python-2.5.2/Lib/test/test_mhlib.py", line 185, in test_listfolders 
     495    eq(folders, tfolders) 
     496AssertionError: [] != ['deep', 'deep/f1', 'deep/f2', 'deep/f2/f3', 'inbox', 'wide'] 
     497 
     498test_mimetools 
     499test_mimetypes 
     500test_minidom 
     501test_mmap 
     502test_module 
     503test_multibytecodec 
     504test_multibytecodec_support 
     505test_multifile 
     506test_mutants 
     507test_netrc 
     508test_new 
     509test_nis 
     510test_nis skipped -- No module named nis 
     511test_normalization 
     512test_normalization skipped -- Use of the `urlfetch' resource not enabled 
     513test_ntpath 
     514test_old_mailbox 
     515test test_old_mailbox failed -- errors occurred; run in verbose mode for details 
     516test_openpty 
     517test_operator 
     518test_optparse 
     519test_os 
     520test_ossaudiodev 
     521test_ossaudiodev skipped -- Use of the `audio' resource not enabled 
     522test_parser 
     523test_peepholer 
     524test_pep247 
     525test_pep263 
     526test_pep277 
     527test_pep277 skipped -- test works only on NT+ 
     528test_pep292 
     529test_pep352 
     530test_pickle 
     531test_pickletools 
     532test_pkg 
     533test_pkgimport 
     534test_platform 
     535test_plistlib 
     536test_plistlib skipped -- No module named plistlib 
     537test_poll 
     538test test_poll crashed -- <class 'select.error'>: (-2147483643, 'Invalid Argument') 
     539test_popen 
     540test_popen2 
     541test_posix 
     542test test_posix failed -- errors occurred in test.test_posix.PosixTester 
     543test_posixpath 
     544test_pow 
     545test_pprint 
     546test_profile 
     547test_profilehooks 
     548test_pty 
     549test_pty skipped -- Pseudo-terminals (seemingly) not functional. 
     550test_pwd 
     551test_pyclbr 
     552test_pyexpat 
     553test_queue 
     554test_quopri 
     555test_random 
     556test test_random failed -- Traceback (most recent call last): 
     557  File "/boot/home/Python-2.5.2/Lib/test/test_random.py", line 332, in test_referenceImplementation 
     558    self.assertAlmostEqual(a,e,places=14) 
     559AssertionError: 0.081823493762449573 != -inf within 14 places 
     560 
     561test_re 
     562test_repr 
     563test_resource 
     564test test_resource crashed -- <class 'resource.error'>: (-2147483643, 'Invalid Argument') 
     565test_rfc822 
     566test_rgbimg 
     567test_richcmp 
     568test_robotparser 
     569test_runpy 
     570test_sax 
     571test_scope 
     572test_scriptpackages 
     573test_scriptpackages skipped -- No module named aetools 
     574test_select 
     575test_set 
     576test_sets 
     577test_sgmllib 
     578test_sha 
     579test_shelve 
     580test_shlex 
     581test_shutil 
     582test test_shutil failed -- errors occurred in test.test_shutil.TestShutil 
     583test_signal 
     584test_site 
     585test_slice 
     586test_socket 
     587 
    6588 
    7589}}} 
    8590  
     591I think it's locked up running the test_socket... 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/