Advertisement
Guest User

Untitled

a guest
Dec 16th, 2013
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 175.63 KB | None | 0 0
  1.  * Package: dev-lang/python-3.3.3
  2.  * Repository: gentoo_prefix
  3.  * USE: abi_x86_64 amd64 bootstrap elibc_glibc ipv6 kernel_linux ncurses prefix threads userland_GNU xml
  4.  * FEATURES: preserve-libs userpriv usersandbox
  5. >>> Unpacking source...
  6. >>> Unpacking Python-3.3.3.tar.xz to /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work
  7. >>> Unpacking python-gentoo-patches-3.3.3-0.tar.xz to /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work
  8. >>> Unpacking python-prefix-3.3.3-gentoo-patches-r0.tar.bz2 to /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work
  9. >>> Source unpacked in /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work
  10. >>> Preparing source in /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3 ...
  11. * Applying various patches (bugfixes/updates) ...
  12. * 01_all_static_library_location.patch ...
  13.  [ ok ]
  14. * 02_all_disable_modules_and_ssl.patch ...
  15.  [ ok ]
  16. * 03_all_libdir.patch ...
  17.  [ ok ]
  18. * 04_all_non-zero_exit_status_on_failure.patch ...
  19.  [ ok ]
  20. * 05_all_regenerate_platform-specific_modules.patch ...
  21.  [ ok ]
  22. * 21_all_distutils_c++.patch ...
  23.  [ ok ]
  24. * 22_all_tests_environment.patch ...
  25.  [ ok ]
  26. * 23_all_h2py_encoding.patch ...
  27.  [ ok ]
  28. * 61_all_process_data.patch ...
  29.  [ ok ]
  30. * Done with patching
  31. * Applying python-3.2-issue19521.patch ...
  32.  [ ok ]
  33. * Applying python-3.3-issue17919.patch ...
  34.  [ ok ]
  35. * Applying python-3.3-issue18235.patch ...
  36.  [ ok ]
  37. * Applying various patches (bugfixes/updates) ...
  38. * 01_all_prefix-no-patch-invention.patch ...
  39.  [ ok ]
  40. * 03_all_distutils-nfs.patch ...
  41.  [ ok ]
  42. * 04_all_solaris-cchar-t.patch ...
  43.  [ ok ]
  44. * 05_all_solaris64-crypt.patch ...
  45.  [ ok ]
  46. * 07_all_hpux-missing-SEM_FAILED.patch ...
  47.  [ ok ]
  48. * 08_all_darwin-bundle.patch ...
  49.  [ ok ]
  50. * 09_all_mac-no-framework-lookup.patch ...
  51.  [ ok ]
  52. * 10_all_mac-just-prefix.patch ...
  53.  [ ok ]
  54. * 11_all_darwin-dyld-library-path.patch ...
  55.  [ ok ]
  56. * 12_all_aix-ld-so-which.patch ...
  57.  [ ok ]
  58. * 13_all_aix-soname.patch ...
  59.  [ ok ]
  60. * Done with patching
  61. * Running autoconf ...
  62.  [ ok ]
  63. * Running autoheader ...
  64.  [ ok ]
  65. >>> Source prepared.
  66. >>> Configuring source in /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3 ...
  67. * Disabled modules: gdbm readline _sqlite3 _tkinter
  68. * econf: updating Python-3.3.3/config.sub with /home/canassa/gentoo/usr/share/gnuconfig/config.sub
  69. * econf: updating Python-3.3.3/config.guess with /home/canassa/gentoo/usr/share/gnuconfig/config.guess
  70. /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/configure --prefix=/home/canassa/gentoo/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/home/canassa/gentoo/usr/share/man --infodir=/home/canassa/gentoo/usr/share/info --datadir=/home/canassa/gentoo/usr/share --sysconfdir=/home/canassa/gentoo/etc --localstatedir=/home/canassa/gentoo/var/lib --libdir=/home/canassa/gentoo/usr/lib --with-fpectl --enable-shared --enable-ipv6 --with-threads --infodir=${prefix}/share/info --mandir=${prefix}/share/man --with-computed-gotos --with-dbmliborder= --with-libc= --enable-loadable-sqlite-extensions --with-system-expat --with-system-ffi --without-pymalloc
  71. checking build system type... x86_64-pc-linux-gnu
  72. checking host system type... x86_64-pc-linux-gnu
  73. checking for --enable-universalsdk... no
  74. checking for --with-universal-archs... 32-bit
  75. checking MACHDEP... linux
  76. checking for --without-gcc... no
  77. checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
  78. checking whether the C compiler works... yes
  79. checking for C compiler default output file name... a.out
  80. checking for suffix of executables...
  81. checking whether we are cross compiling... no
  82. checking for suffix of object files... o
  83. checking whether we are using the GNU C compiler... yes
  84. checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
  85. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
  86. checking for --with-cxx-main=<compiler>... no
  87. checking for -Wl,--no-as-needed... yes
  88. checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
  89. checking for grep that handles long lines and -e... /home/canassa/gentoo/bin/grep
  90. checking for egrep... /home/canassa/gentoo/bin/grep -E
  91. checking for ANSI C header files... yes
  92. checking for sys/types.h... yes
  93. checking for sys/stat.h... yes
  94. checking for stdlib.h... yes
  95. checking for string.h... yes
  96. checking for memory.h... yes
  97. checking for strings.h... yes
  98. checking for inttypes.h... yes
  99. checking for stdint.h... yes
  100. checking for unistd.h... yes
  101. checking minix/config.h usability... no
  102. checking minix/config.h presence... no
  103. checking for minix/config.h... no
  104. checking whether it is safe to define __EXTENSIONS__... yes
  105. checking for --with-suffix...
  106. checking for case-insensitive build directory... no
  107. checking LIBRARY... libpython$(VERSION)$(ABIFLAGS).a
  108. checking LINKCC... $(PURIFY) $(MAINCC)
  109. checking EXPORTSYMS...
  110. checking for GNU ld... yes
  111. checking for inline... inline
  112. checking for --enable-shared... yes
  113. checking for --enable-profiling... no
  114. checking LDLIBRARY... libpython$(LDVERSION).so
  115. checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
  116. checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
  117. checking for x86_64-pc-linux-gnu-readelf... x86_64-pc-linux-gnu-readelf
  118. checking for python3.3... no
  119. checking for python3... no
  120. checking for python... python
  121. checking for a BSD-compatible install... /home/canassa/gentoo/usr/bin/install -c
  122. checking for a thread-safe mkdir -p... /home/canassa/gentoo/bin/mkdir -p
  123. checking for --with-pydebug... no
  124. checking whether x86_64-pc-linux-gnu-gcc accepts and needs -fno-strict-aliasing... yes
  125. checking if we can turn off x86_64-pc-linux-gnu-gcc unused result warning... no
  126. checking whether gcc supports ParseTuple __format__... no
  127. checking whether pthreads are available without options... no
  128. checking whether x86_64-pc-linux-gnu-gcc accepts -Kpthread... no
  129. checking whether x86_64-pc-linux-gnu-gcc accepts -Kthread... no
  130. checking whether x86_64-pc-linux-gnu-gcc accepts -pthread... yes
  131. checking whether x86_64-pc-linux-gnu-g++ also accepts flags for thread support... yes
  132. checking for ANSI C header files... (cached) yes
  133. checking asm/types.h usability... yes
  134. checking asm/types.h presence... yes
  135. checking for asm/types.h... yes
  136. checking conio.h usability... no
  137. checking conio.h presence... no
  138. checking for conio.h... no
  139. checking curses.h usability... yes
  140. checking curses.h presence... yes
  141. checking for curses.h... yes
  142. checking direct.h usability... no
  143. checking direct.h presence... no
  144. checking for direct.h... no
  145. checking dlfcn.h usability... yes
  146. checking dlfcn.h presence... yes
  147. checking for dlfcn.h... yes
  148. checking errno.h usability... yes
  149. checking errno.h presence... yes
  150. checking for errno.h... yes
  151. checking fcntl.h usability... yes
  152. checking fcntl.h presence... yes
  153. checking for fcntl.h... yes
  154. checking grp.h usability... yes
  155. checking grp.h presence... yes
  156. checking for grp.h... yes
  157. checking ieeefp.h usability... no
  158. checking ieeefp.h presence... no
  159. checking for ieeefp.h... no
  160. checking io.h usability... no
  161. checking io.h presence... no
  162. checking for io.h... no
  163. checking langinfo.h usability... yes
  164. checking langinfo.h presence... yes
  165. checking for langinfo.h... yes
  166. checking libintl.h usability... yes
  167. checking libintl.h presence... yes
  168. checking for libintl.h... yes
  169. checking ncurses.h usability... yes
  170. checking ncurses.h presence... yes
  171. checking for ncurses.h... yes
  172. checking process.h usability... no
  173. checking process.h presence... no
  174. checking for process.h... no
  175. checking pthread.h usability... yes
  176. checking pthread.h presence... yes
  177. checking for pthread.h... yes
  178. checking sched.h usability... yes
  179. checking sched.h presence... yes
  180. checking for sched.h... yes
  181. checking shadow.h usability... yes
  182. checking shadow.h presence... yes
  183. checking for shadow.h... yes
  184. checking signal.h usability... yes
  185. checking signal.h presence... yes
  186. checking for signal.h... yes
  187. checking for stdint.h... (cached) yes
  188. checking stropts.h usability... no
  189. checking stropts.h presence... no
  190. checking for stropts.h... no
  191. checking termios.h usability... yes
  192. checking termios.h presence... yes
  193. checking for termios.h... yes
  194. checking for unistd.h... (cached) yes
  195. checking utime.h usability... yes
  196. checking utime.h presence... yes
  197. checking for utime.h... yes
  198. checking poll.h usability... yes
  199. checking poll.h presence... yes
  200. checking for poll.h... yes
  201. checking sys/devpoll.h usability... no
  202. checking sys/devpoll.h presence... no
  203. checking for sys/devpoll.h... no
  204. checking sys/epoll.h usability... yes
  205. checking sys/epoll.h presence... yes
  206. checking for sys/epoll.h... yes
  207. checking sys/poll.h usability... yes
  208. checking sys/poll.h presence... yes
  209. checking for sys/poll.h... yes
  210. checking sys/audioio.h usability... no
  211. checking sys/audioio.h presence... no
  212. checking for sys/audioio.h... no
  213. checking sys/xattr.h usability... yes
  214. checking sys/xattr.h presence... yes
  215. checking for sys/xattr.h... yes
  216. checking sys/bsdtty.h usability... no
  217. checking sys/bsdtty.h presence... no
  218. checking for sys/bsdtty.h... no
  219. checking sys/event.h usability... no
  220. checking sys/event.h presence... no
  221. checking for sys/event.h... no
  222. checking sys/file.h usability... yes
  223. checking sys/file.h presence... yes
  224. checking for sys/file.h... yes
  225. checking sys/ioctl.h usability... yes
  226. checking sys/ioctl.h presence... yes
  227. checking for sys/ioctl.h... yes
  228. checking sys/kern_control.h usability... no
  229. checking sys/kern_control.h presence... no
  230. checking for sys/kern_control.h... no
  231. checking sys/loadavg.h usability... no
  232. checking sys/loadavg.h presence... no
  233. checking for sys/loadavg.h... no
  234. checking sys/lock.h usability... no
  235. checking sys/lock.h presence... no
  236. checking for sys/lock.h... no
  237. checking sys/mkdev.h usability... no
  238. checking sys/mkdev.h presence... no
  239. checking for sys/mkdev.h... no
  240. checking sys/modem.h usability... no
  241. checking sys/modem.h presence... no
  242. checking for sys/modem.h... no
  243. checking sys/param.h usability... yes
  244. checking sys/param.h presence... yes
  245. checking for sys/param.h... yes
  246. checking sys/select.h usability... yes
  247. checking sys/select.h presence... yes
  248. checking for sys/select.h... yes
  249. checking sys/sendfile.h usability... yes
  250. checking sys/sendfile.h presence... yes
  251. checking for sys/sendfile.h... yes
  252. checking sys/socket.h usability... yes
  253. checking sys/socket.h presence... yes
  254. checking for sys/socket.h... yes
  255. checking sys/statvfs.h usability... yes
  256. checking sys/statvfs.h presence... yes
  257. checking for sys/statvfs.h... yes
  258. checking for sys/stat.h... (cached) yes
  259. checking sys/syscall.h usability... yes
  260. checking sys/syscall.h presence... yes
  261. checking for sys/syscall.h... yes
  262. checking sys/sys_domain.h usability... no
  263. checking sys/sys_domain.h presence... no
  264. checking for sys/sys_domain.h... no
  265. checking sys/termio.h usability... no
  266. checking sys/termio.h presence... no
  267. checking for sys/termio.h... no
  268. checking sys/time.h usability... yes
  269. checking sys/time.h presence... yes
  270. checking for sys/time.h... yes
  271. checking sys/times.h usability... yes
  272. checking sys/times.h presence... yes
  273. checking for sys/times.h... yes
  274. checking for sys/types.h... (cached) yes
  275. checking sys/uio.h usability... yes
  276. checking sys/uio.h presence... yes
  277. checking for sys/uio.h... yes
  278. checking sys/un.h usability... yes
  279. checking sys/un.h presence... yes
  280. checking for sys/un.h... yes
  281. checking sys/utsname.h usability... yes
  282. checking sys/utsname.h presence... yes
  283. checking for sys/utsname.h... yes
  284. checking sys/wait.h usability... yes
  285. checking sys/wait.h presence... yes
  286. checking for sys/wait.h... yes
  287. checking pty.h usability... yes
  288. checking pty.h presence... yes
  289. checking for pty.h... yes
  290. checking libutil.h usability... no
  291. checking libutil.h presence... no
  292. checking for libutil.h... no
  293. checking sys/resource.h usability... yes
  294. checking sys/resource.h presence... yes
  295. checking for sys/resource.h... yes
  296. checking netpacket/packet.h usability... yes
  297. checking netpacket/packet.h presence... yes
  298. checking for netpacket/packet.h... yes
  299. checking sysexits.h usability... yes
  300. checking sysexits.h presence... yes
  301. checking for sysexits.h... yes
  302. checking bluetooth.h usability... no
  303. checking bluetooth.h presence... no
  304. checking for bluetooth.h... no
  305. checking bluetooth/bluetooth.h usability... no
  306. checking bluetooth/bluetooth.h presence... no
  307. checking for bluetooth/bluetooth.h... no
  308. checking linux/tipc.h usability... yes
  309. checking linux/tipc.h presence... yes
  310. checking for linux/tipc.h... yes
  311. checking spawn.h usability... yes
  312. checking spawn.h presence... yes
  313. checking for spawn.h... yes
  314. checking util.h usability... no
  315. checking util.h presence... no
  316. checking for util.h... no
  317. checking alloca.h usability... yes
  318. checking alloca.h presence... yes
  319. checking for alloca.h... yes
  320. checking for dirent.h that defines DIR... yes
  321. checking for library containing opendir... none required
  322. checking whether sys/types.h defines makedev... yes
  323. checking for net/if.h... yes
  324. checking for term.h... yes
  325. checking for linux/netlink.h... yes
  326. checking for linux/can.h... yes
  327. checking for linux/can/raw.h... yes
  328. checking for clock_t in time.h... yes
  329. checking for makedev... yes
  330. checking Solaris LFS bug... no
  331. checking for mode_t... yes
  332. checking for off_t... yes
  333. checking for pid_t... yes
  334. checking for size_t... yes
  335. checking for uid_t in sys/types.h... yes
  336. checking for uint32_t... yes
  337. checking for uint32_t... yes
  338. checking for uint64_t... yes
  339. checking for uint64_t... yes
  340. checking for int32_t... yes
  341. checking for int32_t... yes
  342. checking for int64_t... yes
  343. checking for int64_t... yes
  344. checking for ssize_t... yes
  345. checking for __uint128_t... yes
  346. checking size of int... 4
  347. checking size of long... 8
  348. checking size of void *... 8
  349. checking size of short... 2
  350. checking size of float... 4
  351. checking size of double... 8
  352. checking size of fpos_t... 16
  353. checking size of size_t... 8
  354. checking size of pid_t... 4
  355. checking for long long support... yes
  356. checking size of long long... 8
  357. checking for long double support... yes
  358. checking size of long double... 16
  359. checking for _Bool support... yes
  360. checking size of _Bool... 1
  361. checking for uintptr_t... yes
  362. checking size of uintptr_t... 8
  363. checking size of off_t... 8
  364. checking whether to enable large file support... no
  365. checking size of time_t... 8
  366. checking for pthread_t... yes
  367. checking size of pthread_t... 8
  368. checking for --enable-framework... no
  369. checking for dyld... no
  370. checking the extension of shared libraries... .so
  371. checking LDSHARED... $(CC) -shared
  372. checking CCSHARED... -fPIC
  373. checking LINKFORSHARED... -Xlinker -export-dynamic
  374. checking CFLAGSFORSHARED... $(CCSHARED)
  375. checking SHLIBS... $(LIBS)
  376. checking for sendfile in -lsendfile... no
  377. checking for dlopen in -ldl... yes
  378. checking for shl_load in -ldld... no
  379. checking for library containing sem_init... -lpthread
  380. checking for textdomain in -lintl... no
  381. checking for t_open in -lnsl... no
  382. checking for socket in -lsocket... no
  383. checking for --with-libs... no
  384. checking for x86_64-pc-linux-gnu-pkg-config... (cached) x86_64-pc-linux-gnu-pkg-config
  385. checking for --with-system-expat... yes
  386. checking for --with-system-ffi... yes
  387. checking for --with-system-libmpdec... no
  388. checking for --enable-loadable-sqlite-extensions... yes
  389. checking for --with-tcltk-includes... default
  390. checking for --with-tcltk-libs... default
  391. checking for --with-dbmliborder...
  392. checking for --with-signal-module... yes
  393. checking for --with-threads... yes
  394. checking if PTHREAD_SCOPE_SYSTEM is supported... yes
  395. checking for pthread_sigmask... yes
  396. checking for pthread_atfork... yes
  397. checking if --enable-ipv6 is specified... yes
  398. checking ipv6 stack type... linux-glibc
  399. checking for OSX 10.5 SDK or later... no
  400. checking for --with-doc-strings... yes
  401. checking for --with-tsc... no
  402. checking for --with-pymalloc... no
  403. checking for --with-valgrind... no
  404. checking for dlopen... yes
  405. checking DYNLOADFILE... dynload_shlib.o
  406. checking MACHDEP_OBJS... none
  407. checking for alarm... yes
  408. checking for accept4... yes
  409. checking for setitimer... yes
  410. checking for getitimer... yes
  411. checking for bind_textdomain_codeset... yes
  412. checking for chown... yes
  413. checking for clock... yes
  414. checking for confstr... yes
  415. checking for ctermid... yes
  416. checking for execv... yes
  417. checking for faccessat... yes
  418. checking for fchmod... yes
  419. checking for fchmodat... yes
  420. checking for fchown... yes
  421. checking for fchownat... yes
  422. checking for fexecve... yes
  423. checking for fdopendir... yes
  424. checking for fork... yes
  425. checking for fpathconf... yes
  426. checking for fstatat... yes
  427. checking for ftime... yes
  428. checking for ftruncate... yes
  429. checking for futimesat... yes
  430. checking for futimens... yes
  431. checking for futimes... yes
  432. checking for gai_strerror... yes
  433. checking for getgrouplist... yes
  434. checking for getgroups... yes
  435. checking for getlogin... yes
  436. checking for getloadavg... yes
  437. checking for getpeername... yes
  438. checking for getpgid... yes
  439. checking for getpid... yes
  440. checking for getpriority... yes
  441. checking for getresuid... yes
  442. checking for getresgid... yes
  443. checking for getpwent... yes
  444. checking for getspnam... yes
  445. checking for getspent... yes
  446. checking for getsid... yes
  447. checking for getwd... yes
  448. checking for if_nameindex... yes
  449. checking for initgroups... yes
  450. checking for kill... yes
  451. checking for killpg... yes
  452. checking for lchmod... no
  453. checking for lchown... yes
  454. checking for lockf... yes
  455. checking for linkat... yes
  456. checking for lstat... yes
  457. checking for lutimes... yes
  458. checking for mmap... yes
  459. checking for memrchr... yes
  460. checking for mbrtowc... yes
  461. checking for mkdirat... yes
  462. checking for mkfifo... yes
  463. checking for mkfifoat... yes
  464. checking for mknod... yes
  465. checking for mknodat... yes
  466. checking for mktime... yes
  467. checking for mremap... yes
  468. checking for nice... yes
  469. checking for openat... yes
  470. checking for pathconf... yes
  471. checking for pause... yes
  472. checking for pipe2... yes
  473. checking for plock... no
  474. checking for poll... yes
  475. checking for posix_fallocate... yes
  476. checking for posix_fadvise... yes
  477. checking for pread... yes
  478. checking for pthread_init... no
  479. checking for pthread_kill... yes
  480. checking for putenv... yes
  481. checking for pwrite... yes
  482. checking for readlink... yes
  483. checking for readlinkat... yes
  484. checking for readv... yes
  485. checking for realpath... yes
  486. checking for renameat... yes
  487. checking for select... yes
  488. checking for sem_open... yes
  489. checking for sem_timedwait... yes
  490. checking for sem_getvalue... yes
  491. checking for sem_unlink... yes
  492. checking for sendfile... yes
  493. checking for setegid... yes
  494. checking for seteuid... yes
  495. checking for setgid... yes
  496. checking for sethostname... yes
  497. checking for setlocale... yes
  498. checking for setregid... yes
  499. checking for setreuid... yes
  500. checking for setresuid... yes
  501. checking for setresgid... yes
  502. checking for setsid... yes
  503. checking for setpgid... yes
  504. checking for setpgrp... yes
  505. checking for setpriority... yes
  506. checking for setuid... yes
  507. checking for setvbuf... yes
  508. checking for sched_get_priority_max... yes
  509. checking for sched_setaffinity... yes
  510. checking for sched_setscheduler... yes
  511. checking for sched_setparam... yes
  512. checking for sched_rr_get_interval... yes
  513. checking for sigaction... yes
  514. checking for sigaltstack... yes
  515. checking for siginterrupt... yes
  516. checking for sigpending... yes
  517. checking for sigrelse... yes
  518. checking for sigtimedwait... yes
  519. checking for sigwait... yes
  520. checking for sigwaitinfo... yes
  521. checking for snprintf... yes
  522. checking for strftime... yes
  523. checking for strlcpy... no
  524. checking for symlinkat... yes
  525. checking for sync... yes
  526. checking for sysconf... yes
  527. checking for tcgetpgrp... yes
  528. checking for tcsetpgrp... yes
  529. checking for tempnam... yes
  530. checking for timegm... yes
  531. checking for times... yes
  532. checking for tmpfile... yes
  533. checking for tmpnam... yes
  534. checking for tmpnam_r... yes
  535. checking for truncate... yes
  536. checking for uname... yes
  537. checking for unlinkat... yes
  538. checking for unsetenv... yes
  539. checking for utimensat... yes
  540. checking for utimes... yes
  541. checking for waitid... yes
  542. checking for waitpid... yes
  543. checking for wait3... yes
  544. checking for wait4... yes
  545. checking for wcscoll... yes
  546. checking for wcsftime... yes
  547. checking for wcsxfrm... yes
  548. checking for writev... yes
  549. checking for _getpty... no
  550. checking whether dirfd is declared... yes
  551. checking for chroot... yes
  552. checking for link... yes
  553. checking for symlink... yes
  554. checking for fchdir... yes
  555. checking for fsync... yes
  556. checking for fdatasync... yes
  557. checking for epoll... yes
  558. checking for epoll_create1... yes
  559. checking for kqueue... no
  560. checking for ctermid_r... no
  561. checking for flock declaration... yes
  562. checking for flock... yes
  563. checking for getpagesize... yes
  564. checking for broken unsetenv... no
  565. checking for true... true
  566. checking for inet_aton in -lc... yes
  567. checking for chflags... no
  568. checking for lchflags... no
  569. checking for inflateCopy in -lz... yes
  570. checking for hstrerror... yes
  571. checking for inet_aton... yes
  572. checking for inet_pton... yes
  573. checking for setgroups... yes
  574. checking for openpty... no
  575. checking for openpty in -lutil... yes
  576. checking for forkpty... yes
  577. checking for memmove... yes
  578. checking for fseek64... no
  579. checking for fseeko... yes
  580. checking for fstatvfs... yes
  581. checking for ftell64... no
  582. checking for ftello... yes
  583. checking for statvfs... yes
  584. checking for dup2... yes
  585. checking for getcwd... yes
  586. checking for strdup... yes
  587. checking for getpgrp... yes
  588. checking for setpgrp... (cached) yes
  589. checking for gettimeofday... yes
  590. checking for clock_gettime... no
  591. checking for clock_gettime in -lrt... yes
  592. checking for clock_getres... no
  593. checking for clock_getres in -lrt... yes
  594. checking for major... yes
  595. checking for getaddrinfo... yes
  596. checking getaddrinfo bug... no
  597. checking for getnameinfo... yes
  598. checking whether time.h and sys/time.h may both be included... yes
  599. checking whether struct tm is in sys/time.h or time.h... time.h
  600. checking for struct tm.tm_zone... yes
  601. checking for struct stat.st_rdev... yes
  602. checking for struct stat.st_blksize... yes
  603. checking for struct stat.st_flags... no
  604. checking for struct stat.st_gen... no
  605. checking for struct stat.st_birthtime... no
  606. checking for struct stat.st_blocks... yes
  607. checking for time.h that defines altzone... no
  608. checking whether sys/select.h and sys/time.h may both be included... yes
  609. checking for addrinfo... yes
  610. checking for sockaddr_storage... yes
  611. checking whether char is unsigned... no
  612. checking for an ANSI C-conforming const... yes
  613. checking for working volatile... yes
  614. checking for working signed char... yes
  615. checking for prototypes... yes
  616. checking for variable length prototypes and stdarg.h... yes
  617. checking for socketpair... yes
  618. checking if sockaddr has sa_len member... no
  619. checking whether va_list is an array... yes
  620. checking for gethostbyname_r... yes
  621. checking gethostbyname_r with 6 args... yes
  622. checking for __fpu_control... yes
  623. checking for --with-fpectl... yes
  624. checking for --with-libm=STRING... default LIBM="-lm"
  625. checking for --with-libc=STRING... set LIBC=""
  626. checking for x64 gcc inline assembler... yes
  627. checking whether C doubles are little-endian IEEE 754 binary64... yes
  628. checking whether C doubles are big-endian IEEE 754 binary64... no
  629. checking whether C doubles are ARM mixed-endian IEEE 754 binary64... no
  630. checking whether we can use gcc inline assembler to get and set x87 control word... yes
  631. checking for x87-style double rounding... no
  632. checking for acosh... yes
  633. checking for asinh... yes
  634. checking for atanh... yes
  635. checking for copysign... yes
  636. checking for erf... yes
  637. checking for erfc... yes
  638. checking for expm1... yes
  639. checking for finite... yes
  640. checking for gamma... yes
  641. checking for hypot... yes
  642. checking for lgamma... yes
  643. checking for log1p... yes
  644. checking for log2... yes
  645. checking for round... yes
  646. checking for tgamma... yes
  647. checking whether isinf is declared... yes
  648. checking whether isnan is declared... yes
  649. checking whether isfinite is declared... yes
  650. checking whether tanh preserves the sign of zero... yes
  651. checking whether log1p drops the sign of negative zero... no
  652. checking whether POSIX semaphores are enabled... yes
  653. checking for broken sem_getvalue... no
  654. checking digit size for Python's longs... no value specified
  655. checking wchar.h usability... yes
  656. checking wchar.h presence... yes
  657. checking for wchar.h... yes
  658. checking size of wchar_t... 4
  659. checking for UCS-4 tcl... no
  660. checking whether wchar_t is signed... yes
  661. no usable wchar_t found
  662. checking whether byte ordering is bigendian... no
  663. checking ABIFLAGS...
  664. checking SOABI... cpython-33
  665. checking LDVERSION... $(VERSION)$(ABIFLAGS)
  666. checking whether right shift extends the sign bit... yes
  667. checking for getc_unlocked() and friends... yes
  668. checking how to link readline libs... -lreadline
  669. checking for rl_callback_handler_install in -lreadline... yes
  670. checking for rl_pre_input_hook in -lreadline... yes
  671. checking for rl_completion_display_matches_hook in -lreadline... yes
  672. checking for rl_completion_matches in -lreadline... yes
  673. checking for broken nice()... no
  674. checking for broken poll()... no
  675. checking for struct tm.tm_zone... (cached) yes
  676. checking for working tzset()... yes
  677. checking for tv_nsec in struct stat... yes
  678. checking for tv_nsec2 in struct stat... no
  679. checking whether mvwdelch is an expression... yes
  680. checking whether WINDOW has _flags... yes
  681. checking for is_term_resized... yes
  682. checking for resize_term... yes
  683. checking for resizeterm... yes
  684. configure: checking for device files
  685. checking for /dev/ptmx... yes
  686. checking for /dev/ptc... no
  687. checking for %lld and %llu printf() format support... yes
  688. checking for %zd printf() format support... yes
  689. checking for socklen_t... yes
  690. checking for broken mbstowcs... no
  691. checking for --with-computed-gotos... yes
  692. checking whether x86_64-pc-linux-gnu-gcc -pthread supports computed gotos... yes
  693. checking for build directories... done
  694. checking for -O2... yes
  695. checking for glibc _FORTIFY_SOURCE/memmove bug... no
  696. checking for gcc ipa-pure-const bug... no
  697. configure: creating ./config.status
  698. config.status: creating Makefile.pre
  699. config.status: creating Modules/Setup.config
  700. config.status: creating Misc/python.pc
  701. config.status: creating Modules/ld_so_aix
  702. config.status: creating pyconfig.h
  703. creating Modules/Setup
  704. creating Modules/Setup.local
  705. creating Makefile
  706. >>> Source configured.
  707. >>> Compiling source in /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3 ...
  708. make CPPFLAGS= CFLAGS= LDFLAGS=
  709. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Modules/python.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/python.c
  710. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Parser/acceler.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Parser/acceler.c
  711. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Parser/grammar1.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Parser/grammar1.c
  712. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Parser/listnode.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Parser/listnode.c
  713. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Parser/node.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Parser/node.c
  714. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Parser/parser.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Parser/parser.c
  715. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Parser/bitset.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Parser/bitset.c
  716. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Parser/metagrammar.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Parser/metagrammar.c
  717. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Parser/firstsets.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Parser/firstsets.c
  718. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Parser/grammar.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Parser/grammar.c
  719. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Parser/pgen.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Parser/pgen.c
  720. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Parser/myreadline.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Parser/myreadline.c
  721. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Parser/parsetok.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Parser/parsetok.c
  722. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Parser/tokenizer.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Parser/tokenizer.c
  723. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Objects/abstract.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Objects/abstract.c
  724. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Objects/accu.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Objects/accu.c
  725. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Objects/boolobject.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Objects/boolobject.c
  726. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Objects/bytes_methods.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Objects/bytes_methods.c
  727. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Objects/bytearrayobject.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Objects/bytearrayobject.c
  728. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Objects/bytesobject.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Objects/bytesobject.c
  729. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Objects/cellobject.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Objects/cellobject.c
  730. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Objects/classobject.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Objects/classobject.c
  731. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Objects/codeobject.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Objects/codeobject.c
  732. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Objects/complexobject.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Objects/complexobject.c
  733. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Objects/descrobject.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Objects/descrobject.c
  734. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Objects/enumobject.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Objects/enumobject.c
  735. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Objects/exceptions.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Objects/exceptions.c
  736. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Objects/genobject.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Objects/genobject.c
  737. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Objects/fileobject.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Objects/fileobject.c
  738. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Objects/floatobject.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Objects/floatobject.c
  739. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Objects/frameobject.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Objects/frameobject.c
  740. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Objects/funcobject.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Objects/funcobject.c
  741. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Objects/iterobject.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Objects/iterobject.c
  742. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Objects/listobject.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Objects/listobject.c
  743. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Objects/longobject.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Objects/longobject.c
  744. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Objects/dictobject.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Objects/dictobject.c
  745. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Objects/memoryobject.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Objects/memoryobject.c
  746. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Objects/methodobject.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Objects/methodobject.c
  747. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Objects/moduleobject.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Objects/moduleobject.c
  748. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Objects/namespaceobject.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Objects/namespaceobject.c
  749. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Objects/object.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Objects/object.c
  750. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Objects/obmalloc.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Objects/obmalloc.c
  751. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Objects/capsule.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Objects/capsule.c
  752. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Objects/rangeobject.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Objects/rangeobject.c
  753. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Objects/setobject.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Objects/setobject.c
  754. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Objects/sliceobject.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Objects/sliceobject.c
  755. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Objects/structseq.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Objects/structseq.c
  756. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Objects/tupleobject.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Objects/tupleobject.c
  757. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Objects/typeobject.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Objects/typeobject.c
  758. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Objects/unicodeobject.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Objects/unicodeobject.c
  759. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Objects/unicodectype.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Objects/unicodectype.c
  760. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Objects/weakrefobject.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Objects/weakrefobject.c
  761. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Python/_warnings.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Python/_warnings.c
  762. /home/canassa/gentoo/bin/mkdir -p Include
  763. python /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Parser/asdl_c.py -h Include /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Parser/Python.asdl
  764. /home/canassa/gentoo/bin/mkdir -p Python
  765. python /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Parser/asdl_c.py -c Python /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Parser/Python.asdl
  766. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Python/Python-ast.o Python/Python-ast.c
  767. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Python/asdl.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Python/asdl.c
  768. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Python/ast.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Python/ast.c
  769. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Python/bltinmodule.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Python/bltinmodule.c
  770. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Python/ceval.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Python/ceval.c
  771. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Python/compile.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Python/compile.c
  772. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Python/codecs.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Python/codecs.c
  773. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Python/dynamic_annotations.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Python/dynamic_annotations.c
  774. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Python/errors.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Python/errors.c
  775. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Python/frozenmain.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Python/frozenmain.c
  776. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Python/future.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Python/future.c
  777. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Python/getargs.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Python/getargs.c
  778. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Python/getcompiler.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Python/getcompiler.c
  779. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Python/getcopyright.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Python/getcopyright.c
  780. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -DPLATFORM='"linux"' -o Python/getplatform.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Python/getplatform.c
  781. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Python/getversion.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Python/getversion.c
  782. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Python/graminit.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Python/graminit.c
  783. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Python/import.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Python/import.c
  784. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -I. -o Python/importdl.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Python/importdl.c
  785. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Python/marshal.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Python/marshal.c
  786. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Python/modsupport.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Python/modsupport.c
  787. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Python/mystrtoul.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Python/mystrtoul.c
  788. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Python/mysnprintf.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Python/mysnprintf.c
  789. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Python/peephole.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Python/peephole.c
  790. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Python/pyarena.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Python/pyarena.c
  791. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Python/pyctype.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Python/pyctype.c
  792. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Python/pyfpe.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Python/pyfpe.c
  793. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Python/pymath.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Python/pymath.c
  794. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Python/pystate.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Python/pystate.c
  795. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Python/pythonrun.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Python/pythonrun.c
  796. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Python/pytime.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Python/pytime.c
  797. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Python/random.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Python/random.c
  798. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Python/structmember.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Python/structmember.c
  799. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Python/symtable.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Python/symtable.c
  800. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE \
  801. -DABIFLAGS='""' \
  802. -o Python/sysmodule.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Python/sysmodule.c
  803. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Python/traceback.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Python/traceback.c
  804. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Python/getopt.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Python/getopt.c
  805. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Python/pystrcmp.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Python/pystrcmp.c
  806. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Python/pystrtod.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Python/pystrtod.c
  807. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Python/dtoa.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Python/dtoa.c
  808. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Python/formatter_unicode.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Python/formatter_unicode.c
  809. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Python/fileutils.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Python/fileutils.c
  810. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE \
  811. -DSOABI='"cpython-33"' \
  812. -o Python/dynload_shlib.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Python/dynload_shlib.c
  813. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Python/thread.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Python/thread.c
  814. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Modules/config.o Modules/config.c
  815. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -DPYTHONPATH='":plat-linux"' \
  816. -DPREFIX='"/home/canassa/gentoo/usr"' \
  817. -DEXEC_PREFIX='"/home/canassa/gentoo/usr"' \
  818. -DVERSION='"3.3"' \
  819. -DVPATH='"/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3"' \
  820. -o Modules/getpath.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/getpath.c
  821. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Modules/main.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/main.c
  822. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Modules/gcmodule.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/gcmodule.c
  823. x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_threadmodule.c -o Modules/_threadmodule.o
  824. x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/signalmodule.c -o Modules/signalmodule.o
  825. x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/posixmodule.c -o Modules/posixmodule.o
  826. x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/errnomodule.c -o Modules/errnomodule.o
  827. x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/pwdmodule.c -o Modules/pwdmodule.o
  828. x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_sre.c -o Modules/_sre.o
  829. x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_codecsmodule.c -o Modules/_codecsmodule.o
  830. x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_weakref.c -o Modules/_weakref.o
  831. x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_functoolsmodule.c -o Modules/_functoolsmodule.o
  832. x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/operator.c -o Modules/operator.o
  833. x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_collectionsmodule.c -o Modules/_collectionsmodule.o
  834. x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/itertoolsmodule.c -o Modules/itertoolsmodule.o
  835. x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_localemodule.c -o Modules/_localemodule.o
  836. x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_io -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_io/_iomodule.c -o Modules/_iomodule.o
  837. x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_io -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_io/iobase.c -o Modules/iobase.o
  838. x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_io -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_io/fileio.c -o Modules/fileio.o
  839. x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_io -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_io/bytesio.c -o Modules/bytesio.o
  840. x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_io -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_io/bufferedio.c -o Modules/bufferedio.o
  841. x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_io -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_io/textio.c -o Modules/textio.o
  842. x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_io -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_io/stringio.c -o Modules/stringio.o
  843. x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/zipimport.c -o Modules/zipimport.o
  844. x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/faulthandler.c -o Modules/faulthandler.o
  845. x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/symtablemodule.c -o Modules/symtablemodule.o
  846. x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/xxsubtype.c -o Modules/xxsubtype.o
  847. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE \
  848. -DHGVERSION="\"`LC_ALL=C `\"" \
  849. -DHGTAG="\"`LC_ALL=C `\"" \
  850. -DHGBRANCH="\"`LC_ALL=C `\"" \
  851. -o Modules/getbuildinfo.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/getbuildinfo.c
  852. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I. -IInclude -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -DNO_LARGEFILE_SOURCE -I/home/canassa/gentoo/usr/include -fPIC -DPy_BUILD_CORE -o Python/frozen.o /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Python/frozen.c
  853. rm -f libpython3.3.a
  854. x86_64-pc-linux-gnu-ar rc libpython3.3.a Modules/getbuildinfo.o
  855. x86_64-pc-linux-gnu-ar rc libpython3.3.a Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Parser/myreadline.o Parser/parsetok.o Parser/tokenizer.o
  856. x86_64-pc-linux-gnu-ar rc libpython3.3.a Objects/abstract.o Objects/accu.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/namespaceobject.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
  857. x86_64-pc-linux-gnu-ar rc libpython3.3.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/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/random.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 Python/frozen.o
  858. x86_64-pc-linux-gnu-ar rc libpython3.3.a Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.o
  859. x86_64-pc-linux-gnu-ar rc libpython3.3.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/faulthandler.o Modules/symtablemodule.o Modules/xxsubtype.o
  860. x86_64-pc-linux-gnu-ranlib libpython3.3.a
  861. if test libpython3.3.so.1.0 != libpython3.3.so; then \
  862. x86_64-pc-linux-gnu-gcc -pthread -shared -L/home/canassa/gentoo/usr/lib -Wl,-rpath=/home/canassa/gentoo/usr/lib -L/home/canassa/gentoo/lib -Wl,-rpath=/home/canassa/gentoo/lib -L/home/canassa/gentoo/tmp/usr/lib -Wl,-rpath=/home/canassa/gentoo/tmp/usr/lib -L. -L/home/canassa/gentoo/lib -L/home/canassa/gentoo/usr/lib -Wl,-hlibpython3.3.so.1.0 -o libpython3.3.so.1.0 Modules/getbuildinfo.o Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Parser/myreadline.o Parser/parsetok.o Parser/tokenizer.o Objects/abstract.o Objects/accu.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/namespaceobject.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/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/random.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/faulthandler.o Modules/symtablemodule.o Modules/xxsubtype.o Python/frozen.o -lpthread -ldl -lutil -lm ; \
  863. ln -f libpython3.3.so.1.0 libpython3.3.so; \
  864. else \
  865. x86_64-pc-linux-gnu-gcc -pthread -shared -L/home/canassa/gentoo/usr/lib -Wl,-rpath=/home/canassa/gentoo/usr/lib -L/home/canassa/gentoo/lib -Wl,-rpath=/home/canassa/gentoo/lib -L/home/canassa/gentoo/tmp/usr/lib -Wl,-rpath=/home/canassa/gentoo/tmp/usr/lib -L. -L/home/canassa/gentoo/lib -L/home/canassa/gentoo/usr/lib -o libpython3.3.so Modules/getbuildinfo.o Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Parser/myreadline.o Parser/parsetok.o Parser/tokenizer.o Objects/abstract.o Objects/accu.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/namespaceobject.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/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/random.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/faulthandler.o Modules/symtablemodule.o Modules/xxsubtype.o Python/frozen.o -lpthread -ldl -lutil -lm ; \
  866. fi
  867. x86_64-pc-linux-gnu-gcc -pthread -shared -L/home/canassa/gentoo/usr/lib -Wl,-rpath=/home/canassa/gentoo/usr/lib -L/home/canassa/gentoo/lib -Wl,-rpath=/home/canassa/gentoo/lib -L/home/canassa/gentoo/tmp/usr/lib -Wl,-rpath=/home/canassa/gentoo/tmp/usr/lib -L. -L/home/canassa/gentoo/lib -L/home/canassa/gentoo/usr/lib -Wl,--no-as-needed -o libpython3.so -Wl,-hlibpython3.so libpython3.3.so
  868. x86_64-pc-linux-gnu-gcc -pthread -L/home/canassa/gentoo/usr/lib -Wl,-rpath=/home/canassa/gentoo/usr/lib -L/home/canassa/gentoo/lib -Wl,-rpath=/home/canassa/gentoo/lib -L/home/canassa/gentoo/tmp/usr/lib -Wl,-rpath=/home/canassa/gentoo/tmp/usr/lib -L. -L/home/canassa/gentoo/lib -L/home/canassa/gentoo/usr/lib -Xlinker -export-dynamic -o python Modules/python.o -L. -lpython3.3 -lpthread -ldl -lutil -lm
  869. LD_LIBRARY_PATH=/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu: ./python -E -S -m sysconfig --generate-posix-vars
  870. Could not find platform dependent libraries <exec_prefix>
  871. Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
  872. running build
  873. running build_ext
  874. INFO: Can't locate Tcl/Tk libs and/or headers
  875. building '_struct' extension
  876. creating build/temp.linux-x86_64-3.3/home
  877. creating build/temp.linux-x86_64-3.3/home/canassa
  878. creating build/temp.linux-x86_64-3.3/home/canassa/gentoo
  879. creating build/temp.linux-x86_64-3.3/home/canassa/gentoo/var
  880. creating build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp
  881. creating build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage
  882. creating build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang
  883. creating build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3
  884. creating build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work
  885. creating build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3
  886. creating build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules
  887. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_struct.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_struct.o
  888. x86_64-pc-linux-gnu-gcc -pthread -shared -L/home/canassa/gentoo/usr/lib -Wl,-rpath=/home/canassa/gentoo/usr/lib -L/home/canassa/gentoo/lib -Wl,-rpath=/home/canassa/gentoo/lib -L/home/canassa/gentoo/tmp/usr/lib -Wl,-rpath=/home/canassa/gentoo/tmp/usr/lib -L. -L/home/canassa/gentoo/lib -L/home/canassa/gentoo/usr/lib -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_struct.o -L. -L/home/canassa/gentoo/tmp/usr/lib -L/home/canassa/gentoo/usr/lib -lpython3.3 -o build/lib.linux-x86_64-3.3/_struct.cpython-33.so
  889. building '_ctypes_test' extension
  890. creating build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_ctypes
  891. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_ctypes/_ctypes_test.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_ctypes/_ctypes_test.o
  892. x86_64-pc-linux-gnu-gcc -pthread -shared -L/home/canassa/gentoo/usr/lib -Wl,-rpath=/home/canassa/gentoo/usr/lib -L/home/canassa/gentoo/lib -Wl,-rpath=/home/canassa/gentoo/lib -L/home/canassa/gentoo/tmp/usr/lib -Wl,-rpath=/home/canassa/gentoo/tmp/usr/lib -L. -L/home/canassa/gentoo/lib -L/home/canassa/gentoo/usr/lib -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_ctypes/_ctypes_test.o -L. -L/home/canassa/gentoo/tmp/usr/lib -L/home/canassa/gentoo/usr/lib -lpython3.3 -o build/lib.linux-x86_64-3.3/_ctypes_test.cpython-33.so
  893. building 'array' extension
  894. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/arraymodule.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/arraymodule.o
  895. x86_64-pc-linux-gnu-gcc -pthread -shared -L/home/canassa/gentoo/usr/lib -Wl,-rpath=/home/canassa/gentoo/usr/lib -L/home/canassa/gentoo/lib -Wl,-rpath=/home/canassa/gentoo/lib -L/home/canassa/gentoo/tmp/usr/lib -Wl,-rpath=/home/canassa/gentoo/tmp/usr/lib -L. -L/home/canassa/gentoo/lib -L/home/canassa/gentoo/usr/lib -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/arraymodule.o -L. -L/home/canassa/gentoo/tmp/usr/lib -L/home/canassa/gentoo/usr/lib -lpython3.3 -o build/lib.linux-x86_64-3.3/array.cpython-33.so
  896. building 'cmath' extension
  897. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/cmathmodule.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/cmathmodule.o
  898. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_math.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_math.o
  899. x86_64-pc-linux-gnu-gcc -pthread -shared -L/home/canassa/gentoo/usr/lib -Wl,-rpath=/home/canassa/gentoo/usr/lib -L/home/canassa/gentoo/lib -Wl,-rpath=/home/canassa/gentoo/lib -L/home/canassa/gentoo/tmp/usr/lib -Wl,-rpath=/home/canassa/gentoo/tmp/usr/lib -L. -L/home/canassa/gentoo/lib -L/home/canassa/gentoo/usr/lib -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/cmathmodule.o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_math.o -L. -L/home/canassa/gentoo/tmp/usr/lib -L/home/canassa/gentoo/usr/lib -lm -lpython3.3 -o build/lib.linux-x86_64-3.3/cmath.cpython-33.so
  900. building 'math' extension
  901. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/mathmodule.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/mathmodule.o
  902. /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/mathmodule.c: In function 'math_fsum':
  903. /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/mathmodule.c:1171: warning: passing argument 1 of 'PyFPE_dummy' discards qualifiers from pointer target type
  904. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_math.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_math.o
  905. x86_64-pc-linux-gnu-gcc -pthread -shared -L/home/canassa/gentoo/usr/lib -Wl,-rpath=/home/canassa/gentoo/usr/lib -L/home/canassa/gentoo/lib -Wl,-rpath=/home/canassa/gentoo/lib -L/home/canassa/gentoo/tmp/usr/lib -Wl,-rpath=/home/canassa/gentoo/tmp/usr/lib -L. -L/home/canassa/gentoo/lib -L/home/canassa/gentoo/usr/lib -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/mathmodule.o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_math.o -L. -L/home/canassa/gentoo/tmp/usr/lib -L/home/canassa/gentoo/usr/lib -lm -lpython3.3 -o build/lib.linux-x86_64-3.3/math.cpython-33.so
  906. building 'time' extension
  907. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/timemodule.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/timemodule.o
  908. x86_64-pc-linux-gnu-gcc -pthread -shared -L/home/canassa/gentoo/usr/lib -Wl,-rpath=/home/canassa/gentoo/usr/lib -L/home/canassa/gentoo/lib -Wl,-rpath=/home/canassa/gentoo/lib -L/home/canassa/gentoo/tmp/usr/lib -Wl,-rpath=/home/canassa/gentoo/tmp/usr/lib -L. -L/home/canassa/gentoo/lib -L/home/canassa/gentoo/usr/lib -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/timemodule.o -L. -L/home/canassa/gentoo/tmp/usr/lib -L/home/canassa/gentoo/usr/lib -lrt -lpython3.3 -o build/lib.linux-x86_64-3.3/time.cpython-33.so
  909. building '_datetime' extension
  910. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_datetimemodule.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_datetimemodule.o
  911. x86_64-pc-linux-gnu-gcc -pthread -shared -L/home/canassa/gentoo/usr/lib -Wl,-rpath=/home/canassa/gentoo/usr/lib -L/home/canassa/gentoo/lib -Wl,-rpath=/home/canassa/gentoo/lib -L/home/canassa/gentoo/tmp/usr/lib -Wl,-rpath=/home/canassa/gentoo/tmp/usr/lib -L. -L/home/canassa/gentoo/lib -L/home/canassa/gentoo/usr/lib -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_datetimemodule.o -L. -L/home/canassa/gentoo/tmp/usr/lib -L/home/canassa/gentoo/usr/lib -lpython3.3 -o build/lib.linux-x86_64-3.3/_datetime.cpython-33.so
  912. building '_random' extension
  913. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_randommodule.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_randommodule.o
  914. x86_64-pc-linux-gnu-gcc -pthread -shared -L/home/canassa/gentoo/usr/lib -Wl,-rpath=/home/canassa/gentoo/usr/lib -L/home/canassa/gentoo/lib -Wl,-rpath=/home/canassa/gentoo/lib -L/home/canassa/gentoo/tmp/usr/lib -Wl,-rpath=/home/canassa/gentoo/tmp/usr/lib -L. -L/home/canassa/gentoo/lib -L/home/canassa/gentoo/usr/lib -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_randommodule.o -L. -L/home/canassa/gentoo/tmp/usr/lib -L/home/canassa/gentoo/usr/lib -lpython3.3 -o build/lib.linux-x86_64-3.3/_random.cpython-33.so
  915. building '_bisect' extension
  916. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_bisectmodule.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_bisectmodule.o
  917. x86_64-pc-linux-gnu-gcc -pthread -shared -L/home/canassa/gentoo/usr/lib -Wl,-rpath=/home/canassa/gentoo/usr/lib -L/home/canassa/gentoo/lib -Wl,-rpath=/home/canassa/gentoo/lib -L/home/canassa/gentoo/tmp/usr/lib -Wl,-rpath=/home/canassa/gentoo/tmp/usr/lib -L. -L/home/canassa/gentoo/lib -L/home/canassa/gentoo/usr/lib -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_bisectmodule.o -L. -L/home/canassa/gentoo/tmp/usr/lib -L/home/canassa/gentoo/usr/lib -lpython3.3 -o build/lib.linux-x86_64-3.3/_bisect.cpython-33.so
  918. building '_heapq' extension
  919. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_heapqmodule.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_heapqmodule.o
  920. x86_64-pc-linux-gnu-gcc -pthread -shared -L/home/canassa/gentoo/usr/lib -Wl,-rpath=/home/canassa/gentoo/usr/lib -L/home/canassa/gentoo/lib -Wl,-rpath=/home/canassa/gentoo/lib -L/home/canassa/gentoo/tmp/usr/lib -Wl,-rpath=/home/canassa/gentoo/tmp/usr/lib -L. -L/home/canassa/gentoo/lib -L/home/canassa/gentoo/usr/lib -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_heapqmodule.o -L. -L/home/canassa/gentoo/tmp/usr/lib -L/home/canassa/gentoo/usr/lib -lpython3.3 -o build/lib.linux-x86_64-3.3/_heapq.cpython-33.so
  921. building '_pickle' extension
  922. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_pickle.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_pickle.o
  923. x86_64-pc-linux-gnu-gcc -pthread -shared -L/home/canassa/gentoo/usr/lib -Wl,-rpath=/home/canassa/gentoo/usr/lib -L/home/canassa/gentoo/lib -Wl,-rpath=/home/canassa/gentoo/lib -L/home/canassa/gentoo/tmp/usr/lib -Wl,-rpath=/home/canassa/gentoo/tmp/usr/lib -L. -L/home/canassa/gentoo/lib -L/home/canassa/gentoo/usr/lib -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_pickle.o -L. -L/home/canassa/gentoo/tmp/usr/lib -L/home/canassa/gentoo/usr/lib -lpython3.3 -o build/lib.linux-x86_64-3.3/_pickle.cpython-33.so
  924. building 'atexit' extension
  925. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/atexitmodule.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/atexitmodule.o
  926. x86_64-pc-linux-gnu-gcc -pthread -shared -L/home/canassa/gentoo/usr/lib -Wl,-rpath=/home/canassa/gentoo/usr/lib -L/home/canassa/gentoo/lib -Wl,-rpath=/home/canassa/gentoo/lib -L/home/canassa/gentoo/tmp/usr/lib -Wl,-rpath=/home/canassa/gentoo/tmp/usr/lib -L. -L/home/canassa/gentoo/lib -L/home/canassa/gentoo/usr/lib -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/atexitmodule.o -L. -L/home/canassa/gentoo/tmp/usr/lib -L/home/canassa/gentoo/usr/lib -lpython3.3 -o build/lib.linux-x86_64-3.3/atexit.cpython-33.so
  927. building '_json' extension
  928. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_json.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_json.o
  929. x86_64-pc-linux-gnu-gcc -pthread -shared -L/home/canassa/gentoo/usr/lib -Wl,-rpath=/home/canassa/gentoo/usr/lib -L/home/canassa/gentoo/lib -Wl,-rpath=/home/canassa/gentoo/lib -L/home/canassa/gentoo/tmp/usr/lib -Wl,-rpath=/home/canassa/gentoo/tmp/usr/lib -L. -L/home/canassa/gentoo/lib -L/home/canassa/gentoo/usr/lib -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_json.o -L. -L/home/canassa/gentoo/tmp/usr/lib -L/home/canassa/gentoo/usr/lib -lpython3.3 -o build/lib.linux-x86_64-3.3/_json.cpython-33.so
  930. building '_testcapi' extension
  931. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_testcapimodule.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_testcapimodule.o
  932. x86_64-pc-linux-gnu-gcc -pthread -shared -L/home/canassa/gentoo/usr/lib -Wl,-rpath=/home/canassa/gentoo/usr/lib -L/home/canassa/gentoo/lib -Wl,-rpath=/home/canassa/gentoo/lib -L/home/canassa/gentoo/tmp/usr/lib -Wl,-rpath=/home/canassa/gentoo/tmp/usr/lib -L. -L/home/canassa/gentoo/lib -L/home/canassa/gentoo/usr/lib -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_testcapimodule.o -L. -L/home/canassa/gentoo/tmp/usr/lib -L/home/canassa/gentoo/usr/lib -lpython3.3 -o build/lib.linux-x86_64-3.3/_testcapi.cpython-33.so
  933. building '_testbuffer' extension
  934. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_testbuffer.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_testbuffer.o
  935. x86_64-pc-linux-gnu-gcc -pthread -shared -L/home/canassa/gentoo/usr/lib -Wl,-rpath=/home/canassa/gentoo/usr/lib -L/home/canassa/gentoo/lib -Wl,-rpath=/home/canassa/gentoo/lib -L/home/canassa/gentoo/tmp/usr/lib -Wl,-rpath=/home/canassa/gentoo/tmp/usr/lib -L. -L/home/canassa/gentoo/lib -L/home/canassa/gentoo/usr/lib -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_testbuffer.o -L. -L/home/canassa/gentoo/tmp/usr/lib -L/home/canassa/gentoo/usr/lib -lpython3.3 -o build/lib.linux-x86_64-3.3/_testbuffer.cpython-33.so
  936. building '_lsprof' extension
  937. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_lsprof.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_lsprof.o
  938. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/rotatingtree.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/rotatingtree.o
  939. x86_64-pc-linux-gnu-gcc -pthread -shared -L/home/canassa/gentoo/usr/lib -Wl,-rpath=/home/canassa/gentoo/usr/lib -L/home/canassa/gentoo/lib -Wl,-rpath=/home/canassa/gentoo/lib -L/home/canassa/gentoo/tmp/usr/lib -Wl,-rpath=/home/canassa/gentoo/tmp/usr/lib -L. -L/home/canassa/gentoo/lib -L/home/canassa/gentoo/usr/lib -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_lsprof.o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/rotatingtree.o -L. -L/home/canassa/gentoo/tmp/usr/lib -L/home/canassa/gentoo/usr/lib -lpython3.3 -o build/lib.linux-x86_64-3.3/_lsprof.cpython-33.so
  940. building 'unicodedata' extension
  941. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/unicodedata.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/unicodedata.o
  942. x86_64-pc-linux-gnu-gcc -pthread -shared -L/home/canassa/gentoo/usr/lib -Wl,-rpath=/home/canassa/gentoo/usr/lib -L/home/canassa/gentoo/lib -Wl,-rpath=/home/canassa/gentoo/lib -L/home/canassa/gentoo/tmp/usr/lib -Wl,-rpath=/home/canassa/gentoo/tmp/usr/lib -L. -L/home/canassa/gentoo/lib -L/home/canassa/gentoo/usr/lib -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/unicodedata.o -L. -L/home/canassa/gentoo/tmp/usr/lib -L/home/canassa/gentoo/usr/lib -lpython3.3 -o build/lib.linux-x86_64-3.3/unicodedata.cpython-33.so
  943. building 'fcntl' extension
  944. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/fcntlmodule.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/fcntlmodule.o
  945. x86_64-pc-linux-gnu-gcc -pthread -shared -L/home/canassa/gentoo/usr/lib -Wl,-rpath=/home/canassa/gentoo/usr/lib -L/home/canassa/gentoo/lib -Wl,-rpath=/home/canassa/gentoo/lib -L/home/canassa/gentoo/tmp/usr/lib -Wl,-rpath=/home/canassa/gentoo/tmp/usr/lib -L. -L/home/canassa/gentoo/lib -L/home/canassa/gentoo/usr/lib -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/fcntlmodule.o -L. -L/home/canassa/gentoo/tmp/usr/lib -L/home/canassa/gentoo/usr/lib -lpython3.3 -o build/lib.linux-x86_64-3.3/fcntl.cpython-33.so
  946. building 'grp' extension
  947. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/grpmodule.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/grpmodule.o
  948. x86_64-pc-linux-gnu-gcc -pthread -shared -L/home/canassa/gentoo/usr/lib -Wl,-rpath=/home/canassa/gentoo/usr/lib -L/home/canassa/gentoo/lib -Wl,-rpath=/home/canassa/gentoo/lib -L/home/canassa/gentoo/tmp/usr/lib -Wl,-rpath=/home/canassa/gentoo/tmp/usr/lib -L. -L/home/canassa/gentoo/lib -L/home/canassa/gentoo/usr/lib -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/grpmodule.o -L. -L/home/canassa/gentoo/tmp/usr/lib -L/home/canassa/gentoo/usr/lib -lpython3.3 -o build/lib.linux-x86_64-3.3/grp.cpython-33.so
  949. building 'spwd' extension
  950. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/spwdmodule.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/spwdmodule.o
  951. x86_64-pc-linux-gnu-gcc -pthread -shared -L/home/canassa/gentoo/usr/lib -Wl,-rpath=/home/canassa/gentoo/usr/lib -L/home/canassa/gentoo/lib -Wl,-rpath=/home/canassa/gentoo/lib -L/home/canassa/gentoo/tmp/usr/lib -Wl,-rpath=/home/canassa/gentoo/tmp/usr/lib -L. -L/home/canassa/gentoo/lib -L/home/canassa/gentoo/usr/lib -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/spwdmodule.o -L. -L/home/canassa/gentoo/tmp/usr/lib -L/home/canassa/gentoo/usr/lib -lpython3.3 -o build/lib.linux-x86_64-3.3/spwd.cpython-33.so
  952. building 'select' extension
  953. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/selectmodule.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/selectmodule.o
  954. x86_64-pc-linux-gnu-gcc -pthread -shared -L/home/canassa/gentoo/usr/lib -Wl,-rpath=/home/canassa/gentoo/usr/lib -L/home/canassa/gentoo/lib -Wl,-rpath=/home/canassa/gentoo/lib -L/home/canassa/gentoo/tmp/usr/lib -Wl,-rpath=/home/canassa/gentoo/tmp/usr/lib -L. -L/home/canassa/gentoo/lib -L/home/canassa/gentoo/usr/lib -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/selectmodule.o -L. -L/home/canassa/gentoo/tmp/usr/lib -L/home/canassa/gentoo/usr/lib -lpython3.3 -o build/lib.linux-x86_64-3.3/select.cpython-33.so
  955. building 'parser' extension
  956. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/parsermodule.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/parsermodule.o
  957. x86_64-pc-linux-gnu-gcc -pthread -shared -L/home/canassa/gentoo/usr/lib -Wl,-rpath=/home/canassa/gentoo/usr/lib -L/home/canassa/gentoo/lib -Wl,-rpath=/home/canassa/gentoo/lib -L/home/canassa/gentoo/tmp/usr/lib -Wl,-rpath=/home/canassa/gentoo/tmp/usr/lib -L. -L/home/canassa/gentoo/lib -L/home/canassa/gentoo/usr/lib -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/parsermodule.o -L. -L/home/canassa/gentoo/tmp/usr/lib -L/home/canassa/gentoo/usr/lib -lpython3.3 -o build/lib.linux-x86_64-3.3/parser.cpython-33.so
  958. building 'mmap' extension
  959. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/mmapmodule.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/mmapmodule.o
  960. x86_64-pc-linux-gnu-gcc -pthread -shared -L/home/canassa/gentoo/usr/lib -Wl,-rpath=/home/canassa/gentoo/usr/lib -L/home/canassa/gentoo/lib -Wl,-rpath=/home/canassa/gentoo/lib -L/home/canassa/gentoo/tmp/usr/lib -Wl,-rpath=/home/canassa/gentoo/tmp/usr/lib -L. -L/home/canassa/gentoo/lib -L/home/canassa/gentoo/usr/lib -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/mmapmodule.o -L. -L/home/canassa/gentoo/tmp/usr/lib -L/home/canassa/gentoo/usr/lib -lpython3.3 -o build/lib.linux-x86_64-3.3/mmap.cpython-33.so
  961. building 'syslog' extension
  962. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/syslogmodule.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/syslogmodule.o
  963. x86_64-pc-linux-gnu-gcc -pthread -shared -L/home/canassa/gentoo/usr/lib -Wl,-rpath=/home/canassa/gentoo/usr/lib -L/home/canassa/gentoo/lib -Wl,-rpath=/home/canassa/gentoo/lib -L/home/canassa/gentoo/tmp/usr/lib -Wl,-rpath=/home/canassa/gentoo/tmp/usr/lib -L. -L/home/canassa/gentoo/lib -L/home/canassa/gentoo/usr/lib -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/syslogmodule.o -L. -L/home/canassa/gentoo/tmp/usr/lib -L/home/canassa/gentoo/usr/lib -lpython3.3 -o build/lib.linux-x86_64-3.3/syslog.cpython-33.so
  964. building 'audioop' extension
  965. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/audioop.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/audioop.o
  966. x86_64-pc-linux-gnu-gcc -pthread -shared -L/home/canassa/gentoo/usr/lib -Wl,-rpath=/home/canassa/gentoo/usr/lib -L/home/canassa/gentoo/lib -Wl,-rpath=/home/canassa/gentoo/lib -L/home/canassa/gentoo/tmp/usr/lib -Wl,-rpath=/home/canassa/gentoo/tmp/usr/lib -L. -L/home/canassa/gentoo/lib -L/home/canassa/gentoo/usr/lib -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/audioop.o -L. -L/home/canassa/gentoo/tmp/usr/lib -L/home/canassa/gentoo/usr/lib -lpython3.3 -o build/lib.linux-x86_64-3.3/audioop.cpython-33.so
  967. building '_crypt' extension
  968. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_cryptmodule.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_cryptmodule.o
  969. x86_64-pc-linux-gnu-gcc -pthread -shared -L/home/canassa/gentoo/usr/lib -Wl,-rpath=/home/canassa/gentoo/usr/lib -L/home/canassa/gentoo/lib -Wl,-rpath=/home/canassa/gentoo/lib -L/home/canassa/gentoo/tmp/usr/lib -Wl,-rpath=/home/canassa/gentoo/tmp/usr/lib -L. -L/home/canassa/gentoo/lib -L/home/canassa/gentoo/usr/lib -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_cryptmodule.o -L. -L/home/canassa/gentoo/tmp/usr/lib -L/home/canassa/gentoo/usr/lib -lpython3.3 -o build/lib.linux-x86_64-3.3/_crypt.cpython-33.so
  970. *** WARNING: renaming "_crypt" since importing it failed: build/lib.linux-x86_64-3.3/_crypt.cpython-33.so: undefined symbol: crypt
  971. building '_csv' extension
  972. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_csv.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_csv.o
  973. x86_64-pc-linux-gnu-gcc -pthread -shared -L/home/canassa/gentoo/usr/lib -Wl,-rpath=/home/canassa/gentoo/usr/lib -L/home/canassa/gentoo/lib -Wl,-rpath=/home/canassa/gentoo/lib -L/home/canassa/gentoo/tmp/usr/lib -Wl,-rpath=/home/canassa/gentoo/tmp/usr/lib -L. -L/home/canassa/gentoo/lib -L/home/canassa/gentoo/usr/lib -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_csv.o -L. -L/home/canassa/gentoo/tmp/usr/lib -L/home/canassa/gentoo/usr/lib -lpython3.3 -o build/lib.linux-x86_64-3.3/_csv.cpython-33.so
  974. building '_posixsubprocess' extension
  975. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_posixsubprocess.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_posixsubprocess.o
  976. x86_64-pc-linux-gnu-gcc -pthread -shared -L/home/canassa/gentoo/usr/lib -Wl,-rpath=/home/canassa/gentoo/usr/lib -L/home/canassa/gentoo/lib -Wl,-rpath=/home/canassa/gentoo/lib -L/home/canassa/gentoo/tmp/usr/lib -Wl,-rpath=/home/canassa/gentoo/tmp/usr/lib -L. -L/home/canassa/gentoo/lib -L/home/canassa/gentoo/usr/lib -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_posixsubprocess.o -L. -L/home/canassa/gentoo/tmp/usr/lib -L/home/canassa/gentoo/usr/lib -lpython3.3 -o build/lib.linux-x86_64-3.3/_posixsubprocess.cpython-33.so
  977. building '_socket' extension
  978. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/socketmodule.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/socketmodule.o
  979. x86_64-pc-linux-gnu-gcc -pthread -shared -L/home/canassa/gentoo/usr/lib -Wl,-rpath=/home/canassa/gentoo/usr/lib -L/home/canassa/gentoo/lib -Wl,-rpath=/home/canassa/gentoo/lib -L/home/canassa/gentoo/tmp/usr/lib -Wl,-rpath=/home/canassa/gentoo/tmp/usr/lib -L. -L/home/canassa/gentoo/lib -L/home/canassa/gentoo/usr/lib -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/socketmodule.o -L. -L/home/canassa/gentoo/tmp/usr/lib -L/home/canassa/gentoo/usr/lib -lpython3.3 -o build/lib.linux-x86_64-3.3/_socket.cpython-33.so
  980. building '_sha256' extension
  981. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/sha256module.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/sha256module.o
  982. x86_64-pc-linux-gnu-gcc -pthread -shared -L/home/canassa/gentoo/usr/lib -Wl,-rpath=/home/canassa/gentoo/usr/lib -L/home/canassa/gentoo/lib -Wl,-rpath=/home/canassa/gentoo/lib -L/home/canassa/gentoo/tmp/usr/lib -Wl,-rpath=/home/canassa/gentoo/tmp/usr/lib -L. -L/home/canassa/gentoo/lib -L/home/canassa/gentoo/usr/lib -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/sha256module.o -L. -L/home/canassa/gentoo/tmp/usr/lib -L/home/canassa/gentoo/usr/lib -lpython3.3 -o build/lib.linux-x86_64-3.3/_sha256.cpython-33.so
  983. building '_sha512' extension
  984. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/sha512module.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/sha512module.o
  985. x86_64-pc-linux-gnu-gcc -pthread -shared -L/home/canassa/gentoo/usr/lib -Wl,-rpath=/home/canassa/gentoo/usr/lib -L/home/canassa/gentoo/lib -Wl,-rpath=/home/canassa/gentoo/lib -L/home/canassa/gentoo/tmp/usr/lib -Wl,-rpath=/home/canassa/gentoo/tmp/usr/lib -L. -L/home/canassa/gentoo/lib -L/home/canassa/gentoo/usr/lib -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/sha512module.o -L. -L/home/canassa/gentoo/tmp/usr/lib -L/home/canassa/gentoo/usr/lib -lpython3.3 -o build/lib.linux-x86_64-3.3/_sha512.cpython-33.so
  986. building '_md5' extension
  987. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/md5module.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/md5module.o
  988. x86_64-pc-linux-gnu-gcc -pthread -shared -L/home/canassa/gentoo/usr/lib -Wl,-rpath=/home/canassa/gentoo/usr/lib -L/home/canassa/gentoo/lib -Wl,-rpath=/home/canassa/gentoo/lib -L/home/canassa/gentoo/tmp/usr/lib -Wl,-rpath=/home/canassa/gentoo/tmp/usr/lib -L. -L/home/canassa/gentoo/lib -L/home/canassa/gentoo/usr/lib -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/md5module.o -L. -L/home/canassa/gentoo/tmp/usr/lib -L/home/canassa/gentoo/usr/lib -lpython3.3 -o build/lib.linux-x86_64-3.3/_md5.cpython-33.so
  989. building '_sha1' extension
  990. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/sha1module.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/sha1module.o
  991. x86_64-pc-linux-gnu-gcc -pthread -shared -L/home/canassa/gentoo/usr/lib -Wl,-rpath=/home/canassa/gentoo/usr/lib -L/home/canassa/gentoo/lib -Wl,-rpath=/home/canassa/gentoo/lib -L/home/canassa/gentoo/tmp/usr/lib -Wl,-rpath=/home/canassa/gentoo/tmp/usr/lib -L. -L/home/canassa/gentoo/lib -L/home/canassa/gentoo/usr/lib -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/sha1module.o -L. -L/home/canassa/gentoo/tmp/usr/lib -L/home/canassa/gentoo/usr/lib -lpython3.3 -o build/lib.linux-x86_64-3.3/_sha1.cpython-33.so
  992. building 'termios' extension
  993. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/termios.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/termios.o
  994. x86_64-pc-linux-gnu-gcc -pthread -shared -L/home/canassa/gentoo/usr/lib -Wl,-rpath=/home/canassa/gentoo/usr/lib -L/home/canassa/gentoo/lib -Wl,-rpath=/home/canassa/gentoo/lib -L/home/canassa/gentoo/tmp/usr/lib -Wl,-rpath=/home/canassa/gentoo/tmp/usr/lib -L. -L/home/canassa/gentoo/lib -L/home/canassa/gentoo/usr/lib -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/termios.o -L. -L/home/canassa/gentoo/tmp/usr/lib -L/home/canassa/gentoo/usr/lib -lpython3.3 -o build/lib.linux-x86_64-3.3/termios.cpython-33.so
  995. building 'resource' extension
  996. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/resource.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/resource.o
  997. x86_64-pc-linux-gnu-gcc -pthread -shared -L/home/canassa/gentoo/usr/lib -Wl,-rpath=/home/canassa/gentoo/usr/lib -L/home/canassa/gentoo/lib -Wl,-rpath=/home/canassa/gentoo/lib -L/home/canassa/gentoo/tmp/usr/lib -Wl,-rpath=/home/canassa/gentoo/tmp/usr/lib -L. -L/home/canassa/gentoo/lib -L/home/canassa/gentoo/usr/lib -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/resource.o -L. -L/home/canassa/gentoo/tmp/usr/lib -L/home/canassa/gentoo/usr/lib -lpython3.3 -o build/lib.linux-x86_64-3.3/resource.cpython-33.so
  998. building 'nis' extension
  999. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/nismodule.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/nismodule.o
  1000. x86_64-pc-linux-gnu-gcc -pthread -shared -L/home/canassa/gentoo/usr/lib -Wl,-rpath=/home/canassa/gentoo/usr/lib -L/home/canassa/gentoo/lib -Wl,-rpath=/home/canassa/gentoo/lib -L/home/canassa/gentoo/tmp/usr/lib -Wl,-rpath=/home/canassa/gentoo/tmp/usr/lib -L. -L/home/canassa/gentoo/lib -L/home/canassa/gentoo/usr/lib -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/nismodule.o -L. -L/home/canassa/gentoo/tmp/usr/lib -L/home/canassa/gentoo/usr/lib -lpython3.3 -o build/lib.linux-x86_64-3.3/nis.cpython-33.so
  1001. *** WARNING: renaming "nis" since importing it failed: build/lib.linux-x86_64-3.3/nis.cpython-33.so: undefined symbol: yp_master
  1002. building '_curses' extension
  1003. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_cursesmodule.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_cursesmodule.o
  1004. x86_64-pc-linux-gnu-gcc -pthread -shared -L/home/canassa/gentoo/usr/lib -Wl,-rpath=/home/canassa/gentoo/usr/lib -L/home/canassa/gentoo/lib -Wl,-rpath=/home/canassa/gentoo/lib -L/home/canassa/gentoo/tmp/usr/lib -Wl,-rpath=/home/canassa/gentoo/tmp/usr/lib -L. -L/home/canassa/gentoo/lib -L/home/canassa/gentoo/usr/lib -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_cursesmodule.o -L. -L/home/canassa/gentoo/tmp/usr/lib -L/home/canassa/gentoo/usr/lib -lncurses -lpython3.3 -o build/lib.linux-x86_64-3.3/_curses.cpython-33.so
  1005. building '_curses_panel' extension
  1006. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_curses_panel.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_curses_panel.o
  1007. x86_64-pc-linux-gnu-gcc -pthread -shared -L/home/canassa/gentoo/usr/lib -Wl,-rpath=/home/canassa/gentoo/usr/lib -L/home/canassa/gentoo/lib -Wl,-rpath=/home/canassa/gentoo/lib -L/home/canassa/gentoo/tmp/usr/lib -Wl,-rpath=/home/canassa/gentoo/tmp/usr/lib -L. -L/home/canassa/gentoo/lib -L/home/canassa/gentoo/usr/lib -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_curses_panel.o -L. -L/home/canassa/gentoo/tmp/usr/lib -L/home/canassa/gentoo/usr/lib -lpanel -lncurses -lpython3.3 -o build/lib.linux-x86_64-3.3/_curses_panel.cpython-33.so
  1008. building 'zlib' extension
  1009. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/zlibmodule.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/zlibmodule.o
  1010. x86_64-pc-linux-gnu-gcc -pthread -shared -L/home/canassa/gentoo/usr/lib -Wl,-rpath=/home/canassa/gentoo/usr/lib -L/home/canassa/gentoo/lib -Wl,-rpath=/home/canassa/gentoo/lib -L/home/canassa/gentoo/tmp/usr/lib -Wl,-rpath=/home/canassa/gentoo/tmp/usr/lib -L. -L/home/canassa/gentoo/lib -L/home/canassa/gentoo/usr/lib -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/zlibmodule.o -L. -L/home/canassa/gentoo/tmp/usr/lib -L/home/canassa/gentoo/usr/lib -lz -lpython3.3 -o build/lib.linux-x86_64-3.3/zlib.cpython-33.so
  1011. building 'binascii' extension
  1012. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/binascii.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/binascii.o -DUSE_ZLIB_CRC32
  1013. x86_64-pc-linux-gnu-gcc -pthread -shared -L/home/canassa/gentoo/usr/lib -Wl,-rpath=/home/canassa/gentoo/usr/lib -L/home/canassa/gentoo/lib -Wl,-rpath=/home/canassa/gentoo/lib -L/home/canassa/gentoo/tmp/usr/lib -Wl,-rpath=/home/canassa/gentoo/tmp/usr/lib -L. -L/home/canassa/gentoo/lib -L/home/canassa/gentoo/usr/lib -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/binascii.o -L. -L/home/canassa/gentoo/tmp/usr/lib -L/home/canassa/gentoo/usr/lib -lz -lpython3.3 -o build/lib.linux-x86_64-3.3/binascii.cpython-33.so
  1014. building '_bz2' extension
  1015. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_bz2module.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_bz2module.o
  1016. x86_64-pc-linux-gnu-gcc -pthread -shared -L/home/canassa/gentoo/usr/lib -Wl,-rpath=/home/canassa/gentoo/usr/lib -L/home/canassa/gentoo/lib -Wl,-rpath=/home/canassa/gentoo/lib -L/home/canassa/gentoo/tmp/usr/lib -Wl,-rpath=/home/canassa/gentoo/tmp/usr/lib -L. -L/home/canassa/gentoo/lib -L/home/canassa/gentoo/usr/lib -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_bz2module.o -L. -L/home/canassa/gentoo/tmp/usr/lib -L/home/canassa/gentoo/usr/lib -lbz2 -lpython3.3 -o build/lib.linux-x86_64-3.3/_bz2.cpython-33.so
  1017. building '_lzma' extension
  1018. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_lzmamodule.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_lzmamodule.o
  1019. x86_64-pc-linux-gnu-gcc -pthread -shared -L/home/canassa/gentoo/usr/lib -Wl,-rpath=/home/canassa/gentoo/usr/lib -L/home/canassa/gentoo/lib -Wl,-rpath=/home/canassa/gentoo/lib -L/home/canassa/gentoo/tmp/usr/lib -Wl,-rpath=/home/canassa/gentoo/tmp/usr/lib -L. -L/home/canassa/gentoo/lib -L/home/canassa/gentoo/usr/lib -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_lzmamodule.o -L. -L/home/canassa/gentoo/tmp/usr/lib -L/home/canassa/gentoo/usr/lib -llzma -lpython3.3 -o build/lib.linux-x86_64-3.3/_lzma.cpython-33.so
  1020. building 'pyexpat' extension
  1021. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/pyexpat.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/pyexpat.o
  1022. x86_64-pc-linux-gnu-gcc -pthread -shared -L/home/canassa/gentoo/usr/lib -Wl,-rpath=/home/canassa/gentoo/usr/lib -L/home/canassa/gentoo/lib -Wl,-rpath=/home/canassa/gentoo/lib -L/home/canassa/gentoo/tmp/usr/lib -Wl,-rpath=/home/canassa/gentoo/tmp/usr/lib -L. -L/home/canassa/gentoo/lib -L/home/canassa/gentoo/usr/lib -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/pyexpat.o -L. -L/home/canassa/gentoo/tmp/usr/lib -L/home/canassa/gentoo/usr/lib -lexpat -lpython3.3 -o build/lib.linux-x86_64-3.3/pyexpat.cpython-33.so
  1023. building '_elementtree' extension
  1024. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -DUSE_PYEXPAT_CAPI -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_elementtree.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_elementtree.o
  1025. x86_64-pc-linux-gnu-gcc -pthread -shared -L/home/canassa/gentoo/usr/lib -Wl,-rpath=/home/canassa/gentoo/usr/lib -L/home/canassa/gentoo/lib -Wl,-rpath=/home/canassa/gentoo/lib -L/home/canassa/gentoo/tmp/usr/lib -Wl,-rpath=/home/canassa/gentoo/tmp/usr/lib -L. -L/home/canassa/gentoo/lib -L/home/canassa/gentoo/usr/lib -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_elementtree.o -L. -L/home/canassa/gentoo/tmp/usr/lib -L/home/canassa/gentoo/usr/lib -lexpat -lpython3.3 -o build/lib.linux-x86_64-3.3/_elementtree.cpython-33.so
  1026. building '_multibytecodec' extension
  1027. creating build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/cjkcodecs
  1028. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/cjkcodecs/multibytecodec.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/cjkcodecs/multibytecodec.o
  1029. x86_64-pc-linux-gnu-gcc -pthread -shared -L/home/canassa/gentoo/usr/lib -Wl,-rpath=/home/canassa/gentoo/usr/lib -L/home/canassa/gentoo/lib -Wl,-rpath=/home/canassa/gentoo/lib -L/home/canassa/gentoo/tmp/usr/lib -Wl,-rpath=/home/canassa/gentoo/tmp/usr/lib -L. -L/home/canassa/gentoo/lib -L/home/canassa/gentoo/usr/lib -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/cjkcodecs/multibytecodec.o -L. -L/home/canassa/gentoo/tmp/usr/lib -L/home/canassa/gentoo/usr/lib -lpython3.3 -o build/lib.linux-x86_64-3.3/_multibytecodec.cpython-33.so
  1030. building '_codecs_kr' extension
  1031. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/cjkcodecs/_codecs_kr.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/cjkcodecs/_codecs_kr.o
  1032. x86_64-pc-linux-gnu-gcc -pthread -shared -L/home/canassa/gentoo/usr/lib -Wl,-rpath=/home/canassa/gentoo/usr/lib -L/home/canassa/gentoo/lib -Wl,-rpath=/home/canassa/gentoo/lib -L/home/canassa/gentoo/tmp/usr/lib -Wl,-rpath=/home/canassa/gentoo/tmp/usr/lib -L. -L/home/canassa/gentoo/lib -L/home/canassa/gentoo/usr/lib -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/cjkcodecs/_codecs_kr.o -L. -L/home/canassa/gentoo/tmp/usr/lib -L/home/canassa/gentoo/usr/lib -lpython3.3 -o build/lib.linux-x86_64-3.3/_codecs_kr.cpython-33.so
  1033. building '_codecs_jp' extension
  1034. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/cjkcodecs/_codecs_jp.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/cjkcodecs/_codecs_jp.o
  1035. x86_64-pc-linux-gnu-gcc -pthread -shared -L/home/canassa/gentoo/usr/lib -Wl,-rpath=/home/canassa/gentoo/usr/lib -L/home/canassa/gentoo/lib -Wl,-rpath=/home/canassa/gentoo/lib -L/home/canassa/gentoo/tmp/usr/lib -Wl,-rpath=/home/canassa/gentoo/tmp/usr/lib -L. -L/home/canassa/gentoo/lib -L/home/canassa/gentoo/usr/lib -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/cjkcodecs/_codecs_jp.o -L. -L/home/canassa/gentoo/tmp/usr/lib -L/home/canassa/gentoo/usr/lib -lpython3.3 -o build/lib.linux-x86_64-3.3/_codecs_jp.cpython-33.so
  1036. building '_codecs_cn' extension
  1037. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/cjkcodecs/_codecs_cn.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/cjkcodecs/_codecs_cn.o
  1038. x86_64-pc-linux-gnu-gcc -pthread -shared -L/home/canassa/gentoo/usr/lib -Wl,-rpath=/home/canassa/gentoo/usr/lib -L/home/canassa/gentoo/lib -Wl,-rpath=/home/canassa/gentoo/lib -L/home/canassa/gentoo/tmp/usr/lib -Wl,-rpath=/home/canassa/gentoo/tmp/usr/lib -L. -L/home/canassa/gentoo/lib -L/home/canassa/gentoo/usr/lib -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/cjkcodecs/_codecs_cn.o -L. -L/home/canassa/gentoo/tmp/usr/lib -L/home/canassa/gentoo/usr/lib -lpython3.3 -o build/lib.linux-x86_64-3.3/_codecs_cn.cpython-33.so
  1039. building '_codecs_tw' extension
  1040. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/cjkcodecs/_codecs_tw.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/cjkcodecs/_codecs_tw.o
  1041. x86_64-pc-linux-gnu-gcc -pthread -shared -L/home/canassa/gentoo/usr/lib -Wl,-rpath=/home/canassa/gentoo/usr/lib -L/home/canassa/gentoo/lib -Wl,-rpath=/home/canassa/gentoo/lib -L/home/canassa/gentoo/tmp/usr/lib -Wl,-rpath=/home/canassa/gentoo/tmp/usr/lib -L. -L/home/canassa/gentoo/lib -L/home/canassa/gentoo/usr/lib -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/cjkcodecs/_codecs_tw.o -L. -L/home/canassa/gentoo/tmp/usr/lib -L/home/canassa/gentoo/usr/lib -lpython3.3 -o build/lib.linux-x86_64-3.3/_codecs_tw.cpython-33.so
  1042. building '_codecs_hk' extension
  1043. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/cjkcodecs/_codecs_hk.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/cjkcodecs/_codecs_hk.o
  1044. x86_64-pc-linux-gnu-gcc -pthread -shared -L/home/canassa/gentoo/usr/lib -Wl,-rpath=/home/canassa/gentoo/usr/lib -L/home/canassa/gentoo/lib -Wl,-rpath=/home/canassa/gentoo/lib -L/home/canassa/gentoo/tmp/usr/lib -Wl,-rpath=/home/canassa/gentoo/tmp/usr/lib -L. -L/home/canassa/gentoo/lib -L/home/canassa/gentoo/usr/lib -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/cjkcodecs/_codecs_hk.o -L. -L/home/canassa/gentoo/tmp/usr/lib -L/home/canassa/gentoo/usr/lib -lpython3.3 -o build/lib.linux-x86_64-3.3/_codecs_hk.cpython-33.so
  1045. building '_codecs_iso2022' extension
  1046. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/cjkcodecs/_codecs_iso2022.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/cjkcodecs/_codecs_iso2022.o
  1047. x86_64-pc-linux-gnu-gcc -pthread -shared -L/home/canassa/gentoo/usr/lib -Wl,-rpath=/home/canassa/gentoo/usr/lib -L/home/canassa/gentoo/lib -Wl,-rpath=/home/canassa/gentoo/lib -L/home/canassa/gentoo/tmp/usr/lib -Wl,-rpath=/home/canassa/gentoo/tmp/usr/lib -L. -L/home/canassa/gentoo/lib -L/home/canassa/gentoo/usr/lib -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/cjkcodecs/_codecs_iso2022.o -L. -L/home/canassa/gentoo/tmp/usr/lib -L/home/canassa/gentoo/usr/lib -lpython3.3 -o build/lib.linux-x86_64-3.3/_codecs_iso2022.cpython-33.so
  1048. building '_decimal' extension
  1049. creating build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal
  1050. creating build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/libmpdec
  1051. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -DCONFIG_64=1 -DASM=1 -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/libmpdec -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/_decimal.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/_decimal.o -Wextra -Wno-missing-field-initializers
  1052. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -DCONFIG_64=1 -DASM=1 -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/libmpdec -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/libmpdec/basearith.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/libmpdec/basearith.o -Wextra -Wno-missing-field-initializers
  1053. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -DCONFIG_64=1 -DASM=1 -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/libmpdec -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/libmpdec/constants.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/libmpdec/constants.o -Wextra -Wno-missing-field-initializers
  1054. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -DCONFIG_64=1 -DASM=1 -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/libmpdec -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/libmpdec/context.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/libmpdec/context.o -Wextra -Wno-missing-field-initializers
  1055. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -DCONFIG_64=1 -DASM=1 -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/libmpdec -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/libmpdec/convolute.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/libmpdec/convolute.o -Wextra -Wno-missing-field-initializers
  1056. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -DCONFIG_64=1 -DASM=1 -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/libmpdec -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/libmpdec/crt.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/libmpdec/crt.o -Wextra -Wno-missing-field-initializers
  1057. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -DCONFIG_64=1 -DASM=1 -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/libmpdec -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/libmpdec/difradix2.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/libmpdec/difradix2.o -Wextra -Wno-missing-field-initializers
  1058. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -DCONFIG_64=1 -DASM=1 -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/libmpdec -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/libmpdec/fnt.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/libmpdec/fnt.o -Wextra -Wno-missing-field-initializers
  1059. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -DCONFIG_64=1 -DASM=1 -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/libmpdec -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/libmpdec/fourstep.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/libmpdec/fourstep.o -Wextra -Wno-missing-field-initializers
  1060. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -DCONFIG_64=1 -DASM=1 -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/libmpdec -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/libmpdec/io.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/libmpdec/io.o -Wextra -Wno-missing-field-initializers
  1061. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -DCONFIG_64=1 -DASM=1 -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/libmpdec -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/libmpdec/memory.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/libmpdec/memory.o -Wextra -Wno-missing-field-initializers
  1062. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -DCONFIG_64=1 -DASM=1 -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/libmpdec -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/libmpdec/mpdecimal.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/libmpdec/mpdecimal.o -Wextra -Wno-missing-field-initializers
  1063. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -DCONFIG_64=1 -DASM=1 -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/libmpdec -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/libmpdec/numbertheory.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/libmpdec/numbertheory.o -Wextra -Wno-missing-field-initializers
  1064. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -DCONFIG_64=1 -DASM=1 -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/libmpdec -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/libmpdec/sixstep.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/libmpdec/sixstep.o -Wextra -Wno-missing-field-initializers
  1065. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -DCONFIG_64=1 -DASM=1 -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/libmpdec -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/libmpdec/transpose.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/libmpdec/transpose.o -Wextra -Wno-missing-field-initializers
  1066. x86_64-pc-linux-gnu-gcc -pthread -shared -L/home/canassa/gentoo/usr/lib -Wl,-rpath=/home/canassa/gentoo/usr/lib -L/home/canassa/gentoo/lib -Wl,-rpath=/home/canassa/gentoo/lib -L/home/canassa/gentoo/tmp/usr/lib -Wl,-rpath=/home/canassa/gentoo/tmp/usr/lib -L. -L/home/canassa/gentoo/lib -L/home/canassa/gentoo/usr/lib -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/_decimal.o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/libmpdec/basearith.o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/libmpdec/constants.o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/libmpdec/context.o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/libmpdec/convolute.o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/libmpdec/crt.o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/libmpdec/difradix2.o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/libmpdec/fnt.o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/libmpdec/fourstep.o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/libmpdec/io.o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/libmpdec/memory.o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/libmpdec/mpdecimal.o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/libmpdec/numbertheory.o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/libmpdec/sixstep.o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/libmpdec/transpose.o -L. -L/home/canassa/gentoo/tmp/usr/lib -L/home/canassa/gentoo/usr/lib -lpython3.3 -o build/lib.linux-x86_64-3.3/_decimal.cpython-33.so
  1067. /home/canassa/gentoo/usr/lib/gcc/x86_64-pc-linux-gnu/4.2.4/../../../../x86_64-pc-linux-gnu/bin/ld: build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/libmpdec/mpdecimal.o: warning: relocation against `mprime_rdx' in readonly section `.text'.
  1068. /home/canassa/gentoo/usr/lib/gcc/x86_64-pc-linux-gnu/4.2.4/../../../../x86_64-pc-linux-gnu/bin/ld: build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_decimal/libmpdec/basearith.o: relocation R_X86_64_PC32 against symbol `mprime_rdx' can not be used when making a shared object; recompile with -fPIC
  1069. /home/canassa/gentoo/usr/lib/gcc/x86_64-pc-linux-gnu/4.2.4/../../../../x86_64-pc-linux-gnu/bin/ld: final link failed: Bad value
  1070. collect2: ld returned 1 exit status
  1071. building '_multiprocessing' extension
  1072. creating build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_multiprocessing
  1073. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -IModules/_multiprocessing -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_multiprocessing/multiprocessing.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_multiprocessing/multiprocessing.o
  1074. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -IModules/_multiprocessing -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_multiprocessing/semaphore.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_multiprocessing/semaphore.o
  1075. x86_64-pc-linux-gnu-gcc -pthread -shared -L/home/canassa/gentoo/usr/lib -Wl,-rpath=/home/canassa/gentoo/usr/lib -L/home/canassa/gentoo/lib -Wl,-rpath=/home/canassa/gentoo/lib -L/home/canassa/gentoo/tmp/usr/lib -Wl,-rpath=/home/canassa/gentoo/tmp/usr/lib -L. -L/home/canassa/gentoo/lib -L/home/canassa/gentoo/usr/lib -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_multiprocessing/multiprocessing.o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_multiprocessing/semaphore.o -L. -L/home/canassa/gentoo/tmp/usr/lib -L/home/canassa/gentoo/usr/lib -lpython3.3 -o build/lib.linux-x86_64-3.3/_multiprocessing.cpython-33.so
  1076. building 'ossaudiodev' extension
  1077. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/ossaudiodev.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/ossaudiodev.o
  1078. x86_64-pc-linux-gnu-gcc -pthread -shared -L/home/canassa/gentoo/usr/lib -Wl,-rpath=/home/canassa/gentoo/usr/lib -L/home/canassa/gentoo/lib -Wl,-rpath=/home/canassa/gentoo/lib -L/home/canassa/gentoo/tmp/usr/lib -Wl,-rpath=/home/canassa/gentoo/tmp/usr/lib -L. -L/home/canassa/gentoo/lib -L/home/canassa/gentoo/usr/lib -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/ossaudiodev.o -L. -L/home/canassa/gentoo/tmp/usr/lib -L/home/canassa/gentoo/usr/lib -lpython3.3 -o build/lib.linux-x86_64-3.3/ossaudiodev.cpython-33.so
  1079. building 'xxlimited' extension
  1080. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -DPy_LIMITED_API=1 -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/xxlimited.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/xxlimited.o
  1081. x86_64-pc-linux-gnu-gcc -pthread -shared -L/home/canassa/gentoo/usr/lib -Wl,-rpath=/home/canassa/gentoo/usr/lib -L/home/canassa/gentoo/lib -Wl,-rpath=/home/canassa/gentoo/lib -L/home/canassa/gentoo/tmp/usr/lib -Wl,-rpath=/home/canassa/gentoo/tmp/usr/lib -L. -L/home/canassa/gentoo/lib -L/home/canassa/gentoo/usr/lib -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/xxlimited.o -L. -L/home/canassa/gentoo/tmp/usr/lib -L/home/canassa/gentoo/usr/lib -lpython3.3 -o build/lib.linux-x86_64-3.3/xxlimited.cpython-33.so
  1082. building '_ctypes' extension
  1083. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I/home/canassa/gentoo/usr/lib/libffi-3.0.13/include -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_ctypes/_ctypes.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_ctypes/_ctypes.o
  1084. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I/home/canassa/gentoo/usr/lib/libffi-3.0.13/include -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_ctypes/callbacks.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_ctypes/callbacks.o
  1085. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I/home/canassa/gentoo/usr/lib/libffi-3.0.13/include -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_ctypes/callproc.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_ctypes/callproc.o
  1086. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I/home/canassa/gentoo/usr/lib/libffi-3.0.13/include -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_ctypes/stgdict.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_ctypes/stgdict.o
  1087. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv -I/home/canassa/gentoo/usr/lib/libffi-3.0.13/include -IInclude -I. -I/home/canassa/gentoo/usr/include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Include -I/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu -c /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_ctypes/cfield.c -o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_ctypes/cfield.o
  1088. x86_64-pc-linux-gnu-gcc -pthread -shared -L/home/canassa/gentoo/usr/lib -Wl,-rpath=/home/canassa/gentoo/usr/lib -L/home/canassa/gentoo/lib -Wl,-rpath=/home/canassa/gentoo/lib -L/home/canassa/gentoo/tmp/usr/lib -Wl,-rpath=/home/canassa/gentoo/tmp/usr/lib -L. -L/home/canassa/gentoo/lib -L/home/canassa/gentoo/usr/lib -fno-strict-aliasing -DNDEBUG -O2 -pipe -fwrapv build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_ctypes/_ctypes.o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_ctypes/callbacks.o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_ctypes/callproc.o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_ctypes/stgdict.o build/temp.linux-x86_64-3.3/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Modules/_ctypes/cfield.o -L. -L/home/canassa/gentoo/tmp/usr/lib -L/home/canassa/gentoo/usr/lib -lffi -lpython3.3 -o build/lib.linux-x86_64-3.3/_ctypes.cpython-33.so
  1089.  
  1090. Python build finished, but the necessary bits to build these modules were not found:
  1091. _dbm _gdbm _ssl
  1092. _tkinter
  1093. To find the necessary bits, look in setup.py in detect_modules() for the module's name.
  1094.  
  1095.  
  1096. Failed to build these modules:
  1097. _crypt _decimal nis
  1098.  
  1099. running build_scripts
  1100. creating build/scripts-3.3
  1101. copying and adjusting /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Tools/scripts/pydoc3 -> build/scripts-3.3
  1102. copying and adjusting /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Tools/scripts/idle3 -> build/scripts-3.3
  1103. copying and adjusting /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Tools/scripts/2to3 -> build/scripts-3.3
  1104. copying and adjusting /home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Tools/scripts/pyvenv -> build/scripts-3.3
  1105. changing mode of build/scripts-3.3/pydoc3 from 644 to 755
  1106. changing mode of build/scripts-3.3/idle3 from 644 to 755
  1107. changing mode of build/scripts-3.3/2to3 from 644 to 755
  1108. changing mode of build/scripts-3.3/pyvenv from 644 to 755
  1109. renaming build/scripts-3.3/pydoc3 to build/scripts-3.3/pydoc3.3
  1110. renaming build/scripts-3.3/idle3 to build/scripts-3.3/idle3.3
  1111. renaming build/scripts-3.3/2to3 to build/scripts-3.3/2to3-3.3
  1112. renaming build/scripts-3.3/pyvenv to build/scripts-3.3/pyvenv-3.3
  1113. Makefile:512: recipe for target 'sharedmods' failed
  1114. make: *** [sharedmods] Error 1
  1115. * ERROR: dev-lang/python-3.3.3::gentoo_prefix failed (compile phase):
  1116. * emake failed
  1117. *
  1118. * If you need support, post the output of `emerge --info '=dev-lang/python-3.3.3::gentoo_prefix'`,
  1119. * the complete build log and the output of `emerge -pqv '=dev-lang/python-3.3.3::gentoo_prefix'`.
  1120. * The complete build log is located at '/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/temp/build.log'.
  1121. * The ebuild environment file is located at '/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/temp/environment'.
  1122. * Working directory: '/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-pc-linux-gnu'
  1123. * S: '/home/canassa/gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement