Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 204063 Details for
Bug 284939
problem with ld from binutils-apple-3.2
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
emerge --oneshot python
emerge-python.txt (text/plain), 47.71 KB, created by
Joe Gallo
on 2009-09-14 15:01:02 UTC
(
hide
)
Description:
emerge --oneshot python
Filename:
MIME Type:
Creator:
Joe Gallo
Created:
2009-09-14 15:01:02 UTC
Size:
47.71 KB
patch
obsolete
>Calculating dependencies ... done! > >>>> Verifying ebuild manifests > >>>> Emerging (1 of 1) dev-lang/python-2.6.2-r01.3 > * python-gentoo-patches-2.6.2-r4.tar.bz2 RMD160 SHA1 SHA256 size ;-) ...[ ok ] > * Python-2.6.2.tar.bz2 RMD160 SHA1 SHA256 size ;-) ... [ ok ] > * checking ebuild checksums ;-) ... [ ok ] > * checking auxfile checksums ;-) ... [ ok ] > * checking miscfile checksums ;-) ... [ ok ] >>>> Unpacking source... >>>> Unpacking python-gentoo-patches-2.6.2-r4.tar.bz2 to /opt/gentoo/var/tmp/portage/dev-lang/python-2.6.2-r01.3/work >>>> Unpacking Python-2.6.2.tar.bz2 to /opt/gentoo/var/tmp/portage/dev-lang/python-2.6.2-r01.3/work >>>> Source unpacked in /opt/gentoo/var/tmp/portage/dev-lang/python-2.6.2-r01.3/work >>>> Preparing source in /opt/gentoo/var/tmp/portage/dev-lang/python-2.6.2-r01.3/work/Python-2.6.2 ... > * Applying various patches (bugfixes/updates) ... > * 02_all_db4.patch ... > [ ok ] > * 04_all_disable_modules_and_ssl.patch ... > [ ok ] > * 05_all_mimetypes_gentoo_apache.patch ... > [ ok ] > * 06_all_add_portage_search_path.patch ... > [ ok ] > * 07_all_libdir.patch ... > [ ok ] > * 09_all_turkish.patch ... > [ ok ] > * 11_all_svnversion.patch ... > [ ok ] > * 12_all_distutils-rpath-gcc.patch ... > [ ok ] > * 13_all_static_library_location.patch ... > [ ok ] > * 15_all_dbm_default_gdbm_compat.patch ... > [ ok ] > * 16_all_non-zero_exit_status_on_failure.patch ... > [ ok ] > * 17_all_disable_multiprocessing_with_disabled_threads.patch ... > [ ok ] > * 18_all_distutils-cxxflags.patch ... > [ ok ] > * 22_all_internal-expat.patch ... > [ ok ] > * 23_all_arm_OABI.patch ... > [ ok ] > * Done with patching > * Applying python-2.5.1-no-usrlocal.patch ... > [ ok ] > * Applying python-2.6.2-readline-prefix.patch ... > [ ok ] > * Applying python-2.5.1-darwin-bundle.patch ... > [ ok ] > * Applying python-2.6.2-darwin-no-framework-lookup.patch ... > [ ok ] > * Applying python-2.5.1-darwin-gcc-version.patch ... > [ ok ] > * Applying python-2.6.2-mac.patch ... > [ ok ] > * Applying python-2.6.2-mac-64bits.patch ... > [ ok ] > * Applying python-2.6.2-mac-just-prefix.patch ... > [ ok ] > * Applying python-2.4.4-ld_so_aix-which.patch ... > [ ok ] > * Applying python-2.5.1-no-hardcoded-grep.patch ... > [ ok ] > * Applying python-2.6.2-irix.patch ... > [ ok ] > * Applying python-2.6-irix-libpython2.6.patch ... > [ ok ] > * Applying python-2.5.1-distutils-aixnfs.patch ... > [ ok ] > * Applying python-2.6.2-no-bsddb185.patch ... > [ ok ] > * Applying python-2.6.2-no-sunaudiodev.patch ... > [ ok ] > * Applying python-2.6.2-termios-noqnx.patch ... > [ ok ] > * Applying python-2.6.2-hpuxgcc.patch ... > [ ok ] > * Applying python-2.6.2-aix-shared.patch ... > [ ok ] > * Running eautoreconf in '/opt/gentoo/var/tmp/portage/dev-lang/python-2.6.2-r01.3/work/Python-2.6.2' ... > * Running aclocal -I /opt/gentoo/usr/share/aclocal ... > [ ok ] > * Running autoconf ... > [ ok ] > * Running autoheader ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /opt/gentoo/var/tmp/portage/dev-lang/python-2.6.2-r01.3/work/Python-2.6.2 ... > * Disabled modules: dbm bsddb gdbm _sqlite3 _tkinter Nav > * econf: updating Python-2.6.2/Modules/_ctypes/libffi/config.guess with /opt/gentoo/usr/share/gnuconfig/config.guess > * econf: updating Python-2.6.2/Modules/_ctypes/libffi/config.sub with /opt/gentoo/usr/share/gnuconfig/config.sub >./configure --prefix=/opt/gentoo/usr --build=x86_64-apple-darwin10 --host=x86_64-apple-darwin10 --mandir=/opt/gentoo/usr/share/man --infodir=/opt/gentoo/usr/share/info --datadir=/opt/gentoo/usr/share --sysconfdir=/opt/gentoo/etc --localstatedir=/opt/gentoo/var/lib --with-fpectl --disable-ipv6 --with-threads --infodir=${prefix}/share/info --mandir=${prefix}/share/man --with-libc= --enable-unicode=ucs4 --enable-framework=/opt/gentoo/usr/lib >checking for --with-universal-archs... 32-bit >checking MACHDEP... darwin >checking EXTRAPLATDIR... $(PLATMACDIRS) >checking machine type as reported by uname -m... i386 >checking for --without-gcc... no >checking for x86_64-apple-darwin10-gcc... x86_64-apple-darwin10-gcc >checking for C compiler default output file name... a.out >checking whether the C compiler works... yes >checking whether we are cross compiling... no >checking for suffix of executables... >checking for suffix of object files... o >checking whether we are using the GNU C compiler... yes >checking whether x86_64-apple-darwin10-gcc accepts -g... yes >checking for x86_64-apple-darwin10-gcc option to accept ISO C89... none needed >checking for --with-cxx-main=<compiler>... no >checking how to run the C preprocessor... x86_64-apple-darwin10-gcc -E >checking for grep that handles long lines and -e... /opt/gentoo/bin/grep >checking for egrep... /opt/gentoo/bin/grep -E >checking for ANSI C header files... yes >checking for sys/types.h... yes >checking for sys/stat.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for memory.h... yes >checking for strings.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for unistd.h... yes >checking minix/config.h usability... no >checking minix/config.h presence... no >checking for minix/config.h... no >checking whether it is safe to define __EXTENSIONS__... yes >checking for --with-suffix... >checking for case-insensitive build directory... yes >checking LIBRARY... libpython$(VERSION).a >checking LINKCC... $(PURIFY) $(MAINCC) >checking for --enable-shared... no >checking for --enable-profiling... >checking LDLIBRARY... $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK) >checking for x86_64-apple-darwin10-ranlib... x86_64-apple-darwin10-ranlib >checking for ar... ar >checking for svnversion... found >checking for a BSD-compatible install... /opt/gentoo/usr/bin/install -c >checking for --with-pydebug... no >checking whether x86_64-apple-darwin10-gcc accepts -fno-strict-aliasing... yes >checking whether x86_64-apple-darwin10-gcc accepts -OPT:Olimit=0... no >checking whether x86_64-apple-darwin10-gcc accepts -Olimit 1500... no >checking whether gcc supports ParseTuple __format__... no >checking whether pthreads are available without options... yes >checking whether x86_64-apple-darwin10-g++ also accepts flags for thread support... no >checking for ANSI C header files... (cached) yes >checking asm/types.h usability... no >checking asm/types.h presence... no >checking for asm/types.h... no >checking conio.h usability... no >checking conio.h presence... no >checking for conio.h... no >checking curses.h usability... yes >checking curses.h presence... yes >checking for curses.h... yes >checking direct.h usability... no >checking direct.h presence... no >checking for direct.h... no >checking dlfcn.h usability... yes >checking dlfcn.h presence... yes >checking for dlfcn.h... yes >checking errno.h usability... yes >checking errno.h presence... yes >checking for errno.h... yes >checking fcntl.h usability... yes >checking fcntl.h presence... yes >checking for fcntl.h... yes >checking grp.h usability... yes >checking grp.h presence... yes >checking for grp.h... yes >checking ieeefp.h usability... no >checking ieeefp.h presence... no >checking for ieeefp.h... no >checking io.h usability... no >checking io.h presence... no >checking for io.h... no >checking langinfo.h usability... yes >checking langinfo.h presence... yes >checking for langinfo.h... yes >checking libintl.h usability... yes >checking libintl.h presence... yes >checking for libintl.h... yes >checking ncurses.h usability... yes >checking ncurses.h presence... yes >checking for ncurses.h... yes >checking poll.h usability... yes >checking poll.h presence... yes >checking for poll.h... yes >checking process.h usability... no >checking process.h presence... no >checking for process.h... no >checking pthread.h usability... yes >checking pthread.h presence... yes >checking for pthread.h... yes >checking shadow.h usability... no >checking shadow.h presence... no >checking for shadow.h... no >checking signal.h usability... yes >checking signal.h presence... yes >checking for signal.h... yes >checking for stdint.h... (cached) yes >checking stropts.h usability... no >checking stropts.h presence... no >checking for stropts.h... no >checking termios.h usability... yes >checking termios.h presence... yes >checking for termios.h... yes >checking thread.h usability... no >checking thread.h presence... no >checking for thread.h... no >checking for unistd.h... (cached) yes >checking utime.h usability... yes >checking utime.h presence... yes >checking for utime.h... yes >checking sys/audioio.h usability... no >checking sys/audioio.h presence... no >checking for sys/audioio.h... no >checking sys/bsdtty.h usability... no >checking sys/bsdtty.h presence... no >checking for sys/bsdtty.h... no >checking sys/epoll.h usability... no >checking sys/epoll.h presence... no >checking for sys/epoll.h... no >checking sys/event.h usability... yes >checking sys/event.h presence... yes >checking for sys/event.h... yes >checking sys/file.h usability... yes >checking sys/file.h presence... yes >checking for sys/file.h... yes >checking sys/loadavg.h usability... no >checking sys/loadavg.h presence... no >checking for sys/loadavg.h... no >checking sys/lock.h usability... yes >checking sys/lock.h presence... yes >checking for sys/lock.h... yes >checking sys/mkdev.h usability... no >checking sys/mkdev.h presence... no >checking for sys/mkdev.h... no >checking sys/modem.h usability... no >checking sys/modem.h presence... no >checking for sys/modem.h... no >checking sys/param.h usability... yes >checking sys/param.h presence... yes >checking for sys/param.h... yes >checking sys/poll.h usability... yes >checking sys/poll.h presence... yes >checking for sys/poll.h... yes >checking sys/select.h usability... yes >checking sys/select.h presence... yes >checking for sys/select.h... yes >checking sys/socket.h usability... yes >checking sys/socket.h presence... yes >checking for sys/socket.h... yes >checking sys/statvfs.h usability... yes >checking sys/statvfs.h presence... yes >checking for sys/statvfs.h... yes >checking for sys/stat.h... (cached) yes >checking sys/termio.h usability... no >checking sys/termio.h presence... no >checking for sys/termio.h... no >checking sys/time.h usability... yes >checking sys/time.h presence... yes >checking for sys/time.h... yes >checking sys/times.h usability... yes >checking sys/times.h presence... yes >checking for sys/times.h... yes >checking for sys/types.h... (cached) yes >checking sys/un.h usability... yes >checking sys/un.h presence... yes >checking for sys/un.h... yes >checking sys/utsname.h usability... yes >checking sys/utsname.h presence... yes >checking for sys/utsname.h... yes >checking sys/wait.h usability... yes >checking sys/wait.h presence... yes >checking for sys/wait.h... yes >checking pty.h usability... no >checking pty.h presence... no >checking for pty.h... no >checking libutil.h usability... no >checking libutil.h presence... no >checking for libutil.h... no >checking sys/resource.h usability... yes >checking sys/resource.h presence... yes >checking for sys/resource.h... yes >checking netpacket/packet.h usability... no >checking netpacket/packet.h presence... no >checking for netpacket/packet.h... no >checking sysexits.h usability... yes >checking sysexits.h presence... yes >checking for sysexits.h... yes >checking bluetooth.h usability... no >checking bluetooth.h presence... no >checking for bluetooth.h... no >checking bluetooth/bluetooth.h usability... no >checking bluetooth/bluetooth.h presence... no >checking for bluetooth/bluetooth.h... no >checking linux/tipc.h usability... no >checking linux/tipc.h presence... no >checking for linux/tipc.h... no >checking for dirent.h that defines DIR... yes >checking for library containing opendir... none required >checking whether sys/types.h defines makedev... yes >checking for term.h... yes >checking for linux/netlink.h... no >checking for clock_t in time.h... yes >checking for makedev... yes >checking Solaris LFS bug... no >checking for mode_t... yes >checking for off_t... yes >checking for pid_t... yes >checking return type of signal handlers... void >checking for size_t... yes >checking for uid_t in sys/types.h... yes >checking for ssize_t... yes >checking size of int... 4 >checking size of long... 8 >checking size of void *... 8 >checking size of short... 2 >checking size of float... 4 >checking size of double... 8 >checking size of fpos_t... 8 >checking size of size_t... 8 >checking size of pid_t... 4 >checking for long long support... yes >checking size of long long... 8 >checking for long double support... yes >checking size of long double... 16 >checking for _Bool support... yes >checking size of _Bool... 1 >checking for uintptr_t... yes >checking size of uintptr_t... 8 >checking size of off_t... 8 >checking whether to enable large file support... no >checking size of time_t... 8 >checking for pthread_t... yes >checking size of pthread_t... 8 >checking for --enable-toolbox-glue... yes >checking for --enable-framework... yes >checking for dyld... always on for Darwin >checking SO... .bundle >checking LDSHARED... $(CC) $(LDFLAGS) -bundle -undefined dynamic_lookup >checking CCSHARED... >checking LINKFORSHARED... -u _PyMac_Error $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK) >checking CFLAGSFORSHARED... $(CCSHARED) >checking SHLIBS... $(LIBS) >checking for dlopen in -ldl... yes >checking for shl_load in -ldld... no >checking for library containing sem_init... none required >checking for textdomain in -lintl... yes >checking for t_open in -lnsl... no >checking for socket in -lsocket... no >checking for --with-libs... no >checking for --with-system-ffi... >checking for --with-signal-module... yes >checking for --with-dec-threads... no >checking for --with-threads... yes >checking if PTHREAD_SCOPE_SYSTEM is supported... yes >checking for pthread_sigmask... yes >checking if --enable-ipv6 is specified... no >checking for OSX 10.5 SDK or later... yes >checking for --with-doc-strings... yes >checking for --with-tsc... no >checking for --with-pymalloc... yes >checking for --with-wctype-functions... no >checking for dlopen... yes >checking DYNLOADFILE... dynload_shlib.o >checking MACHDEP_OBJS... MACHDEP_OBJS >checking for alarm... yes >checking for setitimer... yes >checking for getitimer... yes >checking for bind_textdomain_codeset... no >checking for chown... yes >checking for clock... yes >checking for confstr... yes >checking for ctermid... yes >checking for execv... yes >checking for fchmod... yes >checking for fchown... yes >checking for fork... yes >checking for fpathconf... yes >checking for ftime... yes >checking for ftruncate... yes >checking for gai_strerror... yes >checking for getgroups... yes >checking for getlogin... yes >checking for getloadavg... yes >checking for getpeername... yes >checking for getpgid... yes >checking for getpid... yes >checking for getpriority... yes >checking for getpwent... yes >checking for getspnam... no >checking for getspent... no >checking for getsid... yes >checking for getwd... yes >checking for kill... yes >checking for killpg... yes >checking for lchmod... yes >checking for lchown... yes >checking for lstat... yes >checking for mkfifo... yes >checking for mknod... yes >checking for mktime... yes >checking for mremap... no >checking for nice... yes >checking for pathconf... yes >checking for pause... yes >checking for plock... no >checking for poll... yes >checking for pthread_init... no >checking for putenv... yes >checking for readlink... yes >checking for realpath... yes >checking for select... yes >checking for setegid... yes >checking for seteuid... yes >checking for setgid... yes >checking for setlocale... yes >checking for setregid... yes >checking for setreuid... yes >checking for setsid... yes >checking for setpgid... yes >checking for setpgrp... yes >checking for setuid... yes >checking for setvbuf... yes >checking for snprintf... yes >checking for sigaction... yes >checking for siginterrupt... yes >checking for sigrelse... yes >checking for strftime... yes >checking for sysconf... yes >checking for tcgetpgrp... yes >checking for tcsetpgrp... yes >checking for tempnam... yes >checking for timegm... yes >checking for times... yes >checking for tmpfile... yes >checking for tmpnam... yes >checking for tmpnam_r... no >checking for truncate... yes >checking for uname... yes >checking for unsetenv... yes >checking for utimes... yes >checking for waitpid... yes >checking for wait3... yes >checking for wait4... yes >checking for wcscoll... yes >checking for _getpty... no >checking for chroot... yes >checking for link... yes >checking for symlink... yes >checking for fchdir... yes >checking for fsync... yes >checking for fdatasync... no >checking for epoll... no >checking for kqueue... yes >checking for ctermid_r... yes >checking for flock... yes >checking for getpagesize... yes >checking for true... true >checking for inet_aton in -lc... yes >checking for chflags... yes >checking for lchflags... yes >checking for inflateCopy in -lz... yes >checking for hstrerror... yes >checking for inet_aton... yes >checking for inet_pton... yes >checking for setgroups... yes >checking for openpty... yes >checking for forkpty... yes >checking for memmove... yes >checking for fseek64... no >checking for fseeko... yes >checking for fstatvfs... yes >checking for ftell64... no >checking for ftello... yes >checking for statvfs... yes >checking for dup2... yes >checking for getcwd... yes >checking for strdup... yes >checking for getpgrp... yes >checking for setpgrp... (cached) yes >checking for gettimeofday... yes >checking for major... yes >checking for getaddrinfo... yes >checking getaddrinfo bug... good >checking for getnameinfo... yes >checking whether time.h and sys/time.h may both be included... yes >checking whether struct tm is in sys/time.h or time.h... time.h >checking for struct tm.tm_zone... yes >checking for struct stat.st_rdev... yes >checking for struct stat.st_blksize... yes >checking for struct stat.st_flags... yes >checking for struct stat.st_gen... yes >checking for struct stat.st_birthtime... yes >checking for struct stat.st_blocks... yes >checking for time.h that defines altzone... no >checking whether sys/select.h and sys/time.h may both be included... yes >checking for addrinfo... yes >checking for sockaddr_storage... yes >checking whether char is unsigned... no >checking for an ANSI C-conforming const... yes >checking for working volatile... yes >checking for working signed char... yes >checking for prototypes... yes >checking for variable length prototypes and stdarg.h... yes >checking for socketpair... yes >checking if sockaddr has sa_len member... yes >checking whether va_list is an array... yes >checking for gethostbyname_r... no >checking for gethostbyname... yes >checking for __fpu_control... no >checking for __fpu_control in -lieee... no >checking for --with-fpectl... yes >checking for --with-libm=STRING... default LIBM="" >checking for --with-libc=STRING... set LIBC="" >checking whether tanh preserves the sign of zero... yes >checking for acosh... yes >checking for asinh... yes >checking for atanh... yes >checking for copysign... yes >checking for expm1... yes >checking for finite... yes >checking for hypot... yes >checking for isinf... yes >checking for isnan... yes >checking for log1p... yes >checking wchar.h usability... yes >checking wchar.h presence... yes >checking for wchar.h... yes >checking size of wchar_t... 4 >checking for UCS-4 tcl... no >checking whether wchar_t is signed... yes >checking what type to use for unicode... no type found >checking whether byte ordering is bigendian... no >checking whether right shift extends the sign bit... yes >checking for getc_unlocked() and friends... yes >checking how to link readline libs... -lreadline >checking for rl_callback_handler_install in -lreadline... yes >checking for rl_pre_input_hook in -lreadline... yes >checking for rl_completion_display_matches_hook in -lreadline... yes >checking for rl_completion_matches in -lreadline... yes >checking for broken nice()... no >checking for broken poll()... no >checking for struct tm.tm_zone... (cached) yes >checking for working tzset()... yes >checking for tv_nsec in struct stat... no >checking for tv_nsec2 in struct stat... yes >checking whether mvwdelch is an expression... yes >checking whether WINDOW has _flags... yes >checking for is_term_resized... yes >checking for resize_term... yes >checking for resizeterm... yes >checking for /dev/ptmx... yes >checking for /dev/ptc... no >checking for %zd printf() format support... yes >checking for socklen_t... yes >checking for build directories... done >configure: creating ./config.status >config.status: creating Mac/Makefile >config.status: creating Mac/PythonLauncher/Makefile >config.status: creating Mac/IDLE/Makefile >config.status: creating Mac/Resources/framework/Info.plist >config.status: creating Mac/Resources/app/Info.plist >config.status: creating Makefile.pre >config.status: creating Modules/Setup.config >config.status: creating pyconfig.h >creating Modules/Setup >creating Modules/Setup.local >creating Makefile >>>> Source configured. >>>> Compiling source in /opt/gentoo/var/tmp/portage/dev-lang/python-2.6.2-r01.3/work/Python-2.6.2 ... >make >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Modules/python.o ./Modules/python.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/acceler.o Parser/acceler.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/grammar1.o Parser/grammar1.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/listnode.o Parser/listnode.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/node.o Parser/node.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/parser.o Parser/parser.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/parsetok.o Parser/parsetok.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/bitset.o Parser/bitset.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/metagrammar.o Parser/metagrammar.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/firstsets.o Parser/firstsets.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/grammar.o Parser/grammar.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/pgen.o Parser/pgen.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/myreadline.o Parser/myreadline.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/tokenizer.o Parser/tokenizer.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/abstract.o Objects/abstract.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/boolobject.o Objects/boolobject.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/bufferobject.o Objects/bufferobject.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/bytes_methods.o Objects/bytes_methods.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/bytearrayobject.o Objects/bytearrayobject.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/cellobject.o Objects/cellobject.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/classobject.o Objects/classobject.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/cobject.o Objects/cobject.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/codeobject.o Objects/codeobject.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/complexobject.o Objects/complexobject.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/descrobject.o Objects/descrobject.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/enumobject.o Objects/enumobject.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/exceptions.o Objects/exceptions.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/genobject.o Objects/genobject.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/fileobject.o Objects/fileobject.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/floatobject.o Objects/floatobject.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/frameobject.o Objects/frameobject.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/funcobject.o Objects/funcobject.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/intobject.o Objects/intobject.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/iterobject.o Objects/iterobject.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/listobject.o Objects/listobject.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/longobject.o Objects/longobject.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/dictobject.o Objects/dictobject.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/methodobject.o Objects/methodobject.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/moduleobject.o Objects/moduleobject.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/object.o Objects/object.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/obmalloc.o Objects/obmalloc.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/rangeobject.o Objects/rangeobject.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/setobject.o Objects/setobject.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/sliceobject.o Objects/sliceobject.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/stringobject.o Objects/stringobject.c >Objects/stringobject.c: In function 'formatfloat': >Objects/stringobject.c:4341: warning: comparison is always false due to limited range of data type >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/structseq.o Objects/structseq.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/tupleobject.o Objects/tupleobject.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/typeobject.o Objects/typeobject.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/weakrefobject.o Objects/weakrefobject.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/unicodeobject.o Objects/unicodeobject.c >Objects/unicodeobject.c: In function 'formatfloat': >Objects/unicodeobject.c:8233: warning: comparison is always false due to limited range of data type >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/unicodectype.o Objects/unicodectype.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/_warnings.o Python/_warnings.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/Python-ast.o Python/Python-ast.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/asdl.o Python/asdl.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/ast.o Python/ast.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/bltinmodule.o Python/bltinmodule.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/ceval.o Python/ceval.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/mysnprintf.o Python/mysnprintf.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/tokenizer_pgen.o Parser/tokenizer_pgen.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/printgrammar.o Parser/printgrammar.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/pgenmain.o Parser/pgenmain.c >x86_64-apple-darwin10-gcc -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -L. Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/parsetok.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Objects/obmalloc.o Python/mysnprintf.o Parser/tokenizer_pgen.o Parser/printgrammar.o Parser/pgenmain.o -ldl -o Parser/pgen >Parser/pgen ./Grammar/Grammar ./Include/graminit.h ./Python/graminit.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/compile.o Python/compile.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/codecs.o Python/codecs.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/errors.o Python/errors.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/frozen.o Python/frozen.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/frozenmain.o Python/frozenmain.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/future.o Python/future.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/getargs.o Python/getargs.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/getcompiler.o Python/getcompiler.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/getcopyright.o Python/getcopyright.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/getmtime.o Python/getmtime.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -DPLATFORM='"darwin"' -o Python/getplatform.o ./Python/getplatform.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/getversion.o Python/getversion.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/graminit.o Python/graminit.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/import.o Python/import.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -I. -o Python/importdl.o ./Python/importdl.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/marshal.o Python/marshal.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/modsupport.o Python/modsupport.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/mystrtoul.o Python/mystrtoul.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/peephole.o Python/peephole.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/pyarena.o Python/pyarena.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/pyfpe.o Python/pyfpe.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/pymath.o Python/pymath.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/pystate.o Python/pystate.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/pythonrun.o Python/pythonrun.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/structmember.o Python/structmember.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/symtable.o Python/symtable.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/sysmodule.o Python/sysmodule.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/traceback.o Python/traceback.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/getopt.o Python/getopt.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/pystrcmp.o Python/pystrcmp.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/pystrtod.o Python/pystrtod.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/formatter_unicode.o Python/formatter_unicode.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/formatter_string.o Python/formatter_string.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/dynload_shlib.o Python/dynload_shlib.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/mactoolboxglue.o Python/mactoolboxglue.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/thread.o Python/thread.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Modules/config.o Modules/config.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -DPYTHONPATH='":plat-darwin:plat-mac:plat-mac/lib-scriptpackages:lib-tk:lib-old"' \ > -DPREFIX='"/opt/gentoo"' \ > -DEXEC_PREFIX='"/opt/gentoo"' \ > -DVERSION='"2.6"' \ > -DVPATH='""' \ > -o Modules/getpath.o ./Modules/getpath.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Modules/main.o Modules/main.c >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -o Modules/gcmodule.o Modules/gcmodule.c >x86_64-apple-darwin10-gcc -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/threadmodule.c -o Modules/threadmodule.o >x86_64-apple-darwin10-gcc -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/signalmodule.c -o Modules/signalmodule.o >x86_64-apple-darwin10-gcc -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/posixmodule.c -o Modules/posixmodule.o >x86_64-apple-darwin10-gcc -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/errnomodule.c -o Modules/errnomodule.o >x86_64-apple-darwin10-gcc -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/pwdmodule.c -o Modules/pwdmodule.o >x86_64-apple-darwin10-gcc -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/_sre.c -o Modules/_sre.o >x86_64-apple-darwin10-gcc -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/_codecsmodule.c -o Modules/_codecsmodule.o >x86_64-apple-darwin10-gcc -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/zipimport.c -o Modules/zipimport.o >x86_64-apple-darwin10-gcc -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/symtablemodule.c -o Modules/symtablemodule.o >x86_64-apple-darwin10-gcc -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/xxsubtype.c -o Modules/xxsubtype.o >x86_64-apple-darwin10-gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -march=nocona -DWITH_NEXT_FRAMEWORK -I. -IInclude -I./Include -DPy_BUILD_CORE -DSVNVERSION="\"`LC_ALL=C svnversion .`\"" -o Modules/getbuildinfo.o ./Modules/getbuildinfo.c >rm -f libpython2.6.a >ar cr libpython2.6.a Modules/getbuildinfo.o >ar cr libpython2.6.a Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/parsetok.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Parser/myreadline.o Parser/tokenizer.o >ar cr libpython2.6.a Objects/abstract.o Objects/boolobject.o Objects/bufferobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/cellobject.o Objects/classobject.o Objects/cobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/intobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/methodobject.o Objects/moduleobject.o Objects/object.o Objects/obmalloc.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/stringobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/weakrefobject.o Objects/unicodeobject.o Objects/unicodectype.o >ar cr libpython2.6.a Python/_warnings.o Python/Python-ast.o Python/asdl.o Python/ast.o Python/bltinmodule.o Python/ceval.o Python/compile.o Python/codecs.o Python/errors.o Python/frozen.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getmtime.o Python/getplatform.o Python/getversion.o Python/graminit.o Python/import.o Python/importdl.o Python/marshal.o Python/modsupport.o Python/mystrtoul.o Python/mysnprintf.o Python/peephole.o Python/pyarena.o Python/pyfpe.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/formatter_unicode.o Python/formatter_string.o Python/dynload_shlib.o Python/mactoolboxglue.o Python/thread.o >ar cr libpython2.6.a Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.o >ar cr libpython2.6.a Modules/threadmodule.o Modules/signalmodule.o Modules/posixmodule.o Modules/errnomodule.o Modules/pwdmodule.o Modules/_sre.o Modules/_codecsmodule.o Modules/zipimport.o Modules/symtablemodule.o Modules/xxsubtype.o >x86_64-apple-darwin10-ranlib libpython2.6.a >/opt/gentoo/usr/bin/install -c -d -m 755 Python.framework/Versions/2.6 >if test ""; then \ > x86_64-apple-darwin10-gcc -o Python.framework/Versions/2.6/Python -dynamiclib \ > -isysroot "" \ > -all_load libpython2.6.a -Wl,-single_module \ > -install_name /opt/gentoo/usr/lib/Python.framework/Versions/2.6/Python \ > -compatibility_version 2.6 \ > -current_version 2.6; \ > else \ > libtool -o Python.framework/Versions/2.6/Python -dynamic libpython2.6.a \ > -lSystem -lSystemStubs -install_name /opt/gentoo/usr/lib/Python.framework/Versions/2.6/Python -compatibility_version 2.6 -current_version 2.6 ;\ > fi >terminate called after throwing an instance of 'char*' >terminate called recursively >libtool: fatal error in ld >make: *** [Python.framework/Versions/2.6/Python] Error 1 > * ERROR: dev-lang/python-2.6.2-r01.3 failed: > * emake failed > * > * Call stack: > * ebuild.sh: 64: <call src_compile> > * environment:4113: <call _eapi2_src_compile> > * ebuild.sh: 666: emake || die "emake failed" > * > * If you need support, post the topmost build error, and the call stack if relevant. > >>>> Failed to emerge dev-lang/python-2.6.2-r01.3, Log file: > >>>> '/opt/gentoo/var/tmp/portage/dev-lang/python-2.6.2-r01.3/temp/build.log' > > * Messages for package dev-lang/python-2.6.2-r01.3: > * ERROR: dev-lang/python-2.6.2-r01.3 failed: > * emake failed > * > * Call stack: > * ebuild.sh: 64: <call src_compile> > * environment:4113: <call _eapi2_src_compile> > * ebuild.sh: 666: emake || die "emake failed" > * > * If you need support, post the topmost build error, and the call stack if relevant. >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 284939
:
204062
| 204063 |
204064