Advertisement
Guest User

Untitled

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