Advertisement
ilnanny75

scratch sysup /error-python

Mar 28th, 2019
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.61 KB | None | 0 0
  1. scratch sysup
  2. Checking for outdate packages...
  3. Resolving dependencies...
  4.  
  5. [u] python3 [u] libxdmcp [u] xtrans [u] libxext [u] libxft [u] libxkbfile [u] libxmu [u] libxrandr [u] libxvmc [u] libxxf86dga [u] mkfontscale [u] tzdata [u] x11perf [u] xf86-video-amdgpu [u] xf86-video-ati
  6.  
  7. ( 15 upgrade, 0 new install )
  8.  
  9. Continue upgrade/install these package(s)? (Y/n) y
  10.  
  11. ==> Source 'Python-3.7.3.tar.xz' found.
  12. ==> Source 'pyconfig.h' found.
  13. -> Unpacking 'Python-3.7.3.tar.xz'...
  14. -> Preparing 'pyconfig.h'...
  15. ==> Start build 'python3-3.7.3-1'.
  16. + build
  17. + cd Python-3.7.3
  18. + CXX=/usr/bin/g++
  19. + ./configure --prefix=/usr --enable-shared --with-system-expat --with-system-ffi --without-ensurepip
  20. checking build system type... x86_64-pc-linux-gnu
  21. checking host system type... x86_64-pc-linux-gnu
  22. checking for python3.7... python3.7
  23. checking for --enable-universalsdk... no
  24. checking for --with-universal-archs... no
  25. checking MACHDEP... checking for --without-gcc... no
  26. checking for --with-icc... no
  27. checking for gcc... gcc
  28. checking whether the C compiler works... yes
  29. checking for C compiler default output file name... a.out
  30. checking for suffix of executables...
  31. checking whether we are cross compiling... no
  32. checking for suffix of object files... o
  33. checking whether we are using the GNU C compiler... yes
  34. checking whether gcc accepts -g... yes
  35. checking for gcc option to accept ISO C89... none needed
  36. checking how to run the C preprocessor... gcc -E
  37. checking for grep that handles long lines and -e... /bin/grep
  38. checking for a sed that does not truncate output... /bin/sed
  39. checking for --with-cxx-main=<compiler>... no
  40. checking for the platform triplet based on compiler characteristics... x86_64-linux-gnu
  41. checking for -Wl,--no-as-needed... yes
  42. checking for egrep... /bin/grep -E
  43. checking for ANSI C header files... yes
  44. checking for sys/types.h... yes
  45. checking for sys/stat.h... yes
  46. checking for stdlib.h... yes
  47. checking for string.h... yes
  48. checking for memory.h... yes
  49. checking for strings.h... yes
  50. checking for inttypes.h... yes
  51. checking for stdint.h... yes
  52. checking for unistd.h... yes
  53. checking minix/config.h usability... no
  54. checking minix/config.h presence... no
  55. checking for minix/config.h... no
  56. checking whether it is safe to define __EXTENSIONS__... yes
  57. checking for the Android API level... not Android
  58. checking for --with-suffix...
  59. checking for case-insensitive build directory... no
  60. checking LIBRARY... libpython$(VERSION)$(ABIFLAGS).a
  61. checking LINKCC... $(PURIFY) $(MAINCC)
  62. checking for GNU ld... yes
  63. checking for --enable-shared... yes
  64. checking for --enable-profiling... no
  65. checking LDLIBRARY... libpython$(LDVERSION).so
  66. checking for ar... ar
  67. checking for readelf... readelf
  68. checking for a BSD-compatible install... /usr/bin/install -c
  69. checking for a thread-safe mkdir -p... /bin/mkdir -p
  70. checking for --with-pydebug... no
  71. checking for --with-assertions... no
  72. checking for --enable-optimizations... no
  73. checking for --with-lto... no
  74. checking for -llvm-profdata... no
  75. checking for -Wextra... yes
  76. checking whether gcc accepts and needs -fno-strict-aliasing... no
  77. checking if we can turn off gcc unused result warning... yes
  78. checking if we can turn off gcc unused parameter warning... yes
  79. checking if we can turn off gcc missing field initializers warning... yes
  80. checking if we can turn off gcc invalid function cast warning... yes
  81. checking if we can turn on gcc mixed sign comparison warning... yes
  82. checking if we can turn on gcc unreachable code warning... no
  83. checking if we can turn on gcc strict-prototypes warning... no
  84. checking if we can make implicit function declaration an error in gcc... yes
  85. checking whether pthreads are available without options... no
  86. checking whether gcc accepts -Kpthread... no
  87. checking whether gcc accepts -Kthread... no
  88. checking whether gcc accepts -pthread... yes
  89. checking whether /usr/bin/g++ also accepts flags for thread support... yes
  90. checking for ANSI C header files... (cached) yes
  91. checking asm/types.h usability... yes
  92. checking asm/types.h presence... yes
  93. checking for asm/types.h... yes
  94. checking crypt.h usability... yes
  95. checking crypt.h presence... yes
  96. checking for crypt.h... yes
  97. checking conio.h usability... no
  98. checking conio.h presence... no
  99. checking for conio.h... no
  100. checking direct.h usability... no
  101. checking direct.h presence... no
  102. checking for direct.h... no
  103. checking dlfcn.h usability... yes
  104. checking dlfcn.h presence... yes
  105. checking for dlfcn.h... yes
  106. checking errno.h usability... yes
  107. checking errno.h presence... yes
  108. checking for errno.h... yes
  109. checking fcntl.h usability... yes
  110. checking fcntl.h presence... yes
  111. checking for fcntl.h... yes
  112. checking grp.h usability... yes
  113. checking grp.h presence... yes
  114. checking for grp.h... yes
  115. checking ieeefp.h usability... no
  116. checking ieeefp.h presence... no
  117. checking for ieeefp.h... no
  118. checking io.h usability... no
  119. checking io.h presence... no
  120. checking for io.h... no
  121. checking langinfo.h usability... yes
  122. checking langinfo.h presence... yes
  123. checking for langinfo.h... yes
  124. checking libintl.h usability... yes
  125. checking libintl.h presence... yes
  126. checking for libintl.h... yes
  127. checking process.h usability... no
  128. checking process.h presence... no
  129. checking for process.h... no
  130. checking pthread.h usability... yes
  131. checking pthread.h presence... yes
  132. checking for pthread.h... yes
  133. checking sched.h usability... yes
  134. checking sched.h presence... yes
  135. checking for sched.h... yes
  136. checking shadow.h usability... yes
  137. checking shadow.h presence... yes
  138. checking for shadow.h... yes
  139. checking signal.h usability... yes
  140. checking signal.h presence... yes
  141. checking for signal.h... yes
  142. checking stropts.h usability... yes
  143. checking stropts.h presence... yes
  144. checking for stropts.h... yes
  145. checking termios.h usability... yes
  146. checking termios.h presence... yes
  147. checking for termios.h... yes
  148. checking for unistd.h... (cached) yes
  149. checking utime.h usability... yes
  150. checking utime.h presence... yes
  151. checking for utime.h... yes
  152. checking poll.h usability... yes
  153. checking poll.h presence... yes
  154. checking for poll.h... yes
  155. checking sys/devpoll.h usability... no
  156. checking sys/devpoll.h presence... no
  157. checking for sys/devpoll.h... no
  158. checking sys/epoll.h usability... yes
  159. checking sys/epoll.h presence... yes
  160. checking for sys/epoll.h... yes
  161. checking sys/poll.h usability... yes
  162. checking sys/poll.h presence... yes
  163. checking for sys/poll.h... yes
  164. checking sys/audioio.h usability... no
  165. checking sys/audioio.h presence... no
  166. checking for sys/audioio.h... no
  167. checking sys/xattr.h usability... yes
  168. checking sys/xattr.h presence... yes
  169. checking for sys/xattr.h... yes
  170. checking sys/bsdtty.h usability... no
  171. checking sys/bsdtty.h presence... no
  172. checking for sys/bsdtty.h... no
  173. checking sys/event.h usability... no
  174. checking sys/event.h presence... no
  175. checking for sys/event.h... no
  176. checking sys/file.h usability... yes
  177. checking sys/file.h presence... yes
  178. checking for sys/file.h... yes
  179. checking sys/ioctl.h usability... yes
  180. checking sys/ioctl.h presence... yes
  181. checking for sys/ioctl.h... yes
  182. checking sys/kern_control.h usability... no
  183. checking sys/kern_control.h presence... no
  184. checking for sys/kern_control.h... no
  185. checking sys/loadavg.h usability... no
  186. checking sys/loadavg.h presence... no
  187. checking for sys/loadavg.h... no
  188. checking sys/lock.h usability... no
  189. checking sys/lock.h presence... no
  190. checking for sys/lock.h... no
  191. checking sys/mkdev.h usability... no
  192. checking sys/mkdev.h presence... no
  193. checking for sys/mkdev.h... no
  194. checking sys/modem.h usability... no
  195. checking sys/modem.h presence... no
  196. checking for sys/modem.h... no
  197. checking sys/param.h usability... yes
  198. checking sys/param.h presence... yes
  199. checking for sys/param.h... yes
  200. checking sys/random.h usability... yes
  201. checking sys/random.h presence... yes
  202. checking for sys/random.h... yes
  203. checking sys/select.h usability... yes
  204. checking sys/select.h presence... yes
  205. checking for sys/select.h... yes
  206. checking sys/sendfile.h usability... yes
  207. checking sys/sendfile.h presence... yes
  208. checking for sys/sendfile.h... yes
  209. checking sys/socket.h usability... yes
  210. checking sys/socket.h presence... yes
  211. checking for sys/socket.h... yes
  212. checking sys/statvfs.h usability... yes
  213. checking sys/statvfs.h presence... yes
  214. checking for sys/statvfs.h... yes
  215. checking for sys/stat.h... (cached) yes
  216. checking sys/syscall.h usability... yes
  217. checking sys/syscall.h presence... yes
  218. checking for sys/syscall.h... yes
  219. checking sys/sys_domain.h usability... no
  220. checking sys/sys_domain.h presence... no
  221. checking for sys/sys_domain.h... no
  222. checking sys/termio.h usability... no
  223. checking sys/termio.h presence... no
  224. checking for sys/termio.h... no
  225. checking sys/time.h usability... yes
  226. checking sys/time.h presence... yes
  227. checking for sys/time.h... yes
  228. checking sys/times.h usability... yes
  229. checking sys/times.h presence... yes
  230. checking for sys/times.h... yes
  231. checking for sys/types.h... (cached) yes
  232. checking sys/uio.h usability... yes
  233. checking sys/uio.h presence... yes
  234. checking for sys/uio.h... yes
  235. checking sys/un.h usability... yes
  236. checking sys/un.h presence... yes
  237. checking for sys/un.h... yes
  238. checking sys/utsname.h usability... yes
  239. checking sys/utsname.h presence... yes
  240. checking for sys/utsname.h... yes
  241. checking sys/wait.h usability... yes
  242. checking sys/wait.h presence... yes
  243. checking for sys/wait.h... yes
  244. checking pty.h usability... yes
  245. checking pty.h presence... yes
  246. checking for pty.h... yes
  247. checking libutil.h usability... no
  248. checking libutil.h presence... no
  249. checking for libutil.h... no
  250. checking sys/resource.h usability... yes
  251. checking sys/resource.h presence... yes
  252. checking for sys/resource.h... yes
  253. checking netpacket/packet.h usability... yes
  254. checking netpacket/packet.h presence... yes
  255. checking for netpacket/packet.h... yes
  256. checking sysexits.h usability... yes
  257. checking sysexits.h presence... yes
  258. checking for sysexits.h... yes
  259. checking bluetooth.h usability... no
  260. checking bluetooth.h presence... no
  261. checking for bluetooth.h... no
  262. checking linux/tipc.h usability... yes
  263. checking linux/tipc.h presence... yes
  264. checking for linux/tipc.h... yes
  265. checking linux/random.h usability... yes
  266. checking linux/random.h presence... yes
  267. checking for linux/random.h... yes
  268. checking spawn.h usability... yes
  269. checking spawn.h presence... yes
  270. checking for spawn.h... yes
  271. checking util.h usability... no
  272. checking util.h presence... no
  273. checking for util.h... no
  274. checking alloca.h usability... yes
  275. checking alloca.h presence... yes
  276. checking for alloca.h... yes
  277. checking endian.h usability... yes
  278. checking endian.h presence... yes
  279. checking for endian.h... yes
  280. checking sys/endian.h usability... no
  281. checking sys/endian.h presence... no
  282. checking for sys/endian.h... no
  283. checking sys/sysmacros.h usability... yes
  284. checking sys/sysmacros.h presence... yes
  285. checking for sys/sysmacros.h... yes
  286. checking for dirent.h that defines DIR... yes
  287. checking for library containing opendir... none required
  288. checking whether sys/types.h defines makedev... no
  289. checking for sys/mkdev.h... (cached) no
  290. checking for sys/sysmacros.h... (cached) yes
  291. checking bluetooth/bluetooth.h usability... yes
  292. checking bluetooth/bluetooth.h presence... yes
  293. checking for bluetooth/bluetooth.h... yes
  294. checking for net/if.h... yes
  295. checking for linux/netlink.h... yes
  296. checking for linux/vm_sockets.h... yes
  297. checking for linux/can.h... yes
  298. checking for linux/can/raw.h... yes
  299. checking for linux/can/bcm.h... yes
  300. checking for clock_t in time.h... yes
  301. checking for makedev... yes
  302. checking for le64toh... yes
  303. checking for mode_t... yes
  304. checking for off_t... yes
  305. checking for pid_t... yes
  306. checking for size_t... yes
  307. checking for uid_t in sys/types.h... yes
  308. checking for ssize_t... yes
  309. checking for __uint128_t... yes
  310. checking size of int... 4
  311. checking size of long... 8
  312. checking size of long long... 8
  313. checking size of void *... 8
  314. checking size of short... 2
  315. checking size of float... 4
  316. checking size of double... 8
  317. checking size of fpos_t... 16
  318. checking size of size_t... 8
  319. checking size of pid_t... 4
  320. checking size of uintptr_t... 8
  321. checking for long double support... yes
  322. checking size of long double... 16
  323. checking size of _Bool... 1
  324. checking size of off_t... 8
  325. checking whether to enable large file support... no
  326. checking size of time_t... 8
  327. checking for pthread_t... yes
  328. checking size of pthread_t... 8
  329. checking size of pthread_key_t... 4
  330. checking whether pthread_key_t is compatible with int... yes
  331. checking for --enable-framework... no
  332. checking for dyld... no
  333. checking the extension of shared libraries... .so
  334. checking LDSHARED... $(CC) -shared
  335. checking CCSHARED... -fPIC
  336. checking LINKFORSHARED... -Xlinker -export-dynamic
  337. checking CFLAGSFORSHARED... $(CCSHARED)
  338. checking SHLIBS... $(LIBS)
  339. checking for sendfile in -lsendfile... no
  340. checking for dlopen in -ldl... yes
  341. checking for shl_load in -ldld... no
  342. checking uuid/uuid.h usability... yes
  343. checking uuid/uuid.h presence... yes
  344. checking for uuid/uuid.h... yes
  345. checking uuid.h usability... no
  346. checking uuid.h presence... no
  347. checking for uuid.h... no
  348. checking for uuid_generate_time_safe... yes
  349. checking for uuid_create... no
  350. checking for uuid_enc_be... no
  351. checking for library containing sem_init... -lpthread
  352. checking for textdomain in -lintl... no
  353. checking aligned memory access is required... no
  354. checking for --with-hash-algorithm... default
  355. checking for --with-address-sanitizer... no
  356. checking for --with-memory-sanitizer... no
  357. checking for --with-undefined-behavior-sanitizer... no
  358. checking for t_open in -lnsl... no
  359. checking for socket in -lsocket... no
  360. checking for --with-libs... no
  361. checking for pkg-config... /usr/bin/pkg-config
  362. checking pkg-config is at least version 0.9.0... yes
  363. checking for --with-system-expat... yes
  364. checking for --with-system-ffi... yes
  365. configure: WARNING: --with(out)-system-ffi is ignored on this platform
  366. checking for --with-system-libmpdec... no
  367. checking for --enable-loadable-sqlite-extensions... no
  368. checking for --with-tcltk-includes... default
  369. checking for --with-tcltk-libs... default
  370. checking for --with-dbmliborder...
  371. checking if PTHREAD_SCOPE_SYSTEM is supported... yes
  372. checking for pthread_sigmask... yes
  373. checking for pthread_getcpuclockid... yes
  374. checking if --enable-ipv6 is specified... yes
  375. checking if RFC2553 API is available... yes
  376. checking ipv6 stack type... linux-glibc
  377. checking for CAN_RAW_FD_FRAMES... yes
  378. checking for --with-doc-strings... yes
  379. checking for --with-pymalloc... yes
  380. checking for --with-c-locale-coercion... yes
  381. checking for --with-valgrind... no
  382. checking for --with-dtrace... no
  383. checking for dlopen... yes
  384. checking DYNLOADFILE... dynload_shlib.o
  385. checking MACHDEP_OBJS... none
  386. checking for alarm... yes
  387. checking for accept4... yes
  388. checking for setitimer... yes
  389. checking for getitimer... yes
  390. checking for bind_textdomain_codeset... yes
  391. checking for chown... yes
  392. checking for clock... yes
  393. checking for confstr... yes
  394. checking for ctermid... yes
  395. checking for dup3... yes
  396. checking for execv... yes
  397. checking for faccessat... yes
  398. checking for fchmod... yes
  399. checking for fchmodat... yes
  400. checking for fchown... yes
  401. checking for fchownat... yes
  402. checking for fexecve... yes
  403. checking for fdopendir... yes
  404. checking for fork... yes
  405. checking for fpathconf... yes
  406. checking for fstatat... yes
  407. checking for ftime... yes
  408. checking for ftruncate... yes
  409. checking for futimesat... yes
  410. checking for futimens... yes
  411. checking for futimes... yes
  412. checking for gai_strerror... yes
  413. checking for getentropy... yes
  414. checking for getgrouplist... yes
  415. checking for getgroups... yes
  416. checking for getlogin... yes
  417. checking for getloadavg... yes
  418. checking for getpeername... yes
  419. checking for getpgid... yes
  420. checking for getpid... yes
  421. checking for getpriority... yes
  422. checking for getresuid... yes
  423. checking for getresgid... yes
  424. checking for getpwent... yes
  425. checking for getspnam... yes
  426. checking for getspent... yes
  427. checking for getsid... yes
  428. checking for getwd... yes
  429. checking for if_nameindex... yes
  430. checking for initgroups... yes
  431. checking for kill... yes
  432. checking for killpg... yes
  433. checking for lchown... yes
  434. checking for lockf... yes
  435. checking for linkat... yes
  436. checking for lstat... yes
  437. checking for lutimes... yes
  438. checking for mmap... yes
  439. checking for memrchr... yes
  440. checking for mbrtowc... yes
  441. checking for mkdirat... yes
  442. checking for mkfifo... yes
  443. checking for mkfifoat... yes
  444. checking for mknod... yes
  445. checking for mknodat... yes
  446. checking for mktime... yes
  447. checking for mremap... yes
  448. checking for nice... yes
  449. checking for openat... yes
  450. checking for pathconf... yes
  451. checking for pause... yes
  452. checking for pipe2... yes
  453. checking for plock... no
  454. checking for poll... yes
  455. checking for posix_fallocate... yes
  456. checking for posix_fadvise... yes
  457. checking for posix_spawn... yes
  458. checking for pread... yes
  459. checking for preadv... yes
  460. checking for preadv2... 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 pwritev... yes
  466. checking for pwritev2... yes
  467. checking for readlink... yes
  468. checking for readlinkat... yes
  469. checking for readv... yes
  470. checking for realpath... yes
  471. checking for renameat... yes
  472. checking for sem_open... yes
  473. checking for sem_timedwait... yes
  474. checking for sem_getvalue... yes
  475. checking for sem_unlink... yes
  476. checking for sendfile... yes
  477. checking for setegid... yes
  478. checking for seteuid... yes
  479. checking for setgid... yes
  480. checking for sethostname... yes
  481. checking for setlocale... yes
  482. checking for setregid... yes
  483. checking for setreuid... yes
  484. checking for setresuid... yes
  485. checking for setresgid... yes
  486. checking for setsid... yes
  487. checking for setpgid... yes
  488. checking for setpgrp... yes
  489. checking for setpriority... yes
  490. checking for setuid... yes
  491. checking for setvbuf... yes
  492. checking for sched_get_priority_max... yes
  493. checking for sched_setaffinity... yes
  494. checking for sched_setscheduler... yes
  495. checking for sched_setparam... yes
  496. checking for sched_rr_get_interval... yes
  497. checking for sigaction... yes
  498. checking for sigaltstack... yes
  499. checking for siginterrupt... yes
  500. checking for sigpending... yes
  501. checking for sigrelse... yes
  502. checking for sigtimedwait... yes
  503. checking for sigwait... yes
  504. checking for sigwaitinfo... yes
  505. checking for snprintf... yes
  506. checking for strftime... yes
  507. checking for strlcpy... no
  508. checking for symlinkat... yes
  509. checking for sync... yes
  510. checking for sysconf... yes
  511. checking for tcgetpgrp... yes
  512. checking for tcsetpgrp... yes
  513. checking for tempnam... yes
  514. checking for timegm... yes
  515. checking for times... yes
  516. checking for tmpfile... yes
  517. checking for tmpnam... yes
  518. checking for tmpnam_r... yes
  519. checking for truncate... yes
  520. checking for uname... yes
  521. checking for unlinkat... yes
  522. checking for unsetenv... yes
  523. checking for utimensat... yes
  524. checking for utimes... yes
  525. checking for waitid... yes
  526. checking for waitpid... yes
  527. checking for wait3... yes
  528. checking for wait4... yes
  529. checking for wcscoll... yes
  530. checking for wcsftime... yes
  531. checking for wcsxfrm... yes
  532. checking for wmemcmp... yes
  533. checking for writev... yes
  534. checking for _getpty... no
  535. checking whether dirfd is declared... yes
  536. checking for chroot... yes
  537. checking for link... yes
  538. checking for symlink... yes
  539. checking for fchdir... yes
  540. checking for fsync... yes
  541. checking for fdatasync... yes
  542. checking for epoll... yes
  543. checking for epoll_create1... yes
  544. checking for kqueue... no
  545. checking for prlimit... yes
  546. checking for ctermid_r... no
  547. checking for flock declaration... yes
  548. checking for flock... yes
  549. checking for getpagesize... yes
  550. checking for broken unsetenv... no
  551. checking for true... true
  552. checking for inet_aton in -lc... yes
  553. checking for chflags... no
  554. checking for lchflags... no
  555. checking for inflateCopy in -lz... yes
  556. checking for hstrerror... yes
  557. checking for inet_aton... yes
  558. checking for inet_pton... yes
  559. checking for setgroups... yes
  560. checking for openpty... no
  561. checking for openpty in -lutil... yes
  562. checking for forkpty... 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 library containing crypt... -lcrypt
  575. checking for library containing crypt_r... none required
  576. checking for crypt_r... yes
  577. checking for clock_gettime... yes
  578. checking for clock_getres... yes
  579. checking for clock_settime... yes
  580. checking for major... yes
  581. checking for getaddrinfo... yes
  582. checking getaddrinfo bug... no
  583. checking for getnameinfo... yes
  584. checking whether time.h and sys/time.h may both be included... yes
  585. checking whether struct tm is in sys/time.h or time.h... time.h
  586. checking for struct tm.tm_zone... yes
  587. checking for struct stat.st_rdev... yes
  588. checking for struct stat.st_blksize... yes
  589. checking for struct stat.st_flags... no
  590. checking for struct stat.st_gen... no
  591. checking for struct stat.st_birthtime... no
  592. checking for struct stat.st_blocks... yes
  593. checking for struct passwd.pw_gecos... yes
  594. checking for struct passwd.pw_passwd... yes
  595. checking for siginfo_t.si_band... yes
  596. checking for time.h that defines altzone... no
  597. checking whether sys/select.h and sys/time.h may both be included... yes
  598. checking for addrinfo... yes
  599. checking for sockaddr_storage... yes
  600. checking for sockaddr_alg... yes
  601. checking whether char is unsigned... no
  602. checking for an ANSI C-conforming const... yes
  603. checking for working signed char... yes
  604. checking for prototypes... yes
  605. checking for variable length prototypes and stdarg.h... no
  606. checking for socketpair... yes
  607. checking if sockaddr has sa_len member... no
  608. checking for gethostbyname_r... yes
  609. checking gethostbyname_r with 6 args... yes
  610. checking for __fpu_control... yes
  611. checking for --with-libm=STRING... default LIBM="-lm"
  612. checking for --with-libc=STRING... default 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... yes
  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 whether RTLD_MEMBER is declared... no
  650. checking digit size for Python's longs... no value specified
  651. checking wchar.h usability... yes
  652. checking wchar.h presence... yes
  653. checking for wchar.h... yes
  654. checking size of wchar_t... 4
  655. checking for UCS-4 tcl... no
  656. checking whether wchar_t is signed... yes
  657. checking whether wchar_t is usable... no
  658. checking whether byte ordering is bigendian... no
  659. checking ABIFLAGS... m
  660. checking SOABI... cpython-37m-x86_64-linux-gnu
  661. checking LDVERSION... $(VERSION)$(ABIFLAGS)
  662. checking whether right shift extends the sign bit... yes
  663. checking for getc_unlocked() and friends... yes
  664. checking how to link readline libs... -lreadline
  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 working tzset()... yes
  673. checking for tv_nsec in struct stat... yes
  674. checking for tv_nsec2 in struct stat... no
  675. checking curses.h usability... yes
  676. checking curses.h presence... yes
  677. checking for curses.h... yes
  678. checking ncurses.h usability... yes
  679. checking ncurses.h presence... yes
  680. checking for ncurses.h... yes
  681. checking for term.h... yes
  682. checking whether mvwdelch is an expression... yes
  683. checking whether WINDOW has _flags... yes
  684. checking for is_pad... yes
  685. checking for is_term_resized... yes
  686. checking for resize_term... yes
  687. checking for resizeterm... yes
  688. checking for immedok... yes
  689. checking for syncok... yes
  690. checking for wchgat... yes
  691. checking for filter... yes
  692. checking for has_key... yes
  693. checking for typeahead... yes
  694. checking for use_env... yes
  695. configure: checking for device files
  696. checking for /dev/ptmx... yes
  697. checking for /dev/ptc... no
  698. checking for %zd printf() format support... yes
  699. checking for socklen_t... yes
  700. checking for broken mbstowcs... no
  701. checking for --with-computed-gotos... no value specified
  702. checking whether gcc -pthread supports computed gotos... yes
  703. checking for build directories... done
  704. checking for -O2... yes
  705. checking for glibc _FORTIFY_SOURCE/memmove bug... no
  706. checking for gcc ipa-pure-const bug... no
  707. checking for stdatomic.h... yes
  708. checking for GCC >= 4.7 __atomic builtins... yes
  709. checking for ensurepip... no
  710. checking if the dirent structure of a d_type field... yes
  711. checking for the Linux getrandom() syscall... yes
  712. checking for the getrandom() function... yes
  713. checking for pkg-config... /usr/bin/pkg-config
  714. checking whether compiling and linking against OpenSSL works... yes
  715. checking for X509_VERIFY_PARAM_set1_host in libssl... yes
  716. checking for --with-ssl-default-suites... python
  717. configure: creating ./config.status
  718. config.status: creating Makefile.pre
  719. config.status: creating Misc/python.pc
  720. config.status: creating Misc/python-config.sh
  721. config.status: creating Modules/ld_so_aix
  722. config.status: creating pyconfig.h
  723. creating Modules/Setup
  724. creating Modules/Setup.local
  725. creating Makefile
  726.  
  727.  
  728. If you want a release build with all stable optimizations active (PGO, etc),
  729. please run ./configure --enable-optimizations
  730.  
  731.  
  732. + make
  733. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -march=x86-64 -pipe -O2 -march=x86-64 -pipe -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -fPIC -DPy_BUILD_CORE -o Programs/python.o ./Programs/python.c
  734. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -march=x86-64 -pipe -O2 -march=x86-64 -pipe -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -fPIC -DPy_BUILD_CORE -o Parser/acceler.o Parser/acceler.c
  735. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -march=x86-64 -pipe -O2 -march=x86-64 -pipe -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -fPIC -DPy_BUILD_CORE -o Parser/grammar1.o Parser/grammar1.c
  736. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -march=x86-64 -pipe -O2 -march=x86-64 -pipe -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -fPIC -DPy_BUILD_CORE -o Parser/listnode.o Parser/listnode.c
  737. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -march=x86-64 -pipe -O2 -march=x86-64 -pipe -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -fPIC -DPy_BUILD_CORE -o Parser/node.o Parser/node.c
  738. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -march=x86-64 -pipe -O2 -march=x86-64 -pipe -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -fPIC -DPy_BUILD_CORE -o Parser/parser.o Parser/parser.c
  739. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -march=x86-64 -pipe -O2 -march=x86-64 -pipe -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -fPIC -DPy_BUILD_CORE -o Parser/bitset.o Parser/bitset.c
  740. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -march=x86-64 -pipe -O2 -march=x86-64 -pipe -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -fPIC -DPy_BUILD_CORE -o Parser/metagrammar.o Parser/metagrammar.c
  741. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -march=x86-64 -pipe -O2 -march=x86-64 -pipe -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -fPIC -DPy_BUILD_CORE -o Parser/firstsets.o Parser/firstsets.c
  742. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -march=x86-64 -pipe -O2 -march=x86-64 -pipe -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -fPIC -DPy_BUILD_CORE -o Parser/grammar.o Parser/grammar.c
  743. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -march=x86-64 -pipe -O2 -march=x86-64 -pipe -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -fPIC -DPy_BUILD_CORE -o Parser/pgen.o Parser/pgen.c
  744. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -march=x86-64 -pipe -O2 -march=x86-64 -pipe -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -fPIC -DPy_BUILD_CORE -o Parser/myreadline.o Parser/myreadline.c
  745. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -march=x86-64 -pipe -O2 -march=x86-64 -pipe -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -fPIC -DPy_BUILD_CORE -o Parser/parsetok.o Parser/parsetok.c
  746. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -march=x86-64 -pipe -O2 -march=x86-64 -pipe -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -fPIC -DPy_BUILD_CORE -o Parser/tokenizer.o Parser/tokenizer.c
  747. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -march=x86-64 -pipe -O2 -march=x86-64 -pipe -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -fPIC -DPy_BUILD_CORE -o Objects/abstract.o Objects/abstract.c
  748. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -march=x86-64 -pipe -O2 -march=x86-64 -pipe -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -fPIC -DPy_BUILD_CORE -o Objects/accu.o Objects/accu.c
  749. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -march=x86-64 -pipe -O2 -march=x86-64 -pipe -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -fPIC -DPy_BUILD_CORE -o Objects/boolobject.o Objects/boolobject.c
  750. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -march=x86-64 -pipe -O2 -march=x86-64 -pipe -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -fPIC -DPy_BUILD_CORE -o Objects/bytes_methods.o Objects/bytes_methods.c
  751. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -march=x86-64 -pipe -O2 -march=x86-64 -pipe -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -fPIC -DPy_BUILD_CORE -o Objects/bytearrayobject.o Objects/bytearrayobject.c
  752. Objects/bytearrayobject.c: In function 'PyByteArray_Resize':
  753. Objects/bytearrayobject.c:227:9: internal compiler error: Illegal instruction
  754. if (size <= alloc * 1.125) {
  755. ^~
  756. Please submit a full bug report,
  757. with preprocessed source if appropriate.
  758. See <https://gcc.gnu.org/bugs/> for instructions.
  759. make: *** [Makefile:1641: Objects/bytearrayobject.o] Error 1
  760. make: *** Waiting for unfinished jobs....
  761. ==> ERROR: Build 'python3-3.7.3-1' failed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement