Guest User

Build log

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