Advertisement
Guest User

Untitled

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