Advertisement
hujuice

dev-lang:python-2.7.14-r1

Jan 6th, 2018
378
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 34.35 KB | None | 0 0
  1.  * Package:    dev-lang/python-2.7.14-r1
  2.  * Repository: gentoo
  3.  * Maintainer: python@gentoo.org
  4.  * USE:        abi_x86_64 amd64 elibc_glibc gdbm ipv6 kernel_linux ncurses readline ssl threads userland_GNU wide-unicode xml
  5.  * FEATURES:   preserve-libs sandbox userpriv usersandbox
  6. >>> Unpacking source...
  7. >>> Unpacking Python-2.7.14.tar.xz to /var/tmp/portage/dev-lang/python-2.7.14-r1/work
  8. >>> Unpacking python-gentoo-patches-2.7.14-0.tar.xz to /var/tmp/portage/dev-lang/python-2.7.14-r1/work
  9. >>> Source unpacked in /var/tmp/portage/dev-lang/python-2.7.14-r1/work
  10. >>> Preparing source in /var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14 ...
  11.  * Applying various patches (bugfixes/updates) ...
  12.  *   01_all_static_library_location.patch ...
  13.  [ ok ]
  14.  *   02_all_disable_modules_and_ssl.patch ...
  15.  [ ok ]
  16.  *   03_all_libdir.patch ...
  17.  [ ok ]
  18.  *   04_all_non-zero_exit_status_on_failure.patch ...
  19.  [ ok ]
  20.  *   05_all_loadable_sqlite_extensions.patch ...
  21.  [ ok ]
  22.  *   06_all_regenerate_platform-specific_modules.patch ...
  23.  [ ok ]
  24.  *   21_all_distutils_c++.patch ...
  25.  [ ok ]
  26.  *   22_all_turkish_locale.patch ...
  27.  [ ok ]
  28.  *   23_all_arm_OABI.patch ...
  29.  [ ok ]
  30.  *   24_all_tests_environment.patch ...
  31.  [ ok ]
  32.  *   62_all_xml.use_pyxml.patch ...
  33.  [ ok ]
  34.  * Done with patching
  35.  * Applying python-2.7.5-nonfatal-compileall.patch ...
  36.  [ ok ]
  37.  * Applying python-2.7.9-ncurses-pkg-config.patch ...
  38.  [ ok ]
  39.  * Applying python-2.7.10-cross-compile-warn-test.patch ...
  40.  [ ok ]
  41.  * Applying python-2.7.10-system-libffi.patch ...
  42.  [ ok ]
  43.  * Applying 2.7-disable-nis.patch ...
  44.  [ ok ]
  45.  * Running eautoreconf in '/var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14' ...
  46.  * Running aclocal ...
  47.  [ ok ]
  48.  * Running autoconf --force ...
  49.  [ ok ]
  50.  * Running autoheader ...
  51.  [ ok ]
  52.  * Running elibtoolize in: Python-2.7.14/
  53. >>> Source prepared.
  54. >>> Configuring source in /var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14 ...
  55.  * Disabled modules:  _bsddb _sqlite3 _tkinter
  56.  * econf: updating Python-2.7.14/config.guess with /usr/share/gnuconfig/config.guess
  57.  * econf: updating Python-2.7.14/config.sub with /usr/share/gnuconfig/config.sub
  58. /var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/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 --enable-unicode=ucs4 --infodir=${prefix}/share/info --mandir=${prefix}/share/man --with-computed-gotos --with-dbmliborder=gdbm --with-libc= --enable-loadable-sqlite-extensions --with-system-expat --with-system-ffi --without-ensurepip
  59. checking build system type... x86_64-pc-linux-gnu
  60. checking host system type... x86_64-pc-linux-gnu
  61. checking for python2.7... python2.7
  62. checking for --enable-universalsdk... no
  63. checking for --with-universal-archs... 32-bit
  64. checking MACHDEP... linux2
  65. checking EXTRAPLATDIR...
  66. checking for --without-gcc... no
  67. checking for --with-icc... no
  68. checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
  69. checking whether the C compiler works... yes
  70. checking for C compiler default output file name... a.out
  71. checking for suffix of executables...
  72. checking whether we are cross compiling... no
  73. checking for suffix of object files... o
  74. checking whether we are using the GNU C compiler... yes
  75. checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
  76. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
  77. checking for --with-cxx-main=<compiler>... no
  78. checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
  79. checking for grep that handles long lines and -e... /bin/grep
  80. checking for egrep... /bin/grep -E
  81. checking for ANSI C header files... yes
  82. checking for sys/types.h... yes
  83. checking for sys/stat.h... yes
  84. checking for stdlib.h... yes
  85. checking for string.h... yes
  86. checking for memory.h... yes
  87. checking for strings.h... yes
  88. checking for inttypes.h... yes
  89. checking for stdint.h... yes
  90. checking for unistd.h... yes
  91. checking minix/config.h usability... no
  92. checking minix/config.h presence... no
  93. checking for minix/config.h... no
  94. checking whether it is safe to define __EXTENSIONS__... yes
  95. checking for --with-suffix...
  96. checking for case-insensitive build directory... no
  97. checking LIBRARY... libpython$(VERSION).a
  98. checking LINKCC... $(PURIFY) $(MAINCC)
  99. checking for GNU ld... yes
  100. checking for --enable-shared... yes
  101. checking for --enable-profiling... no
  102. checking LDLIBRARY... libpython$(VERSION).so
  103. checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
  104. checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
  105. checking for a BSD-compatible install... /usr/lib/portage/python3.5/ebuild-helpers/xattr/install -c
  106. checking for a thread-safe mkdir -p... /bin/mkdir -p
  107. checking for --with-pydebug... no
  108. checking whether x86_64-pc-linux-gnu-gcc accepts -fno-strict-aliasing... yes
  109. checking whether x86_64-pc-linux-gnu-gcc accepts -OPT:Olimit=0... no
  110. checking whether x86_64-pc-linux-gnu-gcc accepts -Olimit 1500... no
  111. checking whether gcc supports ParseTuple __format__... no
  112. checking for --enable-optimizations... no
  113. checking for --with-lto... no
  114. checking target system type... x86_64-pc-linux-gnu
  115. checking for -llvm-profdata... no
  116. checking for llvm-profdata... ''
  117. checking whether pthreads are available without options... no
  118. checking whether x86_64-pc-linux-gnu-gcc accepts -Kpthread... no
  119. checking whether x86_64-pc-linux-gnu-gcc accepts -Kthread... no
  120. checking whether x86_64-pc-linux-gnu-gcc accepts -pthread... yes
  121. checking whether x86_64-pc-linux-gnu-g++ also accepts flags for thread support... yes
  122. checking for ANSI C header files... (cached) yes
  123. checking asm/types.h usability... yes
  124. checking asm/types.h presence... yes
  125. checking for asm/types.h... yes
  126. checking conio.h usability... no
  127. checking conio.h presence... no
  128. checking for conio.h... no
  129. checking direct.h usability... no
  130. checking direct.h presence... no
  131. checking for direct.h... no
  132. checking dlfcn.h usability... yes
  133. checking dlfcn.h presence... yes
  134. checking for dlfcn.h... yes
  135. checking errno.h usability... yes
  136. checking errno.h presence... yes
  137. checking for errno.h... yes
  138. checking fcntl.h usability... yes
  139. checking fcntl.h presence... yes
  140. checking for fcntl.h... yes
  141. checking grp.h usability... yes
  142. checking grp.h presence... yes
  143. checking for grp.h... yes
  144. checking ieeefp.h usability... no
  145. checking ieeefp.h presence... no
  146. checking for ieeefp.h... no
  147. checking io.h usability... no
  148. checking io.h presence... no
  149. checking for io.h... no
  150. checking langinfo.h usability... yes
  151. checking langinfo.h presence... yes
  152. checking for langinfo.h... yes
  153. checking libintl.h usability... yes
  154. checking libintl.h presence... yes
  155. checking for libintl.h... yes
  156. checking poll.h usability... yes
  157. checking poll.h presence... yes
  158. checking for poll.h... yes
  159. checking process.h usability... no
  160. checking process.h presence... no
  161. checking for process.h... no
  162. checking pthread.h usability... yes
  163. checking pthread.h presence... yes
  164. checking for pthread.h... yes
  165. checking shadow.h usability... yes
  166. checking shadow.h presence... yes
  167. checking for shadow.h... yes
  168. checking signal.h usability... yes
  169. checking signal.h presence... yes
  170. checking for signal.h... yes
  171. checking for stdint.h... (cached) yes
  172. checking stropts.h usability... yes
  173. checking stropts.h presence... yes
  174. checking for stropts.h... yes
  175. checking termios.h usability... yes
  176. checking termios.h presence... yes
  177. checking for termios.h... yes
  178. checking thread.h usability... no
  179. checking thread.h presence... no
  180. checking for thread.h... no
  181. checking for unistd.h... (cached) yes
  182. checking utime.h usability... yes
  183. checking utime.h presence... yes
  184. checking for utime.h... yes
  185. checking sys/audioio.h usability... no
  186. checking sys/audioio.h presence... no
  187. checking for sys/audioio.h... no
  188. checking sys/bsdtty.h usability... no
  189. checking sys/bsdtty.h presence... no
  190. checking for sys/bsdtty.h... no
  191. checking sys/epoll.h usability... yes
  192. checking sys/epoll.h presence... yes
  193. checking for sys/epoll.h... yes
  194. checking sys/event.h usability... no
  195. checking sys/event.h presence... no
  196. checking for sys/event.h... no
  197. checking sys/file.h usability... yes
  198. checking sys/file.h presence... yes
  199. checking for sys/file.h... yes
  200. checking sys/loadavg.h usability... no
  201. checking sys/loadavg.h presence... no
  202. checking for sys/loadavg.h... no
  203. checking sys/lock.h usability... no
  204. checking sys/lock.h presence... no
  205. checking for sys/lock.h... no
  206. checking sys/mkdev.h usability... no
  207. checking sys/mkdev.h presence... no
  208. checking for sys/mkdev.h... no
  209. checking sys/modem.h usability... no
  210. checking sys/modem.h presence... no
  211. checking for sys/modem.h... no
  212. checking sys/param.h usability... yes
  213. checking sys/param.h presence... yes
  214. checking for sys/param.h... yes
  215. checking sys/poll.h usability... yes
  216. checking sys/poll.h presence... yes
  217. checking for sys/poll.h... yes
  218. checking sys/random.h usability... yes
  219. checking sys/random.h presence... yes
  220. checking for sys/random.h... yes
  221. checking sys/select.h usability... yes
  222. checking sys/select.h presence... yes
  223. checking for sys/select.h... yes
  224. checking sys/socket.h usability... yes
  225. checking sys/socket.h presence... yes
  226. checking for sys/socket.h... yes
  227. checking sys/statvfs.h usability... yes
  228. checking sys/statvfs.h presence... yes
  229. checking for sys/statvfs.h... yes
  230. checking for sys/stat.h... (cached) yes
  231. checking sys/termio.h usability... no
  232. checking sys/termio.h presence... no
  233. checking for sys/termio.h... no
  234. checking sys/time.h usability... yes
  235. checking sys/time.h presence... yes
  236. checking for sys/time.h... yes
  237. checking sys/times.h usability... yes
  238. checking sys/times.h presence... yes
  239. checking for sys/times.h... yes
  240. checking for sys/types.h... (cached) yes
  241. checking sys/un.h usability... yes
  242. checking sys/un.h presence... yes
  243. checking for sys/un.h... yes
  244. checking sys/utsname.h usability... yes
  245. checking sys/utsname.h presence... yes
  246. checking for sys/utsname.h... yes
  247. checking sys/wait.h usability... yes
  248. checking sys/wait.h presence... yes
  249. checking for sys/wait.h... yes
  250. checking pty.h usability... yes
  251. checking pty.h presence... yes
  252. checking for pty.h... yes
  253. checking libutil.h usability... no
  254. checking libutil.h presence... no
  255. checking for libutil.h... no
  256. checking sys/resource.h usability... yes
  257. checking sys/resource.h presence... yes
  258. checking for sys/resource.h... yes
  259. checking netpacket/packet.h usability... yes
  260. checking netpacket/packet.h presence... yes
  261. checking for netpacket/packet.h... yes
  262. checking sysexits.h usability... yes
  263. checking sysexits.h presence... yes
  264. checking for sysexits.h... yes
  265. checking bluetooth.h usability... no
  266. checking bluetooth.h presence... no
  267. checking for bluetooth.h... no
  268. checking bluetooth/bluetooth.h usability... no
  269. checking bluetooth/bluetooth.h presence... no
  270. checking for bluetooth/bluetooth.h... no
  271. checking linux/tipc.h usability... yes
  272. checking linux/tipc.h presence... yes
  273. checking for linux/tipc.h... yes
  274. checking spawn.h usability... yes
  275. checking spawn.h presence... yes
  276. checking for spawn.h... yes
  277. checking util.h usability... no
  278. checking util.h presence... no
  279. checking for util.h... no
  280. checking alloca.h usability... yes
  281. checking alloca.h presence... yes
  282. checking for alloca.h... yes
  283. checking for dirent.h that defines DIR... yes
  284. checking for library containing opendir... none required
  285. checking whether sys/types.h defines makedev... yes
  286. checking for linux/netlink.h... yes
  287. checking for clock_t in time.h... yes
  288. checking for makedev... yes
  289. checking Solaris LFS bug... no
  290. checking for mode_t... yes
  291. checking for off_t... yes
  292. checking for pid_t... yes
  293. checking for size_t... yes
  294. checking for uid_t in sys/types.h... yes
  295. checking for uint32_t... yes
  296. checking for uint32_t... yes
  297. checking for uint64_t... yes
  298. checking for uint64_t... yes
  299. checking for int32_t... yes
  300. checking for int32_t... yes
  301. checking for int64_t... yes
  302. checking for int64_t... yes
  303. checking for ssize_t... yes
  304. checking size of int... 4
  305. checking size of long... 8
  306. checking size of void *... 8
  307. checking size of short... 2
  308. checking size of float... 4
  309. checking size of double... 8
  310. checking size of fpos_t... 16
  311. checking size of size_t... 8
  312. checking size of pid_t... 4
  313. checking for long long support... yes
  314. checking size of long long... 8
  315. checking for long double support... yes
  316. checking size of long double... 16
  317. checking for _Bool support... yes
  318. checking size of _Bool... 1
  319. checking for uintptr_t... yes
  320. checking size of uintptr_t... 8
  321. checking size of off_t... 8
  322. checking whether to enable large file support... no
  323. checking size of time_t... 8
  324. checking for pthread_t... yes
  325. checking size of pthread_t... 8
  326. checking for --enable-toolbox-glue... no
  327. checking for --enable-framework... no
  328. checking for dyld... no
  329. checking SO... .so
  330. checking LDSHARED... $(CC) -shared
  331. checking CCSHARED... -fPIC
  332. checking LINKFORSHARED... -Xlinker -export-dynamic
  333. checking CFLAGSFORSHARED... $(CCSHARED)
  334. checking SHLIBS... $(LIBS)
  335. checking for dlopen in -ldl... yes
  336. checking for shl_load in -ldld... no
  337. checking for library containing sem_init... -lpthread
  338. checking for textdomain in -lintl... no
  339. checking for t_open in -lnsl... no
  340. checking for socket in -lsocket... no
  341. checking for --with-libs... no
  342. checking for x86_64-pc-linux-gnu-pkg-config... (cached) x86_64-pc-linux-gnu-pkg-config
  343. checking pkg-config is at least version 0.9.0... yes
  344. checking for --with-system-expat... yes
  345. checking for --with-system-ffi... yes
  346. checking for --with-tcltk-includes... default
  347. checking for --with-tcltk-libs... default
  348. checking for --enable-loadable-sqlite-extensions... yes
  349. checking for --with-dbmliborder... gdbm
  350. checking for --with-signal-module... yes
  351. checking for --with-dec-threads... no
  352. checking for --with-threads... yes
  353. checking if PTHREAD_SCOPE_SYSTEM is supported... yes
  354. checking for pthread_sigmask... yes
  355. checking for pthread_atfork... yes
  356. checking if --enable-ipv6 is specified... yes
  357. checking ipv6 stack type... linux-glibc
  358. checking for OSX 10.5 SDK or later... no
  359. checking for --with-doc-strings... yes
  360. checking for --with-tsc... no
  361. checking for --with-pymalloc... yes
  362. checking for --with-valgrind... no
  363. checking for --with-wctype-functions... no
  364. checking for dlopen... yes
  365. checking DYNLOADFILE... dynload_shlib.o
  366. checking MACHDEP_OBJS... MACHDEP_OBJS
  367. checking for alarm... yes
  368. checking for setitimer... yes
  369. checking for getitimer... yes
  370. checking for bind_textdomain_codeset... yes
  371. checking for chown... yes
  372. checking for clock... yes
  373. checking for confstr... yes
  374. checking for ctermid... yes
  375. checking for execv... yes
  376. checking for fchmod... yes
  377. checking for fchown... yes
  378. checking for fork... yes
  379. checking for fpathconf... yes
  380. checking for ftime... yes
  381. checking for ftruncate... yes
  382. checking for gai_strerror... yes
  383. checking for getgroups... yes
  384. checking for getlogin... yes
  385. checking for getloadavg... yes
  386. checking for getpeername... yes
  387. checking for getpgid... yes
  388. checking for getpid... yes
  389. checking for getentropy... yes
  390. checking for getpriority... yes
  391. checking for getresuid... yes
  392. checking for getresgid... yes
  393. checking for getpwent... yes
  394. checking for getspnam... yes
  395. checking for getspent... yes
  396. checking for getsid... yes
  397. checking for getwd... yes
  398. checking for initgroups... yes
  399. checking for kill... yes
  400. checking for killpg... yes
  401. checking for lchmod... no
  402. checking for lchown... yes
  403. checking for lstat... yes
  404. checking for mkfifo... yes
  405. checking for mknod... yes
  406. checking for mktime... yes
  407. checking for mmap... yes
  408. checking for mremap... yes
  409. checking for nice... yes
  410. checking for pathconf... yes
  411. checking for pause... yes
  412. checking for plock... no
  413. checking for poll... yes
  414. checking for pthread_init... no
  415. checking for putenv... yes
  416. checking for readlink... yes
  417. checking for realpath... yes
  418. checking for select... yes
  419. checking for sem_open... yes
  420. checking for sem_timedwait... yes
  421. checking for sem_getvalue... yes
  422. checking for sem_unlink... yes
  423. checking for setegid... yes
  424. checking for seteuid... yes
  425. checking for setgid... yes
  426. checking for setlocale... yes
  427. checking for setregid... yes
  428. checking for setreuid... yes
  429. checking for setsid... yes
  430. checking for setpgid... yes
  431. checking for setpgrp... yes
  432. checking for setuid... yes
  433. checking for setvbuf... yes
  434. checking for snprintf... yes
  435. checking for setlocale... (cached) yes
  436. checking for setregid... (cached) yes
  437. checking for setreuid... (cached) yes
  438. checking for setresuid... yes
  439. checking for setresgid... yes
  440. checking for setsid... (cached) yes
  441. checking for setpgid... (cached) yes
  442. checking for setpgrp... (cached) yes
  443. checking for setuid... (cached) yes
  444. checking for setvbuf... (cached) yes
  445. checking for snprintf... (cached) yes
  446. checking for sigaction... yes
  447. checking for siginterrupt... yes
  448. checking for sigrelse... yes
  449. checking for strftime... yes
  450. checking for sysconf... yes
  451. checking for tcgetpgrp... yes
  452. checking for tcsetpgrp... yes
  453. checking for tempnam... yes
  454. checking for timegm... yes
  455. checking for times... yes
  456. checking for tmpfile... yes
  457. checking for tmpnam... yes
  458. checking for tmpnam_r... yes
  459. checking for truncate... yes
  460. checking for uname... yes
  461. checking for unsetenv... yes
  462. checking for utimes... yes
  463. checking for waitpid... yes
  464. checking for wait3... yes
  465. checking for wait4... yes
  466. checking for wcscoll... yes
  467. checking for _getpty... no
  468. checking for chroot... yes
  469. checking for link... yes
  470. checking for symlink... yes
  471. checking for fchdir... yes
  472. checking for fsync... yes
  473. checking for fdatasync... yes
  474. checking for epoll... yes
  475. checking for kqueue... no
  476. checking for ctermid_r... no
  477. checking for flock declaration... yes
  478. checking for flock... yes
  479. checking for getpagesize... yes
  480. checking for broken unsetenv... no
  481. checking for true... true
  482. checking for inet_aton in -lc... yes
  483. checking for chflags... no
  484. checking for lchflags... no
  485. checking for inflateCopy in -lz... yes
  486. checking for hstrerror... yes
  487. checking for inet_aton... yes
  488. checking for inet_pton... yes
  489. checking for setgroups... yes
  490. checking for openpty... no
  491. checking for openpty in -lutil... yes
  492. checking for forkpty... yes
  493. checking for memmove... yes
  494. checking for fseek64... no
  495. checking for fseeko... yes
  496. checking for fstatvfs... yes
  497. checking for ftell64... no
  498. checking for ftello... yes
  499. checking for statvfs... yes
  500. checking for dup2... yes
  501. checking for getcwd... yes
  502. checking for strdup... yes
  503. checking for getpgrp... yes
  504. checking for setpgrp... (cached) yes
  505. checking for gettimeofday... yes
  506. checking for major... yes
  507. checking for getaddrinfo... yes
  508. checking getaddrinfo bug... no
  509. checking for getnameinfo... yes
  510. checking whether time.h and sys/time.h may both be included... yes
  511. checking whether struct tm is in sys/time.h or time.h... time.h
  512. checking for struct tm.tm_zone... yes
  513. checking for struct stat.st_rdev... yes
  514. checking for struct stat.st_blksize... yes
  515. checking for struct stat.st_flags... no
  516. checking for struct stat.st_gen... no
  517. checking for struct stat.st_birthtime... no
  518. checking for struct stat.st_blocks... yes
  519. checking for time.h that defines altzone... no
  520. checking whether sys/select.h and sys/time.h may both be included... yes
  521. checking for addrinfo... yes
  522. checking for sockaddr_storage... yes
  523. checking whether char is unsigned... no
  524. checking for an ANSI C-conforming const... yes
  525. checking for working volatile... yes
  526. checking for working signed char... yes
  527. checking for prototypes... yes
  528. checking for variable length prototypes and stdarg.h... yes
  529. checking for socketpair... yes
  530. checking if sockaddr has sa_len member... no
  531. checking whether va_list is an array... yes
  532. checking for gethostbyname_r... yes
  533. checking gethostbyname_r with 6 args... yes
  534. checking for __fpu_control... yes
  535. checking for --with-fpectl... yes
  536. checking for --with-libm=STRING... default LIBM="-lm"
  537. checking for --with-libc=STRING... set LIBC=""
  538. checking whether C doubles are little-endian IEEE 754 binary64... yes
  539. checking whether C doubles are big-endian IEEE 754 binary64... no
  540. checking whether C doubles are ARM mixed-endian IEEE 754 binary64... no
  541. checking whether we can use gcc inline assembler to get and set x87 control word... yes
  542. checking for x87-style double rounding... no
  543. checking whether tanh preserves the sign of zero... yes
  544. checking for acosh... yes
  545. checking for asinh... yes
  546. checking for atanh... yes
  547. checking for copysign... yes
  548. checking for erf... yes
  549. checking for erfc... yes
  550. checking for expm1... yes
  551. checking for finite... yes
  552. checking for gamma... yes
  553. checking for hypot... yes
  554. checking for lgamma... yes
  555. checking for log1p... yes
  556. checking for round... yes
  557. checking for tgamma... yes
  558. checking whether isinf is declared... yes
  559. checking whether isnan is declared... yes
  560. checking whether isfinite is declared... yes
  561. checking whether POSIX semaphores are enabled... yes
  562. checking for broken sem_getvalue... no
  563. checking digit size for Python's longs... no value specified
  564. checking wchar.h usability... yes
  565. checking wchar.h presence... yes
  566. checking for wchar.h... yes
  567. checking size of wchar_t... 4
  568. checking for UCS-4 tcl... no
  569. checking whether wchar_t is signed... yes
  570. checking what type to use for unicode... no type found
  571. checking whether byte ordering is bigendian... no
  572. checking whether right shift extends the sign bit... yes
  573. checking for getc_unlocked() and friends... yes
  574. checking how to link readline libs... -lreadline
  575. checking for rl_callback_handler_install in -lreadline... yes
  576. checking for rl_pre_input_hook in -lreadline... yes
  577. checking for rl_completion_display_matches_hook in -lreadline... yes
  578. checking for rl_resize_terminal in -lreadline... yes
  579. checking for rl_completion_matches in -lreadline... yes
  580. checking for broken nice()... no
  581. checking for broken poll()... no
  582. checking for struct tm.tm_zone... (cached) yes
  583. checking for working tzset()... yes
  584. checking for tv_nsec in struct stat... yes
  585. checking for tv_nsec2 in struct stat... no
  586. checking curses.h usability... yes
  587. checking curses.h presence... yes
  588. checking for curses.h... yes
  589. checking ncurses.h usability... yes
  590. checking ncurses.h presence... yes
  591. checking for ncurses.h... yes
  592. checking for term.h... yes
  593. checking whether mvwdelch is an expression... yes
  594. checking whether WINDOW has _flags... yes
  595. checking for is_term_resized... yes
  596. checking for resize_term... yes
  597. checking for resizeterm... yes
  598. configure: checking for device files
  599. checking for /dev/ptmx... yes
  600. checking for /dev/ptc... no
  601. checking for %lld and %llu printf() format support... yes
  602. checking for %zd printf() format support... yes
  603. checking for socklen_t... yes
  604. checking for build directories... checking for --with-computed-gotos... yes
  605. checking whether x86_64-pc-linux-gnu-gcc -pthread supports computed gotos... yes
  606. done
  607. checking for ensurepip... no
  608. configure: creating ./config.status
  609. config.status: creating Makefile.pre
  610. config.status: creating Modules/Setup.config
  611. config.status: creating Misc/python.pc
  612. config.status: creating Modules/ld_so_aix
  613. config.status: creating pyconfig.h
  614. creating Modules/Setup
  615. creating Modules/Setup.local
  616. creating Makefile
  617.  
  618.  
  619. If you want a release build with all optimizations active (LTO, PGO, etc),
  620. please run ./configure --enable-optimizations
  621.  
  622.  
  623. >>> Source configured.
  624. >>> Compiling source in /var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14 ...
  625. make -j7
  626. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -O2 -march=native -pipe -fwrapv -DNDEBUG   -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Include  -fPIC -DPy_BUILD_CORE -o Modules/python.o /var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Modules/python.c
  627. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -O2 -march=native -pipe -fwrapv -DNDEBUG   -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Include  -fPIC -DPy_BUILD_CORE -o Parser/acceler.o /var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Parser/acceler.c
  628. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -O2 -march=native -pipe -fwrapv -DNDEBUG   -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Include  -fPIC -DPy_BUILD_CORE -o Parser/grammar1.o /var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Parser/grammar1.c
  629. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -O2 -march=native -pipe -fwrapv -DNDEBUG   -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Include  -fPIC -DPy_BUILD_CORE -o Parser/listnode.o /var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Parser/listnode.c
  630. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -O2 -march=native -pipe -fwrapv -DNDEBUG   -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Include  -fPIC -DPy_BUILD_CORE -o Parser/node.o /var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Parser/node.c
  631. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -O2 -march=native -pipe -fwrapv -DNDEBUG   -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Include  -fPIC -DPy_BUILD_CORE -o Parser/parser.o /var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Parser/parser.c
  632. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -O2 -march=native -pipe -fwrapv -DNDEBUG   -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Include  -fPIC -DPy_BUILD_CORE -o Parser/parsetok.o /var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Parser/parsetok.c
  633. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -O2 -march=native -pipe -fwrapv -DNDEBUG   -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Include  -fPIC -DPy_BUILD_CORE -o Parser/bitset.o /var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Parser/bitset.c
  634. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -O2 -march=native -pipe -fwrapv -DNDEBUG   -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Include  -fPIC -DPy_BUILD_CORE -o Parser/metagrammar.o /var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Parser/metagrammar.c
  635. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -O2 -march=native -pipe -fwrapv -DNDEBUG   -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Include  -fPIC -DPy_BUILD_CORE -o Parser/firstsets.o /var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Parser/firstsets.c
  636. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -O2 -march=native -pipe -fwrapv -DNDEBUG   -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Include  -fPIC -DPy_BUILD_CORE -o Parser/grammar.o /var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Parser/grammar.c
  637. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -O2 -march=native -pipe -fwrapv -DNDEBUG   -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Include  -fPIC -DPy_BUILD_CORE -o Parser/pgen.o /var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Parser/pgen.c
  638. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -O2 -march=native -pipe -fwrapv -DNDEBUG   -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Include  -fPIC -DPy_BUILD_CORE -o Parser/myreadline.o /var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Parser/myreadline.c
  639. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -O2 -march=native -pipe -fwrapv -DNDEBUG   -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Include  -fPIC -DPy_BUILD_CORE -o Parser/tokenizer.o /var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Parser/tokenizer.c
  640. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -O2 -march=native -pipe -fwrapv -DNDEBUG   -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Include  -fPIC -DPy_BUILD_CORE -o Objects/abstract.o /var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Objects/abstract.c
  641. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -O2 -march=native -pipe -fwrapv -DNDEBUG   -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Include  -fPIC -DPy_BUILD_CORE -o Objects/boolobject.o /var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Objects/boolobject.c
  642. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -O2 -march=native -pipe -fwrapv -DNDEBUG   -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Include  -fPIC -DPy_BUILD_CORE -o Objects/bufferobject.o /var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Objects/bufferobject.c
  643. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -O2 -march=native -pipe -fwrapv -DNDEBUG   -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Include  -fPIC -DPy_BUILD_CORE -o Objects/bytes_methods.o /var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Objects/bytes_methods.c
  644. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -O2 -march=native -pipe -fwrapv -DNDEBUG   -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Include  -fPIC -DPy_BUILD_CORE -o Objects/bytearrayobject.o /var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Objects/bytearrayobject.c
  645. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -O2 -march=native -pipe -fwrapv -DNDEBUG   -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Include  -fPIC -DPy_BUILD_CORE -o Objects/capsule.o /var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Objects/capsule.c
  646. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -O2 -march=native -pipe -fwrapv -DNDEBUG   -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Include  -fPIC -DPy_BUILD_CORE -o Objects/cellobject.o /var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Objects/cellobject.c
  647. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -O2 -march=native -pipe -fwrapv -DNDEBUG   -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Include  -fPIC -DPy_BUILD_CORE -o Objects/classobject.o /var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Objects/classobject.c
  648. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -O2 -march=native -pipe -fwrapv -DNDEBUG   -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Include  -fPIC -DPy_BUILD_CORE -o Objects/cobject.o /var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Objects/cobject.c
  649. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -O2 -march=native -pipe -fwrapv -DNDEBUG   -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Include  -fPIC -DPy_BUILD_CORE -o Objects/codeobject.o /var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Objects/codeobject.c
  650. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -O2 -march=native -pipe -fwrapv -DNDEBUG   -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Include  -fPIC -DPy_BUILD_CORE -o Objects/complexobject.o /var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Objects/complexobject.c
  651. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -O2 -march=native -pipe -fwrapv -DNDEBUG   -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Include  -fPIC -DPy_BUILD_CORE -o Objects/descrobject.o /var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Objects/descrobject.c
  652. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -O2 -march=native -pipe -fwrapv -DNDEBUG   -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Include  -fPIC -DPy_BUILD_CORE -o Objects/enumobject.o /var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Objects/enumobject.c
  653. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -O2 -march=native -pipe -fwrapv -DNDEBUG   -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Include  -fPIC -DPy_BUILD_CORE -o Objects/exceptions.o /var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Objects/exceptions.c
  654. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -O2 -march=native -pipe -fwrapv -DNDEBUG   -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Include  -fPIC -DPy_BUILD_CORE -o Objects/genobject.o /var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Objects/genobject.c
  655. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -O2 -march=native -pipe -fwrapv -DNDEBUG   -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Include  -fPIC -DPy_BUILD_CORE -o Objects/fileobject.o /var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Objects/fileobject.c
  656. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -O2 -march=native -pipe -fwrapv -DNDEBUG   -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Include  -fPIC -DPy_BUILD_CORE -o Objects/floatobject.o /var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Objects/floatobject.c
  657. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -O2 -march=native -pipe -fwrapv -DNDEBUG   -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Include  -fPIC -DPy_BUILD_CORE -o Objects/frameobject.o /var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Objects/frameobject.c
  658. x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -O2 -march=native -pipe -fwrapv -DNDEBUG   -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Include  -fPIC -DPy_BUILD_CORE -o Objects/funcobject.o /var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14/Objects/funcobject.c
  659. x86_64-pc-linux-gnu-gcc: internal compiler error: Segmentation fault (program cc1)
  660. Please submit a full bug report,
  661. with preprocessed source if appropriate.
  662. See <https://bugs.gentoo.org/> for instructions.
  663. make: *** [Makefile:1369: Objects/funcobject.o] Error 4
  664. make: *** Waiting for unfinished jobs....
  665. * ERROR: dev-lang/python-2.7.14-r1::gentoo failed (compile phase):
  666. *   emake failed
  667. *
  668. * If you need support, post the output of `emerge --info '=dev-lang/python-2.7.14-r1::gentoo'`,
  669. * the complete build log and the output of `emerge -pqv '=dev-lang/python-2.7.14-r1::gentoo'`.
  670. * The complete build log is located at '/var/log/portage/dev-lang:python-2.7.14-r1:20180106-191811.log'.
  671. * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-lang/python-2.7.14-r1/temp/build.log'.
  672. * The ebuild environment file is located at '/var/tmp/portage/dev-lang/python-2.7.14-r1/temp/environment'.
  673. * Working directory: '/var/tmp/portage/dev-lang/python-2.7.14-r1/work/x86_64-pc-linux-gnu'
  674. * S: '/var/tmp/portage/dev-lang/python-2.7.14-r1/work/Python-2.7.14'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement