carlosmoran

Build Log

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