1. pi@pi:/tmp/python$ wget http://randomsplat.com/wp-content/uploads/2012/10/Python-2.7.3-xcompile.patch
  2. --2014-07-21 08:22:04-- http://randomsplat.com/wp-content/uploads/2012/10/Python-2.7.3-xcompile.patch
  3. Resolving randomsplat.com (randomsplat.com)... 116.0.23.239
  4. Connecting to randomsplat.com (randomsplat.com)|116.0.23.239|:80... connected.
  5. HTTP request sent, awaiting response... 200 OK
  6. Length: 11528 (11K) [text/plain]
  7. Saving to: ‘Python-2.7.3-xcompile.patch’
  8. 100%[=====================================================================================================================================================================================================>] 11.528 --.-K/s in 0,02s
  9. 2014-07-21 08:22:05 (495 KB/s) - ‘Python-2.7.3-xcompile.patch’ saved [11528/11528]
  10. pi@pi:/tmp/python$ wget https://www.python.org/ftp/python/2.7.3/Python-2.7.3.tar.bz2
  11. --2014-07-21 08:22:07-- https://www.python.org/ftp/python/2.7.3/Python-2.7.3.tar.bz2
  12. Resolving www.python.org (www.python.org)... 199.27.76.175
  13. Connecting to www.python.org (www.python.org)|199.27.76.175|:443... connected.
  14. HTTP request sent, awaiting response... 200 OK
  15. Length: 11793433 (11M) [application/octet-stream]
  16. Saving to: ‘Python-2.7.3.tar.bz2’
  17. 100%[=====================================================================================================================================================================================================>] 11.793.433 1022KB/s in 29s
  18. 2014-07-21 08:22:37 (395 KB/s) - ‘Python-2.7.3.tar.bz2’ saved [11793433/11793433]
  19. pi@pi:/tmp/python$ cd ^C
  20. pi@pi:/tmp/python$ bunzip2 Python-2.7.3.tar.bz2
  21. pi@pi:/tmp/python$ tar -xv Python-2.7.3.tar
  22. ^C
  23. pi@pi:/tmp/python$ ls
  24. cross_compile Python-2.7.3.tar Python-2.7.3-xcompile.patch
  25. pi@pi:/tmp/python$ ls -la
  26. total 62216
  27. drwxr-xr-x 3 pi pi 4096 Jul 21 08:22 .
  28. drwxrwxrwt 9 root root 4096 Jul 21 08:22 ..
  29. drwxr-xr-x 2 pi pi 4096 Jul 21 08:21 cross_compile
  30. -rw-r--r-- 1 pi pi 63682560 Abr 9 2012 Python-2.7.3.tar
  31. -rw-r--r-- 1 pi pi 11528 Out 25 2012 Python-2.7.3-xcompile.patch
  32. pi@pi:/tmp/python$ tar -xf Python-2.7.3.tar
  33. pi@pi:/tmp/python$ ls -la
  34. total 62220
  35. drwxr-xr-x 4 pi pi 4096 Jul 21 08:23 .
  36. drwxrwxrwt 9 root root 4096 Jul 21 08:23 ..
  37. drwxr-xr-x 2 pi pi 4096 Jul 21 08:21 cross_compile
  38. drwxr-x--- 17 pi pi 4096 Abr 9 2012 Python-2.7.3
  39. -rw-r--r-- 1 pi pi 63682560 Abr 9 2012 Python-2.7.3.tar
  40. -rw-r--r-- 1 pi pi 11528 Out 25 2012 Python-2.7.3-xcompile.patch
  41. pi@pi:/tmp/python$ cd Python-2.7.3/
  42. pi@pi:/tmp/python/Python-2.7.3$ ./configure
  43. checking for --enable-universalsdk... no
  44. checking for --with-universal-archs... 32-bit
  45. checking MACHDEP... linux2
  46. checking EXTRAPLATDIR...
  47. checking machine type as reported by uname -m... x86_64
  48. checking for --without-gcc... no
  49. checking for gcc... gcc
  50. checking whether the C compiler works... yes
  51. checking for C compiler default output file name... a.out
  52. checking for suffix of executables...
  53. checking whether we are cross compiling... no
  54. checking for suffix of object files... o
  55. checking whether we are using the GNU C compiler... yes
  56. checking whether gcc accepts -g... yes
  57. checking for gcc option to accept ISO C89... none needed
  58. checking for --with-cxx-main=<compiler>... no
  59. checking for g++... g++
  60. configure: WARNING:
  61. By default, distutils will build C++ extension modules with "g++".
  62. If this is not intended, then set CXX on the configure command line.
  63. checking how to run the C preprocessor... gcc -E
  64. checking for grep that handles long lines and -e... /bin/grep
  65. checking for egrep... /bin/grep -E
  66. checking for ANSI C header files... yes
  67. checking for sys/types.h... yes
  68. checking for sys/stat.h... yes
  69. checking for stdlib.h... yes
  70. checking for string.h... yes
  71. checking for memory.h... yes
  72. checking for strings.h... yes
  73. checking for inttypes.h... yes
  74. checking for stdint.h... yes
  75. checking for unistd.h... yes
  76. checking minix/config.h usability... no
  77. checking minix/config.h presence... no
  78. checking for minix/config.h... no
  79. checking whether it is safe to define __EXTENSIONS__... yes
  80. checking for --with-suffix...
  81. checking for case-insensitive build directory... no
  82. checking LIBRARY... libpython$(VERSION).a
  83. checking LINKCC... $(PURIFY) $(MAINCC)
  84. checking for GNU ld... yes
  85. checking for --enable-shared... no
  86. checking for --enable-profiling...
  87. checking LDLIBRARY... libpython$(VERSION).a
  88. checking for ranlib... ranlib
  89. checking for ar... ar
  90. checking for svnversion... found
  91. checking for hg... found
  92. checking for a BSD-compatible install... /usr/bin/install -c
  93. checking for --with-pydebug... no
  94. checking whether gcc accepts -fno-strict-aliasing... yes
  95. checking whether gcc accepts -OPT:Olimit=0... no
  96. checking whether gcc accepts -Olimit 1500... no
  97. checking whether gcc supports ParseTuple __format__... no
  98. checking whether pthreads are available without options... no
  99. checking whether gcc accepts -Kpthread... no
  100. checking whether gcc accepts -Kthread... no
  101. checking whether gcc accepts -pthread... yes
  102. checking whether g++ also accepts flags for thread support... yes
  103. checking for ANSI C header files... (cached) yes
  104. checking asm/types.h usability... yes
  105. checking asm/types.h presence... yes
  106. checking for asm/types.h... yes
  107. checking conio.h usability... no
  108. checking conio.h presence... no
  109. checking for conio.h... no
  110. checking curses.h usability... yes
  111. checking curses.h presence... yes
  112. checking for curses.h... yes
  113. checking direct.h usability... no
  114. checking direct.h presence... no
  115. checking for direct.h... no
  116. checking dlfcn.h usability... yes
  117. checking dlfcn.h presence... yes
  118. checking for dlfcn.h... yes
  119. checking errno.h usability... yes
  120. checking errno.h presence... yes
  121. checking for errno.h... yes
  122. checking fcntl.h usability... yes
  123. checking fcntl.h presence... yes
  124. checking for fcntl.h... yes
  125. checking grp.h usability... yes
  126. checking grp.h presence... yes
  127. checking for grp.h... yes
  128. checking ieeefp.h usability... no
  129. checking ieeefp.h presence... no
  130. checking for ieeefp.h... no
  131. checking io.h usability... no
  132. checking io.h presence... no
  133. checking for io.h... no
  134. checking langinfo.h usability... yes
  135. checking langinfo.h presence... yes
  136. checking for langinfo.h... yes
  137. checking libintl.h usability... yes
  138. checking libintl.h presence... yes
  139. checking for libintl.h... yes
  140. checking ncurses.h usability... yes
  141. checking ncurses.h presence... yes
  142. checking for ncurses.h... yes
  143. checking poll.h usability... yes
  144. checking poll.h presence... yes
  145. checking for poll.h... yes
  146. checking process.h usability... no
  147. checking process.h presence... no
  148. checking for process.h... no
  149. checking pthread.h usability... yes
  150. checking pthread.h presence... yes
  151. checking for pthread.h... yes
  152. checking shadow.h usability... yes
  153. checking shadow.h presence... yes
  154. checking for shadow.h... yes
  155. checking signal.h usability... yes
  156. checking signal.h presence... yes
  157. checking for signal.h... yes
  158. checking for stdint.h... (cached) yes
  159. checking stropts.h usability... yes
  160. checking stropts.h presence... yes
  161. checking for stropts.h... yes
  162. checking termios.h usability... yes
  163. checking termios.h presence... yes
  164. checking for termios.h... yes
  165. checking thread.h usability... no
  166. checking thread.h presence... no
  167. checking for thread.h... no
  168. checking for unistd.h... (cached) yes
  169. checking utime.h usability... yes
  170. checking utime.h presence... yes
  171. checking for utime.h... yes
  172. checking sys/audioio.h usability... no
  173. checking sys/audioio.h presence... no
  174. checking for sys/audioio.h... no
  175. checking sys/bsdtty.h usability... no
  176. checking sys/bsdtty.h presence... no
  177. checking for sys/bsdtty.h... no
  178. checking sys/epoll.h usability... yes
  179. checking sys/epoll.h presence... yes
  180. checking for sys/epoll.h... yes
  181. checking sys/event.h usability... no
  182. checking sys/event.h presence... no
  183. checking for sys/event.h... no
  184. checking sys/file.h usability... yes
  185. checking sys/file.h presence... yes
  186. checking for sys/file.h... yes
  187. checking sys/loadavg.h usability... no
  188. checking sys/loadavg.h presence... no
  189. checking for sys/loadavg.h... no
  190. checking sys/lock.h usability... no
  191. checking sys/lock.h presence... no
  192. checking for sys/lock.h... no
  193. checking sys/mkdev.h usability... no
  194. checking sys/mkdev.h presence... no
  195. checking for sys/mkdev.h... no
  196. checking sys/modem.h usability... no
  197. checking sys/modem.h presence... no
  198. checking for sys/modem.h... no
  199. checking sys/param.h usability... yes
  200. checking sys/param.h presence... yes
  201. checking for sys/param.h... yes
  202. checking sys/poll.h usability... yes
  203. checking sys/poll.h presence... yes
  204. checking for sys/poll.h... yes
  205. checking sys/select.h usability... yes
  206. checking sys/select.h presence... yes
  207. checking for sys/select.h... yes
  208. checking sys/socket.h usability... yes
  209. checking sys/socket.h presence... yes
  210. checking for sys/socket.h... yes
  211. checking sys/statvfs.h usability... yes
  212. checking sys/statvfs.h presence... yes
  213. checking for sys/statvfs.h... yes
  214. checking for sys/stat.h... (cached) yes
  215. checking sys/termio.h usability... no
  216. checking sys/termio.h presence... no
  217. checking for sys/termio.h... no
  218. checking sys/time.h usability... yes
  219. checking sys/time.h presence... yes
  220. checking for sys/time.h... yes
  221. checking sys/times.h usability... yes
  222. checking sys/times.h presence... yes
  223. checking for sys/times.h... yes
  224. checking for sys/types.h... (cached) yes
  225. checking sys/un.h usability... yes
  226. checking sys/un.h presence... yes
  227. checking for sys/un.h... yes
  228. checking sys/utsname.h usability... yes
  229. checking sys/utsname.h presence... yes
  230. checking for sys/utsname.h... yes
  231. checking sys/wait.h usability... yes
  232. checking sys/wait.h presence... yes
  233. checking for sys/wait.h... yes
  234. checking pty.h usability... yes
  235. checking pty.h presence... yes
  236. checking for pty.h... yes
  237. checking libutil.h usability... no
  238. checking libutil.h presence... no
  239. checking for libutil.h... no
  240. checking sys/resource.h usability... yes
  241. checking sys/resource.h presence... yes
  242. checking for sys/resource.h... yes
  243. checking netpacket/packet.h usability... yes
  244. checking netpacket/packet.h presence... yes
  245. checking for netpacket/packet.h... yes
  246. checking sysexits.h usability... yes
  247. checking sysexits.h presence... yes
  248. checking for sysexits.h... yes
  249. checking bluetooth.h usability... no
  250. checking bluetooth.h presence... no
  251. checking for bluetooth.h... no
  252. checking bluetooth/bluetooth.h usability... no
  253. checking bluetooth/bluetooth.h presence... no
  254. checking for bluetooth/bluetooth.h... no
  255. checking linux/tipc.h usability... yes
  256. checking linux/tipc.h presence... yes
  257. checking for linux/tipc.h... yes
  258. checking spawn.h usability... yes
  259. checking spawn.h presence... yes
  260. checking for spawn.h... yes
  261. checking util.h usability... no
  262. checking util.h presence... no
  263. checking for util.h... no
  264. checking for dirent.h that defines DIR... yes
  265. checking for library containing opendir... none required
  266. checking whether sys/types.h defines makedev... yes
  267. checking for term.h... yes
  268. checking for linux/netlink.h... yes
  269. checking for clock_t in time.h... yes
  270. checking for makedev... yes
  271. checking Solaris LFS bug... no
  272. checking for mode_t... yes
  273. checking for off_t... yes
  274. checking for pid_t... yes
  275. checking for size_t... yes
  276. checking for uid_t in sys/types.h... yes
  277. checking for uint32_t... yes
  278. checking for uint64_t... yes
  279. checking for int32_t... yes
  280. checking for int64_t... yes
  281. checking for ssize_t... yes
  282. checking size of int... 4
  283. checking size of long... 8
  284. checking size of void *... 8
  285. checking size of short... 2
  286. checking size of float... 4
  287. checking size of double... 8
  288. checking size of fpos_t... 16
  289. checking size of size_t... 8
  290. checking size of pid_t... 4
  291. checking for long long support... yes
  292. checking size of long long... 8
  293. checking for long double support... yes
  294. checking size of long double... 16
  295. checking for _Bool support... yes
  296. checking size of _Bool... 1
  297. checking for uintptr_t... yes
  298. checking size of uintptr_t... 8
  299. checking size of off_t... 8
  300. checking whether to enable large file support... no
  301. checking size of time_t... 8
  302. checking for pthread_t... yes
  303. checking size of pthread_t... 8
  304. checking for --enable-toolbox-glue... no
  305. checking for --enable-framework... no
  306. checking for dyld... no
  307. checking SO... .so
  308. checking LDSHARED... $(CC) -shared
  309. checking CCSHARED... -fPIC
  310. checking LINKFORSHARED... -Xlinker -export-dynamic
  311. checking CFLAGSFORSHARED...
  312. checking SHLIBS... $(LIBS)
  313. checking for dlopen in -ldl... yes
  314. checking for shl_load in -ldld... no
  315. checking for library containing sem_init... -lpthread
  316. checking for textdomain in -lintl... no
  317. checking for t_open in -lnsl... no
  318. checking for socket in -lsocket... no
  319. checking for --with-libs... no
  320. checking for pkg-config... /usr/bin/pkg-config
  321. checking for --with-system-expat... no
  322. checking for --with-system-ffi... no
  323. checking for --with-dbmliborder...
  324. checking for --with-signal-module... yes
  325. checking for --with-dec-threads... no
  326. checking for --with-threads... yes
  327. checking if PTHREAD_SCOPE_SYSTEM is supported... yes
  328. checking for pthread_sigmask... yes
  329. checking if --enable-ipv6 is specified... yes
  330. checking if RFC2553 API is available... yes
  331. checking ipv6 stack type... linux-glibc
  332. checking for OSX 10.5 SDK or later... no
  333. checking for --with-doc-strings... yes
  334. checking for --with-tsc... no
  335. checking for --with-pymalloc... yes
  336. checking for --with-valgrind... no
  337. checking for --with-wctype-functions... no
  338. checking for dlopen... yes
  339. checking DYNLOADFILE... dynload_shlib.o
  340. checking MACHDEP_OBJS... MACHDEP_OBJS
  341. checking for alarm... yes
  342. checking for setitimer... yes
  343. checking for getitimer... yes
  344. checking for bind_textdomain_codeset... yes
  345. checking for chown... yes
  346. checking for clock... yes
  347. checking for confstr... yes
  348. checking for ctermid... yes
  349. checking for execv... yes
  350. checking for fchmod... yes
  351. checking for fchown... yes
  352. checking for fork... yes
  353. checking for fpathconf... yes
  354. checking for ftime... yes
  355. checking for ftruncate... yes
  356. checking for gai_strerror... yes
  357. checking for getgroups... yes
  358. checking for getlogin... yes
  359. checking for getloadavg... yes
  360. checking for getpeername... yes
  361. checking for getpgid... yes
  362. checking for getpid... yes
  363. checking for getpriority... yes
  364. checking for getresuid... yes
  365. checking for getresgid... yes
  366. checking for getpwent... yes
  367. checking for getspnam... yes
  368. checking for getspent... yes
  369. checking for getsid... yes
  370. checking for getwd... yes
  371. checking for initgroups... yes
  372. checking for kill... yes
  373. checking for killpg... yes
  374. checking for lchmod... no
  375. checking for lchown... yes
  376. checking for lstat... yes
  377. checking for mkfifo... yes
  378. checking for mknod... yes
  379. checking for mktime... yes
  380. checking for mremap... yes
  381. checking for nice... yes
  382. checking for pathconf... yes
  383. checking for pause... yes
  384. checking for plock... no
  385. checking for poll... yes
  386. checking for pthread_init... no
  387. checking for putenv... yes
  388. checking for readlink... yes
  389. checking for realpath... yes
  390. checking for select... yes
  391. checking for sem_open... yes
  392. checking for sem_timedwait... yes
  393. checking for sem_getvalue... yes
  394. checking for sem_unlink... yes
  395. checking for setegid... yes
  396. checking for seteuid... yes
  397. checking for setgid... yes
  398. checking for setlocale... yes
  399. checking for setregid... yes
  400. checking for setreuid... yes
  401. checking for setsid... yes
  402. checking for setpgid... yes
  403. checking for setpgrp... yes
  404. checking for setuid... yes
  405. checking for setvbuf... yes
  406. checking for snprintf... yes
  407. checking for setlocale... (cached) yes
  408. checking for setregid... (cached) yes
  409. checking for setreuid... (cached) yes
  410. checking for setresuid... yes
  411. checking for setresgid... yes
  412. checking for setsid... (cached) yes
  413. checking for setpgid... (cached) yes
  414. checking for setpgrp... (cached) yes
  415. checking for setuid... (cached) yes
  416. checking for setvbuf... (cached) yes
  417. checking for snprintf... (cached) yes
  418. checking for sigaction... yes
  419. checking for siginterrupt... yes
  420. checking for sigrelse... yes
  421. checking for strftime... yes
  422. checking for sysconf... yes
  423. checking for tcgetpgrp... yes
  424. checking for tcsetpgrp... yes
  425. checking for tempnam... yes
  426. checking for timegm... yes
  427. checking for times... yes
  428. checking for tmpfile... yes
  429. checking for tmpnam... yes
  430. checking for tmpnam_r... yes
  431. checking for truncate... yes
  432. checking for uname... yes
  433. checking for unsetenv... yes
  434. checking for utimes... yes
  435. checking for waitpid... yes
  436. checking for wait3... yes
  437. checking for wait4... yes
  438. checking for wcscoll... yes
  439. checking for _getpty... no
  440. checking for chroot... yes
  441. checking for link... yes
  442. checking for symlink... yes
  443. checking for fchdir... yes
  444. checking for fsync... yes
  445. checking for fdatasync... yes
  446. checking for epoll... yes
  447. checking for kqueue... no
  448. checking for ctermid_r... no
  449. checking for flock declaration... yes
  450. checking for flock... yes
  451. checking for getpagesize... yes
  452. checking for broken unsetenv... no
  453. checking for true... true
  454. checking for inet_aton in -lc... yes
  455. checking for chflags... no
  456. checking for lchflags... no
  457. checking for inflateCopy in -lz... yes
  458. checking for hstrerror... yes
  459. checking for inet_aton... yes
  460. checking for inet_pton... yes
  461. checking for setgroups... yes
  462. checking for openpty... no
  463. checking for openpty in -lutil... yes
  464. checking for forkpty... yes
  465. checking for memmove... yes
  466. checking for fseek64... no
  467. checking for fseeko... yes
  468. checking for fstatvfs... yes
  469. checking for ftell64... no
  470. checking for ftello... yes
  471. checking for statvfs... yes
  472. checking for dup2... yes
  473. checking for getcwd... yes
  474. checking for strdup... yes
  475. checking for getpgrp... yes
  476. checking for setpgrp... (cached) yes
  477. checking for gettimeofday... yes
  478. checking for major... yes
  479. checking for getaddrinfo... yes
  480. checking getaddrinfo bug... no
  481. checking for getnameinfo... yes
  482. checking whether time.h and sys/time.h may both be included... yes
  483. checking whether struct tm is in sys/time.h or time.h... time.h
  484. checking for struct tm.tm_zone... yes
  485. checking for struct stat.st_rdev... yes
  486. checking for struct stat.st_blksize... yes
  487. checking for struct stat.st_flags... no
  488. checking for struct stat.st_gen... no
  489. checking for struct stat.st_birthtime... no
  490. checking for struct stat.st_blocks... yes
  491. checking for time.h that defines altzone... no
  492. checking whether sys/select.h and sys/time.h may both be included... yes
  493. checking for addrinfo... yes
  494. checking for sockaddr_storage... yes
  495. checking whether char is unsigned... no
  496. checking for an ANSI C-conforming const... yes
  497. checking for working volatile... yes
  498. checking for working signed char... yes
  499. checking for prototypes... yes
  500. checking for variable length prototypes and stdarg.h... yes
  501. checking for socketpair... yes
  502. checking if sockaddr has sa_len member... no
  503. checking whether va_list is an array... yes
  504. checking for gethostbyname_r... yes
  505. checking gethostbyname_r with 6 args... yes
  506. checking for __fpu_control... yes
  507. checking for --with-fpectl... no
  508. checking for --with-libm=STRING... default LIBM="-lm"
  509. checking for --with-libc=STRING... default LIBC=""
  510. checking whether C doubles are little-endian IEEE 754 binary64... yes
  511. checking whether C doubles are big-endian IEEE 754 binary64... no
  512. checking whether C doubles are ARM mixed-endian IEEE 754 binary64... no
  513. checking whether we can use gcc inline assembler to get and set x87 control word... yes
  514. checking for x87-style double rounding... no
  515. checking whether tanh preserves the sign of zero... yes
  516. checking for acosh... yes
  517. checking for asinh... yes
  518. checking for atanh... yes
  519. checking for copysign... yes
  520. checking for erf... yes
  521. checking for erfc... yes
  522. checking for expm1... yes
  523. checking for finite... yes
  524. checking for gamma... yes
  525. checking for hypot... yes
  526. checking for lgamma... yes
  527. checking for log1p... yes
  528. checking for round... yes
  529. checking for tgamma... yes
  530. checking whether isinf is declared... yes
  531. checking whether isnan is declared... yes
  532. checking whether isfinite is declared... yes
  533. checking whether POSIX semaphores are enabled... yes
  534. checking for broken sem_getvalue... no
  535. checking digit size for Python's longs... no value specified
  536. checking wchar.h usability... yes
  537. checking wchar.h presence... yes
  538. checking for wchar.h... yes
  539. checking size of wchar_t... 4
  540. checking for UCS-4 tcl... no
  541. checking whether wchar_t is signed... yes
  542. checking what type to use for unicode... unsigned short
  543. checking whether byte ordering is bigendian... no
  544. checking whether right shift extends the sign bit... yes
  545. checking for getc_unlocked() and friends... yes
  546. checking how to link readline libs... -lreadline
  547. checking for rl_callback_handler_install in -lreadline... yes
  548. checking for rl_pre_input_hook in -lreadline... yes
  549. checking for rl_completion_display_matches_hook in -lreadline... yes
  550. checking for rl_completion_matches in -lreadline... yes
  551. checking for broken nice()... no
  552. checking for broken poll()... no
  553. checking for struct tm.tm_zone... (cached) yes
  554. checking for working tzset()... yes
  555. checking for tv_nsec in struct stat... yes
  556. checking for tv_nsec2 in struct stat... no
  557. checking whether mvwdelch is an expression... yes
  558. checking whether WINDOW has _flags... yes
  559. checking for is_term_resized... yes
  560. checking for resize_term... yes
  561. checking for resizeterm... yes
  562. checking for /dev/ptmx... yes
  563. checking for /dev/ptc... no
  564. checking for %lld and %llu printf() format support... yes
  565. checking for %zd printf() format support... yes
  566. checking for socklen_t... yes
  567. checking for build directories... done
  568. configure: creating ./config.status
  569. config.status: creating Makefile.pre
  570. config.status: creating Modules/Setup.config
  571. config.status: creating Misc/python.pc
  572. config.status: creating Modules/ld_so_aix
  573. config.status: creating pyconfig.h
  574. creating Modules/Setup
  575. creating Modules/Setup.local
  576. creating Makefile
  577. pi@pi:/tmp/python/Python-2.7.3$ make python Parser/pgen
  578. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Modules/python.o ./Modules/python.c
  579. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/acceler.o Parser/acceler.c
  580. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/grammar1.o Parser/grammar1.c
  581. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/listnode.o Parser/listnode.c
  582. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/node.o Parser/node.c
  583. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/parser.o Parser/parser.c
  584. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/parsetok.o Parser/parsetok.c
  585. Parser/parsetok.c: In function ‘parsetok’:
  586. Parser/parsetok.c:134:43: warning: variable ‘handling_with’ set but not used [-Wunused-but-set-variable]
  587. int started = 0, handling_import = 0, handling_with = 0;
  588. ^
  589. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/bitset.o Parser/bitset.c
  590. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/metagrammar.o Parser/metagrammar.c
  591. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/firstsets.o Parser/firstsets.c
  592. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/grammar.o Parser/grammar.c
  593. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/pgen.o Parser/pgen.c
  594. Parser/pgen.c: In function ‘compile_atom’:
  595. Parser/pgen.c:282:9: warning: variable ‘i’ set but not used [-Wunused-but-set-variable]
  596. int i;
  597. ^
  598. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/myreadline.o Parser/myreadline.c
  599. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/tokenizer.o Parser/tokenizer.c
  600. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/abstract.o Objects/abstract.c
  601. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/boolobject.o Objects/boolobject.c
  602. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/bufferobject.o Objects/bufferobject.c
  603. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/bytes_methods.o Objects/bytes_methods.c
  604. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/bytearrayobject.o Objects/bytearrayobject.c
  605. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/capsule.o Objects/capsule.c
  606. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/cellobject.o Objects/cellobject.c
  607. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/classobject.o Objects/classobject.c
  608. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/cobject.o Objects/cobject.c
  609. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/codeobject.o Objects/codeobject.c
  610. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/complexobject.o Objects/complexobject.c
  611. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/descrobject.o Objects/descrobject.c
  612. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/enumobject.o Objects/enumobject.c
  613. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/exceptions.o Objects/exceptions.c
  614. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/genobject.o Objects/genobject.c
  615. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/fileobject.o Objects/fileobject.c
  616. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/floatobject.o Objects/floatobject.c
  617. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/frameobject.o Objects/frameobject.c
  618. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/funcobject.o Objects/funcobject.c
  619. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/intobject.o Objects/intobject.c
  620. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/iterobject.o Objects/iterobject.c
  621. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/listobject.o Objects/listobject.c
  622. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/longobject.o Objects/longobject.c
  623. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/dictobject.o Objects/dictobject.c
  624. Objects/dictobject.c: In function ‘insertdict’:
  625. Objects/dictobject.c:517:28: warning: typedef ‘lookupfunc’ locally defined but not used [-Wunused-local-typedefs]
  626. typedef PyDictEntry *(*lookupfunc)(PyDictObject *, PyObject *, long);
  627. ^
  628. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/memoryobject.o Objects/memoryobject.c
  629. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/methodobject.o Objects/methodobject.c
  630. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/moduleobject.o Objects/moduleobject.c
  631. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/object.o Objects/object.c
  632. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/obmalloc.o Objects/obmalloc.c
  633. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/rangeobject.o Objects/rangeobject.c
  634. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/setobject.o Objects/setobject.c
  635. Objects/setobject.c: In function ‘set_insert_key’:
  636. Objects/setobject.c:215:25: warning: typedef ‘lookupfunc’ locally defined but not used [-Wunused-local-typedefs]
  637. typedef setentry *(*lookupfunc)(PySetObject *, PyObject *, long);
  638. ^
  639. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/sliceobject.o Objects/sliceobject.c
  640. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/stringobject.o Objects/stringobject.c
  641. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/structseq.o Objects/structseq.c
  642. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/tupleobject.o Objects/tupleobject.c
  643. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/typeobject.o Objects/typeobject.c
  644. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/weakrefobject.o Objects/weakrefobject.c
  645. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/unicodeobject.o Objects/unicodeobject.c
  646. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/unicodectype.o Objects/unicodectype.c
  647. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/_warnings.o Python/_warnings.c
  648. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/Python-ast.o Python/Python-ast.c
  649. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/asdl.o Python/asdl.c
  650. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/mysnprintf.o Python/mysnprintf.c
  651. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/pyctype.o Python/pyctype.c
  652. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/tokenizer_pgen.o Parser/tokenizer_pgen.c
  653. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/printgrammar.o Parser/printgrammar.c
  654. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/pgenmain.o Parser/pgenmain.c
  655. 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
  656. Parser/pgen ./Grammar/Grammar ./Include/graminit.h ./Python/graminit.c
  657. touch Parser/pgen.stamp
  658. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/ast.o Python/ast.c
  659. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/bltinmodule.o Python/bltinmodule.c
  660. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/ceval.o Python/ceval.c
  661. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/compile.o Python/compile.c
  662. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/codecs.o Python/codecs.c
  663. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/errors.o Python/errors.c
  664. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/frozen.o Python/frozen.c
  665. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/frozenmain.o Python/frozenmain.c
  666. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/future.o Python/future.c
  667. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/getargs.o Python/getargs.c
  668. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/getcompiler.o Python/getcompiler.c
  669. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/getcopyright.o Python/getcopyright.c
  670. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -DPLATFORM='"linux2"' -o Python/getplatform.o ./Python/getplatform.c
  671. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/getversion.o Python/getversion.c
  672. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/graminit.o Python/graminit.c
  673. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/import.o Python/import.c
  674. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -I. -o Python/importdl.o ./Python/importdl.c
  675. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/marshal.o Python/marshal.c
  676. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/modsupport.o Python/modsupport.c
  677. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/mystrtoul.o Python/mystrtoul.c
  678. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/peephole.o Python/peephole.c
  679. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/pyarena.o Python/pyarena.c
  680. Python/pyarena.c: In function ‘PyArena_Free’:
  681. Python/pyarena.c:162:9: warning: variable ‘r’ set but not used [-Wunused-but-set-variable]
  682. int r;
  683. ^
  684. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/pyfpe.o Python/pyfpe.c
  685. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/pymath.o Python/pymath.c
  686. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/pystate.o Python/pystate.c
  687. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/pythonrun.o Python/pythonrun.c
  688. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/random.o Python/random.c
  689. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/structmember.o Python/structmember.c
  690. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/symtable.o Python/symtable.c
  691. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/sysmodule.o Python/sysmodule.c
  692. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/traceback.o Python/traceback.c
  693. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/getopt.o Python/getopt.c
  694. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/pystrcmp.o Python/pystrcmp.c
  695. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/pystrtod.o Python/pystrtod.c
  696. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/dtoa.o Python/dtoa.c
  697. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/formatter_unicode.o Python/formatter_unicode.c
  698. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/formatter_string.o Python/formatter_string.c
  699. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/dynload_shlib.o Python/dynload_shlib.c
  700. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/thread.o Python/thread.c
  701. In file included from Python/thread.c:121:0:
  702. Python/thread_pthread.h: In function ‘PyThread_free_lock’:
  703. Python/thread_pthread.h:285:17: warning: variable ‘error’ set but not used [-Wunused-but-set-variable]
  704. int status, error = 0;
  705. ^
  706. Python/thread_pthread.h: In function ‘PyThread_acquire_lock’:
  707. Python/thread_pthread.h:315:17: warning: variable ‘error’ set but not used [-Wunused-but-set-variable]
  708. int status, error = 0;
  709. ^
  710. Python/thread_pthread.h: In function ‘PyThread_release_lock’:
  711. Python/thread_pthread.h:342:17: warning: variable ‘error’ set but not used [-Wunused-but-set-variable]
  712. int status, error = 0;
  713. ^
  714. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Modules/config.o Modules/config.c
  715. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -DPYTHONPATH='":plat-linux2:lib-tk:lib-old"' \
  716. -DPREFIX='"/usr/local"' \
  717. -DEXEC_PREFIX='"/usr/local"' \
  718. -DVERSION='"2.7"' \
  719. -DVPATH='""' \
  720. -o Modules/getpath.o ./Modules/getpath.c
  721. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Modules/main.o Modules/main.c
  722. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Modules/gcmodule.o Modules/gcmodule.c
  723. gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/threadmodule.c -o Modules/threadmodule.o
  724. gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/signalmodule.c -o Modules/signalmodule.o
  725. ./Modules/signalmodule.c: In function ‘trip_signal’:
  726. ./Modules/signalmodule.c:180:14: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  727. write(wakeup_fd, "\0", 1);
  728. ^
  729. gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/posixmodule.c -o Modules/posixmodule.o
  730. gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/errnomodule.c -o Modules/errnomodule.o
  731. gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/pwdmodule.c -o Modules/pwdmodule.o
  732. gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/_sre.c -o Modules/_sre.o
  733. gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/_codecsmodule.c -o Modules/_codecsmodule.o
  734. gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/_weakref.c -o Modules/_weakref.o
  735. gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/zipimport.c -o Modules/zipimport.o
  736. gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/symtablemodule.c -o Modules/symtablemodule.o
  737. gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/xxsubtype.c -o Modules/xxsubtype.o
  738. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE \
  739. -DSVNVERSION="\"`LC_ALL=C svnversion .`\"" \
  740. -DHGVERSION="\"`LC_ALL=C hg id -i .`\"" \
  741. -DHGTAG="\"`LC_ALL=C hg id -t .`\"" \
  742. -DHGBRANCH="\"`LC_ALL=C hg id -b .`\"" \
  743. -o Modules/getbuildinfo.o ./Modules/getbuildinfo.c
  744. abort: repository . not found!
  745. abort: repository . not found!
  746. abort: repository . not found!
  747. rm -f libpython2.7.a
  748. ar rc libpython2.7.a Modules/getbuildinfo.o
  749. 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
  750. 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
  751. 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
  752. ar rc libpython2.7.a Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.o
  753. 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
  754. ranlib libpython2.7.a
  755. gcc -pthread -Xlinker -export-dynamic -o python \
  756. Modules/python.o \
  757. libpython2.7.a -lpthread -ldl -lutil -lm
  758. libpython2.7.a(posixmodule.o): In function `posix_tmpnam':
  759. /tmp/python/Python-2.7.3/./Modules/posixmodule.c:7432: warning: the use of `tmpnam_r' is dangerous, better use `mkstemp'
  760. libpython2.7.a(posixmodule.o): In function `posix_tempnam':
  761. /tmp/python/Python-2.7.3/./Modules/posixmodule.c:7379: warning: the use of `tempnam' is dangerous, better use `mkstemp'
  762. make: `Parser/pgen' is up to date.
  763. pi@pi:/tmp/python/Python-2.7.3$ mv python hostpython
  764. pi@pi:/tmp/python/Python-2.7.3$ mv Parser/pgen Parser/hostpgen
  765. pi@pi:/tmp/python/Python-2.7.3$ make distclean
  766. find . -name '*.py[co]' -exec rm -f {} ';'
  767. find . -name '*.[oa]' -exec rm -f {} ';'
  768. find . -name '*.s[ol]' -exec rm -f {} ';'
  769. find . -name '*.so.[0-9]*.[0-9]*' -exec rm -f {} ';'
  770. find build -name 'fficonfig.h' -exec rm -f {} ';' || true
  771. find: `build': No such file or directory
  772. find build -name 'fficonfig.py' -exec rm -f {} ';' || true
  773. find: `build': No such file or directory
  774. rm -f Lib/lib2to3/*Grammar*.pickle
  775. find . -name '*.gc??' -exec rm -f {} ';'
  776. rm -f python Parser/pgen libpython2.7.a libpython2.7.a \
  777. tags TAGS Parser/pgen.stamp \
  778. config.cache config.log pyconfig.h Modules/config.c
  779. rm -rf build platform
  780. rm -rf no-framework
  781. for file in Lib/test/data/* ; do \
  782. if test "$file" != "Lib/test/data/README"; then rm "$file"; fi; \
  783. done
  784. rm -f core Makefile Makefile.pre config.status \
  785. Modules/Setup Modules/Setup.local Modules/Setup.config \
  786. Modules/ld_so_aix Modules/python.exp Misc/python.pc
  787. rm -f python*-gdb.py
  788. find . '(' -name '*.fdc' -o -name '*~' \
  789. -o -name '[@,#]*' -o -name '*.old' \
  790. -o -name '*.orig' -o -name '*.rej' \
  791. -o -name '*.bak' ')' \
  792. -exec rm -f {} ';'
  793. pi@pi:/tmp/python/Python-2.7.3$ patch -p1 < ../Python-2.7.3-xcompile.patch
  794. patching file configure
  795. patching file Makefile.pre.in
  796. patching file setup.py
  797. pi@pi:/tmp/python/Python-2.7.3$ mkdir $INSTALL_DIR
  798. pi@pi:/tmp/python/Python-2.7.3$ cd $INSTALL_DIR
  799. pi@pi:/tmp/python/Python-2.7.3/_install_arm$ PREFIX=$PWD
  800. pi@pi:/tmp/python/Python-2.7.3/_install_arm$ cd ../
  801. pi@pi:/tmp/python/Python-2.7.3$ ./configure LDFLAGS=${LDFLAGS} --prefix=$PREFIX
  802. checking for --enable-universalsdk... no
  803. checking for --with-universal-archs... 32-bit
  804. checking MACHDEP... linux2
  805. checking EXTRAPLATDIR...
  806. checking machine type as reported by uname -m... x86_64
  807. checking for --without-gcc... no
  808. checking for gcc... gcc
  809. checking whether the C compiler works... yes
  810. checking for C compiler default output file name... a.out
  811. checking for suffix of executables...
  812. checking whether we are cross compiling... no
  813. checking for suffix of object files... o
  814. checking whether we are using the GNU C compiler... yes
  815. checking whether gcc accepts -g... yes
  816. checking for gcc option to accept ISO C89... none needed
  817. checking for --with-cxx-main=<compiler>... no
  818. checking for g++... g++
  819. configure: WARNING:
  820. By default, distutils will build C++ extension modules with "g++".
  821. If this is not intended, then set CXX on the configure command line.
  822. checking how to run the C preprocessor... gcc -E
  823. checking for grep that handles long lines and -e... /bin/grep
  824. checking for egrep... /bin/grep -E
  825. checking for ANSI C header files... yes
  826. checking for sys/types.h... yes
  827. checking for sys/stat.h... yes
  828. checking for stdlib.h... yes
  829. checking for string.h... yes
  830. checking for memory.h... yes
  831. checking for strings.h... yes
  832. checking for inttypes.h... yes
  833. checking for stdint.h... yes
  834. checking for unistd.h... yes
  835. checking minix/config.h usability... no
  836. checking minix/config.h presence... no
  837. checking for minix/config.h... no
  838. checking whether it is safe to define __EXTENSIONS__... yes
  839. checking for --with-suffix...
  840. checking for case-insensitive build directory... no
  841. checking LIBRARY... libpython$(VERSION).a
  842. checking LINKCC... $(PURIFY) $(MAINCC)
  843. checking for GNU ld... yes
  844. checking for --enable-shared... no
  845. checking for --enable-profiling...
  846. checking LDLIBRARY... libpython$(VERSION).a
  847. checking for ranlib... ranlib
  848. checking for ar... ar
  849. checking for svnversion... found
  850. checking for hg... found
  851. checking for a BSD-compatible install... /usr/bin/install -c
  852. checking for --with-pydebug... no
  853. checking whether gcc accepts -fno-strict-aliasing... yes
  854. checking whether gcc accepts -OPT:Olimit=0... no
  855. checking whether gcc accepts -Olimit 1500... no
  856. checking whether gcc supports ParseTuple __format__... no
  857. checking whether pthreads are available without options... no
  858. checking whether gcc accepts -Kpthread... no
  859. checking whether gcc accepts -Kthread... no
  860. checking whether gcc accepts -pthread... yes
  861. checking whether g++ also accepts flags for thread support... yes
  862. checking for ANSI C header files... (cached) yes
  863. checking asm/types.h usability... yes
  864. checking asm/types.h presence... yes
  865. checking for asm/types.h... yes
  866. checking conio.h usability... no
  867. checking conio.h presence... no
  868. checking for conio.h... no
  869. checking curses.h usability... yes
  870. checking curses.h presence... yes
  871. checking for curses.h... yes
  872. checking direct.h usability... no
  873. checking direct.h presence... no
  874. checking for direct.h... no
  875. checking dlfcn.h usability... yes
  876. checking dlfcn.h presence... yes
  877. checking for dlfcn.h... yes
  878. checking errno.h usability... yes
  879. checking errno.h presence... yes
  880. checking for errno.h... yes
  881. checking fcntl.h usability... yes
  882. checking fcntl.h presence... yes
  883. checking for fcntl.h... yes
  884. checking grp.h usability... yes
  885. checking grp.h presence... yes
  886. checking for grp.h... yes
  887. checking ieeefp.h usability... no
  888. checking ieeefp.h presence... no
  889. checking for ieeefp.h... no
  890. checking io.h usability... no
  891. checking io.h presence... no
  892. checking for io.h... no
  893. checking langinfo.h usability... yes
  894. checking langinfo.h presence... yes
  895. checking for langinfo.h... yes
  896. checking libintl.h usability... yes
  897. checking libintl.h presence... yes
  898. checking for libintl.h... yes
  899. checking ncurses.h usability... yes
  900. checking ncurses.h presence... yes
  901. checking for ncurses.h... yes
  902. checking poll.h usability... yes
  903. checking poll.h presence... yes
  904. checking for poll.h... yes
  905. checking process.h usability... no
  906. checking process.h presence... no
  907. checking for process.h... no
  908. checking pthread.h usability... yes
  909. checking pthread.h presence... yes
  910. checking for pthread.h... yes
  911. checking shadow.h usability... yes
  912. checking shadow.h presence... yes
  913. checking for shadow.h... yes
  914. checking signal.h usability... yes
  915. checking signal.h presence... yes
  916. checking for signal.h... yes
  917. checking for stdint.h... (cached) yes
  918. checking stropts.h usability... yes
  919. checking stropts.h presence... yes
  920. checking for stropts.h... yes
  921. checking termios.h usability... yes
  922. checking termios.h presence... yes
  923. checking for termios.h... yes
  924. checking thread.h usability... no
  925. checking thread.h presence... no
  926. checking for thread.h... no
  927. checking for unistd.h... (cached) yes
  928. checking utime.h usability... yes
  929. checking utime.h presence... yes
  930. checking for utime.h... yes
  931. checking sys/audioio.h usability... no
  932. checking sys/audioio.h presence... no
  933. checking for sys/audioio.h... no
  934. checking sys/bsdtty.h usability... no
  935. checking sys/bsdtty.h presence... no
  936. checking for sys/bsdtty.h... no
  937. checking sys/epoll.h usability... yes
  938. checking sys/epoll.h presence... yes
  939. checking for sys/epoll.h... yes
  940. checking sys/event.h usability... no
  941. checking sys/event.h presence... no
  942. checking for sys/event.h... no
  943. checking sys/file.h usability... yes
  944. checking sys/file.h presence... yes
  945. checking for sys/file.h... yes
  946. checking sys/loadavg.h usability... no
  947. checking sys/loadavg.h presence... no
  948. checking for sys/loadavg.h... no
  949. checking sys/lock.h usability... no
  950. checking sys/lock.h presence... no
  951. checking for sys/lock.h... no
  952. checking sys/mkdev.h usability... no
  953. checking sys/mkdev.h presence... no
  954. checking for sys/mkdev.h... no
  955. checking sys/modem.h usability... no
  956. checking sys/modem.h presence... no
  957. checking for sys/modem.h... no
  958. checking sys/param.h usability... yes
  959. checking sys/param.h presence... yes
  960. checking for sys/param.h... yes
  961. checking sys/poll.h usability... yes
  962. checking sys/poll.h presence... yes
  963. checking for sys/poll.h... yes
  964. checking sys/select.h usability... yes
  965. checking sys/select.h presence... yes
  966. checking for sys/select.h... yes
  967. checking sys/socket.h usability... yes
  968. checking sys/socket.h presence... yes
  969. checking for sys/socket.h... yes
  970. checking sys/statvfs.h usability... yes
  971. checking sys/statvfs.h presence... yes
  972. checking for sys/statvfs.h... yes
  973. checking for sys/stat.h... (cached) yes
  974. checking sys/termio.h usability... no
  975. checking sys/termio.h presence... no
  976. checking for sys/termio.h... no
  977. checking sys/time.h usability... yes
  978. checking sys/time.h presence... yes
  979. checking for sys/time.h... yes
  980. checking sys/times.h usability... yes
  981. checking sys/times.h presence... yes
  982. checking for sys/times.h... yes
  983. checking for sys/types.h... (cached) yes
  984. checking sys/un.h usability... yes
  985. checking sys/un.h presence... yes
  986. checking for sys/un.h... yes
  987. checking sys/utsname.h usability... yes
  988. checking sys/utsname.h presence... yes
  989. checking for sys/utsname.h... yes
  990. checking sys/wait.h usability... yes
  991. checking sys/wait.h presence... yes
  992. checking for sys/wait.h... yes
  993. checking pty.h usability... yes
  994. checking pty.h presence... yes
  995. checking for pty.h... yes
  996. checking libutil.h usability... no
  997. checking libutil.h presence... no
  998. checking for libutil.h... no
  999. checking sys/resource.h usability... yes
  1000. checking sys/resource.h presence... yes
  1001. checking for sys/resource.h... yes
  1002. checking netpacket/packet.h usability... yes
  1003. checking netpacket/packet.h presence... yes
  1004. checking for netpacket/packet.h... yes
  1005. checking sysexits.h usability... yes
  1006. checking sysexits.h presence... yes
  1007. checking for sysexits.h... yes
  1008. checking bluetooth.h usability... no
  1009. checking bluetooth.h presence... no
  1010. checking for bluetooth.h... no
  1011. checking bluetooth/bluetooth.h usability... no
  1012. checking bluetooth/bluetooth.h presence... no
  1013. checking for bluetooth/bluetooth.h... no
  1014. checking linux/tipc.h usability... yes
  1015. checking linux/tipc.h presence... yes
  1016. checking for linux/tipc.h... yes
  1017. checking spawn.h usability... yes
  1018. checking spawn.h presence... yes
  1019. checking for spawn.h... yes
  1020. checking util.h usability... no
  1021. checking util.h presence... no
  1022. checking for util.h... no
  1023. checking for dirent.h that defines DIR... yes
  1024. checking for library containing opendir... none required
  1025. checking whether sys/types.h defines makedev... yes
  1026. checking for term.h... yes
  1027. checking for linux/netlink.h... yes
  1028. checking for clock_t in time.h... yes
  1029. checking for makedev... yes
  1030. checking Solaris LFS bug... no
  1031. checking for mode_t... yes
  1032. checking for off_t... yes
  1033. checking for pid_t... yes
  1034. checking for size_t... yes
  1035. checking for uid_t in sys/types.h... yes
  1036. checking for uint32_t... yes
  1037. checking for uint64_t... yes
  1038. checking for int32_t... yes
  1039. checking for int64_t... yes
  1040. checking for ssize_t... yes
  1041. checking size of int... 4
  1042. checking size of long... 8
  1043. checking size of void *... 8
  1044. checking size of short... 2
  1045. checking size of float... 4
  1046. checking size of double... 8
  1047. checking size of fpos_t... 16
  1048. checking size of size_t... 8
  1049. checking size of pid_t... 4
  1050. checking for long long support... yes
  1051. checking size of long long... 8
  1052. checking for long double support... yes
  1053. checking size of long double... 16
  1054. checking for _Bool support... yes
  1055. checking size of _Bool... 1
  1056. checking for uintptr_t... yes
  1057. checking size of uintptr_t... 8
  1058. checking size of off_t... 8
  1059. checking whether to enable large file support... no
  1060. checking size of time_t... 8
  1061. checking for pthread_t... yes
  1062. checking size of pthread_t... 8
  1063. checking for --enable-toolbox-glue... no
  1064. checking for --enable-framework... no
  1065. checking for dyld... no
  1066. checking SO... .so
  1067. checking LDSHARED... $(CC) -shared
  1068. checking CCSHARED... -fPIC
  1069. checking LINKFORSHARED... -Xlinker -export-dynamic
  1070. checking CFLAGSFORSHARED...
  1071. checking SHLIBS... $(LIBS)
  1072. checking for dlopen in -ldl... yes
  1073. checking for shl_load in -ldld... no
  1074. checking for library containing sem_init... -lpthread
  1075. checking for textdomain in -lintl... no
  1076. checking for t_open in -lnsl... no
  1077. checking for socket in -lsocket... no
  1078. checking for --with-libs... no
  1079. checking for pkg-config... /usr/bin/pkg-config
  1080. checking for --with-system-expat... no
  1081. checking for --with-system-ffi... no
  1082. checking for --with-dbmliborder...
  1083. checking for --with-signal-module... yes
  1084. checking for --with-dec-threads... no
  1085. checking for --with-threads... yes
  1086. checking if PTHREAD_SCOPE_SYSTEM is supported... yes
  1087. checking for pthread_sigmask... yes
  1088. checking if --enable-ipv6 is specified... yes
  1089. checking if RFC2553 API is available... yes
  1090. checking ipv6 stack type... linux-glibc
  1091. checking for OSX 10.5 SDK or later... no
  1092. checking for --with-doc-strings... yes
  1093. checking for --with-tsc... no
  1094. checking for --with-pymalloc... yes
  1095. checking for --with-valgrind... no
  1096. checking for --with-wctype-functions... no
  1097. checking for dlopen... yes
  1098. checking DYNLOADFILE... dynload_shlib.o
  1099. checking MACHDEP_OBJS... MACHDEP_OBJS
  1100. checking for alarm... yes
  1101. checking for setitimer... yes
  1102. checking for getitimer... yes
  1103. checking for bind_textdomain_codeset... yes
  1104. checking for chown... yes
  1105. checking for clock... yes
  1106. checking for confstr... yes
  1107. checking for ctermid... yes
  1108. checking for execv... yes
  1109. checking for fchmod... yes
  1110. checking for fchown... yes
  1111. checking for fork... yes
  1112. checking for fpathconf... yes
  1113. checking for ftime... yes
  1114. checking for ftruncate... yes
  1115. checking for gai_strerror... yes
  1116. checking for getgroups... yes
  1117. checking for getlogin... yes
  1118. checking for getloadavg... yes
  1119. checking for getpeername... yes
  1120. checking for getpgid... yes
  1121. checking for getpid... yes
  1122. checking for getpriority... yes
  1123. checking for getresuid... yes
  1124. checking for getresgid... yes
  1125. checking for getpwent... yes
  1126. checking for getspnam... yes
  1127. checking for getspent... yes
  1128. checking for getsid... yes
  1129. checking for getwd... yes
  1130. checking for initgroups... yes
  1131. checking for kill... yes
  1132. checking for killpg... yes
  1133. checking for lchmod... no
  1134. checking for lchown... yes
  1135. checking for lstat... yes
  1136. checking for mkfifo... yes
  1137. checking for mknod... yes
  1138. checking for mktime... yes
  1139. checking for mremap... yes
  1140. checking for nice... yes
  1141. checking for pathconf... yes
  1142. checking for pause... yes
  1143. checking for plock... no
  1144. checking for poll... yes
  1145. checking for pthread_init... no
  1146. checking for putenv... yes
  1147. checking for readlink... yes
  1148. checking for realpath... yes
  1149. checking for select... yes
  1150. checking for sem_open... yes
  1151. checking for sem_timedwait... yes
  1152. checking for sem_getvalue... yes
  1153. checking for sem_unlink... yes
  1154. checking for setegid... yes
  1155. checking for seteuid... yes
  1156. checking for setgid... yes
  1157. checking for setlocale... yes
  1158. checking for setregid... yes
  1159. checking for setreuid... yes
  1160. checking for setsid... yes
  1161. checking for setpgid... yes
  1162. checking for setpgrp... yes
  1163. checking for setuid... yes
  1164. checking for setvbuf... yes
  1165. checking for snprintf... yes
  1166. checking for setlocale... (cached) yes
  1167. checking for setregid... (cached) yes
  1168. checking for setreuid... (cached) yes
  1169. checking for setresuid... yes
  1170. checking for setresgid... yes
  1171. checking for setsid... (cached) yes
  1172. checking for setpgid... (cached) yes
  1173. checking for setpgrp... (cached) yes
  1174. checking for setuid... (cached) yes
  1175. checking for setvbuf... (cached) yes
  1176. checking for snprintf... (cached) yes
  1177. checking for sigaction... yes
  1178. checking for siginterrupt... yes
  1179. checking for sigrelse... yes
  1180. checking for strftime... yes
  1181. checking for sysconf... yes
  1182. checking for tcgetpgrp... yes
  1183. checking for tcsetpgrp... yes
  1184. checking for tempnam... yes
  1185. checking for timegm... yes
  1186. checking for times... yes
  1187. checking for tmpfile... yes
  1188. checking for tmpnam... yes
  1189. checking for tmpnam_r... yes
  1190. checking for truncate... yes
  1191. checking for uname... yes
  1192. checking for unsetenv... yes
  1193. checking for utimes... yes
  1194. checking for waitpid... yes
  1195. checking for wait3... yes
  1196. checking for wait4... yes
  1197. checking for wcscoll... yes
  1198. checking for _getpty... no
  1199. checking for chroot... yes
  1200. checking for link... yes
  1201. checking for symlink... yes
  1202. checking for fchdir... yes
  1203. checking for fsync... yes
  1204. checking for fdatasync... yes
  1205. checking for epoll... yes
  1206. checking for kqueue... no
  1207. checking for ctermid_r... no
  1208. checking for flock declaration... yes
  1209. checking for flock... yes
  1210. checking for getpagesize... yes
  1211. checking for broken unsetenv... no
  1212. checking for true... true
  1213. checking for inet_aton in -lc... yes
  1214. checking for chflags... no
  1215. checking for lchflags... no
  1216. checking for inflateCopy in -lz... yes
  1217. checking for hstrerror... yes
  1218. checking for inet_aton... yes
  1219. checking for inet_pton... yes
  1220. checking for setgroups... yes
  1221. checking for openpty... no
  1222. checking for openpty in -lutil... yes
  1223. checking for forkpty... yes
  1224. checking for memmove... yes
  1225. checking for fseek64... no
  1226. checking for fseeko... yes
  1227. checking for fstatvfs... yes
  1228. checking for ftell64... no
  1229. checking for ftello... yes
  1230. checking for statvfs... yes
  1231. checking for dup2... yes
  1232. checking for getcwd... yes
  1233. checking for strdup... yes
  1234. checking for getpgrp... yes
  1235. checking for setpgrp... (cached) yes
  1236. checking for gettimeofday... yes
  1237. checking for major... yes
  1238. checking for getaddrinfo... yes
  1239. checking getaddrinfo bug... no
  1240. checking for getnameinfo... yes
  1241. checking whether time.h and sys/time.h may both be included... yes
  1242. checking whether struct tm is in sys/time.h or time.h... time.h
  1243. checking for struct tm.tm_zone... yes
  1244. checking for struct stat.st_rdev... yes
  1245. checking for struct stat.st_blksize... yes
  1246. checking for struct stat.st_flags... no
  1247. checking for struct stat.st_gen... no
  1248. checking for struct stat.st_birthtime... no
  1249. checking for struct stat.st_blocks... yes
  1250. checking for time.h that defines altzone... no
  1251. checking whether sys/select.h and sys/time.h may both be included... yes
  1252. checking for addrinfo... yes
  1253. checking for sockaddr_storage... yes
  1254. checking whether char is unsigned... no
  1255. checking for an ANSI C-conforming const... yes
  1256. checking for working volatile... yes
  1257. checking for working signed char... yes
  1258. checking for prototypes... yes
  1259. checking for variable length prototypes and stdarg.h... yes
  1260. checking for socketpair... yes
  1261. checking if sockaddr has sa_len member... no
  1262. checking whether va_list is an array... yes
  1263. checking for gethostbyname_r... yes
  1264. checking gethostbyname_r with 6 args... yes
  1265. checking for __fpu_control... yes
  1266. checking for --with-fpectl... no
  1267. checking for --with-libm=STRING... default LIBM="-lm"
  1268. checking for --with-libc=STRING... default LIBC=""
  1269. checking whether C doubles are little-endian IEEE 754 binary64... yes
  1270. checking whether C doubles are big-endian IEEE 754 binary64... no
  1271. checking whether C doubles are ARM mixed-endian IEEE 754 binary64... no
  1272. checking whether we can use gcc inline assembler to get and set x87 control word... yes
  1273. checking for x87-style double rounding... no
  1274. checking whether tanh preserves the sign of zero... yes
  1275. checking for acosh... yes
  1276. checking for asinh... yes
  1277. checking for atanh... yes
  1278. checking for copysign... yes
  1279. checking for erf... yes
  1280. checking for erfc... yes
  1281. checking for expm1... yes
  1282. checking for finite... yes
  1283. checking for gamma... yes
  1284. checking for hypot... yes
  1285. checking for lgamma... yes
  1286. checking for log1p... yes
  1287. checking for round... yes
  1288. checking for tgamma... yes
  1289. checking whether isinf is declared... yes
  1290. checking whether isnan is declared... yes
  1291. checking whether isfinite is declared... yes
  1292. checking whether POSIX semaphores are enabled... yes
  1293. checking for broken sem_getvalue... no
  1294. checking digit size for Python's longs... no value specified
  1295. checking wchar.h usability... yes
  1296. checking wchar.h presence... yes
  1297. checking for wchar.h... yes
  1298. checking size of wchar_t... 4
  1299. checking for UCS-4 tcl... no
  1300. checking whether wchar_t is signed... yes
  1301. checking what type to use for unicode... unsigned short
  1302. checking whether byte ordering is bigendian... no
  1303. checking whether right shift extends the sign bit... yes
  1304. checking for getc_unlocked() and friends... yes
  1305. checking how to link readline libs... -lreadline
  1306. checking for rl_callback_handler_install in -lreadline... yes
  1307. checking for rl_pre_input_hook in -lreadline... yes
  1308. checking for rl_completion_display_matches_hook in -lreadline... yes
  1309. checking for rl_completion_matches in -lreadline... yes
  1310. checking for broken nice()... no
  1311. checking for broken poll()... no
  1312. checking for struct tm.tm_zone... (cached) yes
  1313. checking for working tzset()... yes
  1314. checking for tv_nsec in struct stat... yes
  1315. checking for tv_nsec2 in struct stat... no
  1316. checking whether mvwdelch is an expression... yes
  1317. checking whether WINDOW has _flags... yes
  1318. checking for is_term_resized... yes
  1319. checking for resize_term... yes
  1320. checking for resizeterm... yes
  1321. checking for /dev/ptmx... yes
  1322. checking for /dev/ptc... no
  1323. checking for %lld and %llu printf() format support... yes
  1324. checking for %zd printf() format support... yes
  1325. checking for socklen_t... yes
  1326. checking for build directories... done
  1327. configure: creating ./config.status
  1328. config.status: creating Makefile.pre
  1329. config.status: creating Modules/Setup.config
  1330. config.status: creating Misc/python.pc
  1331. config.status: creating Modules/ld_so_aix
  1332. config.status: creating pyconfig.h
  1333. creating Modules/Setup
  1334. creating Modules/Setup.local
  1335. creating Makefile
  1336. pi@pi:/tmp/python/Python-2.7.3$ make HOSTPYTHON=./hostpython HOSTPGEN=./Parser/hostpgen BLDSHARED="gcc -shared" CROSS_COMPILE_TARGET=yes HOSTARCH=x86_64-linux-gnu BUILDARCH=x86_64-linux-gnu
  1337. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Modules/python.o ./Modules/python.c
  1338. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/acceler.o Parser/acceler.c
  1339. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/grammar1.o Parser/grammar1.c
  1340. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/listnode.o Parser/listnode.c
  1341. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/node.o Parser/node.c
  1342. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/parser.o Parser/parser.c
  1343. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/parsetok.o Parser/parsetok.c
  1344. Parser/parsetok.c: In function ‘parsetok’:
  1345. Parser/parsetok.c:134:43: warning: variable ‘handling_with’ set but not used [-Wunused-but-set-variable]
  1346. int started = 0, handling_import = 0, handling_with = 0;
  1347. ^
  1348. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/bitset.o Parser/bitset.c
  1349. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/metagrammar.o Parser/metagrammar.c
  1350. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/firstsets.o Parser/firstsets.c
  1351. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/grammar.o Parser/grammar.c
  1352. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/pgen.o Parser/pgen.c
  1353. Parser/pgen.c: In function ‘compile_atom’:
  1354. Parser/pgen.c:282:9: warning: variable ‘i’ set but not used [-Wunused-but-set-variable]
  1355. int i;
  1356. ^
  1357. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/myreadline.o Parser/myreadline.c
  1358. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/tokenizer.o Parser/tokenizer.c
  1359. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/abstract.o Objects/abstract.c
  1360. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/boolobject.o Objects/boolobject.c
  1361. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/bufferobject.o Objects/bufferobject.c
  1362. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/bytes_methods.o Objects/bytes_methods.c
  1363. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/bytearrayobject.o Objects/bytearrayobject.c
  1364. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/capsule.o Objects/capsule.c
  1365. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/cellobject.o Objects/cellobject.c
  1366. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/classobject.o Objects/classobject.c
  1367. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/cobject.o Objects/cobject.c
  1368. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/codeobject.o Objects/codeobject.c
  1369. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/complexobject.o Objects/complexobject.c
  1370. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/descrobject.o Objects/descrobject.c
  1371. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/enumobject.o Objects/enumobject.c
  1372. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/exceptions.o Objects/exceptions.c
  1373. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/genobject.o Objects/genobject.c
  1374. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/fileobject.o Objects/fileobject.c
  1375. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/floatobject.o Objects/floatobject.c
  1376. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/frameobject.o Objects/frameobject.c
  1377. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/funcobject.o Objects/funcobject.c
  1378. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/intobject.o Objects/intobject.c
  1379. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/iterobject.o Objects/iterobject.c
  1380. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/listobject.o Objects/listobject.c
  1381. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/longobject.o Objects/longobject.c
  1382. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/dictobject.o Objects/dictobject.c
  1383. Objects/dictobject.c: In function ‘insertdict’:
  1384. Objects/dictobject.c:517:28: warning: typedef ‘lookupfunc’ locally defined but not used [-Wunused-local-typedefs]
  1385. typedef PyDictEntry *(*lookupfunc)(PyDictObject *, PyObject *, long);
  1386. ^
  1387. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/memoryobject.o Objects/memoryobject.c
  1388. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/methodobject.o Objects/methodobject.c
  1389. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/moduleobject.o Objects/moduleobject.c
  1390. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/object.o Objects/object.c
  1391. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/obmalloc.o Objects/obmalloc.c
  1392. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/rangeobject.o Objects/rangeobject.c
  1393. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/setobject.o Objects/setobject.c
  1394. Objects/setobject.c: In function ‘set_insert_key’:
  1395. Objects/setobject.c:215:25: warning: typedef ‘lookupfunc’ locally defined but not used [-Wunused-local-typedefs]
  1396. typedef setentry *(*lookupfunc)(PySetObject *, PyObject *, long);
  1397. ^
  1398. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/sliceobject.o Objects/sliceobject.c
  1399. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/stringobject.o Objects/stringobject.c
  1400. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/structseq.o Objects/structseq.c
  1401. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/tupleobject.o Objects/tupleobject.c
  1402. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/typeobject.o Objects/typeobject.c
  1403. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/weakrefobject.o Objects/weakrefobject.c
  1404. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/unicodeobject.o Objects/unicodeobject.c
  1405. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/unicodectype.o Objects/unicodectype.c
  1406. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/_warnings.o Python/_warnings.c
  1407. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/Python-ast.o Python/Python-ast.c
  1408. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/asdl.o Python/asdl.c
  1409. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/mysnprintf.o Python/mysnprintf.c
  1410. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/pyctype.o Python/pyctype.c
  1411. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/tokenizer_pgen.o Parser/tokenizer_pgen.c
  1412. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/printgrammar.o Parser/printgrammar.c
  1413. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/pgenmain.o Parser/pgenmain.c
  1414. 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
  1415. ./Parser/hostpgen ./Grammar/Grammar ./Include/graminit.h ./Python/graminit.c
  1416. touch Parser/pgen.stamp
  1417. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/ast.o Python/ast.c
  1418. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/bltinmodule.o Python/bltinmodule.c
  1419. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/ceval.o Python/ceval.c
  1420. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/compile.o Python/compile.c
  1421. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/codecs.o Python/codecs.c
  1422. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/errors.o Python/errors.c
  1423. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/frozen.o Python/frozen.c
  1424. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/frozenmain.o Python/frozenmain.c
  1425. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/future.o Python/future.c
  1426. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/getargs.o Python/getargs.c
  1427. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/getcompiler.o Python/getcompiler.c
  1428. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/getcopyright.o Python/getcopyright.c
  1429. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -DPLATFORM='"linux2"' -o Python/getplatform.o ./Python/getplatform.c
  1430. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/getversion.o Python/getversion.c
  1431. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/graminit.o Python/graminit.c
  1432. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/import.o Python/import.c
  1433. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -I. -o Python/importdl.o ./Python/importdl.c
  1434. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/marshal.o Python/marshal.c
  1435. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/modsupport.o Python/modsupport.c
  1436. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/mystrtoul.o Python/mystrtoul.c
  1437. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/peephole.o Python/peephole.c
  1438. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/pyarena.o Python/pyarena.c
  1439. Python/pyarena.c: In function ‘PyArena_Free’:
  1440. Python/pyarena.c:162:9: warning: variable ‘r’ set but not used [-Wunused-but-set-variable]
  1441. int r;
  1442. ^
  1443. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/pyfpe.o Python/pyfpe.c
  1444. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/pymath.o Python/pymath.c
  1445. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/pystate.o Python/pystate.c
  1446. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/pythonrun.o Python/pythonrun.c
  1447. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/random.o Python/random.c
  1448. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/structmember.o Python/structmember.c
  1449. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/symtable.o Python/symtable.c
  1450. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/sysmodule.o Python/sysmodule.c
  1451. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/traceback.o Python/traceback.c
  1452. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/getopt.o Python/getopt.c
  1453. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/pystrcmp.o Python/pystrcmp.c
  1454. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/pystrtod.o Python/pystrtod.c
  1455. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/dtoa.o Python/dtoa.c
  1456. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/formatter_unicode.o Python/formatter_unicode.c
  1457. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/formatter_string.o Python/formatter_string.c
  1458. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/dynload_shlib.o Python/dynload_shlib.c
  1459. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/thread.o Python/thread.c
  1460. In file included from Python/thread.c:121:0:
  1461. Python/thread_pthread.h: In function ‘PyThread_free_lock’:
  1462. Python/thread_pthread.h:285:17: warning: variable ‘error’ set but not used [-Wunused-but-set-variable]
  1463. int status, error = 0;
  1464. ^
  1465. Python/thread_pthread.h: In function ‘PyThread_acquire_lock’:
  1466. Python/thread_pthread.h:315:17: warning: variable ‘error’ set but not used [-Wunused-but-set-variable]
  1467. int status, error = 0;
  1468. ^
  1469. Python/thread_pthread.h: In function ‘PyThread_release_lock’:
  1470. Python/thread_pthread.h:342:17: warning: variable ‘error’ set but not used [-Wunused-but-set-variable]
  1471. int status, error = 0;
  1472. ^
  1473. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Modules/config.o Modules/config.c
  1474. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -DPYTHONPATH='":plat-linux2:lib-tk:lib-old"' \
  1475. -DPREFIX='"/tmp/python/Python-2.7.3/_install_arm"' \
  1476. -DEXEC_PREFIX='"/tmp/python/Python-2.7.3/_install_arm"' \
  1477. -DVERSION='"2.7"' \
  1478. -DVPATH='""' \
  1479. -o Modules/getpath.o ./Modules/getpath.c
  1480. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Modules/main.o Modules/main.c
  1481. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Modules/gcmodule.o Modules/gcmodule.c
  1482. gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/threadmodule.c -o Modules/threadmodule.o
  1483. gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/signalmodule.c -o Modules/signalmodule.o
  1484. ./Modules/signalmodule.c: In function ‘trip_signal’:
  1485. ./Modules/signalmodule.c:180:14: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  1486. write(wakeup_fd, "\0", 1);
  1487. ^
  1488. gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/posixmodule.c -o Modules/posixmodule.o
  1489. gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/errnomodule.c -o Modules/errnomodule.o
  1490. gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/pwdmodule.c -o Modules/pwdmodule.o
  1491. gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/_sre.c -o Modules/_sre.o
  1492. gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/_codecsmodule.c -o Modules/_codecsmodule.o
  1493. gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/_weakref.c -o Modules/_weakref.o
  1494. gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/zipimport.c -o Modules/zipimport.o
  1495. gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/symtablemodule.c -o Modules/symtablemodule.o
  1496. gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/xxsubtype.c -o Modules/xxsubtype.o
  1497. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE \
  1498. -DSVNVERSION="\"`LC_ALL=C svnversion .`\"" \
  1499. -DHGVERSION="\"`LC_ALL=C hg id -i .`\"" \
  1500. -DHGTAG="\"`LC_ALL=C hg id -t .`\"" \
  1501. -DHGBRANCH="\"`LC_ALL=C hg id -b .`\"" \
  1502. -o Modules/getbuildinfo.o ./Modules/getbuildinfo.c
  1503. abort: repository . not found!
  1504. abort: repository . not found!
  1505. abort: repository . not found!
  1506. rm -f libpython2.7.a
  1507. ar rc libpython2.7.a Modules/getbuildinfo.o
  1508. 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
  1509. 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
  1510. 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
  1511. ar rc libpython2.7.a Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.o
  1512. 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
  1513. ranlib libpython2.7.a
  1514. gcc -pthread -Xlinker -export-dynamic -o python \
  1515. Modules/python.o \
  1516. libpython2.7.a -lpthread -ldl -lutil -lm
  1517. libpython2.7.a(posixmodule.o): In function `posix_tmpnam':
  1518. /tmp/python/Python-2.7.3/./Modules/posixmodule.c:7432: warning: the use of `tmpnam_r' is dangerous, better use `mkstemp'
  1519. libpython2.7.a(posixmodule.o): In function `posix_tempnam':
  1520. /tmp/python/Python-2.7.3/./Modules/posixmodule.c:7379: warning: the use of `tempnam' is dangerous, better use `mkstemp'
  1521. /tmp/python/Python-2.7.3/Modules/_collectionsmodule.c: In function ‘deque_clearmethod’:
  1522. /tmp/python/Python-2.7.3/Modules/_collectionsmodule.c:707:9: warning: variable ‘rv’ set but not used [-Wunused-but-set-variable]
  1523. int rv;
  1524. ^
  1525. /tmp/python/Python-2.7.3/Modules/socketmodule.c: In function ‘socket_gethostbyname_ex’:
  1526. /tmp/python/Python-2.7.3/Modules/socketmodule.c:3374:9: warning: variable ‘result’ set but not used [-Wunused-but-set-variable]
  1527. int result;
  1528. ^
  1529. /tmp/python/Python-2.7.3/Modules/socketmodule.c: In function ‘socket_gethostbyaddr’:
  1530. /tmp/python/Python-2.7.3/Modules/socketmodule.c:3450:9: warning: variable ‘result’ set but not used [-Wunused-but-set-variable]
  1531. int result;
  1532. ^
  1533. checking build system type... x86_64-pc-linux-gnu
  1534. checking host system type... x86_64-pc-linux-gnu
  1535. checking target system type... x86_64-pc-linux-gnu
  1536. checking for a BSD-compatible install... /usr/bin/install -c
  1537. checking whether build environment is sane... yes
  1538. checking for a thread-safe mkdir -p... /bin/mkdir -p
  1539. checking for gawk... gawk
  1540. checking whether make sets $(MAKE)... yes
  1541. checking for x86_64-linux-gnu-gcc... gcc -pthread
  1542. checking whether the C compiler works... yes
  1543. checking for C compiler default output file name... a.out
  1544. checking for suffix of executables...
  1545. checking whether we are cross compiling... no
  1546. checking for suffix of object files... o
  1547. checking whether we are using the GNU C compiler... yes
  1548. checking whether gcc -pthread accepts -g... yes
  1549. checking for gcc -pthread option to accept ISO C89... none needed
  1550. checking for style of include used by make... GNU
  1551. checking dependency style of gcc -pthread... gcc3
  1552. checking dependency style of gcc -pthread... gcc3
  1553. checking whether gcc -pthread and cc understand -c and -o together... yes
  1554. checking for a sed that does not truncate output... /bin/sed
  1555. checking for grep that handles long lines and -e... /bin/grep
  1556. checking for egrep... /bin/grep -E
  1557. checking for fgrep... /bin/grep -F
  1558. checking for ld used by gcc -pthread... /usr/bin/ld
  1559. checking if the linker (/usr/bin/ld) is GNU ld... yes
  1560. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  1561. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  1562. checking whether ln -s works... yes
  1563. checking the maximum length of command line arguments... 3458764513820540925
  1564. checking whether the shell understands some XSI constructs... yes
  1565. checking whether the shell understands "+="... yes
  1566. checking for /usr/bin/ld option to reload object files... -r
  1567. checking for x86_64-linux-gnu-objdump... no
  1568. checking for objdump... objdump
  1569. checking how to recognize dependent libraries... pass_all
  1570. checking for x86_64-linux-gnu-ar... no
  1571. checking for ar... ar
  1572. checking for x86_64-linux-gnu-strip... no
  1573. checking for strip... strip
  1574. checking for x86_64-linux-gnu-ranlib... no
  1575. checking for ranlib... ranlib
  1576. checking command to parse /usr/bin/nm -B output from gcc -pthread object... ok
  1577. checking how to run the C preprocessor... gcc -pthread -E
  1578. checking for ANSI C header files... yes
  1579. checking for sys/types.h... yes
  1580. checking for sys/stat.h... yes
  1581. checking for stdlib.h... yes
  1582. checking for string.h... yes
  1583. checking for memory.h... yes
  1584. checking for strings.h... yes
  1585. checking for inttypes.h... yes
  1586. checking for stdint.h... yes
  1587. checking for unistd.h... yes
  1588. checking for dlfcn.h... yes
  1589. checking for objdir... .libs
  1590. checking if gcc -pthread supports -fno-rtti -fno-exceptions... no
  1591. checking for gcc -pthread option to produce PIC... -fPIC -DPIC
  1592. checking if gcc -pthread PIC flag -fPIC -DPIC works... yes
  1593. checking if gcc -pthread static flag -static works... yes
  1594. checking if gcc -pthread supports -c -o file.o... yes
  1595. checking if gcc -pthread supports -c -o file.o... (cached) yes
  1596. checking whether the gcc -pthread linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  1597. checking whether -lc should be explicitly linked in... no
  1598. checking dynamic linker characteristics... GNU/Linux ld.so
  1599. checking how to hardcode library paths into programs... immediate
  1600. checking whether stripping libraries is possible... yes
  1601. checking if libtool supports shared libraries... yes
  1602. checking whether to build shared libraries... yes
  1603. checking whether to build static libraries... yes
  1604. checking whether to enable maintainer-specific portions of Makefiles... no
  1605. checking sys/mman.h usability... yes
  1606. checking sys/mman.h presence... yes
  1607. checking for sys/mman.h... yes
  1608. checking for mmap... yes
  1609. checking for sys/mman.h... (cached) yes
  1610. checking for mmap... (cached) yes
  1611. checking whether read-only mmap of a plain file works... yes
  1612. checking whether mmap from /dev/zero works... yes
  1613. checking for MAP_ANON(YMOUS)... yes
  1614. checking whether mmap with MAP_ANON(YMOUS) works... yes
  1615. checking for ANSI C header files... (cached) yes
  1616. checking for memcpy... yes
  1617. checking for working alloca.h... yes
  1618. checking for alloca... yes
  1619. checking size of double... 8
  1620. checking size of long double... 16
  1621. checking whether byte ordering is bigendian... no
  1622. checking assembler .cfi pseudo-op support... yes
  1623. checking assembler supports pc related relocs... yes
  1624. checking whether .eh_frame section should be read-only... no
  1625. checking for __attribute__((visibility("hidden")))... yes
  1626. configure: creating ./config.status
  1627. config.status: creating include/Makefile
  1628. config.status: creating include/ffi.h
  1629. config.status: creating Makefile
  1630. config.status: creating testsuite/Makefile
  1631. config.status: creating man/Makefile
  1632. config.status: creating libffi.pc
  1633. config.status: creating fficonfig.py
  1634. config.status: creating fficonfig.h
  1635. config.status: linking /tmp/python/Python-2.7.3/Modules/_ctypes/libffi/src/x86/ffitarget.h to include/ffitarget.h
  1636. config.status: linking /tmp/python/Python-2.7.3/Modules/_ctypes/libffi/include/ffi_common.h to include/ffi_common.h
  1637. config.status: executing depfiles commands
  1638. config.status: executing libtool commands
  1639. config.status: executing include commands
  1640. config.status: executing src commands
  1641. /tmp/python/Python-2.7.3/Modules/_ctypes/cfield.c: In function ‘PyCField_FromDesc’:
  1642. /tmp/python/Python-2.7.3/Modules/_ctypes/cfield.c:50:29: warning: variable ‘length’ set but not used [-Wunused-but-set-variable]
  1643. Py_ssize_t size, align, length;
  1644. ^
  1645. /tmp/python/Python-2.7.3/Modules/_ctypes/libffi/src/closures.c: In function ‘dlmmap_locked’:
  1646. /tmp/python/Python-2.7.3/Modules/_ctypes/libffi/src/closures.c:416:17: warning: ignoring return value of ‘ftruncate’, declared with attribute warn_unused_result [-Wunused-result]
  1647. ftruncate (execfd, offset);
  1648. ^
  1649. /tmp/python/Python-2.7.3/Modules/_ctypes/libffi/src/closures.c:428:17: warning: ignoring return value of ‘ftruncate’, declared with attribute warn_unused_result [-Wunused-result]
  1650. ftruncate (execfd, offset);
  1651. ^
  1652. Python build finished, but the necessary bits to build these modules were not found:
  1653. _bsddb _curses _curses_panel
  1654. _sqlite3 _ssl _tkinter
  1655. bsddb185 bz2 dbm
  1656. dl gdbm imageop
  1657. nis readline sunaudiodev
  1658. zlib
  1659. To find the necessary bits, look in setup.py in detect_modules() for the module's name.
  1660. /usr/bin/install -c -m 644 ./Tools/gdb/libpython.py python-gdb.py
  1661. pi@pi:/tmp/python/Python-2.7.3$