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

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 1 and Version 2 of dev-lang/python/3.0rc1/1


Ignore:
Timestamp:
10/10/08 13:37:19 (7 years ago)
Author:
scottmc
Comment:

initial build attempt of python 3.0rcX

Legend:

Unmodified
Added
Removed
Modified
  • dev-lang/python/3.0rc1/1

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

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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