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