Advertisement
Guest User

Untitled

a guest
Oct 12th, 2021
638
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 167.26 KB | None | 0 0
  1.  
  2. [brad@reason Python-3.10.0]$ ./configure
  3. checking build system type... x86_64-pc-linux-gnu
  4. checking host system type... x86_64-pc-linux-gnu
  5. checking for python3.10... no
  6. checking for python3... python3
  7. checking for --enable-universalsdk... no
  8. checking for --with-universal-archs... no
  9. checking MACHDEP... "linux"
  10. checking for gcc... gcc
  11. checking whether the C compiler works... yes
  12. checking for C compiler default output file name... a.out
  13. checking for suffix of executables...
  14. checking whether we are cross compiling... no
  15. checking for suffix of object files... o
  16. checking whether we are using the GNU C compiler... yes
  17. checking whether gcc accepts -g... yes
  18. checking for gcc option to accept ISO C89... none needed
  19. checking how to run the C preprocessor... gcc -E
  20. checking for grep that handles long lines and -e... /usr/bin/grep
  21. checking for a sed that does not truncate output... /usr/bin/sed
  22. checking for --with-cxx-main=<compiler>... no
  23. checking for g++... no
  24. configure:
  25.  
  26. By default, distutils will build C++ extension modules with "g++".
  27. If this is not intended, then set CXX on the configure command line.
  28.  
  29. checking for the platform triplet based on compiler characteristics... x86_64-linux-gnu
  30. checking for -Wl,--no-as-needed... yes
  31. checking for egrep... /usr/bin/grep -E
  32. checking for ANSI C header files... yes
  33. checking for sys/types.h... yes
  34. checking for sys/stat.h... yes
  35. checking for stdlib.h... yes
  36. checking for string.h... yes
  37. checking for memory.h... yes
  38. checking for strings.h... yes
  39. checking for inttypes.h... yes
  40. checking for stdint.h... yes
  41. checking for unistd.h... yes
  42. checking minix/config.h usability... no
  43. checking minix/config.h presence... no
  44. checking for minix/config.h... no
  45. checking whether it is safe to define __EXTENSIONS__... yes
  46. checking for the Android API level... not Android
  47. checking for --with-suffix...
  48. checking for case-insensitive build directory... no
  49. checking LIBRARY... libpython$(VERSION)$(ABIFLAGS).a
  50. checking LINKCC... $(PURIFY) $(MAINCC)
  51. checking EXPORTSYMS...
  52. checking for GNU ld... yes
  53. checking for --enable-shared... no
  54. checking for --enable-profiling... no
  55. checking LDLIBRARY... libpython$(VERSION)$(ABIFLAGS).a
  56. checking for ar... ar
  57. checking for readelf... readelf
  58. checking for a BSD-compatible install... /usr/bin/install -c
  59. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  60. checking for --with-pydebug... no
  61. checking for --with-trace-refs... no
  62. checking for --with-assertions... no
  63. checking for --enable-optimizations... no
  64. checking PROFILE_TASK... -m test --pgo --timeout=$(TESTTIMEOUT)
  65. checking for --with-lto... no
  66. checking for llvm-profdata... no
  67. checking for -Wextra... yes
  68. checking whether gcc accepts and needs -fno-strict-aliasing... no
  69. checking if we can turn off gcc unused result warning... yes
  70. checking if we can turn off gcc unused parameter warning... yes
  71. checking if we can turn off gcc missing field initializers warning... yes
  72. checking if we can turn on gcc mixed sign comparison warning... yes
  73. checking if we can turn on gcc unreachable code warning... no
  74. checking if we can turn on gcc strict-prototypes warning... no
  75. checking if we can make implicit function declaration an error in gcc... yes
  76. checking if we can use visibility in gcc... yes
  77. checking whether pthreads are available without options... no
  78. checking whether gcc accepts -Kpthread... no
  79. checking whether gcc accepts -Kthread... no
  80. checking whether gcc accepts -pthread... yes
  81. checking whether g++ also accepts flags for thread support... yes
  82. checking for ANSI C header files... (cached) yes
  83. checking asm/types.h usability... yes
  84. checking asm/types.h presence... yes
  85. checking for asm/types.h... yes
  86. checking crypt.h usability... yes
  87. checking crypt.h presence... yes
  88. checking for crypt.h... yes
  89. checking conio.h usability... no
  90. checking conio.h presence... no
  91. checking for conio.h... no
  92. checking direct.h usability... no
  93. checking direct.h presence... no
  94. checking for direct.h... no
  95. checking dlfcn.h usability... yes
  96. checking dlfcn.h presence... yes
  97. checking for dlfcn.h... yes
  98. checking errno.h usability... yes
  99. checking errno.h presence... yes
  100. checking for errno.h... yes
  101. checking fcntl.h usability... yes
  102. checking fcntl.h presence... yes
  103. checking for fcntl.h... yes
  104. checking grp.h usability... yes
  105. checking grp.h presence... yes
  106. checking for grp.h... yes
  107. checking ieeefp.h usability... no
  108. checking ieeefp.h presence... no
  109. checking for ieeefp.h... no
  110. checking io.h usability... no
  111. checking io.h presence... no
  112. checking for io.h... no
  113. checking langinfo.h usability... yes
  114. checking langinfo.h presence... yes
  115. checking for langinfo.h... yes
  116. checking libintl.h usability... yes
  117. checking libintl.h presence... yes
  118. checking for libintl.h... yes
  119. checking process.h usability... no
  120. checking process.h presence... no
  121. checking for process.h... no
  122. checking pthread.h usability... yes
  123. checking pthread.h presence... yes
  124. checking for pthread.h... yes
  125. checking sched.h usability... yes
  126. checking sched.h presence... yes
  127. checking for sched.h... yes
  128. checking shadow.h usability... yes
  129. checking shadow.h presence... yes
  130. checking for shadow.h... yes
  131. checking signal.h usability... yes
  132. checking signal.h presence... yes
  133. checking for signal.h... yes
  134. checking stropts.h usability... no
  135. checking stropts.h presence... no
  136. checking for stropts.h... no
  137. checking termios.h usability... yes
  138. checking termios.h presence... yes
  139. checking for termios.h... yes
  140. checking utime.h usability... yes
  141. checking utime.h presence... yes
  142. checking for utime.h... yes
  143. checking poll.h usability... yes
  144. checking poll.h presence... yes
  145. checking for poll.h... yes
  146. checking sys/devpoll.h usability... no
  147. checking sys/devpoll.h presence... no
  148. checking for sys/devpoll.h... no
  149. checking sys/epoll.h usability... yes
  150. checking sys/epoll.h presence... yes
  151. checking for sys/epoll.h... yes
  152. checking sys/poll.h usability... yes
  153. checking sys/poll.h presence... yes
  154. checking for sys/poll.h... yes
  155. checking sys/audioio.h usability... no
  156. checking sys/audioio.h presence... no
  157. checking for sys/audioio.h... no
  158. checking sys/xattr.h usability... yes
  159. checking sys/xattr.h presence... yes
  160. checking for sys/xattr.h... yes
  161. checking sys/bsdtty.h usability... no
  162. checking sys/bsdtty.h presence... no
  163. checking for sys/bsdtty.h... no
  164. checking sys/event.h usability... no
  165. checking sys/event.h presence... no
  166. checking for sys/event.h... no
  167. checking sys/file.h usability... yes
  168. checking sys/file.h presence... yes
  169. checking for sys/file.h... yes
  170. checking sys/ioctl.h usability... yes
  171. checking sys/ioctl.h presence... yes
  172. checking for sys/ioctl.h... yes
  173. checking sys/kern_control.h usability... no
  174. checking sys/kern_control.h presence... no
  175. checking for sys/kern_control.h... no
  176. checking sys/loadavg.h usability... no
  177. checking sys/loadavg.h presence... no
  178. checking for sys/loadavg.h... no
  179. checking sys/lock.h usability... no
  180. checking sys/lock.h presence... no
  181. checking for sys/lock.h... no
  182. checking sys/mkdev.h usability... no
  183. checking sys/mkdev.h presence... no
  184. checking for sys/mkdev.h... no
  185. checking sys/modem.h usability... no
  186. checking sys/modem.h presence... no
  187. checking for sys/modem.h... no
  188. checking sys/param.h usability... yes
  189. checking sys/param.h presence... yes
  190. checking for sys/param.h... yes
  191. checking sys/random.h usability... no
  192. checking sys/random.h presence... no
  193. checking for sys/random.h... no
  194. checking sys/select.h usability... yes
  195. checking sys/select.h presence... yes
  196. checking for sys/select.h... yes
  197. checking sys/sendfile.h usability... yes
  198. checking sys/sendfile.h presence... yes
  199. checking for sys/sendfile.h... yes
  200. checking sys/socket.h usability... yes
  201. checking sys/socket.h presence... yes
  202. checking for sys/socket.h... yes
  203. checking sys/statvfs.h usability... yes
  204. checking sys/statvfs.h presence... yes
  205. checking for sys/statvfs.h... yes
  206. checking for sys/stat.h... (cached) yes
  207. checking sys/syscall.h usability... yes
  208. checking sys/syscall.h presence... yes
  209. checking for sys/syscall.h... yes
  210. checking sys/sys_domain.h usability... no
  211. checking sys/sys_domain.h presence... no
  212. checking for sys/sys_domain.h... no
  213. checking sys/termio.h usability... no
  214. checking sys/termio.h presence... no
  215. checking for sys/termio.h... no
  216. checking sys/time.h usability... yes
  217. checking sys/time.h presence... yes
  218. checking for sys/time.h... yes
  219. checking sys/times.h usability... yes
  220. checking sys/times.h presence... yes
  221. checking for sys/times.h... yes
  222. checking for sys/types.h... (cached) yes
  223. checking sys/uio.h usability... yes
  224. checking sys/uio.h presence... yes
  225. checking for sys/uio.h... yes
  226. checking sys/un.h usability... yes
  227. checking sys/un.h presence... yes
  228. checking for sys/un.h... yes
  229. checking sys/utsname.h usability... yes
  230. checking sys/utsname.h presence... yes
  231. checking for sys/utsname.h... yes
  232. checking sys/wait.h usability... yes
  233. checking sys/wait.h presence... yes
  234. checking for sys/wait.h... yes
  235. checking pty.h usability... yes
  236. checking pty.h presence... yes
  237. checking for pty.h... yes
  238. checking libutil.h usability... no
  239. checking libutil.h presence... no
  240. checking for libutil.h... no
  241. checking sys/resource.h usability... yes
  242. checking sys/resource.h presence... yes
  243. checking for sys/resource.h... yes
  244. checking netpacket/packet.h usability... yes
  245. checking netpacket/packet.h presence... yes
  246. checking for netpacket/packet.h... yes
  247. checking sysexits.h usability... yes
  248. checking sysexits.h presence... yes
  249. checking for sysexits.h... yes
  250. checking bluetooth.h usability... no
  251. checking bluetooth.h presence... no
  252. checking for bluetooth.h... no
  253. checking linux/tipc.h usability... yes
  254. checking linux/tipc.h presence... yes
  255. checking for linux/tipc.h... yes
  256. checking linux/random.h usability... yes
  257. checking linux/random.h presence... yes
  258. checking for linux/random.h... yes
  259. checking spawn.h usability... yes
  260. checking spawn.h presence... yes
  261. checking for spawn.h... yes
  262. checking util.h usability... no
  263. checking util.h presence... no
  264. checking for util.h... no
  265. checking alloca.h usability... yes
  266. checking alloca.h presence... yes
  267. checking for alloca.h... yes
  268. checking endian.h usability... yes
  269. checking endian.h presence... yes
  270. checking for endian.h... yes
  271. checking sys/endian.h usability... no
  272. checking sys/endian.h presence... no
  273. checking for sys/endian.h... no
  274. checking sys/sysmacros.h usability... yes
  275. checking sys/sysmacros.h presence... yes
  276. checking for sys/sysmacros.h... yes
  277. checking linux/memfd.h usability... yes
  278. checking linux/memfd.h presence... yes
  279. checking for linux/memfd.h... yes
  280. checking linux/wait.h usability... yes
  281. checking linux/wait.h presence... yes
  282. checking for linux/wait.h... yes
  283. checking sys/memfd.h usability... no
  284. checking sys/memfd.h presence... no
  285. checking for sys/memfd.h... no
  286. checking sys/mman.h usability... yes
  287. checking sys/mman.h presence... yes
  288. checking for sys/mman.h... yes
  289. checking sys/eventfd.h usability... yes
  290. checking sys/eventfd.h presence... yes
  291. checking for sys/eventfd.h... yes
  292. checking for dirent.h that defines DIR... yes
  293. checking for library containing opendir... none required
  294. checking whether sys/types.h defines makedev... yes
  295. checking bluetooth/bluetooth.h usability... no
  296. checking bluetooth/bluetooth.h presence... no
  297. checking for bluetooth/bluetooth.h... no
  298. checking for net/if.h... yes
  299. checking for linux/netlink.h... yes
  300. checking for linux/qrtr.h... no
  301. checking for linux/vm_sockets.h... yes
  302. checking for linux/can.h... yes
  303. checking for linux/can/bcm.h... yes
  304. checking for linux/can/j1939.h... no
  305. checking for linux/can/raw.h... yes
  306. checking for clock_t in time.h... yes
  307. checking for makedev... yes
  308. checking for le64toh... yes
  309. checking for mode_t... yes
  310. checking for off_t... yes
  311. checking for pid_t... yes
  312. checking for size_t... yes
  313. checking for uid_t in sys/types.h... yes
  314. checking for ssize_t... yes
  315. checking for __uint128_t... yes
  316. checking size of int... 4
  317. checking size of long... 8
  318. checking alignment of long... 8
  319. checking size of long long... 8
  320. checking size of void *... 8
  321. checking size of short... 2
  322. checking size of float... 4
  323. checking size of double... 8
  324. checking size of fpos_t... 16
  325. checking size of size_t... 8
  326. checking alignment of size_t... 8
  327. checking size of pid_t... 4
  328. checking size of uintptr_t... 8
  329. checking for long double... yes
  330. checking size of long double... 16
  331. checking size of _Bool... 1
  332. checking size of off_t... 8
  333. checking whether to enable large file support... no
  334. checking size of time_t... 8
  335. checking for pthread_t... yes
  336. checking size of pthread_t... 8
  337. checking size of pthread_key_t... 4
  338. checking whether pthread_key_t is compatible with int... yes
  339. checking for --enable-framework... no
  340. checking for dyld... no
  341. checking the extension of shared libraries... .so
  342. checking LDSHARED... $(CC) -shared
  343. checking CCSHARED... -fPIC
  344. checking LINKFORSHARED... -Xlinker -export-dynamic
  345. checking CFLAGSFORSHARED...
  346. checking SHLIBS... $(LIBS)
  347. checking for sendfile in -lsendfile... no
  348. checking for dlopen in -ldl... yes
  349. checking for shl_load in -ldld... no
  350. checking uuid/uuid.h usability... yes
  351. checking uuid/uuid.h presence... yes
  352. checking for uuid/uuid.h... yes
  353. checking uuid.h usability... no
  354. checking uuid.h presence... no
  355. checking for uuid.h... no
  356. checking for uuid_generate_time_safe... yes
  357. checking for uuid_create... no
  358. checking for uuid_enc_be... 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-tzpath... "/usr/share/zoneinfo:/usr/lib/zoneinfo:/usr/share/lib/zoneinfo:/etc/zoneinfo"
  364. checking for --with-address-sanitizer... no
  365. checking for --with-memory-sanitizer... no
  366. checking for --with-undefined-behavior-sanitizer... no
  367. checking for t_open in -lnsl... no
  368. checking for socket in -lsocket... no
  369. checking for --with-libs... no
  370. ./configure: line 10530: PKG_PROG_PKG_CONFIG: command not found
  371. checking for --with-system-expat... no
  372. checking for --with-system-ffi... yes
  373. checking for --with-system-libmpdec... no
  374. checking for --with-decimal-contextvar... yes
  375. checking for --enable-loadable-sqlite-extensions... no
  376. checking for --with-tcltk-includes... default
  377. checking for --with-tcltk-libs... default
  378. checking for --with-dbmliborder...
  379. checking if PTHREAD_SCOPE_SYSTEM is supported... yes
  380. checking for pthread_sigmask... yes
  381. checking for pthread_getcpuclockid... yes
  382. checking if --enable-ipv6 is specified... yes
  383. checking if RFC2553 API is available... yes
  384. checking ipv6 stack type... linux-glibc
  385. checking for CAN_RAW_FD_FRAMES... yes
  386. checking for CAN_RAW_JOIN_FILTERS... yes
  387. checking for --with-doc-strings... yes
  388. checking for --with-pymalloc... yes
  389. checking for --with-c-locale-coercion... yes
  390. checking for --with-valgrind... no
  391. checking for --with-dtrace... no
  392. checking for dlopen... yes
  393. checking DYNLOADFILE... dynload_shlib.o
  394. checking MACHDEP_OBJS... none
  395. checking for alarm... yes
  396. checking for accept4... yes
  397. checking for setitimer... yes
  398. checking for getitimer... yes
  399. checking for bind_textdomain_codeset... yes
  400. checking for chown... yes
  401. checking for clock... yes
  402. checking for confstr... yes
  403. checking for close_range... no
  404. checking for copy_file_range... no
  405. checking for ctermid... yes
  406. checking for dup3... yes
  407. checking for execv... yes
  408. checking for explicit_bzero... no
  409. checking for explicit_memset... no
  410. checking for faccessat... yes
  411. checking for fchmod... yes
  412. checking for fchmodat... yes
  413. checking for fchown... yes
  414. checking for fchownat... yes
  415. checking for fdwalk... no
  416. checking for fexecve... yes
  417. checking for fdopendir... yes
  418. checking for fork... yes
  419. checking for fpathconf... yes
  420. checking for fstatat... yes
  421. checking for ftime... yes
  422. checking for ftruncate... yes
  423. checking for futimesat... yes
  424. checking for futimens... yes
  425. checking for futimes... yes
  426. checking for gai_strerror... yes
  427. checking for getentropy... no
  428. checking for getgrgid_r... yes
  429. checking for getgrnam_r... yes
  430. checking for getgrouplist... yes
  431. checking for getgroups... yes
  432. checking for getlogin... yes
  433. checking for getloadavg... yes
  434. checking for getpeername... yes
  435. checking for getpgid... yes
  436. checking for getpid... yes
  437. checking for getpriority... yes
  438. checking for getresuid... yes
  439. checking for getresgid... yes
  440. checking for getpwent... yes
  441. checking for getpwnam_r... yes
  442. checking for getpwuid_r... yes
  443. checking for getspnam... yes
  444. checking for getspent... yes
  445. checking for getsid... yes
  446. checking for getwd... yes
  447. checking for if_nameindex... yes
  448. checking for initgroups... yes
  449. checking for kill... yes
  450. checking for killpg... yes
  451. checking for lchown... yes
  452. checking for lockf... yes
  453. checking for linkat... yes
  454. checking for lstat... yes
  455. checking for lutimes... yes
  456. checking for mmap... yes
  457. checking for memrchr... yes
  458. checking for mbrtowc... yes
  459. checking for mkdirat... yes
  460. checking for mkfifo... yes
  461. checking for madvise... yes
  462. checking for mkfifoat... yes
  463. checking for mknod... yes
  464. checking for mknodat... yes
  465. checking for mktime... yes
  466. checking for mremap... yes
  467. checking for nice... yes
  468. checking for openat... yes
  469. checking for pathconf... yes
  470. checking for pause... yes
  471. checking for pipe2... yes
  472. checking for plock... no
  473. checking for poll... yes
  474. checking for posix_fallocate... yes
  475. checking for posix_fadvise... yes
  476. checking for posix_spawn... yes
  477. checking for posix_spawnp... yes
  478. checking for pread... yes
  479. checking for preadv... yes
  480. checking for preadv2... no
  481. checking for pthread_condattr_setclock... yes
  482. checking for pthread_init... no
  483. checking for pthread_kill... yes
  484. checking for pwrite... yes
  485. checking for pwritev... yes
  486. checking for pwritev2... no
  487. checking for readlink... yes
  488. checking for readlinkat... yes
  489. checking for readv... yes
  490. checking for realpath... yes
  491. checking for renameat... yes
  492. checking for sem_open... yes
  493. checking for sem_timedwait... yes
  494. checking for sem_getvalue... yes
  495. checking for sem_unlink... yes
  496. checking for sendfile... yes
  497. checking for setegid... yes
  498. checking for seteuid... yes
  499. checking for setgid... yes
  500. checking for sethostname... yes
  501. checking for setlocale... yes
  502. checking for setregid... yes
  503. checking for setreuid... yes
  504. checking for setresuid... yes
  505. checking for setresgid... yes
  506. checking for setsid... yes
  507. checking for setpgid... yes
  508. checking for setpgrp... yes
  509. checking for setpriority... yes
  510. checking for setuid... yes
  511. checking for setvbuf... yes
  512. checking for sched_get_priority_max... yes
  513. checking for sched_setaffinity... yes
  514. checking for sched_setscheduler... yes
  515. checking for sched_setparam... yes
  516. checking for sched_rr_get_interval... yes
  517. checking for sigaction... yes
  518. checking for sigaltstack... yes
  519. checking for sigfillset... yes
  520. checking for siginterrupt... yes
  521. checking for sigpending... yes
  522. checking for sigrelse... yes
  523. checking for sigtimedwait... yes
  524. checking for sigwait... yes
  525. checking for sigwaitinfo... yes
  526. checking for snprintf... yes
  527. checking for splice... yes
  528. checking for strftime... yes
  529. checking for strlcpy... no
  530. checking for strsignal... yes
  531. checking for symlinkat... yes
  532. checking for sync... yes
  533. checking for sysconf... yes
  534. checking for tcgetpgrp... yes
  535. checking for tcsetpgrp... yes
  536. checking for tempnam... yes
  537. checking for timegm... yes
  538. checking for times... yes
  539. checking for tmpfile... yes
  540. checking for tmpnam... yes
  541. checking for tmpnam_r... yes
  542. checking for truncate... yes
  543. checking for uname... yes
  544. checking for unlinkat... yes
  545. checking for utimensat... yes
  546. checking for utimes... yes
  547. checking for vfork... yes
  548. checking for waitid... yes
  549. checking for waitpid... yes
  550. checking for wait3... yes
  551. checking for wait4... yes
  552. checking for wcscoll... yes
  553. checking for wcsftime... yes
  554. checking for wcsxfrm... yes
  555. checking for wmemcmp... yes
  556. checking for writev... yes
  557. checking for _getpty... no
  558. checking for rtpSpawn... no
  559. checking whether dirfd is declared... yes
  560. checking for chroot... yes
  561. checking for link... yes
  562. checking for symlink... yes
  563. checking for fchdir... yes
  564. checking for fsync... yes
  565. checking for fdatasync... yes
  566. checking for epoll... yes
  567. checking for epoll_create1... yes
  568. checking for kqueue... no
  569. checking for prlimit... yes
  570. checking for _dyld_shared_cache_contains_path... no
  571. checking for memfd_create... no
  572. checking for eventfd... yes
  573. checking for ctermid_r... no
  574. checking for flock declaration... yes
  575. checking for flock... yes
  576. checking for getpagesize... yes
  577. checking for broken unsetenv... no
  578. checking for true... true
  579. checking for inet_aton in -lc... yes
  580. checking for chflags... no
  581. checking for lchflags... no
  582. checking for inflateCopy in -lz... yes
  583. checking for hstrerror... yes
  584. checking for inet_aton... yes
  585. checking for inet_pton... yes
  586. checking for setgroups... yes
  587. checking for openpty... no
  588. checking for openpty in -lutil... yes
  589. checking for forkpty... yes
  590. checking for fseek64... no
  591. checking for fseeko... yes
  592. checking for fstatvfs... yes
  593. checking for ftell64... no
  594. checking for ftello... yes
  595. checking for statvfs... yes
  596. checking for dup2... yes
  597. checking for getpgrp... yes
  598. checking for setpgrp... (cached) yes
  599. checking for library containing crypt... -lcrypt
  600. checking for library containing crypt_r... none required
  601. checking for crypt_r... yes
  602. checking for clock_gettime... yes
  603. checking for clock_getres... yes
  604. checking for clock_settime... yes
  605. checking for major... yes
  606. checking for getaddrinfo... yes
  607. checking getaddrinfo bug... no
  608. checking for getnameinfo... yes
  609. checking whether time.h and sys/time.h may both be included... yes
  610. checking whether struct tm is in sys/time.h or time.h... time.h
  611. checking for struct tm.tm_zone... yes
  612. checking for struct stat.st_rdev... yes
  613. checking for struct stat.st_blksize... yes
  614. checking for struct stat.st_flags... no
  615. checking for struct stat.st_gen... no
  616. checking for struct stat.st_birthtime... no
  617. checking for struct stat.st_blocks... yes
  618. checking for struct passwd.pw_gecos... yes
  619. checking for struct passwd.pw_passwd... yes
  620. checking for siginfo_t.si_band... yes
  621. checking for time.h that defines altzone... no
  622. checking whether sys/select.h and sys/time.h may both be included... yes
  623. checking for addrinfo... yes
  624. checking for sockaddr_storage... yes
  625. checking for sockaddr_alg... yes
  626. checking whether char is unsigned... no
  627. checking for an ANSI C-conforming const... yes
  628. checking for working signed char... yes
  629. checking for prototypes... yes
  630. checking for variable length prototypes and stdarg.h... yes
  631. checking for socketpair... yes
  632. checking if sockaddr has sa_len member... no
  633. checking for gethostbyname_r... yes
  634. checking gethostbyname_r with 6 args... yes
  635. checking for __fpu_control... yes
  636. checking for --with-libm=STRING... default LIBM="-lm"
  637. checking for --with-libc=STRING... default LIBC=""
  638. checking for x64 gcc inline assembler... yes
  639. checking whether float word ordering is bigendian... no
  640. checking whether we can use gcc inline assembler to get and set x87 control word... yes
  641. checking whether we can use gcc inline assembler to get and set mc68881 fpcr... no
  642. checking for x87-style double rounding... no
  643. checking for acosh... yes
  644. checking for asinh... yes
  645. checking for atanh... yes
  646. checking for copysign... yes
  647. checking for erf... yes
  648. checking for erfc... yes
  649. checking for expm1... yes
  650. checking for finite... yes
  651. checking for gamma... yes
  652. checking for hypot... yes
  653. checking for lgamma... yes
  654. checking for log1p... yes
  655. checking for log2... yes
  656. checking for round... yes
  657. checking for tgamma... yes
  658. checking whether isinf is declared... yes
  659. checking whether isnan is declared... yes
  660. checking whether isfinite is declared... yes
  661. checking whether POSIX semaphores are enabled... yes
  662. checking for broken sem_getvalue... no
  663. checking whether RTLD_LAZY is declared... yes
  664. checking whether RTLD_NOW is declared... yes
  665. checking whether RTLD_GLOBAL is declared... yes
  666. checking whether RTLD_LOCAL is declared... yes
  667. checking whether RTLD_NODELETE is declared... yes
  668. checking whether RTLD_NOLOAD is declared... yes
  669. checking whether RTLD_DEEPBIND is declared... yes
  670. checking whether RTLD_MEMBER is declared... no
  671. checking digit size for Python's longs... no value specified
  672. checking wchar.h usability... yes
  673. checking wchar.h presence... yes
  674. checking for wchar.h... yes
  675. checking size of wchar_t... 4
  676. checking for UCS-4 tcl... no
  677. checking whether wchar_t is signed... yes
  678. checking whether wchar_t is usable... no
  679. checking whether byte ordering is bigendian... no
  680. checking ABIFLAGS...
  681. checking SOABI... cpython-310-x86_64-linux-gnu
  682. checking LDVERSION... $(VERSION)$(ABIFLAGS)
  683. checking for --with-platlibdir... no
  684. checking for --with-wheel-pkg-dir... no
  685. checking whether right shift extends the sign bit... yes
  686. checking for getc_unlocked() and friends... yes
  687. checking how to link readline libs... -lreadline
  688. checking whether rl_completion_append_character is declared... yes
  689. checking whether rl_completion_suppress_append is declared... yes
  690. checking for rl_pre_input_hook in -lreadline... yes
  691. checking for rl_completion_display_matches_hook in -lreadline... yes
  692. checking for rl_resize_terminal in -lreadline... yes
  693. checking for rl_completion_matches in -lreadline... yes
  694. checking whether rl_catch_signals is declared... yes
  695. checking for append_history in -lreadline... yes
  696. checking for broken nice()... no
  697. checking for broken poll()... no
  698. checking for working tzset()... yes
  699. checking for tv_nsec in struct stat... yes
  700. checking for tv_nsec2 in struct stat... no
  701. checking curses.h usability... yes
  702. checking curses.h presence... yes
  703. checking for curses.h... yes
  704. checking ncurses.h usability... yes
  705. checking ncurses.h presence... yes
  706. checking for ncurses.h... yes
  707. checking for term.h... yes
  708. checking whether mvwdelch is an expression... yes
  709. checking whether WINDOW has _flags... yes
  710. checking for is_pad... yes
  711. checking for is_term_resized... yes
  712. checking for resize_term... yes
  713. checking for resizeterm... yes
  714. checking for immedok... yes
  715. checking for syncok... yes
  716. checking for wchgat... yes
  717. checking for filter... yes
  718. checking for has_key... yes
  719. checking for typeahead... yes
  720. checking for use_env... yes
  721. configure: checking for device files
  722. checking for /dev/ptmx... yes
  723. checking for /dev/ptc... no
  724. checking for %zd printf() format support... yes
  725. checking for socklen_t... yes
  726. checking for broken mbstowcs... no
  727. checking for --with-computed-gotos... no value specified
  728. checking whether gcc -pthread supports computed gotos... yes
  729. checking for build directories... done
  730. checking for -O2... yes
  731. checking for glibc _FORTIFY_SOURCE/memmove bug... no
  732. checking for gcc ipa-pure-const bug... no
  733. checking for stdatomic.h... no
  734. checking for builtin __atomic_load_n and __atomic_store_n functions... yes
  735. checking for ensurepip... upgrade
  736. checking if the dirent structure of a d_type field... yes
  737. checking for the Linux getrandom() syscall... yes
  738. checking for the getrandom() function... no
  739. checking for library containing shm_open... -lrt
  740. checking for sys/mman.h... (cached) yes
  741. checking for shm_open... yes
  742. checking for shm_unlink... yes
  743. checking for pkg-config... pkg-config
  744. checking whether compiling and linking against OpenSSL works... yes
  745. checking for --with-openssl-rpath...
  746. checking for --with-ssl-default-suites... python
  747. checking for --with-builtin-hashlib-hashes... md5,sha1,sha256,sha512,sha3,blake2
  748. checking for --with-experimental-isolated-subinterpreters... no
  749. checking for --with-static-libpython... yes
  750. checking for --disable-test-modules... no
  751. configure: creating ./config.status
  752. config.status: creating Makefile.pre
  753. config.status: creating Misc/python.pc
  754. config.status: creating Misc/python-embed.pc
  755. config.status: creating Misc/python-config.sh
  756. config.status: creating Modules/ld_so_aix
  757. config.status: creating pyconfig.h
  758. config.status: pyconfig.h is unchanged
  759. creating Modules/Setup.local
  760. creating Makefile
  761.  
  762.  
  763. If you want a release build with all stable optimizations active (PGO, etc),
  764. please run ./configure --enable-optimizations
  765.  
  766.  
  767. [brad@reason Python-3.10.0]$ make
  768. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Programs/python.o ./Programs/python.c
  769. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Parser/token.o Parser/token.c
  770. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Parser/pegen.o Parser/pegen.c
  771. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Parser/parser.o Parser/parser.c
  772. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Parser/string_parser.o Parser/string_parser.c
  773. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Parser/peg_api.o Parser/peg_api.c
  774. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Parser/myreadline.o Parser/myreadline.c
  775. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Parser/tokenizer.o Parser/tokenizer.c
  776. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/abstract.o Objects/abstract.c
  777. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/accu.o Objects/accu.c
  778. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/boolobject.o Objects/boolobject.c
  779. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/bytes_methods.o Objects/bytes_methods.c
  780. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/bytearrayobject.o Objects/bytearrayobject.c
  781. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/bytesobject.o Objects/bytesobject.c
  782. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/call.o Objects/call.c
  783. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/capsule.o Objects/capsule.c
  784. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/cellobject.o Objects/cellobject.c
  785. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/classobject.o Objects/classobject.c
  786. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/codeobject.o Objects/codeobject.c
  787. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/complexobject.o Objects/complexobject.c
  788. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/descrobject.o Objects/descrobject.c
  789. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/enumobject.o Objects/enumobject.c
  790. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/exceptions.o Objects/exceptions.c
  791. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/genericaliasobject.o Objects/genericaliasobject.c
  792. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/genobject.o Objects/genobject.c
  793. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/fileobject.o Objects/fileobject.c
  794. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/floatobject.o Objects/floatobject.c
  795. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/frameobject.o Objects/frameobject.c
  796. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/funcobject.o Objects/funcobject.c
  797. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/interpreteridobject.o Objects/interpreteridobject.c
  798. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/iterobject.o Objects/iterobject.c
  799. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/listobject.o Objects/listobject.c
  800. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/longobject.o Objects/longobject.c
  801. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/dictobject.o Objects/dictobject.c
  802. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/odictobject.o Objects/odictobject.c
  803. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/memoryobject.o Objects/memoryobject.c
  804. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/methodobject.o Objects/methodobject.c
  805. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/moduleobject.o Objects/moduleobject.c
  806. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/namespaceobject.o Objects/namespaceobject.c
  807. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/object.o Objects/object.c
  808. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/obmalloc.o Objects/obmalloc.c
  809. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/picklebufobject.o Objects/picklebufobject.c
  810. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/rangeobject.o Objects/rangeobject.c
  811. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/setobject.o Objects/setobject.c
  812. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/sliceobject.o Objects/sliceobject.c
  813. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/structseq.o Objects/structseq.c
  814. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/tupleobject.o Objects/tupleobject.c
  815. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/typeobject.o Objects/typeobject.c
  816. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/unicodeobject.o Objects/unicodeobject.c
  817. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/unicodectype.o Objects/unicodectype.c
  818. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/unionobject.o Objects/unionobject.c
  819. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/weakrefobject.o Objects/weakrefobject.c
  820. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/_warnings.o Python/_warnings.c
  821. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/Python-ast.o Python/Python-ast.c
  822. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/asdl.o Python/asdl.c
  823. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/ast.o Python/ast.c
  824. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/ast_opt.o Python/ast_opt.c
  825. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/ast_unparse.o Python/ast_unparse.c
  826. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/bltinmodule.o Python/bltinmodule.c
  827. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/ceval.o Python/ceval.c
  828. Python/ceval.c: In function ‘PyEval_EvalCodeEx’:
  829. Python/ceval.c:5169:19: warning: ‘newargs’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  830. PyMem_Free(newargs);
  831. ^
  832. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/codecs.o Python/codecs.c
  833. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/compile.o Python/compile.c
  834. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/context.o Python/context.c
  835. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/dynamic_annotations.o Python/dynamic_annotations.c
  836. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/errors.o Python/errors.c
  837. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/frozenmain.o Python/frozenmain.c
  838. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/future.o Python/future.c
  839. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/getargs.o Python/getargs.c
  840. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/getcompiler.o Python/getcompiler.c
  841. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/getcopyright.o Python/getcopyright.c
  842. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -DPLATFORM='"linux"' -o Python/getplatform.o ./Python/getplatform.c
  843. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/getversion.o Python/getversion.c
  844. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/hamt.o Python/hamt.c
  845. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/hashtable.o Python/hashtable.c
  846. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/import.o Python/import.c
  847. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -I. -o Python/importdl.o ./Python/importdl.c
  848. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE \
  849. -DPLATLIBDIR='"lib"' \
  850. -o Python/initconfig.o ./Python/initconfig.c
  851. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/marshal.o Python/marshal.c
  852. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/modsupport.o Python/modsupport.c
  853. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/mysnprintf.o Python/mysnprintf.c
  854. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/mystrtoul.o Python/mystrtoul.c
  855. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/pathconfig.o Python/pathconfig.c
  856. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/preconfig.o Python/preconfig.c
  857. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/pyarena.o Python/pyarena.c
  858. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/pyctype.o Python/pyctype.c
  859. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/pyfpe.o Python/pyfpe.c
  860. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/pyhash.o Python/pyhash.c
  861. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/pylifecycle.o Python/pylifecycle.c
  862. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/pymath.o Python/pymath.c
  863. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/pystate.o Python/pystate.c
  864. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/pythonrun.o Python/pythonrun.c
  865. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/pytime.o Python/pytime.c
  866. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/bootstrap_hash.o Python/bootstrap_hash.c
  867. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/structmember.o Python/structmember.c
  868. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/symtable.o Python/symtable.c
  869. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE \
  870. -DABIFLAGS='""' \
  871. -DMULTIARCH=\"x86_64-linux-gnu\" \
  872. -o Python/sysmodule.o ./Python/sysmodule.c
  873. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/thread.o Python/thread.c
  874. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/traceback.o Python/traceback.c
  875. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/getopt.o Python/getopt.c
  876. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/pystrcmp.o Python/pystrcmp.c
  877. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/pystrtod.o Python/pystrtod.c
  878. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/pystrhex.o Python/pystrhex.c
  879. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/dtoa.o Python/dtoa.c
  880. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/formatter_unicode.o Python/formatter_unicode.c
  881. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/fileutils.o Python/fileutils.c
  882. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/suggestions.o Python/suggestions.c
  883. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE \
  884. -DSOABI='"cpython-310-x86_64-linux-gnu"' \
  885. -o Python/dynload_shlib.o ./Python/dynload_shlib.c
  886. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Modules/config.o Modules/config.c
  887. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -DPYTHONPATH='""' \
  888. -DPREFIX='"/usr/local"' \
  889. -DEXEC_PREFIX='"/usr/local"' \
  890. -DVERSION='"3.10"' \
  891. -DVPATH='""' \
  892. -o Modules/getpath.o ./Modules/getpath.c
  893. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Modules/main.o Modules/main.c
  894. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Modules/gcmodule.o Modules/gcmodule.c
  895. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -I./Include/internal -c ./Modules/posixmodule.c -o Modules/posixmodule.o
  896. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE_BUILTIN -c ./Modules/errnomodule.c -o Modules/errnomodule.o
  897. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE_BUILTIN -c ./Modules/pwdmodule.c -o Modules/pwdmodule.o
  898. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -c ./Modules/_sre.c -o Modules/_sre.o
  899. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE_BUILTIN -c ./Modules/_codecsmodule.c -o Modules/_codecsmodule.o
  900. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE_BUILTIN -c ./Modules/_weakref.c -o Modules/_weakref.o
  901. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -I./Include/internal -c ./Modules/_functoolsmodule.c -o Modules/_functoolsmodule.o
  902. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -c ./Modules/_operator.c -o Modules/_operator.o
  903. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE_BUILTIN -c ./Modules/_collectionsmodule.c -o Modules/_collectionsmodule.o
  904. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -c ./Modules/_abc.c -o Modules/_abc.o
  905. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE_BUILTIN -c ./Modules/itertoolsmodule.c -o Modules/itertoolsmodule.o
  906. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE_BUILTIN -c ./Modules/atexitmodule.c -o Modules/atexitmodule.o
  907. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -I./Include/internal -c ./Modules/signalmodule.c -o Modules/signalmodule.o
  908. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE_BUILTIN -c ./Modules/_stat.c -o Modules/_stat.o
  909. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -I./Include/internal -c ./Modules/timemodule.c -o Modules/timemodule.o
  910. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -I./Include/internal -c ./Modules/_threadmodule.c -o Modules/_threadmodule.o
  911. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -c ./Modules/_localemodule.c -o Modules/_localemodule.o
  912. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -I./Include/internal -I./Modules/_io -c ./Modules/_io/_iomodule.c -o Modules/_iomodule.o
  913. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -I./Include/internal -I./Modules/_io -c ./Modules/_io/iobase.c -o Modules/iobase.o
  914. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -I./Include/internal -I./Modules/_io -c ./Modules/_io/fileio.c -o Modules/fileio.o
  915. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -I./Include/internal -I./Modules/_io -c ./Modules/_io/bytesio.c -o Modules/bytesio.o
  916. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -I./Include/internal -I./Modules/_io -c ./Modules/_io/bufferedio.c -o Modules/bufferedio.o
  917. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -I./Include/internal -I./Modules/_io -c ./Modules/_io/textio.c -o Modules/textio.o
  918. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -I./Include/internal -I./Modules/_io -c ./Modules/_io/stringio.c -o Modules/stringio.o
  919. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE_BUILTIN -c ./Modules/faulthandler.c -o Modules/faulthandler.o
  920. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE_BUILTIN -c ./Modules/_tracemalloc.c -o Modules/_tracemalloc.o
  921. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE_BUILTIN -c ./Modules/symtablemodule.c -o Modules/symtablemodule.o
  922. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE_BUILTIN -c ./Modules/xxsubtype.c -o Modules/xxsubtype.o
  923. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE \
  924. -DGITVERSION="\"`LC_ALL=C `\"" \
  925. -DGITTAG="\"`LC_ALL=C `\"" \
  926. -DGITBRANCH="\"`LC_ALL=C `\"" \
  927. -o Modules/getbuildinfo.o ./Modules/getbuildinfo.c
  928. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/frozen.o Python/frozen.c
  929. rm -f libpython3.10.a
  930. ar rcs libpython3.10.a Modules/getbuildinfo.o Parser/token.o Parser/pegen.o Parser/parser.o Parser/string_parser.o Parser/peg_api.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/accu.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/call.o Objects/capsule.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genericaliasobject.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/interpreteridobject.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/picklebufobject.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/unionobject.o Objects/weakrefobject.o Python/_warnings.o Python/Python-ast.o Python/asdl.o Python/ast.o Python/ast_opt.o Python/ast_unparse.o Python/bltinmodule.o Python/ceval.o Python/codecs.o Python/compile.o Python/context.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/hamt.o Python/hashtable.o Python/import.o Python/importdl.o Python/initconfig.o Python/marshal.o Python/modsupport.o Python/mysnprintf.o Python/mystrtoul.o Python/pathconfig.o Python/preconfig.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/bootstrap_hash.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/thread.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/suggestions.o Python/dynload_shlib.o Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.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/_abc.o Modules/itertoolsmodule.o Modules/atexitmodule.o Modules/signalmodule.o Modules/_stat.o Modules/timemodule.o Modules/_threadmodule.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/faulthandler.o Modules/_tracemalloc.o Modules/symtablemodule.o Modules/xxsubtype.o Python/frozen.o
  931. gcc -pthread -Xlinker -export-dynamic -o python Programs/python.o libpython3.10.a -lcrypt -lpthread -ldl -lutil -lm -lm
  932. ./python -E -S -m sysconfig --generate-posix-vars ;\
  933. if test $? -ne 0 ; then \
  934. echo "generate-posix-vars failed" ; \
  935. rm -f ./pybuilddir.txt ; \
  936. exit 1 ; \
  937. fi
  938. gcc -pthread -c -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Modules/_math.o Modules/_math.c
  939. CC='gcc -pthread' LDSHARED='gcc -pthread -shared ' OPT='-DNDEBUG -g -fwrapv -O3 -Wall' _TCLTK_INCLUDES='' _TCLTK_LIBS='' ./python -E ./setup.py build
  940. running build
  941. running build_ext
  942. building '_struct' extension
  943. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_struct.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_struct.o -DPy_BUILD_CORE_MODULE
  944. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_struct.o -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_struct.cpython-310-x86_64-linux-gnu.so
  945. building 'array' extension
  946. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/arraymodule.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/arraymodule.o -DPy_BUILD_CORE_MODULE
  947. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/arraymodule.o -L/usr/local/lib -o build/lib.linux-x86_64-3.10/array.cpython-310-x86_64-linux-gnu.so
  948. building '_contextvars' extension
  949. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_contextvarsmodule.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_contextvarsmodule.o
  950. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_contextvarsmodule.o -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_contextvars.cpython-310-x86_64-linux-gnu.so
  951. building 'math' extension
  952. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/mathmodule.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/mathmodule.o -DPy_BUILD_CORE_MODULE
  953. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/mathmodule.o Modules/_math.o -L/usr/local/lib -lm -o build/lib.linux-x86_64-3.10/math.cpython-310-x86_64-linux-gnu.so
  954. building 'cmath' extension
  955. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/cmathmodule.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/cmathmodule.o -DPy_BUILD_CORE_MODULE
  956. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/cmathmodule.o Modules/_math.o -L/usr/local/lib -lm -o build/lib.linux-x86_64-3.10/cmath.cpython-310-x86_64-linux-gnu.so
  957. building '_datetime' extension
  958. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_datetimemodule.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_datetimemodule.o -DPy_BUILD_CORE_MODULE
  959. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_datetimemodule.o -L/usr/local/lib -lm -o build/lib.linux-x86_64-3.10/_datetime.cpython-310-x86_64-linux-gnu.so
  960. building '_zoneinfo' extension
  961. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_zoneinfo.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_zoneinfo.o -DPy_BUILD_CORE_MODULE
  962. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_zoneinfo.o -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_zoneinfo.cpython-310-x86_64-linux-gnu.so
  963. building '_random' extension
  964. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_randommodule.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_randommodule.o -DPy_BUILD_CORE_MODULE
  965. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_randommodule.o -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_random.cpython-310-x86_64-linux-gnu.so
  966. building '_bisect' extension
  967. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_bisectmodule.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_bisectmodule.o
  968. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_bisectmodule.o -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_bisect.cpython-310-x86_64-linux-gnu.so
  969. building '_heapq' extension
  970. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_heapqmodule.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_heapqmodule.o -DPy_BUILD_CORE_MODULE
  971. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_heapqmodule.o -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_heapq.cpython-310-x86_64-linux-gnu.so
  972. building '_pickle' extension
  973. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_pickle.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_pickle.o -DPy_BUILD_CORE_MODULE
  974. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_pickle.o -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_pickle.cpython-310-x86_64-linux-gnu.so
  975. building '_json' extension
  976. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_json.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_json.o -DPy_BUILD_CORE_MODULE
  977. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_json.o -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_json.cpython-310-x86_64-linux-gnu.so
  978. building '_lsprof' extension
  979. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_lsprof.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_lsprof.o
  980. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/rotatingtree.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/rotatingtree.o
  981. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_lsprof.o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/rotatingtree.o -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_lsprof.cpython-310-x86_64-linux-gnu.so
  982. building 'unicodedata' extension
  983. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/unicodedata.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/unicodedata.o -DPy_BUILD_CORE_MODULE
  984. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/unicodedata.o -L/usr/local/lib -o build/lib.linux-x86_64-3.10/unicodedata.cpython-310-x86_64-linux-gnu.so
  985. building '_opcode' extension
  986. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_opcode.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_opcode.o
  987. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_opcode.o -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_opcode.cpython-310-x86_64-linux-gnu.so
  988. building '_asyncio' extension
  989. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_asynciomodule.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_asynciomodule.o -DPy_BUILD_CORE_MODULE
  990. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_asynciomodule.o -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_asyncio.cpython-310-x86_64-linux-gnu.so
  991. building '_queue' extension
  992. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_queuemodule.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_queuemodule.o -DPy_BUILD_CORE_MODULE
  993. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_queuemodule.o -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_queue.cpython-310-x86_64-linux-gnu.so
  994. building '_statistics' extension
  995. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_statisticsmodule.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_statisticsmodule.o
  996. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_statisticsmodule.o -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_statistics.cpython-310-x86_64-linux-gnu.so
  997. building 'fcntl' extension
  998. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/fcntlmodule.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/fcntlmodule.o
  999. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/fcntlmodule.o -L/usr/local/lib -o build/lib.linux-x86_64-3.10/fcntl.cpython-310-x86_64-linux-gnu.so
  1000. building 'grp' extension
  1001. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/grpmodule.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/grpmodule.o
  1002. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/grpmodule.o -L/usr/local/lib -o build/lib.linux-x86_64-3.10/grp.cpython-310-x86_64-linux-gnu.so
  1003. building 'spwd' extension
  1004. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/spwdmodule.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/spwdmodule.o
  1005. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/spwdmodule.o -L/usr/local/lib -o build/lib.linux-x86_64-3.10/spwd.cpython-310-x86_64-linux-gnu.so
  1006. building 'select' extension
  1007. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/selectmodule.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/selectmodule.o
  1008. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/selectmodule.o -L/usr/local/lib -o build/lib.linux-x86_64-3.10/select.cpython-310-x86_64-linux-gnu.so
  1009. building 'mmap' extension
  1010. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/mmapmodule.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/mmapmodule.o
  1011. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/mmapmodule.o -L/usr/local/lib -o build/lib.linux-x86_64-3.10/mmap.cpython-310-x86_64-linux-gnu.so
  1012. building 'syslog' extension
  1013. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/syslogmodule.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/syslogmodule.o
  1014. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/syslogmodule.o -L/usr/local/lib -o build/lib.linux-x86_64-3.10/syslog.cpython-310-x86_64-linux-gnu.so
  1015. building '_xxsubinterpreters' extension
  1016. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_xxsubinterpretersmodule.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_xxsubinterpretersmodule.o
  1017. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_xxsubinterpretersmodule.o -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_xxsubinterpreters.cpython-310-x86_64-linux-gnu.so
  1018. building 'audioop' extension
  1019. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/audioop.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/audioop.o
  1020. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/audioop.o -L/usr/local/lib -lm -o build/lib.linux-x86_64-3.10/audioop.cpython-310-x86_64-linux-gnu.so
  1021. building '_csv' extension
  1022. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_csv.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_csv.o
  1023. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_csv.o -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_csv.cpython-310-x86_64-linux-gnu.so
  1024. building '_posixsubprocess' extension
  1025. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_posixsubprocess.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_posixsubprocess.o -DPy_BUILD_CORE_MODULE
  1026. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_posixsubprocess.o -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_posixsubprocess.cpython-310-x86_64-linux-gnu.so
  1027. building '_testcapi' extension
  1028. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_testcapimodule.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_testcapimodule.o
  1029. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_testcapimodule.o -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_testcapi.cpython-310-x86_64-linux-gnu.so
  1030. building '_testinternalcapi' extension
  1031. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_testinternalcapi.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_testinternalcapi.o -DPy_BUILD_CORE_MODULE
  1032. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_testinternalcapi.o -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_testinternalcapi.cpython-310-x86_64-linux-gnu.so
  1033. building '_testbuffer' extension
  1034. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_testbuffer.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_testbuffer.o
  1035. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_testbuffer.o -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_testbuffer.cpython-310-x86_64-linux-gnu.so
  1036. building '_testimportmultiple' extension
  1037. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_testimportmultiple.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_testimportmultiple.o
  1038. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_testimportmultiple.o -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_testimportmultiple.cpython-310-x86_64-linux-gnu.so
  1039. building '_testmultiphase' extension
  1040. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_testmultiphase.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_testmultiphase.o
  1041. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_testmultiphase.o -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_testmultiphase.cpython-310-x86_64-linux-gnu.so
  1042. building '_xxtestfuzz' extension
  1043. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_xxtestfuzz/_xxtestfuzz.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_xxtestfuzz/_xxtestfuzz.o
  1044. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_xxtestfuzz/fuzzer.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_xxtestfuzz/fuzzer.o
  1045. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_xxtestfuzz/_xxtestfuzz.o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_xxtestfuzz/fuzzer.o -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_xxtestfuzz.cpython-310-x86_64-linux-gnu.so
  1046. building 'readline' extension
  1047. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/readline.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/readline.o
  1048. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/readline.o -L/usr/lib/termcap -L/usr/local/lib -lreadline -o build/lib.linux-x86_64-3.10/readline.cpython-310-x86_64-linux-gnu.so
  1049. building '_curses' extension
  1050. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -DHAVE_NCURSESW=1 -I/usr/include/ncursesw -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_cursesmodule.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_cursesmodule.o -DPy_BUILD_CORE_MODULE
  1051. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_cursesmodule.o -L/usr/local/lib -lncursesw -o build/lib.linux-x86_64-3.10/_curses.cpython-310-x86_64-linux-gnu.so
  1052. building '_curses_panel' extension
  1053. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -DHAVE_NCURSESW=1 -I/usr/include/ncursesw -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_curses_panel.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_curses_panel.o
  1054. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_curses_panel.o -L/usr/local/lib -lpanelw -lncursesw -o build/lib.linux-x86_64-3.10/_curses_panel.cpython-310-x86_64-linux-gnu.so
  1055. building '_crypt' extension
  1056. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_cryptmodule.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_cryptmodule.o
  1057. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_cryptmodule.o -L/usr/local/lib -lcrypt -o build/lib.linux-x86_64-3.10/_crypt.cpython-310-x86_64-linux-gnu.so
  1058. building '_socket' extension
  1059. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/socketmodule.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/socketmodule.o
  1060. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/socketmodule.o -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_socket.cpython-310-x86_64-linux-gnu.so
  1061. building '_ssl' extension
  1062. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_ssl.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_ssl.o
  1063. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_ssl.o -L/usr/local/lib -lssl -lcrypto -o build/lib.linux-x86_64-3.10/_ssl.cpython-310-x86_64-linux-gnu.so
  1064. building '_hashlib' extension
  1065. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_hashopenssl.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_hashopenssl.o
  1066. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_hashopenssl.o -L/usr/local/lib -lssl -lcrypto -o build/lib.linux-x86_64-3.10/_hashlib.cpython-310-x86_64-linux-gnu.so
  1067. building '_sha256' extension
  1068. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/sha256module.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/sha256module.o -DPy_BUILD_CORE_MODULE
  1069. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/sha256module.o -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_sha256.cpython-310-x86_64-linux-gnu.so
  1070. building '_sha512' extension
  1071. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/sha512module.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/sha512module.o -DPy_BUILD_CORE_MODULE
  1072. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/sha512module.o -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_sha512.cpython-310-x86_64-linux-gnu.so
  1073. building '_md5' extension
  1074. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/md5module.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/md5module.o
  1075. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/md5module.o -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_md5.cpython-310-x86_64-linux-gnu.so
  1076. building '_sha1' extension
  1077. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/sha1module.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/sha1module.o
  1078. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/sha1module.o -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_sha1.cpython-310-x86_64-linux-gnu.so
  1079. building '_blake2' extension
  1080. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_blake2/blake2b_impl.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_blake2/blake2b_impl.o
  1081. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_blake2/blake2module.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_blake2/blake2module.o
  1082. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_blake2/blake2s_impl.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_blake2/blake2s_impl.o
  1083. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_blake2/blake2b_impl.o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_blake2/blake2module.o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_blake2/blake2s_impl.o -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_blake2.cpython-310-x86_64-linux-gnu.so
  1084. building '_sha3' extension
  1085. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_sha3/sha3module.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_sha3/sha3module.o
  1086. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_sha3/sha3module.o -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_sha3.cpython-310-x86_64-linux-gnu.so
  1087. building '_dbm' extension
  1088. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -DHAVE_NDBM_H -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_dbmmodule.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_dbmmodule.o
  1089. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_dbmmodule.o -L/usr/local/lib -lgdbm_compat -o build/lib.linux-x86_64-3.10/_dbm.cpython-310-x86_64-linux-gnu.so
  1090. building '_gdbm' extension
  1091. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_gdbmmodule.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_gdbmmodule.o
  1092. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_gdbmmodule.o -L/usr/local/lib -lgdbm -o build/lib.linux-x86_64-3.10/_gdbm.cpython-310-x86_64-linux-gnu.so
  1093. building '_sqlite3' extension
  1094. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/usr/include -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_sqlite/cache.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_sqlite/cache.o
  1095. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/usr/include -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_sqlite/connection.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_sqlite/connection.o
  1096. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/usr/include -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_sqlite/cursor.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_sqlite/cursor.o
  1097. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/usr/include -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_sqlite/microprotocols.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_sqlite/microprotocols.o
  1098. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/usr/include -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_sqlite/module.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_sqlite/module.o
  1099. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/usr/include -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_sqlite/prepare_protocol.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_sqlite/prepare_protocol.o
  1100. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/usr/include -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_sqlite/row.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_sqlite/row.o
  1101. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/usr/include -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_sqlite/statement.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_sqlite/statement.o
  1102. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/usr/include -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_sqlite/util.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_sqlite/util.o
  1103. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_sqlite/cache.o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_sqlite/connection.o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_sqlite/cursor.o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_sqlite/microprotocols.o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_sqlite/module.o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_sqlite/prepare_protocol.o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_sqlite/row.o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_sqlite/statement.o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_sqlite/util.o -L/usr/local/lib -lsqlite3 -o build/lib.linux-x86_64-3.10/_sqlite3.cpython-310-x86_64-linux-gnu.so
  1104. building 'termios' extension
  1105. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/termios.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/termios.o
  1106. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/termios.o -L/usr/local/lib -o build/lib.linux-x86_64-3.10/termios.cpython-310-x86_64-linux-gnu.so
  1107. building 'resource' extension
  1108. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/resource.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/resource.o
  1109. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/resource.o -L/usr/local/lib -o build/lib.linux-x86_64-3.10/resource.cpython-310-x86_64-linux-gnu.so
  1110. building 'ossaudiodev' extension
  1111. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/ossaudiodev.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/ossaudiodev.o
  1112. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/ossaudiodev.o -L/usr/local/lib -o build/lib.linux-x86_64-3.10/ossaudiodev.cpython-310-x86_64-linux-gnu.so
  1113. building 'nis' extension
  1114. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/nismodule.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/nismodule.o
  1115. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/nismodule.o -L/usr/local/lib -lnsl -o build/lib.linux-x86_64-3.10/nis.cpython-310-x86_64-linux-gnu.so
  1116. building 'zlib' extension
  1117. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/zlibmodule.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/zlibmodule.o
  1118. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/zlibmodule.o -L/usr/local/lib -lz -o build/lib.linux-x86_64-3.10/zlib.cpython-310-x86_64-linux-gnu.so
  1119. building 'binascii' extension
  1120. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/binascii.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/binascii.o -DUSE_ZLIB_CRC32
  1121. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/binascii.o -L/usr/local/lib -lz -o build/lib.linux-x86_64-3.10/binascii.cpython-310-x86_64-linux-gnu.so
  1122. building '_bz2' extension
  1123. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_bz2module.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_bz2module.o
  1124. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_bz2module.o -L/usr/local/lib -lbz2 -o build/lib.linux-x86_64-3.10/_bz2.cpython-310-x86_64-linux-gnu.so
  1125. building '_lzma' extension
  1126. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_lzmamodule.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_lzmamodule.o
  1127. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_lzmamodule.o -L/usr/local/lib -llzma -o build/lib.linux-x86_64-3.10/_lzma.cpython-310-x86_64-linux-gnu.so
  1128. building 'pyexpat' extension
  1129. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -DHAVE_EXPAT_CONFIG_H=1 -DXML_POOR_ENTROPY=1 -DUSE_PYEXPAT_CAPI -I/home/brad/Downloads/Python-3.10.0/Modules/expat -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/expat/xmlparse.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/expat/xmlparse.o -Wno-unreachable-code
  1130. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -DHAVE_EXPAT_CONFIG_H=1 -DXML_POOR_ENTROPY=1 -DUSE_PYEXPAT_CAPI -I/home/brad/Downloads/Python-3.10.0/Modules/expat -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/expat/xmlrole.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/expat/xmlrole.o -Wno-unreachable-code
  1131. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -DHAVE_EXPAT_CONFIG_H=1 -DXML_POOR_ENTROPY=1 -DUSE_PYEXPAT_CAPI -I/home/brad/Downloads/Python-3.10.0/Modules/expat -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/expat/xmltok.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/expat/xmltok.o -Wno-unreachable-code
  1132. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -DHAVE_EXPAT_CONFIG_H=1 -DXML_POOR_ENTROPY=1 -DUSE_PYEXPAT_CAPI -I/home/brad/Downloads/Python-3.10.0/Modules/expat -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/pyexpat.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/pyexpat.o -Wno-unreachable-code
  1133. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/expat/xmlparse.o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/expat/xmlrole.o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/expat/xmltok.o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/pyexpat.o -L/usr/local/lib -o build/lib.linux-x86_64-3.10/pyexpat.cpython-310-x86_64-linux-gnu.so
  1134. building '_elementtree' extension
  1135. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -DHAVE_EXPAT_CONFIG_H=1 -DXML_POOR_ENTROPY=1 -DUSE_PYEXPAT_CAPI -I/home/brad/Downloads/Python-3.10.0/Modules/expat -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_elementtree.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_elementtree.o
  1136. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_elementtree.o -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_elementtree.cpython-310-x86_64-linux-gnu.so
  1137. building '_multibytecodec' extension
  1138. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/cjkcodecs/multibytecodec.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/cjkcodecs/multibytecodec.o
  1139. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/cjkcodecs/multibytecodec.o -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_multibytecodec.cpython-310-x86_64-linux-gnu.so
  1140. building '_codecs_kr' extension
  1141. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/cjkcodecs/_codecs_kr.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/cjkcodecs/_codecs_kr.o
  1142. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/cjkcodecs/_codecs_kr.o -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_codecs_kr.cpython-310-x86_64-linux-gnu.so
  1143. building '_codecs_jp' extension
  1144. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/cjkcodecs/_codecs_jp.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/cjkcodecs/_codecs_jp.o
  1145. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/cjkcodecs/_codecs_jp.o -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_codecs_jp.cpython-310-x86_64-linux-gnu.so
  1146. building '_codecs_cn' extension
  1147. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/cjkcodecs/_codecs_cn.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/cjkcodecs/_codecs_cn.o
  1148. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/cjkcodecs/_codecs_cn.o -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_codecs_cn.cpython-310-x86_64-linux-gnu.so
  1149. building '_codecs_tw' extension
  1150. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/cjkcodecs/_codecs_tw.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/cjkcodecs/_codecs_tw.o
  1151. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/cjkcodecs/_codecs_tw.o -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_codecs_tw.cpython-310-x86_64-linux-gnu.so
  1152. building '_codecs_hk' extension
  1153. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/cjkcodecs/_codecs_hk.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/cjkcodecs/_codecs_hk.o
  1154. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/cjkcodecs/_codecs_hk.o -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_codecs_hk.cpython-310-x86_64-linux-gnu.so
  1155. building '_codecs_iso2022' extension
  1156. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/cjkcodecs/_codecs_iso2022.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/cjkcodecs/_codecs_iso2022.o
  1157. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/cjkcodecs/_codecs_iso2022.o -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_codecs_iso2022.cpython-310-x86_64-linux-gnu.so
  1158. building '_decimal' extension
  1159. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -DCONFIG_64=1 -DASM=1 -I/home/brad/Downloads/Python-3.10.0/Modules/_decimal/libmpdec -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_decimal/_decimal.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_decimal/_decimal.o
  1160. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -DCONFIG_64=1 -DASM=1 -I/home/brad/Downloads/Python-3.10.0/Modules/_decimal/libmpdec -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_decimal/libmpdec/basearith.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_decimal/libmpdec/basearith.o
  1161. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -DCONFIG_64=1 -DASM=1 -I/home/brad/Downloads/Python-3.10.0/Modules/_decimal/libmpdec -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_decimal/libmpdec/constants.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_decimal/libmpdec/constants.o
  1162. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -DCONFIG_64=1 -DASM=1 -I/home/brad/Downloads/Python-3.10.0/Modules/_decimal/libmpdec -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_decimal/libmpdec/context.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_decimal/libmpdec/context.o
  1163. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -DCONFIG_64=1 -DASM=1 -I/home/brad/Downloads/Python-3.10.0/Modules/_decimal/libmpdec -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_decimal/libmpdec/convolute.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_decimal/libmpdec/convolute.o
  1164. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -DCONFIG_64=1 -DASM=1 -I/home/brad/Downloads/Python-3.10.0/Modules/_decimal/libmpdec -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_decimal/libmpdec/crt.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_decimal/libmpdec/crt.o
  1165. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -DCONFIG_64=1 -DASM=1 -I/home/brad/Downloads/Python-3.10.0/Modules/_decimal/libmpdec -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_decimal/libmpdec/difradix2.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_decimal/libmpdec/difradix2.o
  1166. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -DCONFIG_64=1 -DASM=1 -I/home/brad/Downloads/Python-3.10.0/Modules/_decimal/libmpdec -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_decimal/libmpdec/fnt.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_decimal/libmpdec/fnt.o
  1167. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -DCONFIG_64=1 -DASM=1 -I/home/brad/Downloads/Python-3.10.0/Modules/_decimal/libmpdec -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_decimal/libmpdec/fourstep.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_decimal/libmpdec/fourstep.o
  1168. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -DCONFIG_64=1 -DASM=1 -I/home/brad/Downloads/Python-3.10.0/Modules/_decimal/libmpdec -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_decimal/libmpdec/io.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_decimal/libmpdec/io.o
  1169. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -DCONFIG_64=1 -DASM=1 -I/home/brad/Downloads/Python-3.10.0/Modules/_decimal/libmpdec -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_decimal/libmpdec/mpalloc.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_decimal/libmpdec/mpalloc.o
  1170. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -DCONFIG_64=1 -DASM=1 -I/home/brad/Downloads/Python-3.10.0/Modules/_decimal/libmpdec -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_decimal/libmpdec/mpdecimal.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_decimal/libmpdec/mpdecimal.o
  1171. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -DCONFIG_64=1 -DASM=1 -I/home/brad/Downloads/Python-3.10.0/Modules/_decimal/libmpdec -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_decimal/libmpdec/numbertheory.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_decimal/libmpdec/numbertheory.o
  1172. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -DCONFIG_64=1 -DASM=1 -I/home/brad/Downloads/Python-3.10.0/Modules/_decimal/libmpdec -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_decimal/libmpdec/sixstep.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_decimal/libmpdec/sixstep.o
  1173. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -DCONFIG_64=1 -DASM=1 -I/home/brad/Downloads/Python-3.10.0/Modules/_decimal/libmpdec -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_decimal/libmpdec/transpose.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_decimal/libmpdec/transpose.o
  1174. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_decimal/_decimal.o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_decimal/libmpdec/basearith.o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_decimal/libmpdec/constants.o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_decimal/libmpdec/context.o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_decimal/libmpdec/convolute.o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_decimal/libmpdec/crt.o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_decimal/libmpdec/difradix2.o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_decimal/libmpdec/fnt.o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_decimal/libmpdec/fourstep.o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_decimal/libmpdec/io.o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_decimal/libmpdec/mpalloc.o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_decimal/libmpdec/mpdecimal.o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_decimal/libmpdec/numbertheory.o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_decimal/libmpdec/sixstep.o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_decimal/libmpdec/transpose.o -L/usr/local/lib -lm -o build/lib.linux-x86_64-3.10/_decimal.cpython-310-x86_64-linux-gnu.so
  1175. building '_ctypes_test' extension
  1176. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_ctypes/_ctypes_test.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_ctypes/_ctypes_test.o
  1177. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_ctypes/_ctypes_test.o -L/usr/local/lib -lm -o build/lib.linux-x86_64-3.10/_ctypes_test.cpython-310-x86_64-linux-gnu.so
  1178. building '_multiprocessing' extension
  1179. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -IModules/_multiprocessing -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_multiprocessing/multiprocessing.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_multiprocessing/multiprocessing.o
  1180. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -IModules/_multiprocessing -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_multiprocessing/semaphore.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_multiprocessing/semaphore.o
  1181. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_multiprocessing/multiprocessing.o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_multiprocessing/semaphore.o -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_multiprocessing.cpython-310-x86_64-linux-gnu.so
  1182. building '_posixshmem' extension
  1183. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -IModules/_multiprocessing -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_multiprocessing/posixshmem.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_multiprocessing/posixshmem.o
  1184. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_multiprocessing/posixshmem.o -L/usr/local/lib -lrt -o build/lib.linux-x86_64-3.10/_posixshmem.cpython-310-x86_64-linux-gnu.so
  1185. building '_tkinter' extension
  1186. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -DWITH_APPINIT=1 -I/usr/X11/include -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_tkinter.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_tkinter.o
  1187. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -DWITH_APPINIT=1 -I/usr/X11/include -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/tkappinit.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/tkappinit.o
  1188. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_tkinter.o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/tkappinit.o -L/usr/X11/lib -L/usr/local/lib -ltk8.5 -ltcl8.5 -lX11 -o build/lib.linux-x86_64-3.10/_tkinter.cpython-310-x86_64-linux-gnu.so
  1189. building '_uuid' extension
  1190. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I/usr/include/uuid -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_uuidmodule.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_uuidmodule.o
  1191. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_uuidmodule.o -L/usr/local/lib -luuid -o build/lib.linux-x86_64-3.10/_uuid.cpython-310-x86_64-linux-gnu.so
  1192. building 'xxlimited' extension
  1193. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/xxlimited.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/xxlimited.o
  1194. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/xxlimited.o -L/usr/local/lib -o build/lib.linux-x86_64-3.10/xxlimited.cpython-310-x86_64-linux-gnu.so
  1195. building 'xxlimited_35' extension
  1196. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/xxlimited_35.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/xxlimited_35.o
  1197. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/xxlimited_35.o -L/usr/local/lib -o build/lib.linux-x86_64-3.10/xxlimited_35.cpython-310-x86_64-linux-gnu.so
  1198. building '_ctypes' extension
  1199. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I/usr/include -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_ctypes/_ctypes.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_ctypes/_ctypes.o -DPy_BUILD_CORE_MODULE -DHAVE_FFI_PREP_CIF_VAR=1 -DHAVE_FFI_PREP_CLOSURE_LOC=1 -DHAVE_FFI_CLOSURE_ALLOC=1
  1200. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I/usr/include -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_ctypes/callbacks.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_ctypes/callbacks.o -DPy_BUILD_CORE_MODULE -DHAVE_FFI_PREP_CIF_VAR=1 -DHAVE_FFI_PREP_CLOSURE_LOC=1 -DHAVE_FFI_CLOSURE_ALLOC=1
  1201. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I/usr/include -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_ctypes/callproc.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_ctypes/callproc.o -DPy_BUILD_CORE_MODULE -DHAVE_FFI_PREP_CIF_VAR=1 -DHAVE_FFI_PREP_CLOSURE_LOC=1 -DHAVE_FFI_CLOSURE_ALLOC=1
  1202. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I/usr/include -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_ctypes/cfield.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_ctypes/cfield.o -DPy_BUILD_CORE_MODULE -DHAVE_FFI_PREP_CIF_VAR=1 -DHAVE_FFI_PREP_CLOSURE_LOC=1 -DHAVE_FFI_CLOSURE_ALLOC=1
  1203. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I/usr/include -I./Include -I. -I/usr/local/include -I/home/brad/Downloads/Python-3.10.0/Include -I/home/brad/Downloads/Python-3.10.0 -c /home/brad/Downloads/Python-3.10.0/Modules/_ctypes/stgdict.c -o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_ctypes/stgdict.o -DPy_BUILD_CORE_MODULE -DHAVE_FFI_PREP_CIF_VAR=1 -DHAVE_FFI_PREP_CLOSURE_LOC=1 -DHAVE_FFI_CLOSURE_ALLOC=1
  1204. gcc -pthread -shared build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_ctypes/_ctypes.o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_ctypes/callbacks.o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_ctypes/callproc.o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_ctypes/cfield.o build/temp.linux-x86_64-3.10/home/brad/Downloads/Python-3.10.0/Modules/_ctypes/stgdict.o -L/usr/local/lib -lffi -ldl -o build/lib.linux-x86_64-3.10/_ctypes.cpython-310-x86_64-linux-gnu.so
  1205. *** WARNING: renaming "_ssl" since importing it failed: /home/brad/Downloads/Python-3.10.0/build/lib.linux-x86_64-3.10/_ssl.cpython-310-x86_64-linux-gnu.so: undefined symbol: OPENSSL_sk_num
  1206. *** WARNING: renaming "_hashlib" since importing it failed: /home/brad/Downloads/Python-3.10.0/build/lib.linux-x86_64-3.10/_hashlib.cpython-310-x86_64-linux-gnu.so: undefined symbol: EVP_blake2b512
  1207.  
  1208. The following modules found by detect_modules() in setup.py, have been
  1209. built by the Makefile instead, as configured by the Setup files:
  1210. _abc pwd time
  1211.  
  1212.  
  1213. Following modules built successfully but were removed because they could not be imported:
  1214. _hashlib _ssl
  1215.  
  1216.  
  1217. Could not build the ssl module!
  1218. Python requires a OpenSSL 1.1.1 or newer
  1219.  
  1220. running build_scripts
  1221. copying and adjusting /home/brad/Downloads/Python-3.10.0/Tools/scripts/pydoc3 -> build/scripts-3.10
  1222. copying and adjusting /home/brad/Downloads/Python-3.10.0/Tools/scripts/idle3 -> build/scripts-3.10
  1223. copying and adjusting /home/brad/Downloads/Python-3.10.0/Tools/scripts/2to3 -> build/scripts-3.10
  1224. changing mode of build/scripts-3.10/pydoc3 from 664 to 775
  1225. changing mode of build/scripts-3.10/idle3 from 664 to 775
  1226. changing mode of build/scripts-3.10/2to3 from 664 to 775
  1227. renaming build/scripts-3.10/pydoc3 to build/scripts-3.10/pydoc3.10
  1228. renaming build/scripts-3.10/idle3 to build/scripts-3.10/idle3.10
  1229. renaming build/scripts-3.10/2to3 to build/scripts-3.10/2to3-3.10
  1230. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Programs/_testembed.o ./Programs/_testembed.c
  1231. gcc -pthread -Xlinker -export-dynamic -o Programs/_testembed Programs/_testembed.o libpython3.10.a -lcrypt -lpthread -ldl -lutil -lm -lm
  1232. sed -e "s,@EXENAME@,/usr/local/bin/python3.10," < ./Misc/python-config.in >python-config.py
  1233. LC_ALL=C sed -e 's,\$(\([A-Za-z0-9_]*\)),\$\{\1\},g' < Misc/python-config.sh >python-config
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement