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