Advertisement
Guest User

Untitled

a guest
Nov 26th, 2010
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 129.10 KB | None | 0 0
  1.  * Package: dev-lang/python-2.6.5-r3
  2.  * Repository: gentoo
  3.  * Maintainer: python@gentoo.org
  4.  * USE: amd64 berkdb elibc_glibc gdbm kernel_linux multilib ncurses readline sqlite ssl threads userland_GNU wide-unicode xml
  5. * "bsddb" module is out-of-date and no longer maintained inside dev-lang/python. It has
  6. * been additionally removed in Python 3. You should use external, still maintained "bsddb3"
  7. * module provided by dev-python/bsddb3 which supports both Python 2 and Python 3.
  8. >>> Unpacking source...
  9. >>> Unpacking Python-2.6.5.tar.bz2 to /var/tmp/portage/dev-lang/python-2.6.5-r3/work
  10. >>> Unpacking python-gentoo-patches-2.6.5-r5.tar.bz2 to /var/tmp/portage/dev-lang/python-2.6.5-r3/work
  11. >>> Source unpacked in /var/tmp/portage/dev-lang/python-2.6.5-r3/work
  12. >>> Preparing source in /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 ...
  13. * Applying various patches (bugfixes/updates) ...
  14. * 00_all_branch_backports.patch ...
  15.  [ ok ]
  16. * 01_all_static_library_location.patch ...
  17.  [ ok ]
  18. * 02_all_disable_modules_and_ssl.patch ...
  19.  [ ok ]
  20. * 03_all_add_portage_search_path.patch ...
  21.  [ ok ]
  22. * 04_all_libdir.patch ...
  23.  [ ok ]
  24. * 05_all_verbose_building_of_extensions.patch ...
  25.  [ ok ]
  26. * 06_all_dbm_automagic.patch ...
  27.  [ ok ]
  28. * 07_all_internal_expat.patch ...
  29.  [ ok ]
  30. * 08_all_non-zero_exit_status_on_failure.patch ...
  31.  [ ok ]
  32. * 09_all_use_external_libffi.patch ...
  33.  [ ok ]
  34. * 21_all_distutils_c++.patch ...
  35.  [ ok ]
  36. * 22_all_turkish_locale.patch ...
  37.  [ ok ]
  38. * 23_all_arm_OABI.patch ...
  39.  [ ok ]
  40. * 61_all_process_data.patch ...
  41.  [ ok ]
  42. * Done with patching
  43. * Running eautoreconf in '/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5' ...
  44. * Running aclocal ...
  45.  [ ok ]
  46. * Running autoconf ...
  47.  [ ok ]
  48. * Running autoheader ...
  49.  [ ok ]
  50. >>> Source prepared.
  51. >>> Configuring source in /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 ...
  52. * Disabled modules: _tkinter
  53. ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --with-fpectl --enable-shared --disable-ipv6 --with-threads --enable-unicode=ucs4 --infodir=${prefix}/share/info --mandir=${prefix}/share/man --with-libc= --with-system-ffi
  54. checking for --enable-universalsdk... no
  55. checking for --with-universal-archs... 32-bit
  56. checking MACHDEP... linux2
  57. checking EXTRAPLATDIR...
  58. checking machine type as reported by uname -m... x86_64
  59. checking for --without-gcc... no
  60. checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
  61. checking whether the C compiler works... yes
  62. checking for C compiler default output file name... a.out
  63. checking for suffix of executables...
  64. checking whether we are cross compiling... no
  65. checking for suffix of object files... o
  66. checking whether we are using the GNU C compiler... yes
  67. checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
  68. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
  69. checking for --with-cxx-main=<compiler>... no
  70. checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
  71. checking for grep that handles long lines and -e... /bin/grep
  72. checking for egrep... /bin/grep -E
  73. checking for ANSI C header files... yes
  74. checking for sys/types.h... yes
  75. checking for sys/stat.h... yes
  76. checking for stdlib.h... yes
  77. checking for string.h... yes
  78. checking for memory.h... yes
  79. checking for strings.h... yes
  80. checking for inttypes.h... yes
  81. checking for stdint.h... yes
  82. checking for unistd.h... yes
  83. checking minix/config.h usability... no
  84. checking minix/config.h presence... no
  85. checking for minix/config.h... no
  86. checking whether it is safe to define __EXTENSIONS__... yes
  87. checking for --with-suffix...
  88. checking for case-insensitive build directory... no
  89. checking LIBRARY... libpython$(VERSION).a
  90. checking LINKCC... $(PURIFY) $(MAINCC)
  91. checking for --enable-shared... yes
  92. checking for --enable-profiling...
  93. checking LDLIBRARY... libpython$(VERSION).so
  94. checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
  95. checking for ar... ar
  96. checking for svnversion... found
  97. checking for a BSD-compatible install... /usr/bin/install -c
  98. checking for --with-pydebug... no
  99. checking whether x86_64-pc-linux-gnu-gcc accepts -fno-strict-aliasing... yes
  100. checking whether x86_64-pc-linux-gnu-gcc accepts -OPT:Olimit=0... no
  101. checking whether x86_64-pc-linux-gnu-gcc accepts -Olimit 1500... no
  102. checking whether gcc supports ParseTuple __format__... no
  103. checking whether pthreads are available without options... no
  104. checking whether x86_64-pc-linux-gnu-gcc accepts -Kpthread... no
  105. checking whether x86_64-pc-linux-gnu-gcc accepts -Kthread... no
  106. checking whether x86_64-pc-linux-gnu-gcc accepts -pthread... yes
  107. checking whether x86_64-pc-linux-gnu-g++ also accepts flags for thread support... yes
  108. checking for ANSI C header files... (cached) yes
  109. checking asm/types.h usability... yes
  110. checking asm/types.h presence... yes
  111. checking for asm/types.h... yes
  112. checking conio.h usability... no
  113. checking conio.h presence... no
  114. checking for conio.h... no
  115. checking curses.h usability... yes
  116. checking curses.h presence... yes
  117. checking for curses.h... yes
  118. checking direct.h usability... no
  119. checking direct.h presence... no
  120. checking for direct.h... no
  121. checking dlfcn.h usability... yes
  122. checking dlfcn.h presence... yes
  123. checking for dlfcn.h... yes
  124. checking errno.h usability... yes
  125. checking errno.h presence... yes
  126. checking for errno.h... yes
  127. checking fcntl.h usability... yes
  128. checking fcntl.h presence... yes
  129. checking for fcntl.h... yes
  130. checking grp.h usability... yes
  131. checking grp.h presence... yes
  132. checking for grp.h... yes
  133. checking ieeefp.h usability... no
  134. checking ieeefp.h presence... no
  135. checking for ieeefp.h... no
  136. checking io.h usability... no
  137. checking io.h presence... no
  138. checking for io.h... no
  139. checking langinfo.h usability... yes
  140. checking langinfo.h presence... yes
  141. checking for langinfo.h... yes
  142. checking libintl.h usability... yes
  143. checking libintl.h presence... yes
  144. checking for libintl.h... yes
  145. checking ncurses.h usability... yes
  146. checking ncurses.h presence... yes
  147. checking for ncurses.h... yes
  148. checking poll.h usability... yes
  149. checking poll.h presence... yes
  150. checking for poll.h... yes
  151. checking process.h usability... no
  152. checking process.h presence... no
  153. checking for process.h... no
  154. checking pthread.h usability... yes
  155. checking pthread.h presence... yes
  156. checking for pthread.h... yes
  157. checking shadow.h usability... yes
  158. checking shadow.h presence... yes
  159. checking for shadow.h... yes
  160. checking signal.h usability... yes
  161. checking signal.h presence... yes
  162. checking for signal.h... yes
  163. checking for stdint.h... (cached) yes
  164. checking stropts.h usability... yes
  165. checking stropts.h presence... yes
  166. checking for stropts.h... yes
  167. checking termios.h usability... yes
  168. checking termios.h presence... yes
  169. checking for termios.h... yes
  170. checking thread.h usability... no
  171. checking thread.h presence... no
  172. checking for thread.h... no
  173. checking for unistd.h... (cached) yes
  174. checking utime.h usability... yes
  175. checking utime.h presence... yes
  176. checking for utime.h... yes
  177. checking sys/audioio.h usability... no
  178. checking sys/audioio.h presence... no
  179. checking for sys/audioio.h... no
  180. checking sys/bsdtty.h usability... no
  181. checking sys/bsdtty.h presence... no
  182. checking for sys/bsdtty.h... no
  183. checking sys/epoll.h usability... yes
  184. checking sys/epoll.h presence... yes
  185. checking for sys/epoll.h... yes
  186. checking sys/event.h usability... no
  187. checking sys/event.h presence... no
  188. checking for sys/event.h... no
  189. checking sys/file.h usability... yes
  190. checking sys/file.h presence... yes
  191. checking for sys/file.h... yes
  192. checking sys/loadavg.h usability... no
  193. checking sys/loadavg.h presence... no
  194. checking for sys/loadavg.h... no
  195. checking sys/lock.h usability... no
  196. checking sys/lock.h presence... no
  197. checking for sys/lock.h... no
  198. checking sys/mkdev.h usability... no
  199. checking sys/mkdev.h presence... no
  200. checking for sys/mkdev.h... no
  201. checking sys/modem.h usability... no
  202. checking sys/modem.h presence... no
  203. checking for sys/modem.h... no
  204. checking sys/param.h usability... yes
  205. checking sys/param.h presence... yes
  206. checking for sys/param.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/select.h usability... yes
  211. checking sys/select.h presence... yes
  212. checking for sys/select.h... yes
  213. checking sys/socket.h usability... yes
  214. checking sys/socket.h presence... yes
  215. checking for sys/socket.h... yes
  216. checking sys/statvfs.h usability... yes
  217. checking sys/statvfs.h presence... yes
  218. checking for sys/statvfs.h... yes
  219. checking for sys/stat.h... (cached) yes
  220. checking sys/termio.h usability... no
  221. checking sys/termio.h presence... no
  222. checking for sys/termio.h... no
  223. checking sys/time.h usability... yes
  224. checking sys/time.h presence... yes
  225. checking for sys/time.h... yes
  226. checking sys/times.h usability... yes
  227. checking sys/times.h presence... yes
  228. checking for sys/times.h... yes
  229. checking for sys/types.h... (cached) yes
  230. checking sys/un.h usability... yes
  231. checking sys/un.h presence... yes
  232. checking for sys/un.h... yes
  233. checking sys/utsname.h usability... yes
  234. checking sys/utsname.h presence... yes
  235. checking for sys/utsname.h... yes
  236. checking sys/wait.h usability... yes
  237. checking sys/wait.h presence... yes
  238. checking for sys/wait.h... yes
  239. checking pty.h usability... yes
  240. checking pty.h presence... yes
  241. checking for pty.h... yes
  242. checking libutil.h usability... no
  243. checking libutil.h presence... no
  244. checking for libutil.h... no
  245. checking sys/resource.h usability... yes
  246. checking sys/resource.h presence... yes
  247. checking for sys/resource.h... yes
  248. checking netpacket/packet.h usability... yes
  249. checking netpacket/packet.h presence... yes
  250. checking for netpacket/packet.h... yes
  251. checking sysexits.h usability... yes
  252. checking sysexits.h presence... yes
  253. checking for sysexits.h... yes
  254. checking bluetooth.h usability... no
  255. checking bluetooth.h presence... no
  256. checking for bluetooth.h... no
  257. checking bluetooth/bluetooth.h usability... yes
  258. checking bluetooth/bluetooth.h presence... yes
  259. checking for bluetooth/bluetooth.h... yes
  260. checking linux/tipc.h usability... yes
  261. checking linux/tipc.h presence... yes
  262. checking for linux/tipc.h... yes
  263. checking for dirent.h that defines DIR... yes
  264. checking for library containing opendir... none required
  265. checking whether sys/types.h defines makedev... yes
  266. checking for term.h... yes
  267. checking for linux/netlink.h... yes
  268. checking for clock_t in time.h... yes
  269. checking for makedev... yes
  270. checking Solaris LFS bug... no
  271. checking for mode_t... yes
  272. checking for off_t... yes
  273. checking for pid_t... yes
  274. checking return type of signal handlers... void
  275. checking for size_t... yes
  276. checking for uid_t in sys/types.h... yes
  277. checking for ssize_t... yes
  278. checking size of int... 4
  279. checking size of long... 8
  280. checking size of void *... 8
  281. checking size of short... 2
  282. checking size of float... 4
  283. checking size of double... 8
  284. checking size of fpos_t... 16
  285. checking size of size_t... 8
  286. checking size of pid_t... 4
  287. checking for long long support... yes
  288. checking size of long long... 8
  289. checking for long double support... yes
  290. checking size of long double... 16
  291. checking for _Bool support... yes
  292. checking size of _Bool... 1
  293. checking for uintptr_t... yes
  294. checking size of uintptr_t... 8
  295. checking size of off_t... 8
  296. checking whether to enable large file support... no
  297. checking size of time_t... 8
  298. checking for pthread_t... yes
  299. checking size of pthread_t... 8
  300. checking for --enable-toolbox-glue... no
  301. checking for --enable-framework... no
  302. checking for dyld... no
  303. checking SO... .so
  304. checking LDSHARED... $(CC) -shared
  305. checking CCSHARED... -fPIC
  306. checking LINKFORSHARED... -Xlinker -export-dynamic
  307. checking CFLAGSFORSHARED... $(CCSHARED)
  308. checking SHLIBS... $(LIBS)
  309. checking for dlopen in -ldl... yes
  310. checking for shl_load in -ldld... no
  311. checking for library containing sem_init... -lpthread
  312. checking for textdomain in -lintl... no
  313. checking for t_open in -lnsl... no
  314. checking for socket in -lsocket... no
  315. checking for --with-libs... no
  316. checking for x86_64-pc-linux-gnu-pkg-config... no
  317. checking for pkg-config... /usr/bin/pkg-config
  318. checking for --with-system-ffi... yes
  319. checking for --with-signal-module... yes
  320. checking for --with-dec-threads... no
  321. checking for --with-threads... yes
  322. checking if PTHREAD_SCOPE_SYSTEM is supported... yes
  323. checking for pthread_sigmask... yes
  324. checking if --enable-ipv6 is specified... no
  325. checking for OSX 10.5 SDK or later... no
  326. checking for --with-doc-strings... yes
  327. checking for --with-tsc... no
  328. checking for --with-pymalloc... yes
  329. checking for --with-wctype-functions... no
  330. checking for dlopen... yes
  331. checking DYNLOADFILE... dynload_shlib.o
  332. checking MACHDEP_OBJS... MACHDEP_OBJS
  333. checking for alarm... yes
  334. checking for setitimer... yes
  335. checking for getitimer... yes
  336. checking for bind_textdomain_codeset... yes
  337. checking for chown... yes
  338. checking for clock... yes
  339. checking for confstr... yes
  340. checking for ctermid... yes
  341. checking for execv... yes
  342. checking for fchmod... yes
  343. checking for fchown... yes
  344. checking for fork... yes
  345. checking for fpathconf... yes
  346. checking for ftime... yes
  347. checking for ftruncate... yes
  348. checking for gai_strerror... yes
  349. checking for getgroups... yes
  350. checking for getlogin... yes
  351. checking for getloadavg... yes
  352. checking for getpeername... yes
  353. checking for getpgid... yes
  354. checking for getpid... yes
  355. checking for getpriority... yes
  356. checking for getpwent... yes
  357. checking for getspnam... yes
  358. checking for getspent... yes
  359. checking for getsid... yes
  360. checking for getwd... yes
  361. checking for kill... yes
  362. checking for killpg... yes
  363. checking for lchmod... no
  364. checking for lchown... yes
  365. checking for lstat... yes
  366. checking for mkfifo... yes
  367. checking for mknod... yes
  368. checking for mktime... yes
  369. checking for mremap... yes
  370. checking for nice... yes
  371. checking for pathconf... yes
  372. checking for pause... yes
  373. checking for plock... no
  374. checking for poll... yes
  375. checking for pthread_init... no
  376. checking for putenv... yes
  377. checking for readlink... yes
  378. checking for realpath... yes
  379. checking for select... yes
  380. checking for setegid... yes
  381. checking for seteuid... yes
  382. checking for setgid... yes
  383. checking for setlocale... yes
  384. checking for setregid... yes
  385. checking for setreuid... yes
  386. checking for setsid... yes
  387. checking for setpgid... yes
  388. checking for setpgrp... yes
  389. checking for setuid... yes
  390. checking for setvbuf... yes
  391. checking for snprintf... yes
  392. checking for sigaction... yes
  393. checking for siginterrupt... yes
  394. checking for sigrelse... yes
  395. checking for strftime... yes
  396. checking for sysconf... yes
  397. checking for tcgetpgrp... yes
  398. checking for tcsetpgrp... yes
  399. checking for tempnam... yes
  400. checking for timegm... yes
  401. checking for times... yes
  402. checking for tmpfile... yes
  403. checking for tmpnam... yes
  404. checking for tmpnam_r... yes
  405. checking for truncate... yes
  406. checking for uname... yes
  407. checking for unsetenv... yes
  408. checking for utimes... yes
  409. checking for waitpid... yes
  410. checking for wait3... yes
  411. checking for wait4... yes
  412. checking for wcscoll... yes
  413. checking for _getpty... no
  414. checking for chroot... yes
  415. checking for link... yes
  416. checking for symlink... yes
  417. checking for fchdir... yes
  418. checking for fsync... yes
  419. checking for fdatasync... yes
  420. checking for epoll... yes
  421. checking for kqueue... no
  422. checking for ctermid_r... no
  423. checking for flock... yes
  424. checking for getpagesize... yes
  425. checking for true... true
  426. checking for inet_aton in -lc... yes
  427. checking for chflags... no
  428. checking for lchflags... no
  429. checking for inflateCopy in -lz... yes
  430. checking for hstrerror... yes
  431. checking for inet_aton... yes
  432. checking for inet_pton... yes
  433. checking for setgroups... yes
  434. checking for openpty... no
  435. checking for openpty in -lutil... yes
  436. checking for forkpty... yes
  437. checking for memmove... yes
  438. checking for fseek64... no
  439. checking for fseeko... yes
  440. checking for fstatvfs... yes
  441. checking for ftell64... no
  442. checking for ftello... yes
  443. checking for statvfs... yes
  444. checking for dup2... yes
  445. checking for getcwd... yes
  446. checking for strdup... yes
  447. checking for getpgrp... yes
  448. checking for setpgrp... (cached) yes
  449. checking for gettimeofday... yes
  450. checking for major... yes
  451. checking for getaddrinfo... yes
  452. checking getaddrinfo bug... good
  453. checking for getnameinfo... yes
  454. checking whether time.h and sys/time.h may both be included... yes
  455. checking whether struct tm is in sys/time.h or time.h... time.h
  456. checking for struct tm.tm_zone... yes
  457. checking for struct stat.st_rdev... yes
  458. checking for struct stat.st_blksize... yes
  459. checking for struct stat.st_flags... no
  460. checking for struct stat.st_gen... no
  461. checking for struct stat.st_birthtime... no
  462. checking for struct stat.st_blocks... yes
  463. checking for time.h that defines altzone... no
  464. checking whether sys/select.h and sys/time.h may both be included... yes
  465. checking for addrinfo... yes
  466. checking for sockaddr_storage... yes
  467. checking whether char is unsigned... no
  468. checking for an ANSI C-conforming const... yes
  469. checking for working volatile... yes
  470. checking for working signed char... yes
  471. checking for prototypes... yes
  472. checking for variable length prototypes and stdarg.h... yes
  473. checking for socketpair... yes
  474. checking if sockaddr has sa_len member... no
  475. checking whether va_list is an array... yes
  476. checking for gethostbyname_r... yes
  477. checking gethostbyname_r with 6 args... yes
  478. checking for __fpu_control... yes
  479. checking for --with-fpectl... yes
  480. checking for --with-libm=STRING... default LIBM="-lm"
  481. checking for --with-libc=STRING... set LIBC=""
  482. checking for x87-style double rounding... no
  483. checking whether tanh preserves the sign of zero... yes
  484. checking for acosh... yes
  485. checking for asinh... yes
  486. checking for atanh... yes
  487. checking for copysign... yes
  488. checking for expm1... yes
  489. checking for finite... yes
  490. checking for hypot... yes
  491. checking for log1p... yes
  492. checking whether isinf is declared... yes
  493. checking whether isnan is declared... yes
  494. checking whether isfinite is declared... yes
  495. checking wchar.h usability... yes
  496. checking wchar.h presence... yes
  497. checking for wchar.h... yes
  498. checking size of wchar_t... 4
  499. checking for UCS-4 tcl... no
  500. checking whether wchar_t is signed... yes
  501. checking what type to use for unicode... no type found
  502. checking whether byte ordering is bigendian... no
  503. checking whether right shift extends the sign bit... yes
  504. checking for getc_unlocked() and friends... yes
  505. checking how to link readline libs... -lreadline
  506. checking for rl_callback_handler_install in -lreadline... yes
  507. checking for rl_pre_input_hook in -lreadline... yes
  508. checking for rl_completion_display_matches_hook in -lreadline... yes
  509. checking for rl_completion_matches in -lreadline... yes
  510. checking for broken nice()... yes
  511. checking for broken poll()... no
  512. checking for struct tm.tm_zone... (cached) yes
  513. checking for working tzset()... yes
  514. checking for tv_nsec in struct stat... yes
  515. checking for tv_nsec2 in struct stat... no
  516. checking whether mvwdelch is an expression... yes
  517. checking whether WINDOW has _flags... yes
  518. checking for is_term_resized... yes
  519. checking for resize_term... yes
  520. checking for resizeterm... yes
  521. checking for /dev/ptmx... yes
  522. checking for /dev/ptc... no
  523. checking for %zd printf() format support... yes
  524. checking for socklen_t... yes
  525. checking for build directories... done
  526. configure: creating ./config.status
  527. config.status: creating Makefile.pre
  528. config.status: creating Modules/Setup.config
  529. config.status: creating pyconfig.h
  530. creating Modules/Setup
  531. creating Modules/Setup.local
  532. creating Makefile
  533. >>> Source configured.
  534. >>> Compiling source in /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 ...
  535. make -j2
  536. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Modules/python.o ./Modules/python.c
  537. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/acceler.o Parser/acceler.c
  538. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/grammar1.o Parser/grammar1.c
  539. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/listnode.o Parser/listnode.c
  540. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/node.o Parser/node.c
  541. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/parser.o Parser/parser.c
  542. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/parsetok.o Parser/parsetok.c
  543. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/bitset.o Parser/bitset.c
  544. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/metagrammar.o Parser/metagrammar.c
  545. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/firstsets.o Parser/firstsets.c
  546. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/grammar.o Parser/grammar.c
  547. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/pgen.o Parser/pgen.c
  548. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/myreadline.o Parser/myreadline.c
  549. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/tokenizer.o Parser/tokenizer.c
  550. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/abstract.o Objects/abstract.c
  551. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/boolobject.o Objects/boolobject.c
  552. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/bufferobject.o Objects/bufferobject.c
  553. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/bytes_methods.o Objects/bytes_methods.c
  554. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/bytearrayobject.o Objects/bytearrayobject.c
  555. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/cellobject.o Objects/cellobject.c
  556. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/classobject.o Objects/classobject.c
  557. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/cobject.o Objects/cobject.c
  558. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/codeobject.o Objects/codeobject.c
  559. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/complexobject.o Objects/complexobject.c
  560. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/descrobject.o Objects/descrobject.c
  561. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/enumobject.o Objects/enumobject.c
  562. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/exceptions.o Objects/exceptions.c
  563. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/genobject.o Objects/genobject.c
  564. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/fileobject.o Objects/fileobject.c
  565. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/floatobject.o Objects/floatobject.c
  566. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/frameobject.o Objects/frameobject.c
  567. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/funcobject.o Objects/funcobject.c
  568. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/intobject.o Objects/intobject.c
  569. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/iterobject.o Objects/iterobject.c
  570. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/listobject.o Objects/listobject.c
  571. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/longobject.o Objects/longobject.c
  572. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/dictobject.o Objects/dictobject.c
  573. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/methodobject.o Objects/methodobject.c
  574. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/moduleobject.o Objects/moduleobject.c
  575. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/object.o Objects/object.c
  576. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/obmalloc.o Objects/obmalloc.c
  577. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/rangeobject.o Objects/rangeobject.c
  578. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/setobject.o Objects/setobject.c
  579. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/sliceobject.o Objects/sliceobject.c
  580. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/stringobject.o Objects/stringobject.c
  581. Objects/stringobject.c: In function 'string_print':
  582. Objects/stringobject.c:822: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result
  583. Objects/stringobject.c:829: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result
  584. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/structseq.o Objects/structseq.c
  585. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/tupleobject.o Objects/tupleobject.c
  586. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/typeobject.o Objects/typeobject.c
  587. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/weakrefobject.o Objects/weakrefobject.c
  588. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/unicodeobject.o Objects/unicodeobject.c
  589. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Objects/unicodectype.o Objects/unicodectype.c
  590. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/_warnings.o Python/_warnings.c
  591. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/Python-ast.o Python/Python-ast.c
  592. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/asdl.o Python/asdl.c
  593. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/ast.o Python/ast.c
  594. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/bltinmodule.o Python/bltinmodule.c
  595. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/ceval.o Python/ceval.c
  596. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/mysnprintf.o Python/mysnprintf.c
  597. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/tokenizer_pgen.o Parser/tokenizer_pgen.c
  598. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/printgrammar.o Parser/printgrammar.c
  599. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Parser/pgenmain.o Parser/pgenmain.c
  600. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/codecs.o Python/codecs.c
  601. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/errors.o Python/errors.c
  602. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/frozen.o Python/frozen.c
  603. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/frozenmain.o Python/frozenmain.c
  604. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/future.o Python/future.c
  605. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/getargs.o Python/getargs.c
  606. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/getcompiler.o Python/getcompiler.c
  607. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/getcopyright.o Python/getcopyright.c
  608. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/getmtime.o Python/getmtime.c
  609. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -DPLATFORM='"linux2"' -o Python/getplatform.o ./Python/getplatform.c
  610. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/getversion.o Python/getversion.c
  611. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/import.o Python/import.c
  612. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -I. -o Python/importdl.o ./Python/importdl.c
  613. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/marshal.o Python/marshal.c
  614. Python/marshal.c: In function 'w_string':
  615. Python/marshal.c:87: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result
  616. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/modsupport.o Python/modsupport.c
  617. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/mystrtoul.o Python/mystrtoul.c
  618. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/peephole.o Python/peephole.c
  619. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/pyarena.o Python/pyarena.c
  620. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/pyfpe.o Python/pyfpe.c
  621. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/pymath.o Python/pymath.c
  622. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/pystate.o Python/pystate.c
  623. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/pythonrun.o Python/pythonrun.c
  624. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/structmember.o Python/structmember.c
  625. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/sysmodule.o Python/sysmodule.c
  626. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/traceback.o Python/traceback.c
  627. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/getopt.o Python/getopt.c
  628. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/pystrcmp.o Python/pystrcmp.c
  629. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/pystrtod.o Python/pystrtod.c
  630. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/formatter_unicode.o Python/formatter_unicode.c
  631. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/formatter_string.o Python/formatter_string.c
  632. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/dynload_shlib.o Python/dynload_shlib.c
  633. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/thread.o Python/thread.c
  634. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Modules/config.o Modules/config.c
  635. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -DPYTHONPATH='":plat-linux2:lib-tk:lib-old"' \
  636. -DPREFIX='"/usr"' \
  637. -DEXEC_PREFIX='"/usr"' \
  638. -DVERSION='"2.6"' \
  639. -DVPATH='""' \
  640. -o Modules/getpath.o ./Modules/getpath.c
  641. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Modules/main.o Modules/main.c
  642. ./Modules/getpath.c: In function 'copy_absolute':
  643. ./Modules/getpath.c:235: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result
  644. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Modules/gcmodule.o Modules/gcmodule.c
  645. x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/threadmodule.c -o Modules/threadmodule.o
  646. x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/signalmodule.c -o Modules/signalmodule.o
  647. ./Modules/signalmodule.c: In function 'signal_handler':x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/posixmodule.c -o Modules/posixmodule.o
  648.  
  649. ./Modules/signalmodule.c:182: warning: ignoring return value of 'write', declared with attribute warn_unused_result
  650. x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/errnomodule.c -o Modules/errnomodule.o
  651. x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/pwdmodule.c -o Modules/pwdmodule.o
  652. x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/_sre.c -o Modules/_sre.o
  653. x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/_codecsmodule.c -o Modules/_codecsmodule.o
  654. x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/zipimport.c -o Modules/zipimport.o
  655. x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/symtablemodule.c -o Modules/symtablemodule.o
  656. x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/xxsubtype.c -o Modules/xxsubtype.o
  657. x86_64-pc-linux-gnu-gcc -pthread -DNDEBUG -Wl,-O1 -Wl,--as-needed -L. Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/parsetok.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Objects/obmalloc.o Python/mysnprintf.o Parser/tokenizer_pgen.o Parser/printgrammar.o Parser/pgenmain.o -lpthread -ldl -lutil -o Parser/pgen
  658. Parser/pgen ./Grammar/Grammar ./Include/graminit.h ./Python/graminit.c
  659. Parser/pgen ./Grammar/Grammar ./Include/graminit.h ./Python/graminit.c
  660. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/compile.o Python/compile.c
  661. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/symtable.o Python/symtable.c
  662. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -o Python/graminit.o Python/graminit.c
  663. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -DSVNVERSION="\"`LC_ALL=C svnversion .`\"" -o Modules/getbuildinfo.o ./Modules/getbuildinfo.c
  664. rm -f libpython2.6.a
  665. if test libpython2.6.so.1.0 != libpython2.6.so; then \
  666. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-hlibpython2.6.so.1.0 -o libpython2.6.so.1.0 Modules/getbuildinfo.o Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/parsetok.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/boolobject.o Objects/bufferobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/cellobject.o Objects/classobject.o Objects/cobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/intobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/methodobject.o Objects/moduleobject.o Objects/object.o Objects/obmalloc.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/stringobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/weakrefobject.o Objects/unicodeobject.o Objects/unicodectype.o Python/_warnings.o Python/Python-ast.o Python/asdl.o Python/ast.o Python/bltinmodule.o Python/ceval.o Python/compile.o Python/codecs.o Python/errors.o Python/frozen.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getmtime.o Python/getplatform.o Python/getversion.o Python/graminit.o Python/import.o Python/importdl.o Python/marshal.o Python/modsupport.o Python/mystrtoul.o Python/mysnprintf.o Python/peephole.o Python/pyarena.o Python/pyfpe.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/formatter_unicode.o Python/formatter_string.o Python/dynload_shlib.o Python/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/zipimport.o Modules/symtablemodule.o Modules/xxsubtype.o -lpthread -ldl -lutil -lm ; \
  667. ln -f libpython2.6.so.1.0 libpython2.6.so; \
  668. else \
  669. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -o libpython2.6.so Modules/getbuildinfo.o Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/parsetok.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/boolobject.o Objects/bufferobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/cellobject.o Objects/classobject.o Objects/cobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/intobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/methodobject.o Objects/moduleobject.o Objects/object.o Objects/obmalloc.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/stringobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/weakrefobject.o Objects/unicodeobject.o Objects/unicodectype.o Python/_warnings.o Python/Python-ast.o Python/asdl.o Python/ast.o Python/bltinmodule.o Python/ceval.o Python/compile.o Python/codecs.o Python/errors.o Python/frozen.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getmtime.o Python/getplatform.o Python/getversion.o Python/graminit.o Python/import.o Python/importdl.o Python/marshal.o Python/modsupport.o Python/mystrtoul.o Python/mysnprintf.o Python/peephole.o Python/pyarena.o Python/pyfpe.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/formatter_unicode.o Python/formatter_string.o Python/dynload_shlib.o Python/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/zipimport.o Modules/symtablemodule.o Modules/xxsubtype.o -lpthread -ldl -lutil -lm ; \
  670. fi
  671. ar cr libpython2.6.a Modules/getbuildinfo.o
  672. ar cr libpython2.6.a Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/parsetok.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Parser/myreadline.o Parser/tokenizer.o
  673. ar cr libpython2.6.a Objects/abstract.o Objects/boolobject.o Objects/bufferobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/cellobject.o Objects/classobject.o Objects/cobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/intobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/methodobject.o Objects/moduleobject.o Objects/object.o Objects/obmalloc.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/stringobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/weakrefobject.o Objects/unicodeobject.o Objects/unicodectype.o
  674. ar cr libpython2.6.a Python/_warnings.o Python/Python-ast.o Python/asdl.o Python/ast.o Python/bltinmodule.o Python/ceval.o Python/compile.o Python/codecs.o Python/errors.o Python/frozen.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getmtime.o Python/getplatform.o Python/getversion.o Python/graminit.o Python/import.o Python/importdl.o Python/marshal.o Python/modsupport.o Python/mystrtoul.o Python/mysnprintf.o Python/peephole.o Python/pyarena.o Python/pyfpe.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/formatter_unicode.o Python/formatter_string.o Python/dynload_shlib.o Python/thread.o
  675. ar cr libpython2.6.a Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.o
  676. ar cr libpython2.6.a Modules/threadmodule.o Modules/signalmodule.o Modules/posixmodule.o Modules/errnomodule.o Modules/pwdmodule.o Modules/_sre.o Modules/_codecsmodule.o Modules/zipimport.o Modules/symtablemodule.o Modules/xxsubtype.o
  677. x86_64-pc-linux-gnu-ranlib libpython2.6.a
  678. x86_64-pc-linux-gnu-gcc -pthread -Wl,-O1 -Wl,--as-needed -L. -Xlinker -export-dynamic -o python \
  679. Modules/python.o \
  680. -L. -lpython2.6 -lpthread -ldl -lutil -lm
  681. running build
  682. running build_ext
  683. INFO: Can't locate Tcl/Tk libs and/or headers
  684. building '_struct' extension
  685. creating build
  686. creating build/temp.linux-x86_64-2.6
  687. creating build/temp.linux-x86_64-2.6/var
  688. creating build/temp.linux-x86_64-2.6/var/tmp
  689. creating build/temp.linux-x86_64-2.6/var/tmp/portage
  690. creating build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang
  691. creating build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3
  692. creating build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work
  693. creating build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5
  694. creating build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules
  695. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_struct.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_struct.o
  696. creating build/lib.linux-x86_64-2.6
  697. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_struct.o -L/usr/local/lib -L. -lpython2.6 -o build/lib.linux-x86_64-2.6/_struct.so
  698. building '_ctypes_test' extension
  699. creating build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_ctypes
  700. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_ctypes/_ctypes_test.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_ctypes/_ctypes_test.o
  701. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_ctypes/_ctypes_test.o -L/usr/local/lib -L. -lpython2.6 -o build/lib.linux-x86_64-2.6/_ctypes_test.so
  702. building '_weakref' extension
  703. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_weakref.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_weakref.o
  704. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_weakref.o -L/usr/local/lib -L. -lpython2.6 -o build/lib.linux-x86_64-2.6/_weakref.so
  705. building 'array' extension
  706. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/arraymodule.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/arraymodule.o
  707. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/arraymodule.o -L/usr/local/lib -L. -lpython2.6 -o build/lib.linux-x86_64-2.6/array.so
  708. building 'cmath' extension
  709. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/cmathmodule.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/cmathmodule.o
  710. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/cmathmodule.o -L/usr/local/lib -L. -lm -lpython2.6 -o build/lib.linux-x86_64-2.6/cmath.so
  711. building 'math' extension
  712. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/mathmodule.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/mathmodule.o
  713. /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/mathmodule.c: In function 'math_fsum':
  714. /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/mathmodule.c:574: warning: passing argument 1 of 'PyFPE_dummy' discards qualifiers from pointer target type
  715. /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include/pyfpe.h:134: note: expected 'void *' but argument is of type 'volatile double *'
  716. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/mathmodule.o -L/usr/local/lib -L. -lm -lpython2.6 -o build/lib.linux-x86_64-2.6/math.so
  717. building 'strop' extension
  718. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/stropmodule.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/stropmodule.o
  719. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/stropmodule.o -L/usr/local/lib -L. -lpython2.6 -o build/lib.linux-x86_64-2.6/strop.so
  720. building 'time' extension
  721. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/timemodule.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/timemodule.o
  722. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/timemodule.o -L/usr/local/lib -L. -lm -lpython2.6 -o build/lib.linux-x86_64-2.6/time.so
  723. building 'datetime' extension
  724. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/datetimemodule.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/datetimemodule.o
  725. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/timemodule.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/timemodule.o
  726. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/datetimemodule.o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/timemodule.o -L/usr/local/lib -L. -lm -lpython2.6 -o build/lib.linux-x86_64-2.6/datetime.so
  727. building 'itertools' extension
  728. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/itertoolsmodule.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/itertoolsmodule.o
  729. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/itertoolsmodule.o -L/usr/local/lib -L. -lpython2.6 -o build/lib.linux-x86_64-2.6/itertools.so
  730. building 'future_builtins' extension
  731. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/future_builtins.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/future_builtins.o
  732. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/future_builtins.o -L/usr/local/lib -L. -lpython2.6 -o build/lib.linux-x86_64-2.6/future_builtins.so
  733. building '_random' extension
  734. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_randommodule.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_randommodule.o
  735. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_randommodule.o -L/usr/local/lib -L. -lpython2.6 -o build/lib.linux-x86_64-2.6/_random.so
  736. building '_collections' extension
  737. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_collectionsmodule.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_collectionsmodule.o
  738. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_collectionsmodule.o -L/usr/local/lib -L. -lpython2.6 -o build/lib.linux-x86_64-2.6/_collections.so
  739. building '_bisect' extension
  740. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_bisectmodule.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_bisectmodule.o
  741. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_bisectmodule.o -L/usr/local/lib -L. -lpython2.6 -o build/lib.linux-x86_64-2.6/_bisect.so
  742. building '_heapq' extension
  743. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_heapqmodule.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_heapqmodule.o
  744. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_heapqmodule.o -L/usr/local/lib -L. -lpython2.6 -o build/lib.linux-x86_64-2.6/_heapq.so
  745. building 'operator' extension
  746. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/operator.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/operator.o
  747. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/operator.o -L/usr/local/lib -L. -lpython2.6 -o build/lib.linux-x86_64-2.6/operator.so
  748. building '_fileio' extension
  749. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_fileio.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_fileio.o
  750. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_fileio.o -L/usr/local/lib -L. -lpython2.6 -o build/lib.linux-x86_64-2.6/_fileio.so
  751. building '_bytesio' extension
  752. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_bytesio.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_bytesio.o
  753. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_bytesio.o -L/usr/local/lib -L. -lpython2.6 -o build/lib.linux-x86_64-2.6/_bytesio.so
  754. building '_functools' extension
  755. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_functoolsmodule.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_functoolsmodule.o
  756. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_functoolsmodule.o -L/usr/local/lib -L. -lpython2.6 -o build/lib.linux-x86_64-2.6/_functools.so
  757. building '_json' extension
  758. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_json.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_json.o
  759. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_json.o -L/usr/local/lib -L. -lpython2.6 -o build/lib.linux-x86_64-2.6/_json.so
  760. building '_testcapi' extension
  761. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_testcapimodule.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_testcapimodule.o
  762. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_testcapimodule.o -L/usr/local/lib -L. -lpython2.6 -o build/lib.linux-x86_64-2.6/_testcapi.so
  763. building '_hotshot' extension
  764. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_hotshot.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_hotshot.o
  765. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_hotshot.o -L/usr/local/lib -L. -lpython2.6 -o build/lib.linux-x86_64-2.6/_hotshot.so
  766. building '_lsprof' extension
  767. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_lsprof.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_lsprof.o
  768. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/rotatingtree.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/rotatingtree.o
  769. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_lsprof.o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/rotatingtree.o -L/usr/local/lib -L. -lpython2.6 -o build/lib.linux-x86_64-2.6/_lsprof.so
  770. building 'unicodedata' extension
  771. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/unicodedata.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/unicodedata.o
  772. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/unicodedata.o -L/usr/local/lib -L. -lpython2.6 -o build/lib.linux-x86_64-2.6/unicodedata.so
  773. building '_locale' extension
  774. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_localemodule.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_localemodule.o
  775. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_localemodule.o -L/usr/local/lib -L. -lpython2.6 -o build/lib.linux-x86_64-2.6/_locale.so
  776. building 'fcntl' extension
  777. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/fcntlmodule.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/fcntlmodule.o
  778. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/fcntlmodule.o -L/usr/local/lib -L. -lpython2.6 -o build/lib.linux-x86_64-2.6/fcntl.so
  779. building 'grp' extension
  780. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/grpmodule.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/grpmodule.o
  781. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/grpmodule.o -L/usr/local/lib -L. -lpython2.6 -o build/lib.linux-x86_64-2.6/grp.so
  782. building 'spwd' extension
  783. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/spwdmodule.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/spwdmodule.o
  784. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/spwdmodule.o -L/usr/local/lib -L. -lpython2.6 -o build/lib.linux-x86_64-2.6/spwd.so
  785. building 'select' extension
  786. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/selectmodule.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/selectmodule.o
  787. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/selectmodule.o -L/usr/local/lib -L. -lpython2.6 -o build/lib.linux-x86_64-2.6/select.so
  788. building 'parser' extension
  789. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/parsermodule.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/parsermodule.o
  790. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/parsermodule.o -L/usr/local/lib -L. -lpython2.6 -o build/lib.linux-x86_64-2.6/parser.so
  791. building 'cStringIO' extension
  792. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/cStringIO.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/cStringIO.o
  793. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/cStringIO.o -L/usr/local/lib -L. -lpython2.6 -o build/lib.linux-x86_64-2.6/cStringIO.so
  794. building 'cPickle' extension
  795. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/cPickle.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/cPickle.o
  796. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/cPickle.o -L/usr/local/lib -L. -lpython2.6 -o build/lib.linux-x86_64-2.6/cPickle.so
  797. building 'mmap' extension
  798. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/mmapmodule.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/mmapmodule.o
  799. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/mmapmodule.o -L/usr/local/lib -L. -lpython2.6 -o build/lib.linux-x86_64-2.6/mmap.so
  800. building 'syslog' extension
  801. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/syslogmodule.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/syslogmodule.o
  802. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/syslogmodule.o -L/usr/local/lib -L. -lpython2.6 -o build/lib.linux-x86_64-2.6/syslog.so
  803. building 'audioop' extension
  804. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/audioop.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/audioop.o
  805. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/audioop.o -L/usr/local/lib -L. -lpython2.6 -o build/lib.linux-x86_64-2.6/audioop.so
  806. building 'readline' extension
  807. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/readline.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/readline.o
  808. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/readline.o -L/usr/lib64/termcap -L/usr/local/lib -L. -lreadline -lncursesw -lpython2.6 -o build/lib.linux-x86_64-2.6/readline.so
  809. [?1034hbuilding 'crypt' extension
  810. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/cryptmodule.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/cryptmodule.o
  811. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/cryptmodule.o -L/usr/local/lib -L. -lcrypt -lpython2.6 -o build/lib.linux-x86_64-2.6/crypt.so
  812. building '_csv' extension
  813. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_csv.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_csv.o
  814. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_csv.o -L/usr/local/lib -L. -lpython2.6 -o build/lib.linux-x86_64-2.6/_csv.so
  815. building '_socket' extension
  816. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/socketmodule.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/socketmodule.o
  817. In file included from /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/socketmodule.h:55,
  818. from /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/socketmodule.c:257:
  819. /usr/include/bluetooth/hci.h:313: error: expected ':', ',', ';', '}' or '__attribute__' before 'CAL_NAME_CP_SIZE'
  820. In file included from /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/socketmodule.h:55,
  821. from /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/socketmodule.c:257:
  822. /usr/include/bluetooth/hci.h:105:1: error: unterminated #ifndef
  823. /usr/include/bluetooth/hci.h:26:1: error: unterminated #ifndef
  824. building '_ssl' extension
  825. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_ssl.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_ssl.o
  826. In file included from /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/socketmodule.h:55,
  827. from /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_ssl.c:72:
  828. /usr/include/bluetooth/hci.h:313: error: expected ':', ',', ';', '}' or '__attribute__' before 'CAL_NAME_CP_SIZE'
  829. In file included from /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/socketmodule.h:55,
  830. from /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_ssl.c:72:
  831. /usr/include/bluetooth/hci.h:105:1: error: unterminated #ifndef
  832. /usr/include/bluetooth/hci.h:26:1: error: unterminated #ifndef
  833. building '_hashlib' extension
  834. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_hashopenssl.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_hashopenssl.o
  835. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_hashopenssl.o -L/usr/local/lib -L. -lssl -lcrypto -lpython2.6 -o build/lib.linux-x86_64-2.6/_hashlib.so
  836. building '_sha' extension
  837. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/shamodule.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/shamodule.o
  838. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/shamodule.o -L/usr/local/lib -L. -lpython2.6 -o build/lib.linux-x86_64-2.6/_sha.so
  839. building '_md5' extension
  840. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/md5module.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/md5module.o
  841. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/md5.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/md5.o
  842. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/md5module.o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/md5.o -L/usr/local/lib -L. -lpython2.6 -o build/lib.linux-x86_64-2.6/_md5.so
  843. building '_sha256' extension
  844. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/sha256module.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/sha256module.o
  845. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/sha256module.o -L/usr/local/lib -L. -lpython2.6 -o build/lib.linux-x86_64-2.6/_sha256.so
  846. building '_sha512' extension
  847. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/sha512module.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/sha512module.o
  848. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/sha512module.o -L/usr/local/lib -L. -lpython2.6 -o build/lib.linux-x86_64-2.6/_sha512.so
  849. building '_bsddb' extension
  850. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I/usr/include/db4.7 -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_bsddb.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_bsddb.o
  851. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_bsddb.o -L/usr/lib64 -L/usr/local/lib -L. -Wl,-R/usr/lib64 -ldb-4.7 -lpython2.6 -o build/lib.linux-x86_64-2.6/_bsddb.so
  852. building '_sqlite3' extension
  853. creating build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_sqlite
  854. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_sqlite/cache.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_sqlite/cache.o
  855. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_sqlite/connection.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_sqlite/connection.o
  856. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_sqlite/cursor.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_sqlite/cursor.o
  857. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_sqlite/microprotocols.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_sqlite/microprotocols.o
  858. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_sqlite/module.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_sqlite/module.o
  859. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_sqlite/prepare_protocol.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_sqlite/prepare_protocol.o
  860. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_sqlite/row.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_sqlite/row.o
  861. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_sqlite/statement.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_sqlite/statement.o
  862. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_sqlite/util.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_sqlite/util.o
  863. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_sqlite/cache.o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_sqlite/connection.o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_sqlite/cursor.o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_sqlite/microprotocols.o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_sqlite/module.o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_sqlite/prepare_protocol.o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_sqlite/row.o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_sqlite/statement.o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_sqlite/util.o -L/usr/lib64 -L/usr/local/lib -L. -Wl,-R/usr/lib64 -lsqlite3 -lpython2.6 -o build/lib.linux-x86_64-2.6/_sqlite3.so
  864. building 'dbm' extension
  865. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -DHAVE_GDBM_NDBM_H -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/dbmmodule.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/dbmmodule.o
  866. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/dbmmodule.o -L/usr/local/lib -L. -lgdbm -lgdbm_compat -lpython2.6 -o build/lib.linux-x86_64-2.6/dbm.so
  867. building 'gdbm' extension
  868. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/gdbmmodule.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/gdbmmodule.o
  869. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/gdbmmodule.o -L/usr/local/lib -L. -lgdbm -lpython2.6 -o build/lib.linux-x86_64-2.6/gdbm.so
  870. building 'termios' extension
  871. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/termios.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/termios.o
  872. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/termios.o -L/usr/local/lib -L. -lpython2.6 -o build/lib.linux-x86_64-2.6/termios.so
  873. building 'resource' extension
  874. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/resource.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/resource.o
  875. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/resource.o -L/usr/local/lib -L. -lpython2.6 -o build/lib.linux-x86_64-2.6/resource.so
  876. building 'nis' extension
  877. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/nismodule.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/nismodule.o
  878. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/nismodule.o -L/usr/local/lib -L. -lnsl -lpython2.6 -o build/lib.linux-x86_64-2.6/nis.so
  879. building '_curses' extension
  880. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_cursesmodule.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_cursesmodule.o
  881. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_cursesmodule.o -L/usr/local/lib -L. -lncursesw -lpython2.6 -o build/lib.linux-x86_64-2.6/_curses.so
  882. building '_curses_panel' extension
  883. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_curses_panel.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_curses_panel.o
  884. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_curses_panel.o -L/usr/local/lib -L. -lpanelw -lncursesw -lpython2.6 -o build/lib.linux-x86_64-2.6/_curses_panel.so
  885. building 'zlib' extension
  886. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/zlibmodule.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/zlibmodule.o
  887. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/zlibmodule.o -L/usr/local/lib -L. -lz -lpython2.6 -o build/lib.linux-x86_64-2.6/zlib.so
  888. building 'binascii' extension
  889. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/binascii.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/binascii.o -DUSE_ZLIB_CRC32
  890. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/binascii.o -L/usr/local/lib -L. -lz -lpython2.6 -o build/lib.linux-x86_64-2.6/binascii.so
  891. building 'bz2' extension
  892. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/bz2module.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/bz2module.o
  893. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/bz2module.o -L/usr/local/lib -L. -lbz2 -lpython2.6 -o build/lib.linux-x86_64-2.6/bz2.so
  894. building 'pyexpat' extension
  895. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I/usr/include -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/pyexpat.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/pyexpat.o
  896. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/pyexpat.o -L/usr/local/lib -L. -lexpat -lpython2.6 -o build/lib.linux-x86_64-2.6/pyexpat.so
  897. building '_elementtree' extension
  898. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -DUSE_PYEXPAT_CAPI -I/usr/include -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_elementtree.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_elementtree.o
  899. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_elementtree.o -L/usr/local/lib -L. -lexpat -lpython2.6 -o build/lib.linux-x86_64-2.6/_elementtree.so
  900. building '_multibytecodec' extension
  901. creating build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/cjkcodecs
  902. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/cjkcodecs/multibytecodec.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/cjkcodecs/multibytecodec.o
  903. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/cjkcodecs/multibytecodec.o -L/usr/local/lib -L. -lpython2.6 -o build/lib.linux-x86_64-2.6/_multibytecodec.so
  904. building '_codecs_kr' extension
  905. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/cjkcodecs/_codecs_kr.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/cjkcodecs/_codecs_kr.o
  906. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/cjkcodecs/_codecs_kr.o -L/usr/local/lib -L. -lpython2.6 -o build/lib.linux-x86_64-2.6/_codecs_kr.so
  907. building '_codecs_jp' extension
  908. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/cjkcodecs/_codecs_jp.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/cjkcodecs/_codecs_jp.o
  909. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/cjkcodecs/_codecs_jp.o -L/usr/local/lib -L. -lpython2.6 -o build/lib.linux-x86_64-2.6/_codecs_jp.so
  910. building '_codecs_cn' extension
  911. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/cjkcodecs/_codecs_cn.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/cjkcodecs/_codecs_cn.o
  912. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/cjkcodecs/_codecs_cn.o -L/usr/local/lib -L. -lpython2.6 -o build/lib.linux-x86_64-2.6/_codecs_cn.so
  913. building '_codecs_tw' extension
  914. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/cjkcodecs/_codecs_tw.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/cjkcodecs/_codecs_tw.o
  915. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/cjkcodecs/_codecs_tw.o -L/usr/local/lib -L. -lpython2.6 -o build/lib.linux-x86_64-2.6/_codecs_tw.so
  916. building '_codecs_hk' extension
  917. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/cjkcodecs/_codecs_hk.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/cjkcodecs/_codecs_hk.o
  918. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/cjkcodecs/_codecs_hk.o -L/usr/local/lib -L. -lpython2.6 -o build/lib.linux-x86_64-2.6/_codecs_hk.so
  919. building '_codecs_iso2022' extension
  920. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/cjkcodecs/_codecs_iso2022.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/cjkcodecs/_codecs_iso2022.o
  921. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/cjkcodecs/_codecs_iso2022.o -L/usr/local/lib -L. -lpython2.6 -o build/lib.linux-x86_64-2.6/_codecs_iso2022.so
  922. building '_multiprocessing' extension
  923. creating build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_multiprocessing
  924. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -DHAVE_SEM_OPEN=1 -DHAVE_FD_TRANSFER=1 -DHAVE_SEM_TIMEDWAIT=1 -IModules/_multiprocessing -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_multiprocessing/multiprocessing.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_multiprocessing/multiprocessing.o
  925. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -DHAVE_SEM_OPEN=1 -DHAVE_FD_TRANSFER=1 -DHAVE_SEM_TIMEDWAIT=1 -IModules/_multiprocessing -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_multiprocessing/socket_connection.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_multiprocessing/socket_connection.o
  926. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -DHAVE_SEM_OPEN=1 -DHAVE_FD_TRANSFER=1 -DHAVE_SEM_TIMEDWAIT=1 -IModules/_multiprocessing -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_multiprocessing/semaphore.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_multiprocessing/semaphore.o
  927. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_multiprocessing/multiprocessing.o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_multiprocessing/socket_connection.o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_multiprocessing/semaphore.o -L/usr/local/lib -L. -lpython2.6 -o build/lib.linux-x86_64-2.6/_multiprocessing.so
  928. building 'linuxaudiodev' extension
  929. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/linuxaudiodev.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/linuxaudiodev.o
  930. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/linuxaudiodev.o -L/usr/local/lib -L. -lpython2.6 -o build/lib.linux-x86_64-2.6/linuxaudiodev.so
  931. building 'ossaudiodev' extension
  932. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/ossaudiodev.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/ossaudiodev.o
  933. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/ossaudiodev.o -L/usr/local/lib -L. -lpython2.6 -o build/lib.linux-x86_64-2.6/ossaudiodev.so
  934. building '_ctypes' extension
  935. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I/usr/lib64/libffi-3.0.9/include -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_ctypes/_ctypes.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_ctypes/_ctypes.o
  936. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I/usr/lib64/libffi-3.0.9/include -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_ctypes/callbacks.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_ctypes/callbacks.o
  937. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I/usr/lib64/libffi-3.0.9/include -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_ctypes/callproc.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_ctypes/callproc.o
  938. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I/usr/lib64/libffi-3.0.9/include -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_ctypes/stgdict.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_ctypes/stgdict.o
  939. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I/usr/lib64/libffi-3.0.9/include -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_ctypes/cfield.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_ctypes/cfield.o
  940. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I/usr/lib64/libffi-3.0.9/include -I. -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/./Include -I. -IInclude -I./Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Include -I/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5 -c /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_ctypes/malloc_closure.c -o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_ctypes/malloc_closure.o
  941. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -march=native -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I./Include build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_ctypes/_ctypes.o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_ctypes/callbacks.o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_ctypes/callproc.o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_ctypes/stgdict.o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_ctypes/cfield.o build/temp.linux-x86_64-2.6/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Modules/_ctypes/malloc_closure.o -L/usr/local/lib -L. -lffi -lpython2.6 -o build/lib.linux-x86_64-2.6/_ctypes.so
  942.  
  943. Failed to find the necessary bits to build these modules:
  944. _tkinter bsddb185 dl
  945. imageop sunaudiodev
  946. To find the necessary bits, look in setup.py in detect_modules() for the module's name.
  947.  
  948.  
  949. Failed to build these modules:
  950. _socket _ssl
  951.  
  952. running build_scripts
  953. creating build/scripts-2.6
  954. copying and adjusting /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Tools/scripts/pydoc -> build/scripts-2.6
  955. copying and adjusting /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Tools/scripts/idle -> build/scripts-2.6
  956. copying and adjusting /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Tools/scripts/2to3 -> build/scripts-2.6
  957. copying and adjusting /var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5/Lib/smtpd.py -> build/scripts-2.6
  958. changing mode of build/scripts-2.6/pydoc from 644 to 755
  959. changing mode of build/scripts-2.6/idle from 644 to 755
  960. changing mode of build/scripts-2.6/2to3 from 644 to 755
  961. changing mode of build/scripts-2.6/smtpd.py from 644 to 755
  962. make: *** [sharedmods] Error 1
  963. emake failed
  964. * ERROR: dev-lang/python-2.6.5-r3 failed:
  965. * emake failed
  966. *
  967. * Call stack:
  968. * ebuild.sh, line 56: Called src_compile
  969. * environment, line 5444: Called _eapi2_src_compile
  970. * ebuild.sh, line 654: Called die
  971. * The specific snippet of code:
  972. * emake || die "emake failed"
  973. *
  974. * If you need support, post the output of 'emerge --info =dev-lang/python-2.6.5-r3',
  975. * the complete build log and the output of 'emerge -pqv =dev-lang/python-2.6.5-r3'.
  976. * The complete build log is located at '/var/tmp/portage/dev-lang/python-2.6.5-r3/temp/build.log'.
  977. * The ebuild environment file is located at '/var/tmp/portage/dev-lang/python-2.6.5-r3/temp/environment'.
  978. * S: '/var/tmp/portage/dev-lang/python-2.6.5-r3/work/Python-2.6.5'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement