| 1 | | |
| | 1 | * cp /boot/home/config/share/libtool/config.guess Modules/_ctypes/libffi |
| | 2 | * cp /boot/home/config/share/libtool/config.sub Modules/_ctypes/libffi |
| | 3 | * cd Modules/_ctypes/libffi |
| | 4 | * autoconf |
| | 5 | * cd ../../../ |
| | 6 | * autoconf |
| | 7 | * ./configure --prefix=/boot/common --enable-shared |
| | 8 | * make |
| | 9 | |
| | 10 | make fails: |
| | 11 | {{{ |
| | 12 | ~> cd Python-2.6-haiku-test |
| | 13 | ~/Python-2.6-haiku-test> cd Modules |
| | 14 | ~/Python-2.6-haiku-test/Modules> cd _ctypes |
| | 15 | ~/Python-2.6-haiku-test/Modules/_ctypes> cd libffi |
| | 16 | ~/Python-2.6-haiku-test/Modules/_ctypes/libffi> autoconf |
| | 17 | ~/Python-2.6-haiku-test/Modules/_ctypes/libffi> cd ../../../ |
| | 18 | ~/Python-2.6-haiku-test> autoconf |
| | 19 | ~/Python-2.6-haiku-test> ./configure --prefix=/boot/common --enable-shared |
| | 20 | checking for --with-universal-archs... 32-bit |
| | 21 | checking MACHDEP... haiku1 |
| | 22 | checking EXTRAPLATDIR... |
| | 23 | checking machine type as reported by uname -m... BePC |
| | 24 | checking for --without-gcc... no |
| | 25 | checking for gcc... gcc |
| | 26 | checking for C compiler default output file name... conftest |
| | 27 | checking whether the C compiler works... yes |
| | 28 | checking whether we are cross compiling... no |
| | 29 | checking for suffix of executables... |
| | 30 | checking for suffix of object files... o |
| | 31 | checking whether we are using the GNU C compiler... yes |
| | 32 | checking whether gcc accepts -g... yes |
| | 33 | checking for gcc option to accept ISO C89... none needed |
| | 34 | checking for --with-cxx-main=<compiler>... no |
| | 35 | checking for g++... g++ |
| | 36 | configure: WARNING: |
| | 37 | |
| | 38 | By default, distutils will build C++ extension modules with "g++". |
| | 39 | If this is not intended, then set CXX on the configure command line. |
| | 40 | |
| | 41 | checking how to run the C preprocessor... gcc -E |
| | 42 | checking for grep that handles long lines and -e... /bin/grep |
| | 43 | checking for egrep... /bin/grep -E |
| | 44 | checking for AIX... no |
| | 45 | checking for --with-suffix... |
| | 46 | checking for case-insensitive build directory... no |
| | 47 | checking LIBRARY... libpython$(VERSION).a |
| | 48 | checking LINKCC... $(PURIFY) $(MAINCC) |
| | 49 | checking for --enable-shared... yes |
| | 50 | checking for --enable-profiling... |
| | 51 | checking LDLIBRARY... libpython$(VERSION).so |
| | 52 | checking for ranlib... ranlib |
| | 53 | checking for ar... ar |
| | 54 | checking for svnversion... found |
| | 55 | checking for a BSD-compatible install... /bin/install -c |
| | 56 | checking for --with-pydebug... no |
| | 57 | checking whether gcc accepts -fno-strict-aliasing... yes |
| | 58 | checking whether gcc accepts -OPT:Olimit=0... no |
| | 59 | checking whether gcc accepts -Olimit 1500... no |
| | 60 | checking whether gcc supports ParseTuple __format__... no |
| | 61 | checking whether pthreads are available without options... yes |
| | 62 | checking whether g++ also accepts flags for thread support... no |
| | 63 | checking for ANSI C header files... yes |
| | 64 | checking for sys/types.h... yes |
| | 65 | checking for sys/stat.h... yes |
| | 66 | checking for stdlib.h... yes |
| | 67 | checking for string.h... yes |
| | 68 | checking for memory.h... yes |
| | 69 | checking for strings.h... yes |
| | 70 | checking for inttypes.h... yes |
| | 71 | checking for stdint.h... yes |
| | 72 | checking for unistd.h... yes |
| | 73 | checking asm/types.h usability... no |
| | 74 | checking asm/types.h presence... no |
| | 75 | checking for asm/types.h... no |
| | 76 | checking conio.h usability... no |
| | 77 | checking conio.h presence... no |
| | 78 | checking for conio.h... no |
| | 79 | checking curses.h usability... yes |
| | 80 | checking curses.h presence... yes |
| | 81 | checking for curses.h... yes |
| | 82 | checking direct.h usability... no |
| | 83 | checking direct.h presence... no |
| | 84 | checking for direct.h... no |
| | 85 | checking dlfcn.h usability... yes |
| | 86 | checking dlfcn.h presence... yes |
| | 87 | checking for dlfcn.h... yes |
| | 88 | checking errno.h usability... yes |
| | 89 | checking errno.h presence... yes |
| | 90 | checking for errno.h... yes |
| | 91 | checking fcntl.h usability... yes |
| | 92 | checking fcntl.h presence... yes |
| | 93 | checking for fcntl.h... yes |
| | 94 | checking grp.h usability... yes |
| | 95 | checking grp.h presence... yes |
| | 96 | checking for grp.h... yes |
| | 97 | checking ieeefp.h usability... no |
| | 98 | checking ieeefp.h presence... no |
| | 99 | checking for ieeefp.h... no |
| | 100 | checking io.h usability... no |
| | 101 | checking io.h presence... no |
| | 102 | checking for io.h... no |
| | 103 | checking langinfo.h usability... no |
| | 104 | checking langinfo.h presence... no |
| | 105 | checking for langinfo.h... no |
| | 106 | checking libintl.h usability... no |
| | 107 | checking libintl.h presence... no |
| | 108 | checking for libintl.h... no |
| | 109 | checking ncurses.h usability... yes |
| | 110 | checking ncurses.h presence... yes |
| | 111 | checking for ncurses.h... yes |
| | 112 | checking poll.h usability... yes |
| | 113 | checking poll.h presence... yes |
| | 114 | checking for poll.h... yes |
| | 115 | checking process.h usability... no |
| | 116 | checking process.h presence... no |
| | 117 | checking for process.h... no |
| | 118 | checking pthread.h usability... yes |
| | 119 | checking pthread.h presence... yes |
| | 120 | checking for pthread.h... yes |
| | 121 | checking shadow.h usability... yes |
| | 122 | checking shadow.h presence... yes |
| | 123 | checking for shadow.h... yes |
| | 124 | checking signal.h usability... yes |
| | 125 | checking signal.h presence... yes |
| | 126 | checking for signal.h... yes |
| | 127 | checking for stdint.h... (cached) yes |
| | 128 | checking stropts.h usability... no |
| | 129 | checking stropts.h presence... no |
| | 130 | checking for stropts.h... no |
| | 131 | checking termios.h usability... yes |
| | 132 | checking termios.h presence... yes |
| | 133 | checking for termios.h... yes |
| | 134 | checking thread.h usability... no |
| | 135 | checking thread.h presence... no |
| | 136 | checking for thread.h... no |
| | 137 | checking for unistd.h... (cached) yes |
| | 138 | checking utime.h usability... yes |
| | 139 | checking utime.h presence... yes |
| | 140 | checking for utime.h... yes |
| | 141 | checking sys/audioio.h usability... no |
| | 142 | checking sys/audioio.h presence... no |
| | 143 | checking for sys/audioio.h... no |
| | 144 | checking sys/bsdtty.h usability... no |
| | 145 | checking sys/bsdtty.h presence... no |
| | 146 | checking for sys/bsdtty.h... no |
| | 147 | checking sys/epoll.h usability... no |
| | 148 | checking sys/epoll.h presence... no |
| | 149 | checking for sys/epoll.h... no |
| | 150 | checking sys/event.h usability... no |
| | 151 | checking sys/event.h presence... no |
| | 152 | checking for sys/event.h... no |
| | 153 | checking sys/file.h usability... yes |
| | 154 | checking sys/file.h presence... yes |
| | 155 | checking for sys/file.h... yes |
| | 156 | checking sys/loadavg.h usability... no |
| | 157 | checking sys/loadavg.h presence... no |
| | 158 | checking for sys/loadavg.h... no |
| | 159 | checking sys/lock.h usability... no |
| | 160 | checking sys/lock.h presence... no |
| | 161 | checking for sys/lock.h... no |
| | 162 | checking sys/mkdev.h usability... no |
| | 163 | checking sys/mkdev.h presence... no |
| | 164 | checking for sys/mkdev.h... no |
| | 165 | checking sys/modem.h usability... no |
| | 166 | checking sys/modem.h presence... no |
| | 167 | checking for sys/modem.h... no |
| | 168 | checking sys/param.h usability... yes |
| | 169 | checking sys/param.h presence... yes |
| | 170 | checking for sys/param.h... yes |
| | 171 | checking sys/poll.h usability... yes |
| | 172 | checking sys/poll.h presence... yes |
| | 173 | checking for sys/poll.h... yes |
| | 174 | checking sys/select.h usability... yes |
| | 175 | checking sys/select.h presence... yes |
| | 176 | checking for sys/select.h... yes |
| | 177 | checking sys/socket.h usability... yes |
| | 178 | checking sys/socket.h presence... yes |
| | 179 | checking for sys/socket.h... yes |
| | 180 | checking sys/statvfs.h usability... yes |
| | 181 | checking sys/statvfs.h presence... yes |
| | 182 | checking for sys/statvfs.h... yes |
| | 183 | checking for sys/stat.h... (cached) yes |
| | 184 | checking sys/termio.h usability... no |
| | 185 | checking sys/termio.h presence... no |
| | 186 | checking for sys/termio.h... no |
| | 187 | checking sys/time.h usability... yes |
| | 188 | checking sys/time.h presence... yes |
| | 189 | checking for sys/time.h... yes |
| | 190 | checking sys/times.h usability... yes |
| | 191 | checking sys/times.h presence... yes |
| | 192 | checking for sys/times.h... yes |
| | 193 | checking for sys/types.h... (cached) yes |
| | 194 | checking sys/un.h usability... yes |
| | 195 | checking sys/un.h presence... yes |
| | 196 | checking for sys/un.h... yes |
| | 197 | checking sys/utsname.h usability... yes |
| | 198 | checking sys/utsname.h presence... yes |
| | 199 | checking for sys/utsname.h... yes |
| | 200 | checking sys/wait.h usability... yes |
| | 201 | checking sys/wait.h presence... yes |
| | 202 | checking for sys/wait.h... yes |
| | 203 | checking pty.h usability... no |
| | 204 | checking pty.h presence... no |
| | 205 | checking for pty.h... no |
| | 206 | checking libutil.h usability... no |
| | 207 | checking libutil.h presence... no |
| | 208 | checking for libutil.h... no |
| | 209 | checking sys/resource.h usability... yes |
| | 210 | checking sys/resource.h presence... yes |
| | 211 | checking for sys/resource.h... yes |
| | 212 | checking netpacket/packet.h usability... no |
| | 213 | checking netpacket/packet.h presence... no |
| | 214 | checking for netpacket/packet.h... no |
| | 215 | checking sysexits.h usability... no |
| | 216 | checking sysexits.h presence... no |
| | 217 | checking for sysexits.h... no |
| | 218 | checking bluetooth.h usability... no |
| | 219 | checking bluetooth.h presence... no |
| | 220 | checking for bluetooth.h... no |
| | 221 | checking bluetooth/bluetooth.h usability... yes |
| | 222 | checking bluetooth/bluetooth.h presence... yes |
| | 223 | checking for bluetooth/bluetooth.h... yes |
| | 224 | checking linux/tipc.h usability... no |
| | 225 | checking linux/tipc.h presence... no |
| | 226 | checking for linux/tipc.h... no |
| | 227 | checking for dirent.h that defines DIR... yes |
| | 228 | checking for library containing opendir... none required |
| | 229 | checking whether sys/types.h defines makedev... no |
| | 230 | checking for sys/mkdev.h... (cached) no |
| | 231 | checking sys/sysmacros.h usability... no |
| | 232 | checking sys/sysmacros.h presence... no |
| | 233 | checking for sys/sysmacros.h... no |
| | 234 | checking for term.h... yes |
| | 235 | checking for linux/netlink.h... no |
| | 236 | checking for clock_t in time.h... yes |
| | 237 | checking for makedev... no |
| | 238 | checking Solaris LFS bug... no |
| | 239 | checking for mode_t... yes |
| | 240 | checking for off_t... yes |
| | 241 | checking for pid_t... yes |
| | 242 | checking return type of signal handlers... void |
| | 243 | checking for size_t... yes |
| | 244 | checking for uid_t in sys/types.h... yes |
| | 245 | checking for ssize_t... yes |
| | 246 | checking for int... yes |
| | 247 | checking size of int... 4 |
| | 248 | checking for long... yes |
| | 249 | checking size of long... 4 |
| | 250 | checking for void *... yes |
| | 251 | checking size of void *... 4 |
| | 252 | checking for short... yes |
| | 253 | checking size of short... 2 |
| | 254 | checking for float... yes |
| | 255 | checking size of float... 4 |
| | 256 | checking for double... yes |
| | 257 | checking size of double... 8 |
| | 258 | checking for fpos_t... yes |
| | 259 | checking size of fpos_t... 8 |
| | 260 | checking for size_t... (cached) yes |
| | 261 | checking size of size_t... 4 |
| | 262 | checking for pid_t... (cached) yes |
| | 263 | checking size of pid_t... 4 |
| | 264 | checking for long long support... yes |
| | 265 | checking for long long... yes |
| | 266 | checking size of long long... 8 |
| | 267 | checking for long double support... yes |
| | 268 | checking for long double... yes |
| | 269 | checking size of long double... 12 |
| | 270 | checking for _Bool support... no |
| | 271 | checking for uintptr_t... yes |
| | 272 | checking for uintptr_t... (cached) yes |
| | 273 | checking size of uintptr_t... 4 |
| | 274 | checking size of off_t... 8 |
| | 275 | checking whether to enable large file support... yes |
| | 276 | checking size of time_t... 4 |
| | 277 | checking for pthread_t... yes |
| | 278 | checking size of pthread_t... 4 |
| | 279 | checking for --enable-toolbox-glue... no |
| | 280 | checking for --enable-framework... no |
| | 281 | checking for dyld... no |
| | 282 | checking SO... .so |
| | 283 | checking LDSHARED... gcc -shared |
| | 284 | checking CCSHARED... -fPIC |
| | 285 | checking LINKFORSHARED... |
| | 286 | checking CFLAGSFORSHARED... $(CCSHARED) |
| | 287 | checking SHLIBS... $(LIBS) |
| | 288 | checking for dlopen in -ldl... no |
| | 289 | checking for shl_load in -ldld... no |
| | 290 | checking for library containing sem_init... none required |
| | 291 | checking for textdomain in -lintl... no |
| | 292 | checking for t_open in -lnsl... no |
| | 293 | checking for socket in -lsocket... no |
| | 294 | checking for socket in -lnetwork... yes |
| | 295 | checking for --with-libs... no |
| | 296 | checking for --with-system-ffi... |
| | 297 | checking for --with-signal-module... yes |
| | 298 | checking for --with-dec-threads... no |
| | 299 | checking for --with-threads... yes |
| | 300 | checking if PTHREAD_SCOPE_SYSTEM is supported... yes |
| | 301 | checking for pthread_sigmask... yes |
| | 302 | checking if --enable-ipv6 is specified... no |
| | 303 | checking for OSX 10.5 SDK or later... no |
| | 304 | checking for --with-doc-strings... yes |
| | 305 | checking for --with-tsc... no |
| | 306 | checking for --with-pymalloc... yes |
| | 307 | checking for --with-wctype-functions... no |
| | 308 | checking for dlopen... yes |
| | 309 | checking DYNLOADFILE... dynload_shlib.o |
| | 310 | checking MACHDEP_OBJS... MACHDEP_OBJS |
| | 311 | checking for alarm... yes |
| | 312 | checking for setitimer... yes |
| | 313 | checking for getitimer... yes |
| | 314 | checking for bind_textdomain_codeset... no |
| | 315 | checking for chown... yes |
| | 316 | checking for clock... yes |
| | 317 | checking for confstr... yes |
| | 318 | checking for ctermid... yes |
| | 319 | checking for execv... yes |
| | 320 | checking for fchmod... yes |
| | 321 | checking for fchown... yes |
| | 322 | checking for fork... yes |
| | 323 | checking for fpathconf... yes |
| | 324 | checking for ftime... yes |
| | 325 | checking for ftruncate... yes |
| | 326 | checking for gai_strerror... yes |
| | 327 | checking for getgroups... yes |
| | 328 | checking for getlogin... yes |
| | 329 | checking for getloadavg... no |
| | 330 | checking for getpeername... yes |
| | 331 | checking for getpgid... yes |
| | 332 | checking for getpid... yes |
| | 333 | checking for getpriority... no |
| | 334 | checking for getpwent... yes |
| | 335 | checking for getspnam... yes |
| | 336 | checking for getspent... yes |
| | 337 | checking for getsid... yes |
| | 338 | checking for getwd... no |
| | 339 | checking for kill... yes |
| | 340 | checking for killpg... yes |
| | 341 | checking for lchmod... no |
| | 342 | checking for lchown... yes |
| | 343 | checking for lstat... yes |
| | 344 | checking for mkfifo... yes |
| | 345 | checking for mknod... yes |
| | 346 | checking for mktime... yes |
| | 347 | checking for mremap... no |
| | 348 | checking for nice... no |
| | 349 | checking for pathconf... yes |
| | 350 | checking for pause... yes |
| | 351 | checking for plock... no |
| | 352 | checking for poll... yes |
| | 353 | checking for pthread_init... no |
| | 354 | checking for putenv... yes |
| | 355 | checking for readlink... yes |
| | 356 | checking for realpath... yes |
| | 357 | checking for select... yes |
| | 358 | checking for setegid... yes |
| | 359 | checking for seteuid... yes |
| | 360 | checking for setgid... yes |
| | 361 | checking for setlocale... yes |
| | 362 | checking for setregid... yes |
| | 363 | checking for setreuid... yes |
| | 364 | checking for setsid... yes |
| | 365 | checking for setpgid... yes |
| | 366 | checking for setpgrp... yes |
| | 367 | checking for setuid... yes |
| | 368 | checking for setvbuf... yes |
| | 369 | checking for snprintf... yes |
| | 370 | checking for sigaction... yes |
| | 371 | checking for siginterrupt... no |
| | 372 | checking for sigrelse... yes |
| | 373 | checking for strftime... yes |
| | 374 | checking for sysconf... yes |
| | 375 | checking for tcgetpgrp... yes |
| | 376 | checking for tcsetpgrp... yes |
| | 377 | checking for tempnam... yes |
| | 378 | checking for timegm... yes |
| | 379 | checking for times... yes |
| | 380 | checking for tmpfile... yes |
| | 381 | checking for tmpnam... yes |
| | 382 | checking for tmpnam_r... yes |
| | 383 | checking for truncate... yes |
| | 384 | checking for uname... yes |
| | 385 | checking for unsetenv... yes |
| | 386 | checking for utimes... yes |
| | 387 | checking for waitpid... yes |
| | 388 | checking for wait3... no |
| | 389 | checking for wait4... no |
| | 390 | checking for wcscoll... yes |
| | 391 | checking for _getpty... no |
| | 392 | checking for chroot... yes |
| | 393 | checking for link... yes |
| | 394 | checking for symlink... yes |
| | 395 | checking for fchdir... yes |
| | 396 | checking for fsync... yes |
| | 397 | checking for fdatasync... no |
| | 398 | checking for epoll... no |
| | 399 | checking for kqueue... no |
| | 400 | checking for ctermid_r... no |
| | 401 | checking for flock... yes |
| | 402 | checking for getpagesize... yes |
| | 403 | checking for true... true |
| | 404 | checking for inet_aton in -lc... no |
| | 405 | checking for inet_aton in -lresolv... no |
| | 406 | checking for chflags... no |
| | 407 | checking for lchflags... no |
| | 408 | checking for inflateCopy in -lz... yes |
| | 409 | checking for hstrerror... yes |
| | 410 | checking for inet_aton... yes |
| | 411 | checking for inet_pton... yes |
| | 412 | checking for setgroups... yes |
| | 413 | checking for openpty... no |
| | 414 | checking for openpty in -lutil... no |
| | 415 | checking for openpty in -lbsd... yes |
| | 416 | checking for forkpty... no |
| | 417 | checking for forkpty in -lutil... no |
| | 418 | checking for forkpty in -lbsd... no |
| | 419 | checking for memmove... yes |
| | 420 | checking for fseek64... no |
| | 421 | checking for fseeko... yes |
| | 422 | checking for fstatvfs... yes |
| | 423 | checking for ftell64... no |
| | 424 | checking for ftello... yes |
| | 425 | checking for statvfs... yes |
| | 426 | checking for dup2... yes |
| | 427 | checking for getcwd... yes |
| | 428 | checking for strdup... yes |
| | 429 | checking for getpgrp... yes |
| | 430 | checking for setpgrp... (cached) yes |
| | 431 | checking for gettimeofday... yes |
| | 432 | checking for major... no |
| | 433 | checking for getaddrinfo... yes |
| | 434 | checking getaddrinfo bug... buggy |
| | 435 | checking for getnameinfo... yes |
| | 436 | checking whether time.h and sys/time.h may both be included... yes |
| | 437 | checking whether struct tm is in sys/time.h or time.h... time.h |
| | 438 | checking for struct tm.tm_zone... yes |
| | 439 | checking for struct stat.st_rdev... yes |
| | 440 | checking for struct stat.st_blksize... yes |
| | 441 | checking for struct stat.st_flags... no |
| | 442 | checking for struct stat.st_gen... no |
| | 443 | checking for struct stat.st_birthtime... no |
| | 444 | checking for struct stat.st_blocks... yes |
| | 445 | checking for time.h that defines altzone... no |
| | 446 | checking whether sys/select.h and sys/time.h may both be included... yes |
| | 447 | checking for addrinfo... yes |
| | 448 | checking for sockaddr_storage... yes |
| | 449 | checking whether char is unsigned... no |
| | 450 | checking for an ANSI C-conforming const... yes |
| | 451 | checking for working volatile... yes |
| | 452 | checking for working signed char... yes |
| | 453 | checking for prototypes... yes |
| | 454 | checking for variable length prototypes and stdarg.h... yes |
| | 455 | checking for socketpair... yes |
| | 456 | checking if sockaddr has sa_len member... yes |
| | 457 | checking whether va_list is an array... no |
| | 458 | checking for gethostbyname_r... yes |
| | 459 | checking gethostbyname_r with 6 args... no |
| | 460 | checking gethostbyname_r with 5 args... yes |
| | 461 | checking for __fpu_control... no |
| | 462 | checking for __fpu_control in -lieee... no |
| | 463 | checking for --with-fpectl... no |
| | 464 | checking for --with-libm=STRING... default LIBM="" |
| | 465 | checking for --with-libc=STRING... default LIBC="" |
| | 466 | checking whether tanh preserves the sign of zero... no |
| | 467 | checking for hypot... yes |
| | 468 | checking for acosh... yes |
| | 469 | checking for asinh... yes |
| | 470 | checking for atanh... yes |
| | 471 | checking for copysign... yes |
| | 472 | checking for expm1... yes |
| | 473 | checking for finite... yes |
| | 474 | checking for isinf... yes |
| | 475 | checking for isnan... yes |
| | 476 | checking for log1p... yes |
| | 477 | checking wchar.h usability... yes |
| | 478 | checking wchar.h presence... yes |
| | 479 | checking for wchar.h... yes |
| | 480 | checking for wchar_t... yes |
| | 481 | checking size of wchar_t... 2 |
| | 482 | checking for UCS-4 tcl... no |
| | 483 | checking whether wchar_t is signed... no |
| | 484 | checking what type to use for unicode... wchar_t |
| | 485 | checking whether byte ordering is bigendian... no |
| | 486 | checking whether right shift extends the sign bit... yes |
| | 487 | checking for getc_unlocked() and friends... yes |
| | 488 | checking how to link readline libs... none |
| | 489 | checking for rl_callback_handler_install in -lreadline... no |
| | 490 | checking for rl_pre_input_hook in -lreadline... no |
| | 491 | checking for rl_completion_display_matches_hook in -lreadline... no |
| | 492 | checking for rl_completion_matches in -lreadline... no |
| | 493 | checking for broken nice()... no |
| | 494 | checking for broken poll()... no |
| | 495 | checking for struct tm.tm_zone... (cached) yes |
| | 496 | checking for working tzset()... yes |
| | 497 | checking for tv_nsec in struct stat... no |
| | 498 | checking for tv_nsec2 in struct stat... no |
| | 499 | checking whether mvwdelch is an expression... yes |
| | 500 | checking whether WINDOW has _flags... yes |
| | 501 | checking for is_term_resized... yes |
| | 502 | checking for resize_term... yes |
| | 503 | checking for resizeterm... yes |
| | 504 | checking for /dev/ptmx... yes |
| | 505 | checking for /dev/ptc... no |
| | 506 | checking for %zd printf() format support... yes |
| | 507 | checking for socklen_t... yes |
| | 508 | checking for build directories... done |
| | 509 | configure: creating ./config.status |
| | 510 | config.status: creating Makefile.pre |
| | 511 | config.status: creating Modules/Setup.config |
| | 512 | config.status: creating pyconfig.h |
| | 513 | creating Modules/Setup |
| | 514 | creating Modules/Setup.local |
| | 515 | creating Makefile |
| | 516 | ~/Python-2.6-haiku-test> make |
| | 517 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Modules/python.o ./Modules/python.c |
| | 518 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/acceler.o Parser/acceler.c |
| | 519 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/grammar1.o Parser/grammar1.c |
| | 520 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/listnode.o Parser/listnode.c |
| | 521 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/node.o Parser/node.c |
| | 522 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/parser.o Parser/parser.c |
| | 523 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/parsetok.o Parser/parsetok.c |
| | 524 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/bitset.o Parser/bitset.c |
| | 525 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/metagrammar.o Parser/metagrammar.c |
| | 526 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/firstsets.o Parser/firstsets.c |
| | 527 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/grammar.o Parser/grammar.c |
| | 528 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/pgen.o Parser/pgen.c |
| | 529 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/myreadline.o Parser/myreadline.c |
| | 530 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/tokenizer.o Parser/tokenizer.c |
| | 531 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/abstract.o Objects/abstract.c |
| | 532 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/boolobject.o Objects/boolobject.c |
| | 533 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/bufferobject.o Objects/bufferobject.c |
| | 534 | /boot/home/Python-2.6-haiku-test/Objects/bufferobject.c: In function `buffer_repr': |
| | 535 | /boot/home/Python-2.6-haiku-test/Objects/bufferobject.c:296: warning: unknown conversion type character `z' in format |
| | 536 | /boot/home/Python-2.6-haiku-test/Objects/bufferobject.c:296: warning: format argument is not a pointer (arg 4) |
| | 537 | /boot/home/Python-2.6-haiku-test/Objects/bufferobject.c:296: warning: too many arguments for format |
| | 538 | /boot/home/Python-2.6-haiku-test/Objects/bufferobject.c:304: warning: unknown conversion type character `z' in format |
| | 539 | /boot/home/Python-2.6-haiku-test/Objects/bufferobject.c:304: warning: unknown conversion type character `z' in format |
| | 540 | /boot/home/Python-2.6-haiku-test/Objects/bufferobject.c:304: warning: format argument is not a pointer (arg 4) |
| | 541 | /boot/home/Python-2.6-haiku-test/Objects/bufferobject.c:304: warning: too many arguments for format |
| | 542 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/bytes_methods.o Objects/bytes_methods.c |
| | 543 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/bytearrayobject.o Objects/bytearrayobject.c |
| | 544 | /boot/home/Python-2.6-haiku-test/Objects/bytearrayobject.c: In function `bytes_ass_subscript': |
| | 545 | /boot/home/Python-2.6-haiku-test/Objects/bytearrayobject.c:728: warning: unknown conversion type character `z' in format |
| | 546 | /boot/home/Python-2.6-haiku-test/Objects/bytearrayobject.c:728: warning: unknown conversion type character `z' in format |
| | 547 | /boot/home/Python-2.6-haiku-test/Objects/bytearrayobject.c:728: warning: too many arguments for format |
| | 548 | /boot/home/Python-2.6-haiku-test/Objects/bytearrayobject.c: In function `bytes_fromhex': |
| | 549 | /boot/home/Python-2.6-haiku-test/Objects/bytearrayobject.c:3075: warning: unknown conversion type character `z' in format |
| | 550 | /boot/home/Python-2.6-haiku-test/Objects/bytearrayobject.c:3075: warning: too many arguments for format |
| | 551 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/cellobject.o Objects/cellobject.c |
| | 552 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/classobject.o Objects/classobject.c |
| | 553 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/cobject.o Objects/cobject.c |
| | 554 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/codeobject.o Objects/codeobject.c |
| | 555 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/complexobject.o Objects/complexobject.c |
| | 556 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/descrobject.o Objects/descrobject.c |
| | 557 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/enumobject.o Objects/enumobject.c |
| | 558 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/exceptions.o Objects/exceptions.c |
| | 559 | /boot/home/Python-2.6-haiku-test/Objects/exceptions.c: In function `UnicodeEncodeError_str': |
| | 560 | /boot/home/Python-2.6-haiku-test/Objects/exceptions.c:1624: warning: unknown conversion type character `z' in format |
| | 561 | /boot/home/Python-2.6-haiku-test/Objects/exceptions.c:1624: warning: format argument is not a pointer (arg 4) |
| | 562 | /boot/home/Python-2.6-haiku-test/Objects/exceptions.c:1624: warning: too many arguments for format |
| | 563 | /boot/home/Python-2.6-haiku-test/Objects/exceptions.c:1632: warning: unknown conversion type character `z' in format |
| | 564 | /boot/home/Python-2.6-haiku-test/Objects/exceptions.c:1632: warning: unknown conversion type character `z' in format |
| | 565 | /boot/home/Python-2.6-haiku-test/Objects/exceptions.c:1632: warning: format argument is not a pointer (arg 3) |
| | 566 | /boot/home/Python-2.6-haiku-test/Objects/exceptions.c:1632: warning: too many arguments for format |
| | 567 | /boot/home/Python-2.6-haiku-test/Objects/exceptions.c: In function `UnicodeDecodeError_str': |
| | 568 | /boot/home/Python-2.6-haiku-test/Objects/exceptions.c:1689: warning: unknown conversion type character `z' in format |
| | 569 | /boot/home/Python-2.6-haiku-test/Objects/exceptions.c:1689: warning: format argument is not a pointer (arg 4) |
| | 570 | /boot/home/Python-2.6-haiku-test/Objects/exceptions.c:1689: warning: too many arguments for format |
| | 571 | /boot/home/Python-2.6-haiku-test/Objects/exceptions.c:1697: warning: unknown conversion type character `z' in format |
| | 572 | /boot/home/Python-2.6-haiku-test/Objects/exceptions.c:1697: warning: unknown conversion type character `z' in format |
| | 573 | /boot/home/Python-2.6-haiku-test/Objects/exceptions.c:1697: warning: format argument is not a pointer (arg 3) |
| | 574 | /boot/home/Python-2.6-haiku-test/Objects/exceptions.c:1697: warning: too many arguments for format |
| | 575 | /boot/home/Python-2.6-haiku-test/Objects/exceptions.c: In function `UnicodeTranslateError_str': |
| | 576 | /boot/home/Python-2.6-haiku-test/Objects/exceptions.c:1777: warning: unknown conversion type character `z' in format |
| | 577 | /boot/home/Python-2.6-haiku-test/Objects/exceptions.c:1777: warning: format argument is not a pointer (arg 3) |
| | 578 | /boot/home/Python-2.6-haiku-test/Objects/exceptions.c:1777: warning: too many arguments for format |
| | 579 | /boot/home/Python-2.6-haiku-test/Objects/exceptions.c:1784: warning: unknown conversion type character `z' in format |
| | 580 | /boot/home/Python-2.6-haiku-test/Objects/exceptions.c:1784: warning: unknown conversion type character `z' in format |
| | 581 | /boot/home/Python-2.6-haiku-test/Objects/exceptions.c:1784: warning: format argument is not a pointer (arg 2) |
| | 582 | /boot/home/Python-2.6-haiku-test/Objects/exceptions.c:1784: warning: too many arguments for format |
| | 583 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/genobject.o Objects/genobject.c |
| | 584 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/fileobject.o Objects/fileobject.c |
| | 585 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/floatobject.o Objects/floatobject.c |
| | 586 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/frameobject.o Objects/frameobject.c |
| | 587 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/funcobject.o Objects/funcobject.c |
| | 588 | /boot/home/Python-2.6-haiku-test/Objects/funcobject.c: In function `func_set_code': |
| | 589 | /boot/home/Python-2.6-haiku-test/Objects/funcobject.c:258: warning: unknown conversion type character `z' in format |
| | 590 | /boot/home/Python-2.6-haiku-test/Objects/funcobject.c:258: warning: unknown conversion type character `z' in format |
| | 591 | /boot/home/Python-2.6-haiku-test/Objects/funcobject.c:258: warning: too many arguments for format |
| | 592 | /boot/home/Python-2.6-haiku-test/Objects/funcobject.c: In function `func_new': |
| | 593 | /boot/home/Python-2.6-haiku-test/Objects/funcobject.c:413: warning: unknown conversion type character `z' in format |
| | 594 | /boot/home/Python-2.6-haiku-test/Objects/funcobject.c:413: warning: unknown conversion type character `z' in format |
| | 595 | /boot/home/Python-2.6-haiku-test/Objects/funcobject.c:413: warning: too many arguments for format |
| | 596 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/intobject.o Objects/intobject.c |
| | 597 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/iterobject.o Objects/iterobject.c |
| | 598 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/listobject.o Objects/listobject.c |
| | 599 | /boot/home/Python-2.6-haiku-test/Objects/listobject.c: In function `list_ass_subscript': |
| | 600 | /boot/home/Python-2.6-haiku-test/Objects/listobject.c:2679: warning: unknown conversion type character `z' in format |
| | 601 | /boot/home/Python-2.6-haiku-test/Objects/listobject.c:2679: warning: unknown conversion type character `z' in format |
| | 602 | /boot/home/Python-2.6-haiku-test/Objects/listobject.c:2679: warning: too many arguments for format |
| | 603 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/longobject.o Objects/longobject.c |
| | 604 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/dictobject.o Objects/dictobject.c |
| | 605 | /boot/home/Python-2.6-haiku-test/Objects/dictobject.c: In function `PyDict_MergeFromSeq2': |
| | 606 | /boot/home/Python-2.6-haiku-test/Objects/dictobject.c:1396: warning: unknown conversion type character `z' in format |
| | 607 | /boot/home/Python-2.6-haiku-test/Objects/dictobject.c:1396: warning: too many arguments for format |
| | 608 | /boot/home/Python-2.6-haiku-test/Objects/dictobject.c:1404: warning: unknown conversion type character `z' in format |
| | 609 | /boot/home/Python-2.6-haiku-test/Objects/dictobject.c:1404: warning: unknown conversion type character `z' in format |
| | 610 | /boot/home/Python-2.6-haiku-test/Objects/dictobject.c:1404: warning: too many arguments for format |
| | 611 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/methodobject.o Objects/methodobject.c |
| | 612 | /boot/home/Python-2.6-haiku-test/Objects/methodobject.c: In function `PyCFunction_Call': |
| | 613 | /boot/home/Python-2.6-haiku-test/Objects/methodobject.c:93: warning: unknown conversion type character `z' in format |
| | 614 | /boot/home/Python-2.6-haiku-test/Objects/methodobject.c:93: warning: too many arguments for format |
| | 615 | /boot/home/Python-2.6-haiku-test/Objects/methodobject.c:104: warning: unknown conversion type character `z' in format |
| | 616 | /boot/home/Python-2.6-haiku-test/Objects/methodobject.c:104: warning: too many arguments for format |
| | 617 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/moduleobject.o Objects/moduleobject.c |
| | 618 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/object.o Objects/object.c |
| | 619 | /boot/home/Python-2.6-haiku-test/Objects/object.c: In function `PyObject_Unicode': |
| | 620 | /boot/home/Python-2.6-haiku-test/Objects/object.c:458: warning: `res' might be used uninitialized in this function |
| | 621 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/obmalloc.o Objects/obmalloc.c |
| | 622 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/rangeobject.o Objects/rangeobject.c |
| | 623 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/setobject.o Objects/setobject.c |
| | 624 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/sliceobject.o Objects/sliceobject.c |
| | 625 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/stringobject.o Objects/stringobject.c |
| | 626 | /boot/home/Python-2.6-haiku-test/Objects/stringobject.c: In function `PyString_FromFormatV': |
| | 627 | /boot/home/Python-2.6-haiku-test/Objects/stringobject.c:284: warning: unknown conversion type character `z' in format |
| | 628 | /boot/home/Python-2.6-haiku-test/Objects/stringobject.c:284: warning: too many arguments for format |
| | 629 | /boot/home/Python-2.6-haiku-test/Objects/stringobject.c:295: warning: unknown conversion type character `z' in format |
| | 630 | /boot/home/Python-2.6-haiku-test/Objects/stringobject.c:295: warning: too many arguments for format |
| | 631 | /boot/home/Python-2.6-haiku-test/Objects/stringobject.c: In function `string_join': |
| | 632 | /boot/home/Python-2.6-haiku-test/Objects/stringobject.c:1871: warning: unknown conversion type character `z' in format |
| | 633 | /boot/home/Python-2.6-haiku-test/Objects/stringobject.c:1871: warning: format argument is not a pointer (arg 3) |
| | 634 | /boot/home/Python-2.6-haiku-test/Objects/stringobject.c:1871: warning: too many arguments for format |
| | 635 | /boot/home/Python-2.6-haiku-test/Objects/stringobject.c: In function `PyString_Format': |
| | 636 | /boot/home/Python-2.6-haiku-test/Objects/stringobject.c:4959: warning: unknown conversion type character `z' in format |
| | 637 | /boot/home/Python-2.6-haiku-test/Objects/stringobject.c:4959: warning: too many arguments for format |
| | 638 | /boot/home/Python-2.6-haiku-test/Objects/stringobject.c:4676: warning: `len' might be used uninitialized in this function |
| | 639 | /boot/home/Python-2.6-haiku-test/Objects/stringobject.c: In function `_Py_ReleaseInternedStrings': |
| | 640 | /boot/home/Python-2.6-haiku-test/Objects/stringobject.c:5204: warning: unknown conversion type character `z' in format |
| | 641 | /boot/home/Python-2.6-haiku-test/Objects/stringobject.c:5204: warning: too many arguments for format |
| | 642 | /boot/home/Python-2.6-haiku-test/Objects/stringobject.c:5226: warning: unknown conversion type character `z' in format |
| | 643 | /boot/home/Python-2.6-haiku-test/Objects/stringobject.c:5226: warning: unknown conversion type character `z' in format |
| | 644 | /boot/home/Python-2.6-haiku-test/Objects/stringobject.c:5226: warning: too many arguments for format |
| | 645 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/structseq.o Objects/structseq.c |
| | 646 | /boot/home/Python-2.6-haiku-test/Objects/structseq.c: In function `structseq_new': |
| | 647 | /boot/home/Python-2.6-haiku-test/Objects/structseq.c:179: warning: unknown conversion type character `z' in format |
| | 648 | /boot/home/Python-2.6-haiku-test/Objects/structseq.c:179: warning: unknown conversion type character `z' in format |
| | 649 | /boot/home/Python-2.6-haiku-test/Objects/structseq.c:179: warning: too many arguments for format |
| | 650 | /boot/home/Python-2.6-haiku-test/Objects/structseq.c:187: warning: unknown conversion type character `z' in format |
| | 651 | /boot/home/Python-2.6-haiku-test/Objects/structseq.c:187: warning: unknown conversion type character `z' in format |
| | 652 | /boot/home/Python-2.6-haiku-test/Objects/structseq.c:187: warning: too many arguments for format |
| | 653 | /boot/home/Python-2.6-haiku-test/Objects/structseq.c:196: warning: unknown conversion type character `z' in format |
| | 654 | /boot/home/Python-2.6-haiku-test/Objects/structseq.c:196: warning: unknown conversion type character `z' in format |
| | 655 | /boot/home/Python-2.6-haiku-test/Objects/structseq.c:196: warning: too many arguments for format |
| | 656 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/tupleobject.o Objects/tupleobject.c |
| | 657 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/typeobject.o Objects/typeobject.c |
| | 658 | /boot/home/Python-2.6-haiku-test/Objects/typeobject.c: In function `check_num_args': |
| | 659 | /boot/home/Python-2.6-haiku-test/Objects/typeobject.c:4141: warning: unknown conversion type character `z' in format |
| | 660 | /boot/home/Python-2.6-haiku-test/Objects/typeobject.c:4141: warning: too many arguments for format |
| | 661 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/weakrefobject.o Objects/weakrefobject.c |
| | 662 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/unicodeobject.o Objects/unicodeobject.c |
| | 663 | /boot/home/Python-2.6-haiku-test/Objects/unicodeobject.c: In function `unicode_decode_call_errorhandler': |
| | 664 | /boot/home/Python-2.6-haiku-test/Objects/unicodeobject.c:1394: warning: unknown conversion type character `z' in format |
| | 665 | /boot/home/Python-2.6-haiku-test/Objects/unicodeobject.c:1394: warning: too many arguments for format |
| | 666 | /boot/home/Python-2.6-haiku-test/Objects/unicodeobject.c: In function `unicode_encode_call_errorhandler': |
| | 667 | /boot/home/Python-2.6-haiku-test/Objects/unicodeobject.c:3453: warning: unknown conversion type character `z' in format |
| | 668 | /boot/home/Python-2.6-haiku-test/Objects/unicodeobject.c:3453: warning: too many arguments for format |
| | 669 | /boot/home/Python-2.6-haiku-test/Objects/unicodeobject.c: In function `unicode_translate_call_errorhandler': |
| | 670 | /boot/home/Python-2.6-haiku-test/Objects/unicodeobject.c:4727: warning: unknown conversion type character `z' in format |
| | 671 | /boot/home/Python-2.6-haiku-test/Objects/unicodeobject.c:4727: warning: too many arguments for format |
| | 672 | /boot/home/Python-2.6-haiku-test/Objects/unicodeobject.c: In function `PyUnicodeUCS2_Join': |
| | 673 | /boot/home/Python-2.6-haiku-test/Objects/unicodeobject.c:5519: warning: unknown conversion type character `z' in format |
| | 674 | /boot/home/Python-2.6-haiku-test/Objects/unicodeobject.c:5519: warning: format argument is not a pointer (arg 3) |
| | 675 | /boot/home/Python-2.6-haiku-test/Objects/unicodeobject.c:5519: warning: too many arguments for format |
| | 676 | /boot/home/Python-2.6-haiku-test/Objects/unicodeobject.c: In function `PyUnicodeUCS2_Format': |
| | 677 | /boot/home/Python-2.6-haiku-test/Objects/unicodeobject.c:8768: warning: unknown conversion type character `z' in format |
| | 678 | /boot/home/Python-2.6-haiku-test/Objects/unicodeobject.c:8768: warning: too many arguments for format |
| | 679 | /boot/home/Python-2.6-haiku-test/Objects/unicodeobject.c:8478: warning: `pbuf' might be used uninitialized in this function |
| | 680 | /boot/home/Python-2.6-haiku-test/Objects/unicodeobject.c:8480: warning: `len' might be used uninitialized in this function |
| | 681 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/unicodectype.o Objects/unicodectype.c |
| | 682 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/_warnings.o Python/_warnings.c |
| | 683 | /boot/home/Python-2.6-haiku-test/Python/_warnings.c: In function `get_filter': |
| | 684 | /boot/home/Python-2.6-haiku-test/Python/_warnings.c:116: warning: unknown conversion type character `z' in format |
| | 685 | /boot/home/Python-2.6-haiku-test/Python/_warnings.c:116: warning: too many arguments for format |
| | 686 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/Python-ast.o Python/Python-ast.c |
| | 687 | /boot/home/Python-2.6-haiku-test/Python/Python-ast.c: In function `ast_type_init': |
| | 688 | /boot/home/Python-2.6-haiku-test/Python/Python-ast.c:393: warning: unknown conversion type character `z' in format |
| | 689 | /boot/home/Python-2.6-haiku-test/Python/Python-ast.c:393: warning: format argument is not a pointer (arg 5) |
| | 690 | /boot/home/Python-2.6-haiku-test/Python/Python-ast.c:393: warning: too many arguments for format |
| | 691 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/asdl.o Python/asdl.c |
| | 692 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/ast.o Python/ast.c |
| | 693 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/bltinmodule.o Python/bltinmodule.c |
| | 694 | /boot/home/Python-2.6-haiku-test/Python/bltinmodule.c: In function `builtin_ord': |
| | 695 | /boot/home/Python-2.6-haiku-test/Python/bltinmodule.c:1526: warning: unknown conversion type character `z' in format |
| | 696 | /boot/home/Python-2.6-haiku-test/Python/bltinmodule.c:1526: warning: too many arguments for format |
| | 697 | /boot/home/Python-2.6-haiku-test/Python/bltinmodule.c: In function `builtin_zip': |
| | 698 | /boot/home/Python-2.6-haiku-test/Python/bltinmodule.c:2413: warning: unknown conversion type character `z' in format |
| | 699 | /boot/home/Python-2.6-haiku-test/Python/bltinmodule.c:2413: warning: too many arguments for format |
| | 700 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/ceval.o Python/ceval.c |
| | 701 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/mysnprintf.o Python/mysnprintf.c |
| | 702 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/tokenizer_pgen.o Parser/tokenizer_pgen.c |
| | 703 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/printgrammar.o Parser/printgrammar.c |
| | 704 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/pgenmain.o Parser/pgenmain.c |
| | 705 | gcc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -L. Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/parsetok.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Objects/obmalloc.o Python/mysnprintf.o Parser/tokenizer_pgen.o Parser/printgrammar.o Parser/pgenmain.o -lnetwork -lbsd -o Parser/pgen |
| | 706 | Parser/pgen ./Grammar/Grammar ./Include/graminit.h ./Python/graminit.c |
| | 707 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/compile.o Python/compile.c |
| | 708 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/codecs.o Python/codecs.c |
| | 709 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/errors.o Python/errors.c |
| | 710 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/frozen.o Python/frozen.c |
| | 711 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/frozenmain.o Python/frozenmain.c |
| | 712 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/future.o Python/future.c |
| | 713 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/getargs.o Python/getargs.c |
| | 714 | /boot/home/Python-2.6-haiku-test/Python/getargs.c: In function `PyArg_UnpackTuple': |
| | 715 | /boot/home/Python-2.6-haiku-test/Python/getargs.c:1814: warning: unknown conversion type character `z' in format |
| | 716 | /boot/home/Python-2.6-haiku-test/Python/getargs.c:1814: warning: unknown conversion type character `z' in format |
| | 717 | /boot/home/Python-2.6-haiku-test/Python/getargs.c:1814: warning: too many arguments for format |
| | 718 | /boot/home/Python-2.6-haiku-test/Python/getargs.c:1820: warning: unknown conversion type character `z' in format |
| | 719 | /boot/home/Python-2.6-haiku-test/Python/getargs.c:1820: warning: unknown conversion type character `z' in format |
| | 720 | /boot/home/Python-2.6-haiku-test/Python/getargs.c:1820: warning: too many arguments for format |
| | 721 | /boot/home/Python-2.6-haiku-test/Python/getargs.c:1829: warning: unknown conversion type character `z' in format |
| | 722 | /boot/home/Python-2.6-haiku-test/Python/getargs.c:1829: warning: unknown conversion type character `z' in format |
| | 723 | /boot/home/Python-2.6-haiku-test/Python/getargs.c:1829: warning: too many arguments for format |
| | 724 | /boot/home/Python-2.6-haiku-test/Python/getargs.c:1835: warning: unknown conversion type character `z' in format |
| | 725 | /boot/home/Python-2.6-haiku-test/Python/getargs.c:1835: warning: unknown conversion type character `z' in format |
| | 726 | /boot/home/Python-2.6-haiku-test/Python/getargs.c:1835: warning: too many arguments for format |
| | 727 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/getcompiler.o Python/getcompiler.c |
| | 728 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/getcopyright.o Python/getcopyright.c |
| | 729 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/getmtime.o Python/getmtime.c |
| | 730 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -DPLATFORM='"haiku1"' -o Python/getplatform.o ./Python/getplatform.c |
| | 731 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/getversion.o Python/getversion.c |
| | 732 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/graminit.o Python/graminit.c |
| | 733 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/import.o Python/import.c |
| | 734 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -I. -o Python/importdl.o ./Python/importdl.c |
| | 735 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/marshal.o Python/marshal.c |
| | 736 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/modsupport.o Python/modsupport.c |
| | 737 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/mystrtoul.o Python/mystrtoul.c |
| | 738 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/peephole.o Python/peephole.c |
| | 739 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/pyarena.o Python/pyarena.c |
| | 740 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/pyfpe.o Python/pyfpe.c |
| | 741 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/pymath.o Python/pymath.c |
| | 742 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/pystate.o Python/pystate.c |
| | 743 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/pythonrun.o Python/pythonrun.c |
| | 744 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/structmember.o Python/structmember.c |
| | 745 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/symtable.o Python/symtable.c |
| | 746 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/sysmodule.o Python/sysmodule.c |
| | 747 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/traceback.o Python/traceback.c |
| | 748 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/getopt.o Python/getopt.c |
| | 749 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/pystrcmp.o Python/pystrcmp.c |
| | 750 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/pystrtod.o Python/pystrtod.c |
| | 751 | /boot/home/Python-2.6-haiku-test/Python/pystrtod.c: In function `ensure_decimal_point': |
| | 752 | /boot/home/Python-2.6-haiku-test/Python/pystrtod.c:301: warning: `chars_to_insert' might be used uninitialized in this function |
| | 753 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/formatter_unicode.o Python/formatter_unicode.c |
| | 754 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/formatter_string.o Python/formatter_string.c |
| | 755 | /boot/home/Python-2.6-haiku-test/Objects/stringlib/formatter.h: In function `format_float_internal': |
| | 756 | In file included from /boot/home/Python-2.6-haiku-test/Python/formatter_string.c:14: |
| | 757 | /boot/home/Python-2.6-haiku-test/Objects/stringlib/formatter.h:771: warning: unknown conversion type character `z' in format |
| | 758 | /boot/home/Python-2.6-haiku-test/Objects/stringlib/formatter.h:771: warning: int format, Py_ssize_t arg (arg 4) |
| | 759 | /boot/home/Python-2.6-haiku-test/Objects/stringlib/formatter.h:771: warning: too many arguments for format |
| | 760 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/dynload_shlib.o Python/dynload_shlib.c |
| | 761 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/thread.o Python/thread.c |
| | 762 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Modules/config.o Modules/config.c |
| | 763 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -DPYTHONPATH='":plat-haiku1:lib-tk:lib-old"' \ |
| | 764 | -DPREFIX='"/boot/common"' \ |
| | 765 | -DEXEC_PREFIX='"/boot/common"' \ |
| | 766 | -DVERSION='"2.6"' \ |
| | 767 | -DVPATH='""' \ |
| | 768 | -o Modules/getpath.o ./Modules/getpath.c |
| | 769 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Modules/main.o Modules/main.c |
| | 770 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Modules/gcmodule.o Modules/gcmodule.c |
| | 771 | /boot/home/Python-2.6-haiku-test/Modules/gcmodule.c: In function `collect': |
| | 772 | /boot/home/Python-2.6-haiku-test/Modules/gcmodule.c:780: warning: unknown conversion type character `z' in format |
| | 773 | /boot/home/Python-2.6-haiku-test/Modules/gcmodule.c:780: warning: too many arguments for format |
| | 774 | /boot/home/Python-2.6-haiku-test/Modules/gcmodule.c:886: warning: unknown conversion type character `z' in format |
| | 775 | /boot/home/Python-2.6-haiku-test/Modules/gcmodule.c:886: warning: unknown conversion type character `z' in format |
| | 776 | /boot/home/Python-2.6-haiku-test/Modules/gcmodule.c:886: warning: too many arguments for format |
| | 777 | gcc -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/threadmodule.c -o Modules/threadmodule.o |
| | 778 | /boot/home/Python-2.6-haiku-test/Modules/threadmodule.c: In function `thread_stack_size': |
| | 779 | /boot/home/Python-2.6-haiku-test/Modules/threadmodule.c:613: warning: unknown conversion type character `z' in format |
| | 780 | /boot/home/Python-2.6-haiku-test/Modules/threadmodule.c:613: warning: too many arguments for format |
| | 781 | gcc -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/signalmodule.c -o Modules/signalmodule.o |
| | 782 | gcc -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/posixmodule.c -o Modules/posixmodule.o |
| | 783 | gcc -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/errnomodule.c -o Modules/errnomodule.o |
| | 784 | gcc -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/pwdmodule.c -o Modules/pwdmodule.o |
| | 785 | gcc -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/_sre.c -o Modules/_sre.o |
| | 786 | gcc -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/_codecsmodule.c -o Modules/_codecsmodule.o |
| | 787 | gcc -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/zipimport.c -o Modules/zipimport.o |
| | 788 | gcc -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/symtablemodule.c -o Modules/symtablemodule.o |
| | 789 | gcc -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/xxsubtype.c -o Modules/xxsubtype.o |
| | 790 | gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -DSVNVERSION=\"`LC_ALL=C svnversion .`\" -o Modules/getbuildinfo.o ./Modules/getbuildinfo.c |
| | 791 | rm -f libpython2.6.a |
| | 792 | ar cr libpython2.6.a Modules/getbuildinfo.o |
| | 793 | ar cr libpython2.6.a Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/parsetok.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Parser/myreadline.o Parser/tokenizer.o |
| | 794 | ar cr libpython2.6.a Objects/abstract.o Objects/boolobject.o Objects/bufferobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/cellobject.o Objects/classobject.o Objects/cobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/intobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/methodobject.o Objects/moduleobject.o Objects/object.o Objects/obmalloc.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/stringobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/weakrefobject.o Objects/unicodeobject.o Objects/unicodectype.o |
| | 795 | ar cr libpython2.6.a Python/_warnings.o Python/Python-ast.o Python/asdl.o Python/ast.o Python/bltinmodule.o Python/ceval.o Python/compile.o Python/codecs.o Python/errors.o Python/frozen.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getmtime.o Python/getplatform.o Python/getversion.o Python/graminit.o Python/import.o Python/importdl.o Python/marshal.o Python/modsupport.o Python/mystrtoul.o Python/mysnprintf.o Python/peephole.o Python/pyarena.o Python/pyfpe.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/formatter_unicode.o Python/formatter_string.o Python/dynload_shlib.o Python/thread.o |
| | 796 | ar cr libpython2.6.a Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.o |
| | 797 | ar cr libpython2.6.a Modules/threadmodule.o Modules/signalmodule.o Modules/posixmodule.o Modules/errnomodule.o Modules/pwdmodule.o Modules/_sre.o Modules/_codecsmodule.o Modules/zipimport.o Modules/symtablemodule.o Modules/xxsubtype.o |
| | 798 | ranlib libpython2.6.a |
| | 799 | if test libpython2.6.so != libpython2.6.so; then \ |
| | 800 | gcc -shared -L. -Wl,-hlibpython2.6.so -o libpython2.6.so Modules/getbuildinfo.o Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/parsetok.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/boolobject.o Objects/bufferobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/cellobject.o Objects/classobject.o Objects/cobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/intobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/methodobject.o Objects/moduleobject.o Objects/object.o Objects/obmalloc.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/stringobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/weakrefobject.o Objects/unicodeobject.o Objects/unicodectype.o Python/_warnings.o Python/Python-ast.o Python/asdl.o Python/ast.o Python/bltinmodule.o Python/ceval.o Python/compile.o Python/codecs.o Python/errors.o Python/frozen.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getmtime.o Python/getplatform.o Python/getversion.o Python/graminit.o Python/import.o Python/importdl.o Python/marshal.o Python/modsupport.o Python/mystrtoul.o Python/mysnprintf.o Python/peephole.o Python/pyarena.o Python/pyfpe.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/formatter_unicode.o Python/formatter_string.o Python/dynload_shlib.o Python/thread.o Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.o Modules/threadmodule.o Modules/signalmodule.o Modules/posixmodule.o Modules/errnomodule.o Modules/pwdmodule.o Modules/_sre.o Modules/_codecsmodule.o Modules/zipimport.o Modules/symtablemodule.o Modules/xxsubtype.o -lnetwork -lbsd ; \ |
| | 801 | ln -s -f libpython2.6.so libpython2.6.so; \ |
| | 802 | else\ |
| | 803 | gcc -shared -L. -o libpython2.6.so Modules/getbuildinfo.o Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/parsetok.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/boolobject.o Objects/bufferobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/cellobject.o Objects/classobject.o Objects/cobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/intobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/methodobject.o Objects/moduleobject.o Objects/object.o Objects/obmalloc.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/stringobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/weakrefobject.o Objects/unicodeobject.o Objects/unicodectype.o Python/_warnings.o Python/Python-ast.o Python/asdl.o Python/ast.o Python/bltinmodule.o Python/ceval.o Python/compile.o Python/codecs.o Python/errors.o Python/frozen.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getmtime.o Python/getplatform.o Python/getversion.o Python/graminit.o Python/import.o Python/importdl.o Python/marshal.o Python/modsupport.o Python/mystrtoul.o Python/mysnprintf.o Python/peephole.o Python/pyarena.o Python/pyfpe.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/formatter_unicode.o Python/formatter_string.o Python/dynload_shlib.o Python/thread.o Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.o Modules/threadmodule.o Modules/signalmodule.o Modules/posixmodule.o Modules/errnomodule.o Modules/pwdmodule.o Modules/_sre.o Modules/_codecsmodule.o Modules/zipimport.o Modules/symtablemodule.o Modules/xxsubtype.o -lnetwork -lbsd ; \ |
| | 804 | fi |
| | 805 | gcc -L. -o python \ |
| | 806 | Modules/python.o \ |
| | 807 | -L. -lpython2.6 -lnetwork -lbsd |
| | 808 | runtime_loader: cannot open file libpython2.6.so |
| | 809 | make: *** [sharedmods] Error 3 |
| | 810 | ~/Python-2.6-haiku-test> |
| | 811 | }}} |