Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 301657 Details for
Bug 403287
dev-lang/python-2.72-r3 and dev-lang/python-3.2.2 src_test(): deadlock in test_threading when FEATURES=test is enabled
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build log
build.log (text/plain), 137.18 KB, created by
Richard Yao (RETIRED)
on 2012-02-12 14:22:05 UTC
(
hide
)
Description:
build log
Filename:
MIME Type:
Creator:
Richard Yao (RETIRED)
Created:
2012-02-12 14:22:05 UTC
Size:
137.18 KB
patch
obsolete
> * Package: dev-lang/python-3.2.2 > * Repository: gentoo > * Maintainer: python@gentoo.org > * USE: amd64 consolekit elibc_glibc gdbm ipv6 kernel_linux multilib ncurses policykit readline sqlite ssl test threads userland_GNU wide-unicode xml > * FEATURES: ccache sandbox test userpriv usersandbox >>>> Unpacking source... >>>> Unpacking Python-3.2.2.tar.xz to /var/tmp/portage/dev-lang/python-3.2.2/work >>>> Unpacking python-gentoo-patches-3.2.2.tar.bz2 to /var/tmp/portage/dev-lang/python-3.2.2/work >>>> Source unpacked in /var/tmp/portage/dev-lang/python-3.2.2/work >>>> Preparing source in /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 ... > * Applying various patches (bugfixes/updates) ... > * 01_all_static_library_location.patch ... > [ ok ] > * 02_all_disable_modules_and_ssl.patch ... > [ ok ] > * 03_all_add_portage_search_path.patch ... > [ ok ] > * 04_all_libdir.patch ... > [ ok ] > * 05_all_verbose_building_of_extensions.patch ... > [ ok ] > * 06_all_non-zero_exit_status_on_failure.patch ... > [ ok ] > * 21_all_distutils_c++.patch ... > [ ok ] > * 23_all_tests_environment.patch ... > [ ok ] > * 61_all_process_data.patch ... > [ ok ] > * Done with patching > * Running autoconf ... > [ ok ] > * Running autoheader ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 ... > * Disabled modules: _tkinter >./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --with-fpectl --enable-shared --enable-ipv6 --with-threads --with-wide-unicode --infodir=${prefix}/share/info --mandir=${prefix}/share/man --with-computed-gotos --with-dbmliborder=gdbm --with-libc= --enable-loadable-sqlite-extensions --with-system-expat --with-system-ffi >configure: loading site script /usr/share/config.site >configure: loading site script /usr/share/crossdev/include/site/linux >configure: loading site script /usr/share/crossdev/include/site/x86_64-linux-gnu >checking for --enable-universalsdk... no >checking for --with-universal-archs... 32-bit >checking MACHDEP... linux2 >checking machine type as reported by uname -m... x86_64 >checking for --without-gcc... no >checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc >checking whether the C compiler works... yes >checking for C compiler default output file name... a.out >checking for suffix of executables... >checking whether we are cross compiling... no >checking for suffix of object files... o >checking whether we are using the GNU C compiler... yes >checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes >checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed >checking for --with-cxx-main=<compiler>... no >checking for -Wl,--no-as-needed... yes >checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E >checking for grep that handles long lines and -e... /bin/grep >checking for egrep... /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... no >checking LIBRARY... libpython$(VERSION)$(ABIFLAGS).a >checking LINKCC... $(PURIFY) $(MAINCC) >checking for GNU ld... yes >checking for inline... inline >checking for --enable-shared... yes >checking for --enable-profiling... >checking LDLIBRARY... libpython$(LDVERSION).so >checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib >checking for ar... ar >checking for svnversion... found >checking for python... found >checking for a BSD-compatible install... /usr/bin/install -c >checking for --with-pydebug... no >checking whether x86_64-pc-linux-gnu-gcc accepts and needs -fno-strict-aliasing... no >checking whether gcc supports ParseTuple __format__... no >checking whether pthreads are available without options... no >checking whether x86_64-pc-linux-gnu-gcc accepts -Kpthread... no >checking whether x86_64-pc-linux-gnu-gcc accepts -Kthread... no >checking whether x86_64-pc-linux-gnu-gcc accepts -pthread... yes >checking whether x86_64-pc-linux-gnu-g++ also accepts flags for thread support... yes >checking for ANSI C header files... (cached) yes >checking asm/types.h usability... yes >checking asm/types.h presence... yes >checking for asm/types.h... yes >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... yes >checking shadow.h presence... yes >checking for shadow.h... yes >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... yes >checking stropts.h presence... yes >checking for stropts.h... yes >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... yes >checking sys/epoll.h presence... yes >checking for sys/epoll.h... yes >checking sys/event.h usability... no >checking sys/event.h presence... no >checking for sys/event.h... no >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... no >checking sys/lock.h presence... no >checking for sys/lock.h... no >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... yes >checking pty.h presence... yes >checking for pty.h... yes >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... yes >checking netpacket/packet.h presence... yes >checking for netpacket/packet.h... yes >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... yes >checking linux/tipc.h presence... yes >checking for linux/tipc.h... yes >checking spawn.h usability... yes >checking spawn.h presence... yes >checking for spawn.h... yes >checking util.h usability... no >checking util.h presence... no >checking for util.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... yes >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 for size_t... yes >checking for uid_t in sys/types.h... yes >checking for uint32_t... yes >checking for uint64_t... yes >checking for int32_t... yes >checking for int64_t... 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... 16 >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-framework... no >checking for dyld... no >checking LDSHARED... $(CC) -shared >checking CCSHARED... -fPIC >checking LINKFORSHARED... -Xlinker -export-dynamic >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... -lpthread >checking for textdomain in -lintl... no >checking for t_open in -lnsl... no >checking for socket in -lsocket... no >checking for --with-libs... no >checking for x86_64-pc-linux-gnu-pkg-config... no >checking for pkg-config... /usr/bin/pkg-config >checking for --with-system-expat... yes >checking for --with-system-ffi... yes >checking for --enable-loadable-sqlite-extensions... yes >checking for --with-dbmliborder... gdbm >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... yes >checking ipv6 stack type... linux-glibc >checking for OSX 10.5 SDK or later... no >checking for --with-doc-strings... yes >checking for --with-tsc... no >checking for --with-pymalloc... yes >checking for --with-valgrind... no >checking for dlopen... yes >checking DYNLOADFILE... dynload_shlib.o >checking MACHDEP_OBJS... MACHDEP_OBJS >checking for alarm... yes >checking for accept4... yes >checking for setitimer... yes >checking for getitimer... yes >checking for bind_textdomain_codeset... yes >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 getresuid... yes >checking for getresgid... yes >checking for getpwent... yes >checking for getspnam... yes >checking for getspent... yes >checking for getsid... yes >checking for getwd... yes >checking for initgroups... yes >checking for kill... yes >checking for killpg... yes >checking for lchmod... no >checking for lchown... yes >checking for lstat... yes >checking for mbrtowc... yes >checking for mkfifo... yes >checking for mknod... yes >checking for mktime... yes >checking for mremap... yes >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 sem_open... yes >checking for sem_timedwait... yes >checking for sem_getvalue... yes >checking for sem_unlink... 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 setresuid... yes >checking for setresgid... yes >checking for setsid... yes >checking for setpgid... yes >checking for setpgrp... yes >checking for setuid... yes >checking for setvbuf... yes >checking for sigaction... yes >checking for siginterrupt... yes >checking for sigrelse... yes >checking for snprintf... yes >checking for strftime... yes >checking for strlcpy... no >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... yes >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 wcsftime... yes >checking for wcsxfrm... 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... yes >checking for epoll... yes >checking for kqueue... no >checking for ctermid_r... no >checking for flock declaration... yes >checking for flock... yes >checking for getpagesize... yes >checking for true... true >checking for inet_aton in -lc... yes >checking for chflags... no >checking for lchflags... no >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... no >checking for openpty in -lutil... 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... no >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... no >checking for struct stat.st_gen... no >checking for struct stat.st_birthtime... no >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... no >checking whether va_list is an array... yes >checking for gethostbyname_r... yes >checking gethostbyname_r with 6 args... yes >checking for __fpu_control... yes >checking for --with-fpectl... yes >checking for --with-libm=STRING... default LIBM="-lm" >checking for --with-libc=STRING... set LIBC="" >checking whether C doubles are little-endian IEEE 754 binary64... yes >checking whether C doubles are big-endian IEEE 754 binary64... no >checking whether C doubles are ARM mixed-endian IEEE 754 binary64... no >checking whether we can use gcc inline assembler to get and set x87 control word... yes >checking for x87-style double rounding... no >checking for acosh... yes >checking for asinh... yes >checking for atanh... yes >checking for copysign... yes >checking for erf... yes >checking for erfc... yes >checking for expm1... yes >checking for finite... yes >checking for gamma... yes >checking for hypot... yes >checking for lgamma... yes >checking for log1p... yes >checking for round... yes >checking for tgamma... yes >checking whether isinf is declared... yes >checking whether isnan is declared... yes >checking whether isfinite is declared... yes >checking whether tanh preserves the sign of zero... yes >checking whether log1p drops the sign of negative zero... no >checking whether POSIX semaphores are enabled... yes >checking for broken sem_getvalue... no >checking digit size for Python's longs... no value specified >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 str... no type found >checking whether byte ordering is bigendian... no >checking ABIFLAGS... >checking SOABI... cpython-32 >checking LDVERSION... $(VERSION)$(ABIFLAGS) >checking SO... .cpython-32.so >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()... yes >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... yes >checking for tv_nsec2 in struct stat... no >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 %lld and %llu printf() format support... yes >checking for %zd printf() format support... yes >checking for socklen_t... yes >checking for broken mbstowcs... no >checking whether x86_64-pc-linux-gnu-gcc -pthread supports computed gotos... yes >checking for --with-computed-gotos... yes >checking for pipe2... yes >checking for build directories... done >configure: creating ./config.status >config.status: creating Makefile.pre >config.status: creating Modules/Setup.config >config.status: creating Misc/python.pc >config.status: creating Modules/ld_so_aix >config.status: creating pyconfig.h >creating Modules/Setup >creating Modules/Setup.local >creating Makefile >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 ... >make -j5 EPYTHON=python3 CPPFLAGS= CFLAGS= LDFLAGS= >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Modules/python.o ./Modules/python.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/acceler.o Parser/acceler.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/grammar1.o Parser/grammar1.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/listnode.o Parser/listnode.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/node.o Parser/node.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/parser.o Parser/parser.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/parsetok.o Parser/parsetok.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/bitset.o Parser/bitset.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/metagrammar.o Parser/metagrammar.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/firstsets.o Parser/firstsets.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/grammar.o Parser/grammar.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/pgen.o Parser/pgen.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/myreadline.o Parser/myreadline.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/tokenizer.o Parser/tokenizer.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/abstract.o Objects/abstract.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/boolobject.o Objects/boolobject.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/bytes_methods.o Objects/bytes_methods.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/bytearrayobject.o Objects/bytearrayobject.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/bytesobject.o Objects/bytesobject.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/cellobject.o Objects/cellobject.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/classobject.o Objects/classobject.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/codeobject.o Objects/codeobject.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/complexobject.o Objects/complexobject.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/descrobject.o Objects/descrobject.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/enumobject.o Objects/enumobject.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/exceptions.o Objects/exceptions.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/genobject.o Objects/genobject.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/fileobject.o Objects/fileobject.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/floatobject.o Objects/floatobject.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/frameobject.o Objects/frameobject.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/funcobject.o Objects/funcobject.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/iterobject.o Objects/iterobject.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/listobject.o Objects/listobject.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/longobject.o Objects/longobject.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/dictobject.o Objects/dictobject.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/memoryobject.o Objects/memoryobject.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/methodobject.o Objects/methodobject.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/moduleobject.o Objects/moduleobject.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/object.o Objects/object.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/obmalloc.o Objects/obmalloc.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/capsule.o Objects/capsule.c >Objects/object.c: In function 'PyObject_Print': >Objects/object.c:295:23: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result >Objects/object.c:306:27: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/rangeobject.o Objects/rangeobject.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/setobject.o Objects/setobject.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/sliceobject.o Objects/sliceobject.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/structseq.o Objects/structseq.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/tupleobject.o Objects/tupleobject.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/typeobject.o Objects/typeobject.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/unicodeobject.o Objects/unicodeobject.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/unicodectype.o Objects/unicodectype.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/weakrefobject.o Objects/weakrefobject.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/_warnings.o Python/_warnings.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/Python-ast.o Python/Python-ast.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/asdl.o Python/asdl.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/dynamic_annotations.o Python/dynamic_annotations.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/mysnprintf.o Python/mysnprintf.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/pyctype.o Python/pyctype.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/tokenizer_pgen.o Parser/tokenizer_pgen.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/printgrammar.o Parser/printgrammar.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/pgenmain.o Parser/pgenmain.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/bltinmodule.o Python/bltinmodule.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/ceval.o Python/ceval.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/codecs.o Python/codecs.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/errors.o Python/errors.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/frozen.o Python/frozen.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/frozenmain.o Python/frozenmain.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/future.o Python/future.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/getargs.o Python/getargs.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/getcompiler.o Python/getcompiler.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/getcopyright.o Python/getcopyright.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -DPLATFORM='"linux2"' -o Python/getplatform.o ./Python/getplatform.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/getversion.o Python/getversion.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/import.o Python/import.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -I. -o Python/importdl.o ./Python/importdl.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/marshal.o Python/marshal.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/modsupport.o Python/modsupport.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/mystrtoul.o Python/mystrtoul.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/peephole.o Python/peephole.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/pyarena.o Python/pyarena.c >Python/marshal.c: In function 'w_string': >Python/marshal.c:98:15: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/pyfpe.o Python/pyfpe.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/pymath.o Python/pymath.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/pystate.o Python/pystate.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/pythonrun.o Python/pythonrun.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/pytime.o Python/pytime.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/structmember.o Python/structmember.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE \ > -DABIFLAGS='""' \ > -o Python/sysmodule.o ./Python/sysmodule.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/traceback.o Python/traceback.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/getopt.o Python/getopt.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/pystrcmp.o Python/pystrcmp.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/pystrtod.o Python/pystrtod.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/dtoa.o Python/dtoa.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/formatter_unicode.o Python/formatter_unicode.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/fileutils.o Python/fileutils.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE \ > -DSOABI='"cpython-32"' \ > -o Python/dynload_shlib.o ./Python/dynload_shlib.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/thread.o Python/thread.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Modules/config.o Modules/config.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -DPYTHONPATH='":plat-linux2"' \ > -DPREFIX='"/usr"' \ > -DEXEC_PREFIX='"/usr"' \ > -DVERSION='"3.2"' \ > -DVPATH='""' \ > -o Modules/getpath.o ./Modules/getpath.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Modules/main.o Modules/main.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Modules/gcmodule.o Modules/gcmodule.c >x86_64-pc-linux-gnu-gcc -pthread -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/_threadmodule.c -o Modules/_threadmodule.o >x86_64-pc-linux-gnu-gcc -pthread -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/signalmodule.c -o Modules/signalmodule.o >x86_64-pc-linux-gnu-gcc -pthread -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/posixmodule.c -o Modules/posixmodule.o >x86_64-pc-linux-gnu-gcc -pthread -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/errnomodule.c -o Modules/errnomodule.o >x86_64-pc-linux-gnu-gcc -pthread -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/pwdmodule.c -o Modules/pwdmodule.o >./Modules/signalmodule.c: In function 'trip_signal': >./Modules/signalmodule.c:179:14: warning: ignoring return value of 'write', declared with attribute warn_unused_result >x86_64-pc-linux-gnu-gcc -pthread -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/_sre.c -o Modules/_sre.o >x86_64-pc-linux-gnu-gcc -pthread -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/_codecsmodule.c -o Modules/_codecsmodule.o >x86_64-pc-linux-gnu-gcc -pthread -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/_weakref.c -o Modules/_weakref.o >x86_64-pc-linux-gnu-gcc -pthread -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/_functoolsmodule.c -o Modules/_functoolsmodule.o >x86_64-pc-linux-gnu-gcc -pthread -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/operator.c -o Modules/operator.o >x86_64-pc-linux-gnu-gcc -pthread -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/_collectionsmodule.c -o Modules/_collectionsmodule.o >x86_64-pc-linux-gnu-gcc -pthread -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/itertoolsmodule.c -o Modules/itertoolsmodule.o >x86_64-pc-linux-gnu-gcc -pthread -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/_localemodule.c -o Modules/_localemodule.o >x86_64-pc-linux-gnu-gcc -pthread -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -I./Modules/_io -c ./Modules/_io/_iomodule.c -o Modules/_iomodule.o >x86_64-pc-linux-gnu-gcc -pthread -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -I./Modules/_io -c ./Modules/_io/iobase.c -o Modules/iobase.o >x86_64-pc-linux-gnu-gcc -pthread -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -I./Modules/_io -c ./Modules/_io/fileio.c -o Modules/fileio.o >x86_64-pc-linux-gnu-gcc -pthread -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -I./Modules/_io -c ./Modules/_io/bytesio.c -o Modules/bytesio.o >x86_64-pc-linux-gnu-gcc -pthread -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -I./Modules/_io -c ./Modules/_io/bufferedio.c -o Modules/bufferedio.o >x86_64-pc-linux-gnu-gcc -pthread -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -I./Modules/_io -c ./Modules/_io/textio.c -o Modules/textio.o >x86_64-pc-linux-gnu-gcc -pthread -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -I./Modules/_io -c ./Modules/_io/stringio.c -o Modules/stringio.o >x86_64-pc-linux-gnu-gcc -pthread -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/zipimport.c -o Modules/zipimport.o >x86_64-pc-linux-gnu-gcc -pthread -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/symtablemodule.c -o Modules/symtablemodule.o >x86_64-pc-linux-gnu-gcc -pthread -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/xxsubtype.c -o Modules/xxsubtype.o >/usr/bin/install -c -m 644 ./Tools/gdb/libpython.py python-gdb.py >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Modules/_testembed.o Modules/_testembed.c >x86_64-pc-linux-gnu-gcc -pthread -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -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/dynamic_annotations.o Python/mysnprintf.o Python/pyctype.o Parser/tokenizer_pgen.o Parser/printgrammar.o Parser/pgenmain.o -lpthread -ldl -lutil -o Parser/pgen >Parser/pgen ./Grammar/Grammar ./Include/graminit.h ./Python/graminit.c >touch Parser/pgen.stamp >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/ast.o Python/ast.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/compile.o Python/compile.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/graminit.o Python/graminit.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/symtable.o Python/symtable.c >x86_64-pc-linux-gnu-gcc -pthread -c -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE \ > -DSVNVERSION="\"`LC_ALL=C svnversion .`\"" \ > -DHGVERSION="\"`LC_ALL=C `\"" \ > -DHGTAG="\"`LC_ALL=C `\"" \ > -DHGBRANCH="\"`LC_ALL=C `\"" \ > -o Modules/getbuildinfo.o ./Modules/getbuildinfo.c >rm -f libpython3.2.a >if test libpython3.2.so.1.0 != libpython3.2.so; then \ > x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -Wl,-hlibpython3.2.so.1.0 -o libpython3.2.so.1.0 Modules/getbuildinfo.o Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/parsetok.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/cellobject.o Objects/classobject.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/capsule.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 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/dynamic_annotations.o Python/errors.o Python/frozen.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.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/pyctype.o Python/pyfpe.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/dtoa.o Python/formatter_unicode.o Python/fileutils.o Python/dynload_shlib.o Python/thread.o Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.o Modules/_threadmodule.o Modules/signalmodule.o Modules/posixmodule.o Modules/errnomodule.o Modules/pwdmodule.o Modules/_sre.o Modules/_codecsmodule.o Modules/_weakref.o Modules/_functoolsmodule.o Modules/operator.o Modules/_collectionsmodule.o Modules/itertoolsmodule.o Modules/_localemodule.o Modules/_iomodule.o Modules/iobase.o Modules/fileio.o Modules/bytesio.o Modules/bufferedio.o Modules/textio.o Modules/stringio.o Modules/zipimport.o Modules/symtablemodule.o Modules/xxsubtype.o -lpthread -ldl -lutil -lm ; \ > ln -f libpython3.2.so.1.0 libpython3.2.so; \ >else \ > x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -o libpython3.2.so Modules/getbuildinfo.o Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/parsetok.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/cellobject.o Objects/classobject.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/capsule.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 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/dynamic_annotations.o Python/errors.o Python/frozen.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.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/pyctype.o Python/pyfpe.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/dtoa.o Python/formatter_unicode.o Python/fileutils.o Python/dynload_shlib.o Python/thread.o Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.o Modules/_threadmodule.o Modules/signalmodule.o Modules/posixmodule.o Modules/errnomodule.o Modules/pwdmodule.o Modules/_sre.o Modules/_codecsmodule.o Modules/_weakref.o Modules/_functoolsmodule.o Modules/operator.o Modules/_collectionsmodule.o Modules/itertoolsmodule.o Modules/_localemodule.o Modules/_iomodule.o Modules/iobase.o Modules/fileio.o Modules/bytesio.o Modules/bufferedio.o Modules/textio.o Modules/stringio.o Modules/zipimport.o Modules/symtablemodule.o Modules/xxsubtype.o -lpthread -ldl -lutil -lm ; \ >fi >ar rc libpython3.2.a Modules/getbuildinfo.o >ar rc libpython3.2.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 rc libpython3.2.a Objects/abstract.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/cellobject.o Objects/classobject.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/capsule.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 >ar rc libpython3.2.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/dynamic_annotations.o Python/errors.o Python/frozen.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.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/pyctype.o Python/pyfpe.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/dtoa.o Python/formatter_unicode.o Python/fileutils.o Python/dynload_shlib.o Python/thread.o >ar rc libpython3.2.a Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.o >ar rc libpython3.2.a Modules/_threadmodule.o Modules/signalmodule.o Modules/posixmodule.o Modules/errnomodule.o Modules/pwdmodule.o Modules/_sre.o Modules/_codecsmodule.o Modules/_weakref.o Modules/_functoolsmodule.o Modules/operator.o Modules/_collectionsmodule.o Modules/itertoolsmodule.o Modules/_localemodule.o Modules/_iomodule.o Modules/iobase.o Modules/fileio.o Modules/bytesio.o Modules/bufferedio.o Modules/textio.o Modules/stringio.o Modules/zipimport.o Modules/symtablemodule.o Modules/xxsubtype.o >x86_64-pc-linux-gnu-ranlib libpython3.2.a >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -Wl,--no-as-needed -o libpython3.so -Wl,-hlibpython3.so libpython3.2.so >x86_64-pc-linux-gnu-gcc -pthread -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -Xlinker -export-dynamic -o python Modules/python.o -L. -lpython3.2 -lpthread -ldl -lutil -lm >x86_64-pc-linux-gnu-gcc -pthread -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -Xlinker -export-dynamic -o Modules/_testembed Modules/_testembed.o -L. -lpython3.2 -lpthread -ldl -lutil -lm >running build >running build_ext >building dbm using gdbm >INFO: Can't locate Tcl/Tk libs and/or headers >building '_struct' extension >creating build/temp.linux-x86_64-3.2/var >creating build/temp.linux-x86_64-3.2/var/tmp >creating build/temp.linux-x86_64-3.2/var/tmp/portage >creating build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang >creating build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2 >creating build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work >creating build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 >creating build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_struct.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_struct.o >creating build/lib.linux-x86_64-3.2 >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_struct.o -L. -L/usr/local/lib -lpython3.2 -o build/lib.linux-x86_64-3.2/_struct.cpython-32.so >building '_ctypes_test' extension >creating build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_ctypes >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_ctypes/_ctypes_test.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_ctypes/_ctypes_test.o >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_ctypes/_ctypes_test.o -L. -L/usr/local/lib -lpython3.2 -o build/lib.linux-x86_64-3.2/_ctypes_test.cpython-32.so >building 'array' extension >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/arraymodule.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/arraymodule.o >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/arraymodule.o -L. -L/usr/local/lib -lpython3.2 -o build/lib.linux-x86_64-3.2/array.cpython-32.so >building 'cmath' extension >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/cmathmodule.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/cmathmodule.o >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_math.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_math.o >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/cmathmodule.o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_math.o -L. -L/usr/local/lib -lm -lpython3.2 -o build/lib.linux-x86_64-3.2/cmath.cpython-32.so >building 'math' extension >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/mathmodule.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/mathmodule.o >/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/mathmodule.c: In function 'math_fsum': >/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/mathmodule.c:1120:5: warning: passing argument 1 of 'PyFPE_dummy' discards qualifiers from pointer target type >Include/pyfpe.h:134:15: note: expected 'void *' but argument is of type 'volatile double *' >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_math.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_math.o >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/mathmodule.o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_math.o -L. -L/usr/local/lib -lm -lpython3.2 -o build/lib.linux-x86_64-3.2/math.cpython-32.so >building 'time' extension >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/timemodule.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/timemodule.o >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_time.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_time.o >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/timemodule.o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_time.o -L. -L/usr/local/lib -lm -lpython3.2 -o build/lib.linux-x86_64-3.2/time.cpython-32.so >building '_datetime' extension >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_datetimemodule.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_datetimemodule.o >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_time.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_time.o >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_datetimemodule.o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_time.o -L. -L/usr/local/lib -lm -lpython3.2 -o build/lib.linux-x86_64-3.2/_datetime.cpython-32.so >building '_random' extension >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_randommodule.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_randommodule.o >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_randommodule.o -L. -L/usr/local/lib -lpython3.2 -o build/lib.linux-x86_64-3.2/_random.cpython-32.so >building '_bisect' extension >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_bisectmodule.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_bisectmodule.o >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_bisectmodule.o -L. -L/usr/local/lib -lpython3.2 -o build/lib.linux-x86_64-3.2/_bisect.cpython-32.so >building '_heapq' extension >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_heapqmodule.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_heapqmodule.o >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_heapqmodule.o -L. -L/usr/local/lib -lpython3.2 -o build/lib.linux-x86_64-3.2/_heapq.cpython-32.so >building '_pickle' extension >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_pickle.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_pickle.o >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_pickle.o -L. -L/usr/local/lib -lpython3.2 -o build/lib.linux-x86_64-3.2/_pickle.cpython-32.so >building 'atexit' extension >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/atexitmodule.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/atexitmodule.o >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/atexitmodule.o -L. -L/usr/local/lib -lpython3.2 -o build/lib.linux-x86_64-3.2/atexit.cpython-32.so >building '_json' extension >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_json.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_json.o >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_json.o -L. -L/usr/local/lib -lpython3.2 -o build/lib.linux-x86_64-3.2/_json.cpython-32.so >building '_testcapi' extension >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_testcapimodule.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_testcapimodule.o >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_testcapimodule.o -L. -L/usr/local/lib -lpython3.2 -o build/lib.linux-x86_64-3.2/_testcapi.cpython-32.so >building '_lsprof' extension >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_lsprof.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_lsprof.o >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/rotatingtree.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/rotatingtree.o >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_lsprof.o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/rotatingtree.o -L. -L/usr/local/lib -lpython3.2 -o build/lib.linux-x86_64-3.2/_lsprof.cpython-32.so >building 'unicodedata' extension >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/unicodedata.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/unicodedata.o >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/unicodedata.o -L. -L/usr/local/lib -lpython3.2 -o build/lib.linux-x86_64-3.2/unicodedata.cpython-32.so >building 'fcntl' extension >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/fcntlmodule.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/fcntlmodule.o >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/fcntlmodule.o -L. -L/usr/local/lib -lpython3.2 -o build/lib.linux-x86_64-3.2/fcntl.cpython-32.so >building 'grp' extension >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/grpmodule.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/grpmodule.o >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/grpmodule.o -L. -L/usr/local/lib -lpython3.2 -o build/lib.linux-x86_64-3.2/grp.cpython-32.so >building 'spwd' extension >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/spwdmodule.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/spwdmodule.o >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/spwdmodule.o -L. -L/usr/local/lib -lpython3.2 -o build/lib.linux-x86_64-3.2/spwd.cpython-32.so >building 'select' extension >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/selectmodule.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/selectmodule.o >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/selectmodule.o -L. -L/usr/local/lib -lpython3.2 -o build/lib.linux-x86_64-3.2/select.cpython-32.so >building 'parser' extension >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/parsermodule.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/parsermodule.o >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/parsermodule.o -L. -L/usr/local/lib -lpython3.2 -o build/lib.linux-x86_64-3.2/parser.cpython-32.so >building 'mmap' extension >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/mmapmodule.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/mmapmodule.o >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/mmapmodule.o -L. -L/usr/local/lib -lpython3.2 -o build/lib.linux-x86_64-3.2/mmap.cpython-32.so >building 'syslog' extension >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/syslogmodule.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/syslogmodule.o >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/syslogmodule.o -L. -L/usr/local/lib -lpython3.2 -o build/lib.linux-x86_64-3.2/syslog.cpython-32.so >building 'audioop' extension >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/audioop.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/audioop.o >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/audioop.o -L. -L/usr/local/lib -lpython3.2 -o build/lib.linux-x86_64-3.2/audioop.cpython-32.so >building 'readline' extension >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/readline.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/readline.o >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/readline.o -L/usr/lib64/termcap -L. -L/usr/local/lib -lreadline -lncursesw -lpython3.2 -o build/lib.linux-x86_64-3.2/readline.cpython-32.so >building 'crypt' extension >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/cryptmodule.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/cryptmodule.o >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/cryptmodule.o -L. -L/usr/local/lib -lcrypt -lpython3.2 -o build/lib.linux-x86_64-3.2/crypt.cpython-32.so >building '_csv' extension >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_csv.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_csv.o >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_csv.o -L. -L/usr/local/lib -lpython3.2 -o build/lib.linux-x86_64-3.2/_csv.cpython-32.so >building '_posixsubprocess' extension >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_posixsubprocess.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_posixsubprocess.o >/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_posixsubprocess.c:4:0: warning: "_GNU_SOURCE" redefined >./pyconfig.h:1151:0: note: this is the location of the previous definition >/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_posixsubprocess.c: In function 'child_exec': >/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_posixsubprocess.c:194:14: warning: ignoring return value of 'write', declared with attribute warn_unused_result >/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_posixsubprocess.c:200:14: warning: ignoring return value of 'write', declared with attribute warn_unused_result >/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_posixsubprocess.c:201:14: warning: ignoring return value of 'write', declared with attribute warn_unused_result >/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_posixsubprocess.c:205:14: warning: ignoring return value of 'write', declared with attribute warn_unused_result >/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_posixsubprocess.c:206:14: warning: ignoring return value of 'write', declared with attribute warn_unused_result >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_posixsubprocess.o -L. -L/usr/local/lib -lpython3.2 -o build/lib.linux-x86_64-3.2/_posixsubprocess.cpython-32.so >building '_socket' extension >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/socketmodule.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/socketmodule.o >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/socketmodule.o -L. -L/usr/local/lib -lpython3.2 -o build/lib.linux-x86_64-3.2/_socket.cpython-32.so >building '_ssl' extension >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_ssl.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_ssl.o >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_ssl.o -L. -L/usr/local/lib -lssl -lcrypto -lpython3.2 -o build/lib.linux-x86_64-3.2/_ssl.cpython-32.so >building '_hashlib' extension >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_hashopenssl.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_hashopenssl.o >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_hashopenssl.o -L. -L/usr/local/lib -lssl -lcrypto -lpython3.2 -o build/lib.linux-x86_64-3.2/_hashlib.cpython-32.so >building '_sha256' extension >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/sha256module.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/sha256module.o >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/sha256module.o -L. -L/usr/local/lib -lpython3.2 -o build/lib.linux-x86_64-3.2/_sha256.cpython-32.so >building '_sha512' extension >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/sha512module.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/sha512module.o >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/sha512module.o -L. -L/usr/local/lib -lpython3.2 -o build/lib.linux-x86_64-3.2/_sha512.cpython-32.so >building '_md5' extension >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/md5module.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/md5module.o >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/md5module.o -L. -L/usr/local/lib -lpython3.2 -o build/lib.linux-x86_64-3.2/_md5.cpython-32.so >building '_sha1' extension >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/sha1module.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/sha1module.o >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/sha1module.o -L. -L/usr/local/lib -lpython3.2 -o build/lib.linux-x86_64-3.2/_sha1.cpython-32.so >building '_sqlite3' extension >creating build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_sqlite >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_sqlite/cache.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_sqlite/cache.o >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_sqlite/connection.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_sqlite/connection.o >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_sqlite/cursor.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_sqlite/cursor.o >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_sqlite/microprotocols.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_sqlite/microprotocols.o >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_sqlite/module.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_sqlite/module.o >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_sqlite/prepare_protocol.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_sqlite/prepare_protocol.o >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_sqlite/row.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_sqlite/row.o >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_sqlite/statement.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_sqlite/statement.o >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_sqlite/util.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_sqlite/util.o >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_sqlite/cache.o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_sqlite/connection.o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_sqlite/cursor.o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_sqlite/microprotocols.o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_sqlite/module.o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_sqlite/prepare_protocol.o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_sqlite/row.o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_sqlite/statement.o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_sqlite/util.o -L/usr/lib64 -L. -L/usr/local/lib -Wl,--enable-new-dtags,-R/usr/lib64 -lsqlite3 -lpython3.2 -o build/lib.linux-x86_64-3.2/_sqlite3.cpython-32.so >building '_dbm' extension >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DHAVE_GDBM_NDBM_H -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_dbmmodule.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_dbmmodule.o >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_dbmmodule.o -L. -L/usr/local/lib -lgdbm -lgdbm_compat -lpython3.2 -o build/lib.linux-x86_64-3.2/_dbm.cpython-32.so >building '_gdbm' extension >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_gdbmmodule.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_gdbmmodule.o >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_gdbmmodule.o -L. -L/usr/local/lib -lgdbm -lpython3.2 -o build/lib.linux-x86_64-3.2/_gdbm.cpython-32.so >building 'termios' extension >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/termios.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/termios.o >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/termios.o -L. -L/usr/local/lib -lpython3.2 -o build/lib.linux-x86_64-3.2/termios.cpython-32.so >building 'resource' extension >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/resource.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/resource.o >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/resource.o -L. -L/usr/local/lib -lpython3.2 -o build/lib.linux-x86_64-3.2/resource.cpython-32.so >building 'nis' extension >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/nismodule.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/nismodule.o >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/nismodule.o -L. -L/usr/local/lib -lnsl -lpython3.2 -o build/lib.linux-x86_64-3.2/nis.cpython-32.so >building '_curses' extension >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_cursesmodule.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_cursesmodule.o >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_cursesmodule.o -L. -L/usr/local/lib -lncursesw -lpython3.2 -o build/lib.linux-x86_64-3.2/_curses.cpython-32.so >building '_curses_panel' extension >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_curses_panel.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_curses_panel.o >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_curses_panel.o -L. -L/usr/local/lib -lpanelw -lncursesw -lpython3.2 -o build/lib.linux-x86_64-3.2/_curses_panel.cpython-32.so >building 'zlib' extension >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/zlibmodule.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/zlibmodule.o >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/zlibmodule.o -L. -L/usr/local/lib -lz -lpython3.2 -o build/lib.linux-x86_64-3.2/zlib.cpython-32.so >building 'binascii' extension >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/binascii.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/binascii.o -DUSE_ZLIB_CRC32 >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/binascii.o -L. -L/usr/local/lib -lz -lpython3.2 -o build/lib.linux-x86_64-3.2/binascii.cpython-32.so >building 'bz2' extension >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/bz2module.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/bz2module.o >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/bz2module.o -L. -L/usr/local/lib -lbz2 -lpython3.2 -o build/lib.linux-x86_64-3.2/bz2.cpython-32.so >building 'pyexpat' extension >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/pyexpat.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/pyexpat.o >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/pyexpat.o -L. -L/usr/local/lib -lexpat -lpython3.2 -o build/lib.linux-x86_64-3.2/pyexpat.cpython-32.so >building '_elementtree' extension >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DUSE_PYEXPAT_CAPI -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_elementtree.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_elementtree.o >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_elementtree.o -L. -L/usr/local/lib -lexpat -lpython3.2 -o build/lib.linux-x86_64-3.2/_elementtree.cpython-32.so >building '_multibytecodec' extension >creating build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/cjkcodecs >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/cjkcodecs/multibytecodec.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/cjkcodecs/multibytecodec.o >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/cjkcodecs/multibytecodec.o -L. -L/usr/local/lib -lpython3.2 -o build/lib.linux-x86_64-3.2/_multibytecodec.cpython-32.so >building '_codecs_kr' extension >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/cjkcodecs/_codecs_kr.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/cjkcodecs/_codecs_kr.o >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/cjkcodecs/_codecs_kr.o -L. -L/usr/local/lib -lpython3.2 -o build/lib.linux-x86_64-3.2/_codecs_kr.cpython-32.so >building '_codecs_jp' extension >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/cjkcodecs/_codecs_jp.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/cjkcodecs/_codecs_jp.o >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/cjkcodecs/_codecs_jp.o -L. -L/usr/local/lib -lpython3.2 -o build/lib.linux-x86_64-3.2/_codecs_jp.cpython-32.so >building '_codecs_cn' extension >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/cjkcodecs/_codecs_cn.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/cjkcodecs/_codecs_cn.o >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/cjkcodecs/_codecs_cn.o -L. -L/usr/local/lib -lpython3.2 -o build/lib.linux-x86_64-3.2/_codecs_cn.cpython-32.so >building '_codecs_tw' extension >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/cjkcodecs/_codecs_tw.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/cjkcodecs/_codecs_tw.o >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/cjkcodecs/_codecs_tw.o -L. -L/usr/local/lib -lpython3.2 -o build/lib.linux-x86_64-3.2/_codecs_tw.cpython-32.so >building '_codecs_hk' extension >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/cjkcodecs/_codecs_hk.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/cjkcodecs/_codecs_hk.o >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/cjkcodecs/_codecs_hk.o -L. -L/usr/local/lib -lpython3.2 -o build/lib.linux-x86_64-3.2/_codecs_hk.cpython-32.so >building '_codecs_iso2022' extension >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/cjkcodecs/_codecs_iso2022.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/cjkcodecs/_codecs_iso2022.o >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/cjkcodecs/_codecs_iso2022.o -L. -L/usr/local/lib -lpython3.2 -o build/lib.linux-x86_64-3.2/_codecs_iso2022.cpython-32.so >building '_multiprocessing' extension >creating build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_multiprocessing >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IModules/_multiprocessing -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_multiprocessing/multiprocessing.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_multiprocessing/multiprocessing.o >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IModules/_multiprocessing -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_multiprocessing/socket_connection.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_multiprocessing/socket_connection.o >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IModules/_multiprocessing -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_multiprocessing/semaphore.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_multiprocessing/semaphore.o >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_multiprocessing/multiprocessing.o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_multiprocessing/socket_connection.o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_multiprocessing/semaphore.o -L. -L/usr/local/lib -lpython3.2 -o build/lib.linux-x86_64-3.2/_multiprocessing.cpython-32.so >building 'ossaudiodev' extension >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/ossaudiodev.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/ossaudiodev.o >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/ossaudiodev.o -L. -L/usr/local/lib -lpython3.2 -o build/lib.linux-x86_64-3.2/ossaudiodev.cpython-32.so >building '_ctypes' extension >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I/usr/lib64/libffi-3.0.10/include -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_ctypes/_ctypes.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_ctypes/_ctypes.o >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I/usr/lib64/libffi-3.0.10/include -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_ctypes/callbacks.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_ctypes/callbacks.o >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I/usr/lib64/libffi-3.0.10/include -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_ctypes/callproc.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_ctypes/callproc.o >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I/usr/lib64/libffi-3.0.10/include -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_ctypes/stgdict.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_ctypes/stgdict.o >x86_64-pc-linux-gnu-gcc -pthread -fPIC -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv -I/usr/lib64/libffi-3.0.10/include -IInclude -I. -I./Include -I/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2 -c /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_ctypes/cfield.c -o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_ctypes/cfield.o >x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -L. -DNDEBUG -march=core2 -mtune=core2 -mcx16 -msahf -msse4.1 -O2 -pipe -fwrapv build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_ctypes/_ctypes.o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_ctypes/callbacks.o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_ctypes/callproc.o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_ctypes/stgdict.o build/temp.linux-x86_64-3.2/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Modules/_ctypes/cfield.o -L. -L/usr/local/lib -lffi -lpython3.2 -o build/lib.linux-x86_64-3.2/_ctypes.cpython-32.so > >Python build finished, but the necessary bits to build these modules were not found: >_tkinter >To find the necessary bits, look in setup.py in detect_modules() for the module's name. > >running build_scripts >creating build/scripts-3.2 >copying and adjusting /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Tools/scripts/pydoc3 -> build/scripts-3.2 >copying and adjusting /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Tools/scripts/idle3 -> build/scripts-3.2 >copying and adjusting /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Tools/scripts/2to3 -> build/scripts-3.2 >changing mode of build/scripts-3.2/pydoc3 from 644 to 755 >changing mode of build/scripts-3.2/idle3 from 644 to 755 >changing mode of build/scripts-3.2/2to3 from 644 to 755 >renaming build/scripts-3.2/pydoc3 to build/scripts-3.2/pydoc3.2 >renaming build/scripts-3.2/idle3 to build/scripts-3.2/idle3.2 >renaming build/scripts-3.2/2to3 to build/scripts-3.2/2to3-3.2 >>>> Source compiled. >make -j5 test EXTRATESTOPTS=-w CPPFLAGS= CFLAGS= LDFLAGS= >LD_LIBRARY_PATH=/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2: ./python -E -c 'import sys ; from sysconfig import get_platform ; print(get_platform()+"-"+sys.version[0:3])' >platform >running build >running build_ext >building dbm using gdbm >INFO: Can't locate Tcl/Tk libs and/or headers > >Python build finished, but the necessary bits to build these modules were not found: >_tkinter >To find the necessary bits, look in setup.py in detect_modules() for the module's name. > >running build_scripts >copying and adjusting /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Tools/scripts/pydoc3 -> build/scripts-3.2 >copying and adjusting /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Tools/scripts/idle3 -> build/scripts-3.2 >copying and adjusting /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Tools/scripts/2to3 -> build/scripts-3.2 >changing mode of build/scripts-3.2/pydoc3 from 644 to 755 >changing mode of build/scripts-3.2/idle3 from 644 to 755 >changing mode of build/scripts-3.2/2to3 from 644 to 755 >renaming build/scripts-3.2/pydoc3 to build/scripts-3.2/pydoc3.2 >renaming build/scripts-3.2/idle3 to build/scripts-3.2/idle3.2 >renaming build/scripts-3.2/2to3 to build/scripts-3.2/2to3-3.2 >find ./Lib -name '*.py[co]' -print | xargs rm -f >_PYTHONNOSITEPACKAGES=1 LD_LIBRARY_PATH=/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2: ./python -Wd -E -bb ./Lib/test/regrtest.py -l -w >== CPython 3.2.2 (default, Feb 12 2012, 05:13:18) [GCC 4.5.3] >== Linux-3.2.5-x86_64-Intel-R-_Core-TM-2_Quad_CPU_Q9550_@_2.83GHz-with-gentoo-2.1 little-endian >== /var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/build/test_python_20500 >Testing with flags: sys.flags(debug=0, division_warning=0, inspect=0, interactive=0, optimize=0, dont_write_bytecode=0, no_user_site=0, no_site=0, ignore_environment=1, verbose=0, bytes_warning=2, quiet=0) >[ 1/350] test_grammar >[ 2/350] test_opcodes >[ 3/350] test_dict >[ 4/350] test_builtin >[ 5/350] test_exceptions >[ 6/350] test_types >[ 7/350] test_unittest >[ 8/350] test_doctest >[ 9/350] test_doctest2 >[ 10/350] test___all__ >[ 11/350] test___future__ >[ 12/350] test__locale >[ 13/350] test_abc >[ 14/350] test_abstract_numbers >[ 15/350] test_aifc >[ 16/350] test_argparse >[ 17/350] test_array >[ 18/350] test_ast >[ 19/350] test_asynchat >[ 20/350] test_asyncore >[ 21/350] test_atexit >[ 22/350] test_audioop >[ 23/350] test_augassign >[ 24/350] test_base64 >[ 25/350] test_bigaddrspace >[ 26/350] test_bigmem >[ 27/350] test_binascii >[ 28/350] test_binhex >[ 29/350] test_binop >[ 30/350] test_bisect >[ 31/350] test_bool >[ 32/350] test_bufio >[ 33/350] test_bytes >[ 34/350] test_bz2 >[ 35/350] test_calendar >[ 36/350] test_call >[ 37/350] test_capi >[ 38/350] test_cfgparser >[ 39/350] test_cgi >[ 40/350] test_charmapcodec >[ 41/350] test_class >[ 42/350] test_cmath >[ 43/350] test_cmd >[ 44/350] test_cmd_line >[ 45/350] test_cmd_line_script >[ 46/350] test_code >[ 47/350] test_codeccallbacks >[ 48/350] test_codecencodings_cn >[ 49/350] test_codecencodings_hk >[ 50/350] test_codecencodings_iso2022 >[ 51/350] test_codecencodings_jp >[ 52/350] test_codecencodings_kr >[ 53/350] test_codecencodings_tw >[ 54/350] test_codecmaps_cn >test_codecmaps_cn skipped -- Use of the `urlfetch' resource not enabled >[ 55/350] test_codecmaps_hk >test_codecmaps_hk skipped -- Use of the `urlfetch' resource not enabled >[ 56/350] test_codecmaps_jp >test_codecmaps_jp skipped -- Use of the `urlfetch' resource not enabled >[ 57/350] test_codecmaps_kr >test_codecmaps_kr skipped -- Use of the `urlfetch' resource not enabled >[ 58/350] test_codecmaps_tw >test_codecmaps_tw skipped -- Use of the `urlfetch' resource not enabled >[ 59/350] test_codecs >[ 60/350] test_codeop >[ 61/350] test_coding >[ 62/350] test_collections >[ 63/350] test_colorsys >[ 64/350] test_compare >[ 65/350] test_compile >[ 66/350] test_compileall >[ 67/350] test_complex >[ 68/350] test_concurrent_futures >[ 69/350] test_contains >[ 70/350] test_contextlib >[ 71/350] test_copy >[ 72/350] test_copyreg >[ 73/350] test_cprofile >[ 74/350] test_crypt >[ 75/350] test_csv >[ 76/350] test_ctypes >[ 77/350] test_curses >test_curses skipped -- Use of the `curses' resource not enabled >[ 78/350] test_datetime >[ 79/350] test_dbm >test test_dbm failed -- multiple errors occurred; run in verbose mode for details >[ 80/350/1] test_dbm_dumb >[ 81/350/1] test_dbm_gnu >[ 82/350/1] test_dbm_ndbm >[ 83/350/1] test_decimal >[ 84/350/1] test_decorators >[ 85/350/1] test_defaultdict >[ 86/350/1] test_deque >[ 87/350/1] test_descr >[ 88/350/1] test_descrtut >[ 89/350/1] test_dictcomps >[ 90/350/1] test_dictviews >[ 91/350/1] test_difflib >[ 92/350/1] test_dis >[ 93/350/1] test_docxmlrpc >[ 94/350/1] test_dummy_thread >[ 95/350/1] test_dummy_threading >[ 96/350/1] test_dynamic >[ 97/350/1] test_email >[ 98/350/1] test_enumerate >[ 99/350/1] test_eof >[100/350/1] test_epoll >[101/350/1] test_errno >[102/350/1] test_exception_variations >[103/350/1] test_extcall >[104/350/1] test_fcntl >[105/350/1] test_file >[106/350/1] test_filecmp >[107/350/1] test_fileinput >[108/350/1] test_fileio >[109/350/1] test_float >[110/350/1] test_flufl >[111/350/1] test_fnmatch >[112/350/1] test_fork1 >[113/350/1] test_format >[114/350/1] test_fractions >[115/350/1] test_frozen >[116/350/1] test_ftplib >[117/350/1] test_funcattrs >[118/350/1] test_functools >[119/350/1] test_future >[120/350/1] test_future3 >[121/350/1] test_future4 >[122/350/1] test_future5 >[123/350/1] test_gc >[124/350/1] test_generators >[125/350/1] test_genericpath >[126/350/1] test_genexps >[127/350/1] test_getargs2 >[128/350/1] test_getopt >[129/350/1] test_gettext >[130/350/1] test_glob >[131/350/1] test_global >[132/350/1] test_grp >[133/350/1] test_gzip >[134/350/1] test_hash >[135/350/1] test_hashlib >[136/350/1] test_heapq >[137/350/1] test_hmac >[138/350/1] test_html >[139/350/1] test_htmlparser >[140/350/1] test_http_cookiejar >[141/350/1] test_http_cookies >[142/350/1] test_httplib >[143/350/1] test_httpservers >[144/350/1] test_imaplib >[145/350/1] test_imp >[146/350/1] test_import >[147/350/1] test_importhooks >[148/350/1] test_importlib >[149/350/1] test_index >[150/350/1] test_inspect >[151/350/1] test_int >[152/350/1] test_int_literal >[153/350/1] test_io >[154/350/1] test_ioctl >[155/350/1] test_isinstance >[156/350/1] test_iter >[157/350/1] test_iterlen >[158/350/1] test_itertools >[159/350/1] test_json >[160/350/1] test_keywordonlyarg >[161/350/1] test_kqueue >test_kqueue skipped -- test works only on BSD >[162/350/1] test_largefile >[163/350/1] test_lib2to3 >[164/350/1] test_linecache >[165/350/1] test_list >[166/350/1] test_listcomps >[167/350/1] test_locale >[168/350/1] test_logging >[169/350/1] test_long >[170/350/1] test_longexp >[171/350/1] test_macpath >[172/350/1] test_mailbox >[173/350/1] test_marshal >[174/350/1] test_math >[175/350/1] test_memoryio >[176/350/1] test_memoryview >[177/350/1] test_metaclass >[178/350/1] test_mimetypes >[179/350/1] test_minidom >[180/350/1] test_mmap >[181/350/1] test_module >[182/350/1] test_modulefinder >[183/350/1] test_msilib >test_msilib skipped -- No module named _msi >[184/350/1] test_multibytecodec >[185/350/1] test_multibytecodec_support >[186/350/1] test_multiprocessing >Warning -- multiprocessing.process._dangling was modified by test_multiprocessing >[187/350/1] test_mutants >[188/350/1] test_netrc >[189/350/1] test_nis >[190/350/1] test_nntplib >[191/350/1] test_normalization >[192/350/1] test_ntpath >[193/350/1] test_numeric_tower >[194/350/1] test_openpty >[195/350/1] test_operator >[196/350/1] test_optparse >[197/350/1] test_os >[198/350/1] test_ossaudiodev >test_ossaudiodev skipped -- Use of the `audio' resource not enabled >[199/350/1] test_osx_env >[200/350/1] test_parser >Expecting 's_push: parser stack overflow' in next line >s_push: parser stack overflow >[201/350/1] test_pdb >[202/350/1] test_peepholer >[203/350/1] test_pep247 >[204/350/1] test_pep263 >[205/350/1] test_pep277 >test_pep277 skipped -- only NT+ and systems with Unicode-friendly filesystem encoding >[206/350/1] test_pep292 >[207/350/1] test_pep3120 >[208/350/1] test_pep3131 >[209/350/1] test_pep352 >[210/350/1] test_pickle >[211/350/1] test_pickletools >[212/350/1] test_pipes >[213/350/1] test_pkg >[214/350/1] test_pkgimport >[215/350/1] test_pkgutil >[216/350/1] test_platform >[217/350/1] test_plistlib >[218/350/1] test_poll >[219/350/1] test_popen >[220/350/1] test_poplib >[221/350/1] test_posix >[222/350/1] test_posixpath >[223/350/1] test_pow >[224/350/1] test_pprint >[225/350/1] test_print >[226/350/1] test_profile >[227/350/1] test_property >[228/350/1] test_pstats >[229/350/1] test_pty >[230/350/1] test_pwd >[231/350/1] test_pyclbr >[232/350/1] test_pydoc >[233/350/1] test_pyexpat >[234/350/1] test_queue >[235/350/1] test_quopri >[236/350/1] test_raise >[237/350/1] test_random >[238/350/1] test_range >[239/350/1] test_re >[240/350/1] test_readline >[241/350/1] test_reprlib >[242/350/1] test_resource >[243/350/1] test_richcmp >[244/350/1] test_rlcompleter >[245/350/1] test_robotparser >[246/350/1] test_runpy >[247/350/1] test_sax >[248/350/1] test_sched >[249/350/1] test_scope >[250/350/1] test_select >[251/350/1] test_set >[252/350/1] test_setcomps >[253/350/1] test_shelve >[254/350/1] test_shlex >[255/350/1] test_shutil >[256/350/1] test_signal >[257/350/1] test_site >[258/350/1] test_slice >[259/350/1] test_smtpd >[260/350/1] test_smtplib >[261/350/1] test_smtpnet >test_smtpnet skipped -- Use of the `network' resource not enabled >[262/350/1] test_sndhdr >[263/350/1] test_socket >[264/350/1] test_socketserver >test_socketserver skipped -- Use of the `network' resource not enabled >[265/350/1] test_sort >[266/350/1] test_sqlite >[267/350/1] test_ssl >[268/350/1] test_startfile >test_startfile skipped -- module os has no attribute startfile >[269/350/1] test_strftime >[270/350/1] test_string >[271/350/1] test_stringprep >[272/350/1] test_strlit >[273/350/1] test_strptime >[274/350/1] test_strtod >[275/350/1] test_struct >[276/350/1] test_structmembers >[277/350/1] test_structseq >[278/350/1] test_subprocess >. > this bit of output is from a test of stdout in a different process ... >. > this bit of output is from a test of stdout in a different process ... >. > this bit of output is from a test of stdout in a different process ... >. > this bit of output is from a test of stdout in a different process ... >[279/350/1] test_sunau >[280/350/1] test_sundry >[281/350/1] test_super >[282/350/1] test_symtable >[283/350/1] test_syntax >[284/350/1] test_sys >[285/350/1] test_sys_setprofile >[286/350/1] test_sys_settrace >[287/350/1] test_sysconfig >[288/350/1] test_syslog >[289/350/1] test_tarfile >[290/350/1] test_tcl >test_tcl skipped -- No module named _tkinter >[291/350/1] test_telnetlib >[292/350/1] test_tempfile >[293/350/1] test_textwrap >[294/350/1] test_thread >[295/350/1] test_threaded_import >Warning -- threading._dangling was modified by test_threaded_import >[296/350/1] test_threadedtempfile >[297/350/1] test_threading >sandbox:stop caught signal 2 in pid 20455 >sandbox:stop signal already caught and busy still cleaning up! > >Test suite interrupted by signal SIGINT. >56 tests omitted: > test_multiprocessing test_threaded_import test_threading > test_threading_local test_threadsignals test_time test_timeit > test_timeout test_tk test_tokenize test_trace test_traceback > test_ttk_guionly test_ttk_textonly test_tuple test_typechecks > test_ucn test_unary test_unicode test_unicode_file > test_unicodedata test_univnewlines test_unpack test_unpack_ex > test_urllib test_urllib2 test_urllib2_localnet test_urllib2net > test_urllib_response test_urllibnet test_urlparse test_userdict > test_userlist test_userstring test_uu test_uuid test_wait3 > test_wait4 test_warnings test_wave test_weakref test_weakset > test_winreg test_winsound test_with test_wsgiref test_xdrlib > test_xml_etree test_xml_etree_c test_xmlrpc test_xmlrpc_net > test_zipfile test_zipfile64 test_zipimport test_zipimport_support > test_zlib >279 tests OK. >1 test failed: > test_dbm >2 tests altered the execution environment: > test_multiprocessing test_threaded_import >14 tests skipped: > test_codecmaps_cn test_codecmaps_hk test_codecmaps_jp > test_codecmaps_kr test_codecmaps_tw test_curses test_kqueue > test_msilib test_ossaudiodev test_pep277 test_smtpnet > test_socketserver test_startfile test_tcl >1 skip unexpected on linux2: > test_tcl >Re-running failed tests in verbose mode >Re-running test 'test_dbm' in verbose mode >test_keys (test.test_dbm.WhichDBTestCase) ... ok >test_whichdb (test.test_dbm.WhichDBTestCase) ... FAIL >test_anydbm_access (test.test_dbm.TestCase-dbm.gnu) ... ERROR >test_anydbm_creation (test.test_dbm.TestCase-dbm.gnu) ... ok >test_anydbm_creation_n_file_exists_with_invalid_contents (test.test_dbm.TestCase-dbm.gnu) ... ok >test_anydbm_keys (test.test_dbm.TestCase-dbm.gnu) ... ERROR >test_anydbm_modification (test.test_dbm.TestCase-dbm.gnu) ... ERROR >test_anydbm_not_existing (test.test_dbm.TestCase-dbm.gnu) ... ok >test_anydbm_read (test.test_dbm.TestCase-dbm.gnu) ... ERROR >test_error (test.test_dbm.TestCase-dbm.gnu) ... ok >test_anydbm_access (test.test_dbm.TestCase-dbm.ndbm) ... ok >test_anydbm_creation (test.test_dbm.TestCase-dbm.ndbm) ... ok >test_anydbm_creation_n_file_exists_with_invalid_contents (test.test_dbm.TestCase-dbm.ndbm) ... ok >test_anydbm_keys (test.test_dbm.TestCase-dbm.ndbm) ... ok >test_anydbm_modification (test.test_dbm.TestCase-dbm.ndbm) ... ok >test_anydbm_not_existing (test.test_dbm.TestCase-dbm.ndbm) ... ok >test_anydbm_read (test.test_dbm.TestCase-dbm.ndbm) ... ok >test_error (test.test_dbm.TestCase-dbm.ndbm) ... ok >test_anydbm_access (test.test_dbm.TestCase-dbm.dumb) ... ok >test_anydbm_creation (test.test_dbm.TestCase-dbm.dumb) ... ok >test_anydbm_creation_n_file_exists_with_invalid_contents (test.test_dbm.TestCase-dbm.dumb) ... ok >test_anydbm_keys (test.test_dbm.TestCase-dbm.dumb) ... ok >test_anydbm_modification (test.test_dbm.TestCase-dbm.dumb) ... ok >test_anydbm_not_existing (test.test_dbm.TestCase-dbm.dumb) ... ok >test_anydbm_read (test.test_dbm.TestCase-dbm.dumb) ... ok >test_error (test.test_dbm.TestCase-dbm.dumb) ... ok > >====================================================================== >ERROR: test_anydbm_access (test.test_dbm.TestCase-dbm.gnu) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Lib/test/test_dbm.py", line 102, in test_anydbm_access > f = dbm.open(_fname, 'r') > File "/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Lib/dbm/__init__.py", line 83, in open > raise error[0]("db type could not be determined") >dbm.error: db type could not be determined > >====================================================================== >ERROR: test_anydbm_keys (test.test_dbm.TestCase-dbm.gnu) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Lib/test/test_dbm.py", line 96, in test_anydbm_keys > f = dbm.open(_fname, 'r') > File "/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Lib/dbm/__init__.py", line 83, in open > raise error[0]("db type could not be determined") >dbm.error: db type could not be determined > >====================================================================== >ERROR: test_anydbm_modification (test.test_dbm.TestCase-dbm.gnu) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Lib/test/test_dbm.py", line 83, in test_anydbm_modification > f = dbm.open(_fname, 'c') > File "/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Lib/dbm/__init__.py", line 83, in open > raise error[0]("db type could not be determined") >dbm.error: db type could not be determined > >====================================================================== >ERROR: test_anydbm_read (test.test_dbm.TestCase-dbm.gnu) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Lib/test/test_dbm.py", line 90, in test_anydbm_read > f = dbm.open(_fname, 'r') > File "/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Lib/dbm/__init__.py", line 83, in open > raise error[0]("db type could not be determined") >dbm.error: db type could not be determined > >====================================================================== >FAIL: test_whichdb (test.test_dbm.WhichDBTestCase) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/var/tmp/portage/dev-lang/python-3.2.2/work/Python-3.2.2/Lib/test/test_dbm.py", line 137, in test_whichdb > self.assertEqual(name, dbm.whichdb(_fname)) >AssertionError: 'dbm.gnu' != '' >- dbm.gnu >+ > > >---------------------------------------------------------------------- >Ran 26 tests in 0.024s > >FAILED (failures=1, errors=4) >test test_dbm failed >make: [test] Error 1 (ignored) > >/usr/portage/dev-lang/python/python-3.2.2.ebuild: dyn_test aborted; exiting. >
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 403287
: 301657 |
302193
|
302207
|
302209