Skip to content

Instantly share code, notes, and snippets.

@s1gtrap
Created April 8, 2024 13:12
Show Gist options
  • Save s1gtrap/1854ebc742b95ba8c273ca6e327f4cd4 to your computer and use it in GitHub Desktop.
Save s1gtrap/1854ebc742b95ba8c273ca6e327f4cd4 to your computer and use it in GitHub Desktop.
$ time ./build-with-docker.sh
~/Workspaces/cpython/docker ~/Workspaces/cpython
[+] Building 1.3s (8/8) FINISHED docker:desktop-linux
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 804B 0.0s
=> [internal] load metadata for docker.io/emscripten/emsdk:3.1.24 1.3s
=> [auth] emscripten/emsdk:pull token for registry-1.docker.io 0.0s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> [1/3] FROM docker.io/emscripten/emsdk:3.1.24@sha256:41a295159bab31f36261e6f3616dc44efc1207bc396e488a30530e40085d8cfe 0.0s
=> CACHED [2/3] RUN DEBIAN_FRONTEND=noninteractive apt --no-install-recommends -qy update && DEBIAN_FRONTEND=noninteractive apt --no-install-recommends -qy install docker.io pkg-config ninja 0.0s
=> CACHED [3/3] RUN mkdir -p /.npm && chmod a+rwx /.npm 0.0s
=> exporting to image 0.0s
=> => exporting layers 0.0s
=> => writing image sha256:0782e7e9768828a827992878f261401c9d832a1f19b17cbf6d47c3072b370d73 0.0s
=> => naming to docker.io/library/emception_build 0.0s
View build details: docker-desktop://dashboard/build/desktop-linux/desktop-linux/rxt44c30kjich5tdgal6c19x9
What's Next?
View a summary of image vulnerabilities and recommendations → docker scout quickview
~/Workspaces/cpython
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
shared:INFO: (Emscripten: Running sanity checks)
cache:INFO: generating system headers: sysroot_install.stamp... (this will be cached in "/emsdk/upstream/emscripten/cache/sysroot_install.stamp" for subsequent builds)
cache:INFO: - ok
cache:INFO: generating system library: sysroot/lib/wasm32-emscripten/lto/libGL.a... (this will be cached in "/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/lto/libGL.a" for subsequent builds)
system_libs:INFO: compiled 3 inputs
cache:INFO: - ok
cache:INFO: generating system library: sysroot/lib/wasm32-emscripten/lto/libal.a... (this will be cached in "/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/lto/libal.a" for subsequent builds)
system_libs:INFO: compiled 1 inputs
cache:INFO: - ok
cache:INFO: generating system library: sysroot/lib/wasm32-emscripten/lto/libhtml5.a... (this will be cached in "/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/lto/libhtml5.a" for subsequent builds)
system_libs:INFO: compiled 2 inputs
cache:INFO: - ok
cache:INFO: generating system library: sysroot/lib/wasm32-emscripten/lto/libstubs.a... (this will be cached in "/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/lto/libstubs.a" for subsequent builds)
system_libs:INFO: compiled 2 inputs
cache:INFO: - ok
cache:INFO: generating system library: sysroot/lib/wasm32-emscripten/lto/libnoexit.a... (this will be cached in "/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/lto/libnoexit.a" for subsequent builds)
system_libs:INFO: compiled 1 inputs
cache:INFO: - ok
cache:INFO: generating system library: sysroot/lib/wasm32-emscripten/lto/libc.a... (this will be cached in "/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/lto/libc.a" for subsequent builds)
system_libs:INFO: compiled 998 inputs
cache:INFO: - ok
cache:INFO: generating system library: sysroot/lib/wasm32-emscripten/lto/libdlmalloc.a... (this will be cached in "/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/lto/libdlmalloc.a" for subsequent builds)
system_libs:INFO: compiled 2 inputs
cache:INFO: - ok
cache:INFO: generating system library: sysroot/lib/wasm32-emscripten/lto/libcompiler_rt.a... (this will be cached in "/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/lto/libcompiler_rt.a" for subsequent builds)
system_libs:INFO: compiled 175 inputs
cache:INFO: - ok
cache:INFO: generating system library: sysroot/lib/wasm32-emscripten/lto/libc++-noexcept.a... (this will be cached in "/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/lto/libc++-noexcept.a" for subsequent builds)
system_libs:INFO: compiled 46 inputs
cache:INFO: - ok
cache:INFO: generating system library: sysroot/lib/wasm32-emscripten/lto/libc++abi-noexcept.a... (this will be cached in "/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/lto/libc++abi-noexcept.a" for subsequent builds)
system_libs:INFO: compiled 16 inputs
cache:INFO: - ok
cache:INFO: generating system library: sysroot/lib/wasm32-emscripten/lto/libsockets.a... (this will be cached in "/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/lto/libsockets.a" for subsequent builds)
system_libs:INFO: compiled 21 inputs
cache:INFO: - ok
cache:INFO: generating system asset: sysroot/lib/wasm32-emscripten/struct_info.json... (this will be cached in "/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/struct_info.json" for subsequent builds)
cache:INFO: - ok
Cloning into '/Users/s1g/Workspaces/cpython/upstream/cpython'...
Updating files: 100% (4875/4875), done.
/Users/s1g/Workspaces/cpython/upstream/cpython /Users/s1g/Workspaces/cpython
From https://github.com/python/cpython
* branch b8a9f13abb61bd91a368e2d3f339de736863050f -> FETCH_HEAD
Updating files: 100% (3667/3667), done.
HEAD is now at b8a9f13abb gh-97616: test_list_resize_overflow() uses sys.maxsize (#99057)
/Users/s1g/Workspaces/cpython
/Users/s1g/Workspaces/cpython/upstream/cpython /Users/s1g/Workspaces/cpython
error: patch failed: Modules/Setup.stdlib.in:118
error: Modules/Setup.stdlib.in: patch does not apply
error: Modules/_emception.c: No such file or directory
error: patch failed: configure.ac:1253
error: configure.ac: patch does not apply
/Users/s1g/Workspaces/cpython
/Users/s1g/Workspaces/cpython/build/cpython-native /Users/s1g/Workspaces/cpython
configure: creating cache config.cache
checking for git... found
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for Python interpreter freezing... ./_bootstrap_python
checking for python3.12... no
checking for python3.11... no
checking for python3.10... no
checking for python3.9... no
checking for python3.8... python3.8
checking Python for regen version... Python 3.8.10
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for --enable-universalsdk... no
checking for --with-universal-archs... no
checking MACHDEP... "linux"
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for a sed that does not truncate output... /usr/bin/sed
checking for egrep... /usr/bin/grep -E
checking for CC compiler name... gcc
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for g++... no
configure:
By default, distutils will build C++ extension modules with "g++".
If this is not intended, then set CXX on the configure command line.
checking for the platform triplet based on compiler characteristics... x86_64-linux-gnu
checking for multiarch... x86_64-linux-gnu
checking for PEP 11 support tier... x86_64-pc-linux-gnu/gcc has tier 1 (supported)
checking for -Wl,--no-as-needed... yes
checking for the Android API level... not Android
checking for --with-emscripten-target...
checking for --enable-wasm-dynamic-linking... missing
checking for --enable-wasm-pthreads... missing
checking for --with-suffix...
checking for case-insensitive build directory... yes
checking LIBRARY... libpython$(VERSION)$(ABIFLAGS).a
checking LINKCC... $(PURIFY) $(CC)
checking EXPORTSYMS...
checking for GNU ld... yes
checking for --enable-shared... no
checking for --with-static-libpython... yes
checking for --enable-profiling... no
checking LDLIBRARY... checking HOSTRUNNER...
libpython$(VERSION)$(ABIFLAGS).a
checking for ar... ar
checking for a BSD-compatible install... /usr/bin/install -c
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for --with-pydebug... no
checking for --with-trace-refs... no
checking for --enable-pystats... no
checking for --with-assertions... no
checking for --enable-optimizations... no
checking PROFILE_TASK... -m test --pgo --timeout=$(TESTTIMEOUT)
checking for --with-lto... no
checking for --enable-bolt... no
checking for llvm-profdata... no
checking if gcc supports -Og optimization level... yes
checking if we can add -Wextra... yes
checking whether gcc -fno-strict-aliasing accepts and needs -fno-strict-aliasing... no
checking if we can disable gcc unused-parameter warning... yes
checking if we can disable gcc missing-field-initializers warning... yes
checking if we can enable gcc sign-compare warning... yes
checking if we can enable gcc unreachable-code warning... yes
checking if we can enable gcc strict-prototypes warning... no
checking if we can make implicit function declaration an error in gcc -Werror=implicit-function-declaration... yes
checking if we can use visibility in gcc -fvisibility=hidden... yes
checking whether pthreads are available without options... no
checking whether gcc accepts -Kpthread... no
checking whether gcc accepts -Kthread... no
checking whether gcc accepts -pthread... yes
checking whether g++ also accepts flags for thread support... yes
checking alloca.h usability... yes
checking alloca.h presence... yes
checking for alloca.h... yes
checking asm/types.h usability... yes
checking asm/types.h presence... yes
checking for asm/types.h... yes
checking bluetooth.h usability... no
checking bluetooth.h presence... no
checking for bluetooth.h... no
checking conio.h usability... no
checking conio.h presence... no
checking for conio.h... no
checking crypt.h usability... yes
checking crypt.h presence... yes
checking for crypt.h... yes
checking direct.h usability... no
checking direct.h presence... no
checking for direct.h... no
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking endian.h usability... yes
checking endian.h presence... yes
checking for endian.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking libutil.h usability... no
checking libutil.h presence... no
checking for libutil.h... no
checking linux/auxvec.h usability... yes
checking linux/auxvec.h presence... yes
checking for linux/auxvec.h... yes
checking sys/auxv.h usability... yes
checking sys/auxv.h presence... yes
checking for sys/auxv.h... yes
checking linux/fs.h usability... yes
checking linux/fs.h presence... yes
checking for linux/fs.h... yes
checking linux/memfd.h usability... yes
checking linux/memfd.h presence... yes
checking for linux/memfd.h... yes
checking linux/random.h usability... yes
checking linux/random.h presence... yes
checking for linux/random.h... yes
checking linux/soundcard.h usability... yes
checking linux/soundcard.h presence... yes
checking for linux/soundcard.h... yes
checking linux/tipc.h usability... yes
checking linux/tipc.h presence... yes
checking for linux/tipc.h... yes
checking linux/wait.h usability... yes
checking linux/wait.h presence... yes
checking for linux/wait.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netpacket/packet.h usability... yes
checking netpacket/packet.h presence... yes
checking for netpacket/packet.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking process.h usability... no
checking process.h presence... no
checking for process.h... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking pty.h usability... yes
checking pty.h presence... yes
checking for pty.h... yes
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking setjmp.h usability... yes
checking setjmp.h presence... yes
checking for setjmp.h... yes
checking shadow.h usability... yes
checking shadow.h presence... yes
checking for shadow.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking spawn.h usability... yes
checking spawn.h presence... yes
checking for spawn.h... yes
checking stropts.h usability... no
checking stropts.h presence... no
checking for stropts.h... no
checking sys/audioio.h usability... no
checking sys/audioio.h presence... no
checking for sys/audioio.h... no
checking sys/bsdtty.h usability... no
checking sys/bsdtty.h presence... no
checking for sys/bsdtty.h... no
checking sys/devpoll.h usability... no
checking sys/devpoll.h presence... no
checking for sys/devpoll.h... no
checking sys/endian.h usability... no
checking sys/endian.h presence... no
checking for sys/endian.h... no
checking sys/epoll.h usability... yes
checking sys/epoll.h presence... yes
checking for sys/epoll.h... yes
checking sys/event.h usability... no
checking sys/event.h presence... no
checking for sys/event.h... no
checking sys/eventfd.h usability... yes
checking sys/eventfd.h presence... yes
checking for sys/eventfd.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/kern_control.h usability... no
checking sys/kern_control.h presence... no
checking for sys/kern_control.h... no
checking sys/loadavg.h usability... no
checking sys/loadavg.h presence... no
checking for sys/loadavg.h... no
checking sys/lock.h usability... no
checking sys/lock.h presence... no
checking for sys/lock.h... no
checking sys/memfd.h usability... no
checking sys/memfd.h presence... no
checking for sys/memfd.h... no
checking sys/mkdev.h usability... no
checking sys/mkdev.h presence... no
checking for sys/mkdev.h... no
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/modem.h usability... no
checking sys/modem.h presence... no
checking for sys/modem.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking sys/random.h usability... yes
checking sys/random.h presence... yes
checking for sys/random.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/sendfile.h usability... yes
checking sys/sendfile.h presence... yes
checking for sys/sendfile.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/soundcard.h usability... yes
checking sys/soundcard.h presence... yes
checking for sys/soundcard.h... yes
checking for sys/stat.h... (cached) yes
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking sys/sys_domain.h usability... no
checking sys/sys_domain.h presence... no
checking for sys/sys_domain.h... no
checking sys/syscall.h usability... yes
checking sys/syscall.h presence... yes
checking for sys/syscall.h... yes
checking sys/sysmacros.h usability... yes
checking sys/sysmacros.h presence... yes
checking for sys/sysmacros.h... yes
checking sys/termio.h usability... no
checking sys/termio.h presence... no
checking for sys/termio.h... no
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking for sys/types.h... (cached) yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking sys/xattr.h usability... yes
checking sys/xattr.h presence... yes
checking for sys/xattr.h... yes
checking sysexits.h usability... yes
checking sysexits.h presence... yes
checking for sysexits.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking util.h usability... no
checking util.h presence... no
checking for util.h... no
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking utmp.h usability... yes
checking utmp.h presence... yes
checking for utmp.h... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking whether sys/types.h defines makedev... no
checking for sys/mkdev.h... (cached) no
checking for sys/sysmacros.h... (cached) yes
checking bluetooth/bluetooth.h usability... no
checking bluetooth/bluetooth.h presence... no
checking for bluetooth/bluetooth.h... no
checking for net/if.h... yes
checking for linux/netlink.h... yes
checking for linux/qrtr.h... yes
checking for linux/vm_sockets.h... yes
checking for linux/can.h... yes
checking for linux/can/bcm.h... yes
checking for linux/can/j1939.h... yes
checking for linux/can/raw.h... yes
checking for netcan/can.h... no
checking for clock_t in time.h... yes
checking for makedev... yes
checking for le64toh... yes
checking for mode_t... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking for ssize_t... yes
checking for __uint128_t... yes
checking size of int... 4
checking size of long... 8
checking alignment of long... 8
checking size of long long... 8
checking size of void *... 8
checking size of short... 2
checking size of float... 4
checking size of double... 8
checking size of fpos_t... 16
checking size of size_t... 8
checking alignment of size_t... 8
checking size of pid_t... 4
checking size of uintptr_t... 8
checking for long double... yes
checking size of long double... 16
checking size of _Bool... 1
checking size of off_t... 8
checking whether to enable large file support... no
checking size of time_t... 8
checking for pthread_t... yes
checking size of pthread_t... 8
checking size of pthread_key_t... 4
checking whether pthread_key_t is compatible with int... yes
checking for --enable-framework... no
checking for --with-dsymutil... no
checking for dyld... no
checking for --with-address-sanitizer... no
checking for --with-memory-sanitizer... no
checking for --with-undefined-behavior-sanitizer... no
checking the extension of shared libraries... .so
checking LDSHARED... $(CC) -shared
checking BLDSHARED flags... $(CC) -shared
checking CCSHARED... -fPIC
checking LINKFORSHARED... -Xlinker -export-dynamic
checking CFLAGSFORSHARED...
checking SHLIBS... $(LIBS)
checking perf trampoline... yes
checking for sendfile in -lsendfile... no
checking for dlopen in -ldl... yes
checking for shl_load in -ldld... no
checking uuid.h usability... no
checking uuid.h presence... no
checking for uuid.h... no
checking for LIBUUID... no
checking uuid/uuid.h usability... no
checking uuid/uuid.h presence... no
checking for uuid/uuid.h... no
checking for uuid/uuid.h... (cached) no
checking for library containing sem_init... -lpthread
checking for textdomain in -lintl... no
checking aligned memory access is required... no
checking for --with-hash-algorithm... default
checking for --with-tzpath... "/usr/share/zoneinfo:/usr/lib/zoneinfo:/usr/share/lib/zoneinfo:/etc/zoneinfo"
checking for t_open in -lnsl... no
checking for socket in -lsocket... no
checking for --with-libs... no
checking for --with-system-expat... no
checking for --with-system-ffi... yes
checking for LIBFFI... no
checking ffi.h usability... no
checking ffi.h presence... no
checking for ffi.h... no
checking for --with-system-libmpdec... no
checking for --with-decimal-contextvar... yes
checking for decimal libmpdec machine... uint128
checking for LIBNSL... no
checking for library containing yp_match... -lnsl
checking rpc/rpc.h usability... yes
checking rpc/rpc.h presence... yes
checking for rpc/rpc.h... yes
checking for LIBSQLITE3... no
checking sqlite3.h usability... no
checking sqlite3.h presence... no
checking for sqlite3.h... no
checking for --enable-loadable-sqlite-extensions... no
checking gdbm.h usability... no
checking gdbm.h presence... no
checking for gdbm.h... no
checking ndbm.h usability... no
checking ndbm.h presence... no
checking for ndbm.h... no
checking for ndbm presence and linker args... ()
checking gdbm/ndbm.h usability... no
checking gdbm/ndbm.h presence... no
checking for gdbm/ndbm.h... no
checking gdbm-ndbm.h usability... no
checking gdbm-ndbm.h presence... no
checking for gdbm-ndbm.h... no
checking db.h usability... no
checking db.h presence... no
checking for db.h... no
checking for --with-dbmliborder... gdbm:ndbm:bdb
checking for _dbm module CFLAGS and LIBS...
checking if PTHREAD_SCOPE_SYSTEM is supported... yes
checking for pthread_sigmask... yes
checking for pthread_getcpuclockid... yes
checking if --enable-ipv6 is specified... yes
checking if RFC2553 API is available... yes
checking ipv6 stack type... linux-glibc
checking CAN_RAW_FD_FRAMES... yes
checking for CAN_RAW_JOIN_FILTERS... yes
checking for --with-doc-strings... yes
checking for --with-pymalloc... yes
checking for --with-freelists... yes
checking for --with-c-locale-coercion... yes
checking for --with-valgrind... no
checking for --with-dtrace... no
checking for dlopen... yes
checking DYNLOADFILE... dynload_shlib.o
checking MACHDEP_OBJS... none
checking for accept4... yes
checking for alarm... yes
checking for bind_textdomain_codeset... yes
checking for chmod... yes
checking for chown... yes
checking for clock... yes
checking for close_range... no
checking for confstr... yes
checking for copy_file_range... yes
checking for ctermid... yes
checking for dup... yes
checking for dup3... yes
checking for execv... yes
checking for explicit_bzero... yes
checking for explicit_memset... no
checking for faccessat... yes
checking for fchmod... yes
checking for fchmodat... yes
checking for fchown... yes
checking for fchownat... yes
checking for fdopendir... yes
checking for fdwalk... no
checking for fexecve... yes
checking for fork... yes
checking for fork1... no
checking for fpathconf... yes
checking for fstatat... yes
checking for ftime... yes
checking for ftruncate... yes
checking for futimens... yes
checking for futimes... yes
checking for futimesat... yes
checking for gai_strerror... yes
checking for getegid... yes
checking for getentropy... yes
checking for geteuid... yes
checking for getgid... yes
checking for getgrgid... yes
checking for getgrgid_r... yes
checking for getgrnam_r... yes
checking for getgrouplist... yes
checking for getgroups... yes
checking for gethostname... yes
checking for getitimer... yes
checking for getloadavg... yes
checking for getlogin... yes
checking for getpeername... yes
checking for getpgid... yes
checking for getpid... yes
checking for getppid... yes
checking for getpriority... yes
checking for _getpty... no
checking for getpwent... yes
checking for getpwnam_r... yes
checking for getpwuid... yes
checking for getpwuid_r... yes
checking for getresgid... yes
checking for getresuid... yes
checking for getrusage... yes
checking for getsid... yes
checking for getspent... yes
checking for getspnam... yes
checking for getuid... yes
checking for getwd... yes
checking for if_nameindex... yes
checking for initgroups... yes
checking for kill... yes
checking for killpg... yes
checking for lchown... yes
checking for linkat... yes
checking for lockf... yes
checking for lstat... yes
checking for lutimes... yes
checking for madvise... yes
checking for mbrtowc... yes
checking for memrchr... yes
checking for mkdirat... yes
checking for mkfifo... yes
checking for mkfifoat... yes
checking for mknod... yes
checking for mknodat... yes
checking for mktime... yes
checking for mmap... yes
checking for mremap... yes
checking for nice... yes
checking for openat... yes
checking for opendir... yes
checking for pathconf... yes
checking for pause... yes
checking for pipe... yes
checking for pipe2... yes
checking for plock... no
checking for poll... yes
checking for posix_fadvise... yes
checking for posix_fallocate... yes
checking for posix_spawn... yes
checking for posix_spawnp... yes
checking for pread... yes
checking for preadv... yes
checking for preadv2... yes
checking for pthread_condattr_setclock... yes
checking for pthread_init... no
checking for pthread_kill... yes
checking for pwrite... yes
checking for pwritev... yes
checking for pwritev2... yes
checking for readlink... yes
checking for readlinkat... yes
checking for readv... yes
checking for realpath... yes
checking for renameat... yes
checking for rtpSpawn... no
checking for sched_get_priority_max... yes
checking for sched_rr_get_interval... yes
checking for sched_setaffinity... yes
checking for sched_setparam... yes
checking for sched_setscheduler... yes
checking for sem_clockwait... yes
checking for sem_getvalue... yes
checking for sem_open... yes
checking for sem_timedwait... yes
checking for sem_unlink... yes
checking for sendfile... yes
checking for setegid... yes
checking for seteuid... yes
checking for setgid... yes
checking for sethostname... yes
checking for setitimer... yes
checking for setlocale... yes
checking for setpgid... yes
checking for setpgrp... yes
checking for setpriority... yes
checking for setregid... yes
checking for setresgid... yes
checking for setresuid... yes
checking for setreuid... yes
checking for setsid... yes
checking for setuid... yes
checking for setvbuf... yes
checking for shutdown... yes
checking for sigaction... yes
checking for sigaltstack... yes
checking for sigfillset... yes
checking for siginterrupt... yes
checking for sigpending... yes
checking for sigrelse... yes
checking for sigtimedwait... yes
checking for sigwait... yes
checking for sigwaitinfo... yes
checking for snprintf... yes
checking for splice... yes
checking for strftime... yes
checking for strlcpy... no
checking for strsignal... yes
checking for symlinkat... yes
checking for sync... yes
checking for sysconf... yes
checking for system... yes
checking for tcgetpgrp... yes
checking for tcsetpgrp... yes
checking for tempnam... yes
checking for timegm... yes
checking for times... yes
checking for tmpfile... yes
checking for tmpnam... yes
checking for tmpnam_r... yes
checking for truncate... yes
checking for ttyname... yes
checking for umask... yes
checking for uname... yes
checking for unlinkat... yes
checking for utimensat... yes
checking for utimes... yes
checking for vfork... yes
checking for wait... yes
checking for wait3... yes
checking for wait4... yes
checking for waitid... yes
checking for waitpid... yes
checking for wcscoll... yes
checking for wcsftime... yes
checking for wcsxfrm... yes
checking for wmemcmp... yes
checking for writev... yes
checking whether dirfd is declared... yes
checking for chroot... yes
checking for link... yes
checking for symlink... yes
checking for fchdir... yes
checking for fsync... yes
checking for fdatasync... yes
checking for epoll_create... yes
checking for epoll_create1... yes
checking for kqueue... no
checking for prlimit... yes
checking for _dyld_shared_cache_contains_path... no
checking for memfd_create... yes
checking for eventfd... yes
checking for ctermid_r... no
checking for flock declaration... yes
checking for flock... yes
checking for flock in -lbsd... no
checking for getpagesize... yes
checking for broken unsetenv... no
checking for true... true
checking for inet_aton in -lc... yes
checking for chflags... no
checking for lchflags... no
checking for ZLIB... yes
checking for BZIP2... no
checking bzlib.h usability... no
checking bzlib.h presence... no
checking for bzlib.h... no
checking for LIBLZMA... no
checking lzma.h usability... no
checking lzma.h presence... no
checking for lzma.h... no
checking for hstrerror... yes
checking for getservbyname... yes
checking for getservbyport... yes
checking for gethostbyname... yes
checking for gethostbyaddr... yes
checking for getprotobyname... yes
checking for inet_aton... yes
checking for inet_ntoa... yes
checking for inet_pton... yes
checking for getpeername... (cached) yes
checking for getsockname... yes
checking for accept... yes
checking for bind... yes
checking for connect... yes
checking for listen... yes
checking for recvfrom... yes
checking for sendto... yes
checking for setsockopt... yes
checking for socket... yes
checking for setgroups... yes
checking for openpty... no
checking for openpty in -lutil... yes
checking for library containing login_tty... none required
checking for forkpty... yes
checking for fseek64... no
checking for fseeko... yes
checking for fstatvfs... yes
checking for ftell64... no
checking for ftello... yes
checking for statvfs... yes
checking for dup2... yes
checking for getpgrp... yes
checking for setpgrp... (cached) yes
checking for setns... yes
checking for unshare... yes
checking for LIBCRYPT... yes
checking for crypt or crypt_r... yes
checking for clock_gettime... yes
checking for clock_getres... yes
checking for clock_settime... yes
checking for clock_nanosleep... yes
checking for nanosleep... yes
checking for major, minor, and makedev... yes
checking for getaddrinfo... yes
checking getaddrinfo bug... no
checking for getnameinfo... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for struct stat.st_rdev... yes
checking for struct stat.st_blksize... yes
checking for struct stat.st_flags... no
checking for struct stat.st_gen... no
checking for struct stat.st_birthtime... no
checking for struct stat.st_blocks... yes
checking for struct passwd.pw_gecos... yes
checking for struct passwd.pw_passwd... yes
checking for siginfo_t.si_band... yes
checking for time.h that defines altzone... no
checking for addrinfo... yes
checking for sockaddr_storage... yes
checking for sockaddr_alg... yes
checking for an ANSI C-conforming const... yes
checking for working signed char... yes
checking for prototypes... yes
checking for socketpair... yes
checking if sockaddr has sa_len member... no
checking for gethostbyname_r... yes
checking gethostbyname_r with 6 args... yes
checking for __fpu_control... yes
checking for --with-libm=STRING... default LIBM="-lm"
checking for --with-libc=STRING... default LIBC=""
checking for x64 gcc inline assembler... yes
checking whether float word ordering is bigendian... no
checking whether we can use gcc inline assembler to get and set x87 control word... yes
checking whether we can use gcc inline assembler to get and set mc68881 fpcr... no
checking for x87-style double rounding... no
checking for acosh... yes
checking for asinh... yes
checking for atanh... yes
checking for erf... yes
checking for erfc... yes
checking for expm1... yes
checking for log1p... yes
checking for log2... yes
checking whether POSIX semaphores are enabled... yes
checking for broken sem_getvalue... no
checking whether RTLD_LAZY is declared... yes
checking whether RTLD_NOW is declared... yes
checking whether RTLD_GLOBAL is declared... yes
checking whether RTLD_LOCAL is declared... yes
checking whether RTLD_NODELETE is declared... yes
checking whether RTLD_NOLOAD is declared... yes
checking whether RTLD_DEEPBIND is declared... yes
checking whether RTLD_MEMBER is declared... no
checking digit size for Python's longs... no value specified
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking size of wchar_t... 4
checking whether wchar_t is signed... yes
checking whether wchar_t is usable... no
checking whether byte ordering is bigendian... no
checking ABIFLAGS...
checking SOABI... cpython-312-x86_64-linux-gnu
checking LDVERSION... $(VERSION)$(ABIFLAGS)
checking for --with-platlibdir... no
checking for --with-wheel-pkg-dir... no
checking whether right shift extends the sign bit... yes
checking for getc_unlocked() and friends... yes
checking for LIBREADLINE... no
checking readline/readline.h usability... no
checking readline/readline.h presence... no
checking for readline/readline.h... no
checking how to link readline... no
checking for broken nice()... no
checking for broken poll()... no
checking for working tzset()... yes
checking for tv_nsec in struct stat... yes
checking for tv_nsec2 in struct stat... no
checking curses.h usability... no
checking curses.h presence... no
checking for curses.h... no
checking ncurses.h usability... no
checking ncurses.h presence... no
checking for ncurses.h... no
checking curses module flags... no
checking panel.h usability... no
checking panel.h presence... no
checking for panel.h... no
checking panel flags... no
checking for term.h... no
checking whether mvwdelch is an expression... no
checking whether WINDOW has _flags... no
checking for curses function is_pad... no
checking for curses function is_term_resized... no
checking for curses function resize_term... no
checking for curses function resizeterm... no
checking for curses function immedok... no
checking for curses function syncok... no
checking for curses function wchgat... no
checking for curses function filter... no
checking for curses function has_key... no
checking for curses function typeahead... no
checking for curses function use_env... no
configure: checking for device files
checking for /dev/ptmx... yes
checking for /dev/ptc... no
checking for socklen_t... yes
checking for broken mbstowcs... no
checking for --with-computed-gotos... no value specified
checking whether gcc -pthread supports computed gotos... yes
checking for build directories... done
checking for -O2... yes
checking for glibc _FORTIFY_SOURCE/memmove bug... no
checking for gcc ipa-pure-const bug... no
checking for stdatomic.h... yes
checking for builtin __atomic_load_n and __atomic_store_n functions... yes
checking for ensurepip... upgrade
checking if the dirent structure of a d_type field... yes
checking for the Linux getrandom() syscall... yes
checking for the getrandom() function... yes
checking for library containing shm_open... -lrt
checking for shm_open... yes
checking for shm_unlink... yes
checking for pkg-config... /usr/bin/pkg-config
checking for openssl/ssl.h in /usr/local/ssl... no
checking for openssl/ssl.h in /usr/lib/ssl... no
checking for openssl/ssl.h in /usr/ssl... no
checking for openssl/ssl.h in /usr/pkg... no
checking for openssl/ssl.h in /usr/local... no
checking for openssl/ssl.h in /usr... no
checking whether compiling and linking against OpenSSL works... no
checking for --with-openssl-rpath...
checking whether OpenSSL provides required ssl module APIs... no
checking whether OpenSSL provides required hashlib module APIs... no
checking for --with-ssl-default-suites... python
checking for --with-builtin-hashlib-hashes... md5,sha1,sha256,sha512,sha3,blake2
checking for LIBB2... no
checking for --disable-test-modules... yes
checking for stdlib extension module _multiprocessing... yes
checking for stdlib extension module _posixshmem... yes
checking for stdlib extension module fcntl... yes
checking for stdlib extension module mmap... yes
checking for stdlib extension module _socket... yes
checking for stdlib extension module grp... yes
checking for stdlib extension module ossaudiodev... yes
checking for stdlib extension module pwd... yes
checking for stdlib extension module resource... yes
checking for stdlib extension module _scproxy... n/a
checking for stdlib extension module spwd... yes
checking for stdlib extension module syslog... yes
checking for stdlib extension module termios... yes
checking for stdlib extension module pyexpat... yes
checking for stdlib extension module _elementtree... yes
checking for stdlib extension module _md5... yes
checking for stdlib extension module _sha1... yes
checking for stdlib extension module _sha256... yes
checking for stdlib extension module _sha512... yes
checking for stdlib extension module _sha3... yes
checking for stdlib extension module _blake2... yes
checking for stdlib extension module _crypt... yes
checking for stdlib extension module _ctypes... missing
checking for stdlib extension module _curses... missing
checking for stdlib extension module _curses_panel... missing
checking for stdlib extension module _decimal... yes
checking for stdlib extension module _dbm... missing
checking for stdlib extension module _gdbm... missing
checking for stdlib extension module nis... yes
checking for stdlib extension module readline... missing
checking for stdlib extension module _sqlite3... disabled
checking for stdlib extension module _tkinter... missing
checking for stdlib extension module _uuid... missing
checking for stdlib extension module zlib... yes
checking for stdlib extension module _bz2... missing
checking for stdlib extension module _lzma... missing
checking for stdlib extension module _ssl... missing
checking for stdlib extension module _hashlib... missing
checking for stdlib extension module _testcapi... yes
checking for stdlib extension module _testinternalcapi... yes
checking for stdlib extension module _testbuffer... yes
checking for stdlib extension module _testimportmultiple... yes
checking for stdlib extension module _testmultiphase... yes
checking for stdlib extension module xxsubtype... yes
checking for stdlib extension module _xxtestfuzz... yes
checking for stdlib extension module _ctypes_test... missing
checking for stdlib extension module xxlimited... yes
checking for stdlib extension module xxlimited_35... yes
configure: updating cache config.cache
configure: creating ./config.status
config.status: creating Makefile.pre
config.status: creating Misc/python.pc
config.status: creating Misc/python-embed.pc
config.status: creating Misc/python-config.sh
config.status: creating Modules/Setup.bootstrap
config.status: creating Modules/Setup.stdlib
config.status: creating Modules/ld_so_aix
config.status: creating pyconfig.h
configure: creating Modules/Setup.local
configure: creating Makefile
configure:
If you want a release build with all stable optimizations active (PGO, etc),
please run ./configure --enable-optimizations
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Programs/python.o /Users/s1g/Workspaces/cpython/upstream/cpython/Programs/python.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Parser/token.o /Users/s1g/Workspaces/cpython/upstream/cpython/Parser/token.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Parser/pegen.o /Users/s1g/Workspaces/cpython/upstream/cpython/Parser/pegen.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Parser/pegen_errors.o /Users/s1g/Workspaces/cpython/upstream/cpython/Parser/pegen_errors.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Parser/action_helpers.o /Users/s1g/Workspaces/cpython/upstream/cpython/Parser/action_helpers.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Parser/parser.o /Users/s1g/Workspaces/cpython/upstream/cpython/Parser/parser.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Parser/string_parser.o /Users/s1g/Workspaces/cpython/upstream/cpython/Parser/string_parser.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Parser/peg_api.o /Users/s1g/Workspaces/cpython/upstream/cpython/Parser/peg_api.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Parser/myreadline.o /Users/s1g/Workspaces/cpython/upstream/cpython/Parser/myreadline.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Parser/tokenizer.o /Users/s1g/Workspaces/cpython/upstream/cpython/Parser/tokenizer.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/abstract.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/abstract.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/boolobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/boolobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/bytes_methods.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/bytes_methods.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/bytearrayobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/bytearrayobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/bytesobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/bytesobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/call.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/call.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/capsule.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/capsule.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/cellobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/cellobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/classobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/classobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/codeobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/codeobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/complexobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/complexobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/descrobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/descrobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/enumobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/enumobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/exceptions.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/exceptions.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/genericaliasobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/genericaliasobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/genobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/genobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/fileobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/fileobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/floatobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/floatobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/frameobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/frameobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/funcobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/funcobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/interpreteridobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/interpreteridobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/iterobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/iterobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/listobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/listobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/longobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/longobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/dictobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/dictobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/odictobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/odictobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/memoryobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/memoryobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/methodobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/methodobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/moduleobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/moduleobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/namespaceobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/namespaceobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/object.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/object.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/obmalloc.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/obmalloc.c
/Users/s1g/Workspaces/cpython/upstream/cpython/Objects/obmalloc.c:1450:1: warning: always_inline function might not be inlinable [-Wattributes]
1450 | arena_map_get(block *p, int create)
| ^~~~~~~~~~~~~
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/picklebufobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/picklebufobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/rangeobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/rangeobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/setobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/setobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/sliceobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/sliceobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/structseq.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/structseq.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/tupleobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/tupleobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/typeobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/typeobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/unicodeobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/unicodeobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/unicodectype.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/unicodectype.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/unionobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/unionobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/weakrefobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/weakrefobject.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/asm_trampoline.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/asm_trampoline.S
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/_warnings.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/_warnings.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/Python-ast.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/Python-ast.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/Python-tokenize.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/Python-tokenize.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/asdl.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/asdl.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/ast.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/ast.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/ast_opt.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/ast_opt.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/ast_unparse.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/ast_unparse.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/bltinmodule.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/bltinmodule.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/ceval.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/ceval.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/codecs.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/codecs.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/compile.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/compile.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/context.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/context.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/dynamic_annotations.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/dynamic_annotations.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/errors.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/errors.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/frame.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/frame.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/frozenmain.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/frozenmain.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/future.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/future.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/getargs.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/getargs.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/getcompiler.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/getcompiler.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/getcopyright.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/getcopyright.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -DPLATFORM='"linux"' -o Python/getplatform.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/getplatform.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/getversion.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/getversion.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/ceval_gil.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/ceval_gil.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/hamt.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/hamt.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/hashtable.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/hashtable.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/import.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/import.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -I. -o Python/importdl.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/importdl.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/initconfig.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/initconfig.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/marshal.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/marshal.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/modsupport.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/modsupport.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/mysnprintf.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/mysnprintf.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/mystrtoul.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/mystrtoul.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/pathconfig.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/pathconfig.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/preconfig.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/preconfig.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/pyarena.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/pyarena.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/pyctype.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/pyctype.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/pyfpe.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/pyfpe.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/pyhash.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/pyhash.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/pylifecycle.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/pylifecycle.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/pymath.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/pymath.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/pystate.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/pystate.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/pythonrun.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/pythonrun.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/pytime.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/pytime.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/bootstrap_hash.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/bootstrap_hash.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/specialize.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/specialize.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/structmember.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/structmember.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/symtable.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/symtable.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE \
-DABIFLAGS='""' \
-DMULTIARCH=\"x86_64-linux-gnu\" \
-o Python/sysmodule.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/sysmodule.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/thread.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/thread.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/traceback.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/traceback.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/getopt.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/getopt.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/pystrcmp.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/pystrcmp.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/pystrtod.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/pystrtod.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/pystrhex.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/pystrhex.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/dtoa.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/dtoa.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/formatter_unicode.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/formatter_unicode.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/fileutils.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/fileutils.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/suggestions.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/suggestions.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/perf_trampoline.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/perf_trampoline.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE \
-DSOABI='"cpython-312-x86_64-linux-gnu"' \
-o Python/dynload_shlib.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/dynload_shlib.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Modules/config.o Modules/config.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Modules/main.o /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/main.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Modules/gcmodule.o /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/gcmodule.c
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/atexitmodule.c -o Modules/atexitmodule.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/faulthandler.c -o Modules/faulthandler.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/posixmodule.c -o Modules/posixmodule.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/signalmodule.c -o Modules/signalmodule.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_tracemalloc.c -o Modules/_tracemalloc.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_codecsmodule.c -o Modules/_codecsmodule.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_collectionsmodule.c -o Modules/_collectionsmodule.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/errnomodule.c -o Modules/errnomodule.o
gcc -pthread -I/Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_io -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_io/_iomodule.c -o Modules/_io/_iomodule.o
gcc -pthread -I/Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_io -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_io/iobase.c -o Modules/_io/iobase.o
gcc -pthread -I/Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_io -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_io/fileio.c -o Modules/_io/fileio.o
gcc -pthread -I/Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_io -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_io/bytesio.c -o Modules/_io/bytesio.o
gcc -pthread -I/Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_io -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_io/bufferedio.c -o Modules/_io/bufferedio.o
gcc -pthread -I/Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_io -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_io/textio.c -o Modules/_io/textio.o
gcc -pthread -I/Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_io -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_io/stringio.c -o Modules/_io/stringio.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/itertoolsmodule.c -o Modules/itertoolsmodule.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_sre/sre.c -o Modules/_sre/sre.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_threadmodule.c -o Modules/_threadmodule.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/timemodule.c -o Modules/timemodule.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_weakref.c -o Modules/_weakref.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_abc.c -o Modules/_abc.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_functoolsmodule.c -o Modules/_functoolsmodule.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_localemodule.c -o Modules/_localemodule.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_operator.c -o Modules/_operator.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_stat.c -o Modules/_stat.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/symtablemodule.c -o Modules/symtablemodule.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/pwdmodule.c -o Modules/pwdmodule.o
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Programs/_freeze_module.o /Users/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Modules/getpath_noop.o /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/getpath_noop.c
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/arraymodule.c -o Modules/arraymodule.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_asynciomodule.c -o Modules/_asynciomodule.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_bisectmodule.c -o Modules/_bisectmodule.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_contextvarsmodule.c -o Modules/_contextvarsmodule.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_csv.c -o Modules/_csv.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_heapqmodule.c -o Modules/_heapqmodule.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_json.c -o Modules/_json.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_lsprof.c -o Modules/_lsprof.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/rotatingtree.c -o Modules/rotatingtree.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_opcode.c -o Modules/_opcode.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_pickle.c -o Modules/_pickle.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_queuemodule.c -o Modules/_queuemodule.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_randommodule.c -o Modules/_randommodule.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_struct.c -o Modules/_struct.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_typingmodule.c -o Modules/_typingmodule.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_xxsubinterpretersmodule.c -o Modules/_xxsubinterpretersmodule.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_zoneinfo.c -o Modules/_zoneinfo.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/audioop.c -o Modules/audioop.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/mathmodule.c -o Modules/mathmodule.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/cmathmodule.c -o Modules/cmathmodule.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_statisticsmodule.c -o Modules/_statisticsmodule.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_datetimemodule.c -o Modules/_datetimemodule.o
gcc -pthread -c -I/Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -o Modules/_decimal/libmpdec/basearith.o /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec/basearith.c
gcc -pthread -c -I/Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -o Modules/_decimal/libmpdec/constants.o /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec/constants.c
gcc -pthread -c -I/Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -o Modules/_decimal/libmpdec/context.o /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec/context.c
gcc -pthread -c -I/Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -o Modules/_decimal/libmpdec/convolute.o /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec/convolute.c
gcc -pthread -c -I/Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -o Modules/_decimal/libmpdec/crt.o /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec/crt.c
gcc -pthread -c -I/Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -o Modules/_decimal/libmpdec/difradix2.o /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec/difradix2.c
gcc -pthread -c -I/Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -o Modules/_decimal/libmpdec/fnt.o /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec/fnt.c
gcc -pthread -c -I/Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -o Modules/_decimal/libmpdec/fourstep.o /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec/fourstep.c
gcc -pthread -c -I/Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -o Modules/_decimal/libmpdec/io.o /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec/io.c
gcc -pthread -c -I/Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -o Modules/_decimal/libmpdec/mpalloc.o /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec/mpalloc.c
gcc -pthread -c -I/Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -o Modules/_decimal/libmpdec/mpdecimal.o /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec/mpdecimal.c
gcc -pthread -c -I/Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -o Modules/_decimal/libmpdec/numbertheory.o /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec/numbertheory.c
gcc -pthread -c -I/Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -o Modules/_decimal/libmpdec/sixstep.o /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec/sixstep.c
gcc -pthread -c -I/Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -o Modules/_decimal/libmpdec/transpose.o /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec/transpose.c
gcc -pthread -DUSE_ZLIB_CRC32 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/binascii.c -o Modules/binascii.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/zlibmodule.c -o Modules/zlibmodule.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/md5module.c -o Modules/md5module.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/sha1module.c -o Modules/sha1module.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/sha256module.c -o Modules/sha256module.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/sha512module.c -o Modules/sha512module.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_sha3/sha3module.c -o Modules/_sha3/sha3module.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_blake2/blake2module.c -o Modules/_blake2/blake2module.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_blake2/blake2b_impl.c -o Modules/_blake2/blake2b_impl.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_blake2/blake2s_impl.c -o Modules/_blake2/blake2s_impl.o
gcc -pthread -c -I/Users/s1g/Workspaces/cpython/upstream/cpython/Modules/expat -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -o Modules/expat/xmlparse.o /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/expat/xmlparse.c
gcc -pthread -c -I/Users/s1g/Workspaces/cpython/upstream/cpython/Modules/expat -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -o Modules/expat/xmlrole.o /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/expat/xmlrole.c
gcc -pthread -c -I/Users/s1g/Workspaces/cpython/upstream/cpython/Modules/expat -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -o Modules/expat/xmltok.o /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/expat/xmltok.c
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/cjkcodecs/_codecs_cn.c -o Modules/cjkcodecs/_codecs_cn.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/cjkcodecs/_codecs_hk.c -o Modules/cjkcodecs/_codecs_hk.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/cjkcodecs/_codecs_iso2022.c -o Modules/cjkcodecs/_codecs_iso2022.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/cjkcodecs/_codecs_jp.c -o Modules/cjkcodecs/_codecs_jp.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/cjkcodecs/_codecs_kr.c -o Modules/cjkcodecs/_codecs_kr.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/cjkcodecs/_codecs_tw.c -o Modules/cjkcodecs/_codecs_tw.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/cjkcodecs/multibytecodec.c -o Modules/cjkcodecs/multibytecodec.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/unicodedata.c -o Modules/unicodedata.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_cryptmodule.c -o Modules/_cryptmodule.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/fcntlmodule.c -o Modules/fcntlmodule.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/grpmodule.c -o Modules/grpmodule.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/mmapmodule.c -o Modules/mmapmodule.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/nismodule.c -o Modules/nismodule.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/ossaudiodev.c -o Modules/ossaudiodev.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_posixsubprocess.c -o Modules/_posixsubprocess.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/resource.c -o Modules/resource.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/selectmodule.c -o Modules/selectmodule.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/socketmodule.c -o Modules/socketmodule.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/spwdmodule.c -o Modules/spwdmodule.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/syslogmodule.c -o Modules/syslogmodule.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/termios.c -o Modules/termios.o
gcc -pthread -I/Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_multiprocessing -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_multiprocessing/posixshmem.c -o Modules/_multiprocessing/posixshmem.o
gcc -pthread -I/Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_multiprocessing -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_multiprocessing/multiprocessing.c -o Modules/_multiprocessing/multiprocessing.o
gcc -pthread -I/Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_multiprocessing -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_multiprocessing/semaphore.c -o Modules/_multiprocessing/semaphore.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/xxsubtype.c -o Modules/xxsubtype.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_xxtestfuzz/_xxtestfuzz.c -o Modules/_xxtestfuzz/_xxtestfuzz.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_xxtestfuzz/fuzzer.c -o Modules/_xxtestfuzz/fuzzer.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_testbuffer.c -o Modules/_testbuffer.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_testinternalcapi.c -o Modules/_testinternalcapi.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_testcapimodule.c -o Modules/_testcapimodule.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_testcapi/vectorcall.c -o Modules/_testcapi/vectorcall.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_testcapi/vectorcall_limited.c -o Modules/_testcapi/vectorcall_limited.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_testcapi/heaptype.c -o Modules/_testcapi/heaptype.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_testcapi/unicode.c -o Modules/_testcapi/unicode.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_testimportmultiple.c -o Modules/_testimportmultiple.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_testmultiphase.c -o Modules/_testmultiphase.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/xxlimited.c -o Modules/xxlimited.o
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/xxlimited_35.c -o Modules/xxlimited_35.o
/usr/bin/install -c -m 644 /Users/s1g/Workspaces/cpython/upstream/cpython/Tools/gdb/libpython.py python.exe-gdb.py
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Programs/_testembed.o /Users/s1g/Workspaces/cpython/upstream/cpython/Programs/_testembed.c
sed -e "s,/usr/bin/env python3,/usr/local/bin/python3.12," < /Users/s1g/Workspaces/cpython/upstream/cpython/Tools/scripts/2to3 > build/scripts-3.12/2to3-3.12
sed -e "s,/usr/bin/env python3,/usr/local/bin/python3.12," < /Users/s1g/Workspaces/cpython/upstream/cpython/Tools/scripts/idle3 > build/scripts-3.12/idle3.12
sed -e "s,/usr/bin/env python3,/usr/local/bin/python3.12," < /Users/s1g/Workspaces/cpython/upstream/cpython/Tools/scripts/pydoc3 > build/scripts-3.12/pydoc3.12
sed -e "s,@EXENAME@,/usr/local/bin/python3.12," < /Users/s1g/Workspaces/cpython/upstream/cpython/Misc/python-config.in >python-config.py
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE \
-DGITVERSION="\"`LC_ALL=C git --git-dir /Users/s1g/Workspaces/cpython/upstream/cpython/.git rev-parse --short HEAD`\"" \
-DGITTAG="\"`LC_ALL=C git --git-dir /Users/s1g/Workspaces/cpython/upstream/cpython/.git describe --all --always --dirty`\"" \
-DGITBRANCH="\"`LC_ALL=C git --git-dir /Users/s1g/Workspaces/cpython/upstream/cpython/.git name-rev --name-only HEAD`\"" \
-o Modules/getbuildinfo.o /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/getbuildinfo.c
gcc -pthread -shared Modules/arraymodule.o -o Modules/array.cpython-312-x86_64-linux-gnu.so
LC_ALL=C sed -e 's,\$(\([A-Za-z0-9_]*\)),\$\{\1\},g' < Misc/python-config.sh >python-config
gcc -pthread -shared Modules/_asynciomodule.o -o Modules/_asyncio.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/_bisectmodule.o -o Modules/_bisect.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/_contextvarsmodule.o -o Modules/_contextvars.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/_csv.o -o Modules/_csv.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/_heapqmodule.o -o Modules/_heapq.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/_json.o -o Modules/_json.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/_lsprof.o Modules/rotatingtree.o -o Modules/_lsprof.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/_opcode.o -o Modules/_opcode.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/_pickle.o -o Modules/_pickle.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/_queuemodule.o -o Modules/_queue.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/_randommodule.o -o Modules/_random.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/_struct.o -o Modules/_struct.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/_typingmodule.o -o Modules/_typing.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/_xxsubinterpretersmodule.o -o Modules/_xxsubinterpreters.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/_zoneinfo.o -o Modules/_zoneinfo.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/audioop.o -lm -o Modules/audioop.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/mathmodule.o -lm -o Modules/math.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/cmathmodule.o -lm -o Modules/cmath.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/_statisticsmodule.o -lm -o Modules/_statistics.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/_datetimemodule.o -lm -o Modules/_datetime.cpython-312-x86_64-linux-gnu.so
rm -f Modules/_decimal/libmpdec/libmpdec.a
ar rcs Modules/_decimal/libmpdec/libmpdec.a Modules/_decimal/libmpdec/basearith.o Modules/_decimal/libmpdec/constants.o Modules/_decimal/libmpdec/context.o Modules/_decimal/libmpdec/convolute.o Modules/_decimal/libmpdec/crt.o Modules/_decimal/libmpdec/difradix2.o Modules/_decimal/libmpdec/fnt.o Modules/_decimal/libmpdec/fourstep.o Modules/_decimal/libmpdec/io.o Modules/_decimal/libmpdec/mpalloc.o Modules/_decimal/libmpdec/mpdecimal.o Modules/_decimal/libmpdec/numbertheory.o Modules/_decimal/libmpdec/sixstep.o Modules/_decimal/libmpdec/transpose.o
gcc -pthread -shared Modules/binascii.o -lz -o Modules/binascii.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/zlibmodule.o -lz -o Modules/zlib.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/md5module.o -o Modules/_md5.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/sha1module.o -o Modules/_sha1.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/sha256module.o -o Modules/_sha256.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/sha512module.o -o Modules/_sha512.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/_sha3/sha3module.o -o Modules/_sha3.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/_blake2/blake2module.o Modules/_blake2/blake2b_impl.o Modules/_blake2/blake2s_impl.o -o Modules/_blake2.cpython-312-x86_64-linux-gnu.so
rm -f Modules/expat/libexpat.a
gcc -pthread -shared Modules/cjkcodecs/_codecs_cn.o -o Modules/_codecs_cn.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/cjkcodecs/_codecs_hk.o -o Modules/_codecs_hk.cpython-312-x86_64-linux-gnu.so
ar rcs Modules/expat/libexpat.a Modules/expat/xmlparse.o Modules/expat/xmlrole.o Modules/expat/xmltok.o
gcc -pthread -shared Modules/cjkcodecs/_codecs_iso2022.o -o Modules/_codecs_iso2022.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/cjkcodecs/_codecs_jp.o -o Modules/_codecs_jp.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/cjkcodecs/_codecs_kr.o -o Modules/_codecs_kr.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/cjkcodecs/_codecs_tw.o -o Modules/_codecs_tw.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/cjkcodecs/multibytecodec.o -o Modules/_multibytecodec.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/unicodedata.o -o Modules/unicodedata.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/_cryptmodule.o -lcrypt -o Modules/_crypt.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/fcntlmodule.o -o Modules/fcntl.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/grpmodule.o -o Modules/grp.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/mmapmodule.o -o Modules/mmap.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/nismodule.o -lnsl -o Modules/nis.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/ossaudiodev.o -o Modules/ossaudiodev.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/_posixsubprocess.o -o Modules/_posixsubprocess.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/resource.o -o Modules/resource.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/selectmodule.o -o Modules/select.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/socketmodule.o -o Modules/_socket.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/spwdmodule.o -o Modules/spwd.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/syslogmodule.o -o Modules/syslog.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/termios.o -o Modules/termios.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/_multiprocessing/posixshmem.o -lrt -o Modules/_posixshmem.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/_multiprocessing/multiprocessing.o Modules/_multiprocessing/semaphore.o -o Modules/_multiprocessing.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/xxsubtype.o -o Modules/xxsubtype.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/_xxtestfuzz/_xxtestfuzz.o Modules/_xxtestfuzz/fuzzer.o -o Modules/_xxtestfuzz.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/_testbuffer.o -o Modules/_testbuffer.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/_testinternalcapi.o -o Modules/_testinternalcapi.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/_testcapimodule.o Modules/_testcapi/vectorcall.o Modules/_testcapi/vectorcall_limited.o Modules/_testcapi/heaptype.o Modules/_testcapi/unicode.o -o Modules/_testcapi.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/_testimportmultiple.o -o Modules/_testimportmultiple.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/_testmultiphase.o -o Modules/_testmultiphase.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/xxlimited.o -o Modules/xxlimited.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/xxlimited_35.o -o Modules/xxlimited_35.cpython-312-x86_64-linux-gnu.so
gcc -pthread -I/Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/_decimal.c -o Modules/_decimal/_decimal.o
gcc -pthread -I/Users/s1g/Workspaces/cpython/upstream/cpython/Modules/expat -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/pyexpat.c -o Modules/pyexpat.o
gcc -pthread -I/Users/s1g/Workspaces/cpython/upstream/cpython/Modules/expat -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_elementtree.c -o Modules/_elementtree.o
gcc -pthread -o Programs/_freeze_module Programs/_freeze_module.o Modules/getpath_noop.o Modules/getbuildinfo.o Parser/token.o Parser/pegen.o Parser/pegen_errors.o Parser/action_helpers.o Parser/parser.o Parser/string_parser.o Parser/peg_api.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.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/asm_trampoline.o Python/_warnings.o Python/Python-ast.o Python/Python-tokenize.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/frame.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/ceval_gil.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/specialize.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/perf_trampoline.o Python/dynload_shlib.o Modules/config.o Modules/main.o Modules/gcmodule.o Modules/atexitmodule.o Modules/faulthandler.o Modules/posixmodule.o Modules/signalmodule.o Modules/_tracemalloc.o Modules/_codecsmodule.o Modules/_collectionsmodule.o Modules/errnomodule.o Modules/_io/_iomodule.o Modules/_io/iobase.o Modules/_io/fileio.o Modules/_io/bytesio.o Modules/_io/bufferedio.o Modules/_io/textio.o Modules/_io/stringio.o Modules/itertoolsmodule.o Modules/_sre/sre.o Modules/_threadmodule.o Modules/timemodule.o Modules/_weakref.o Modules/_abc.o Modules/_functoolsmodule.o Modules/_localemodule.o Modules/_operator.o Modules/_stat.o Modules/symtablemodule.o Modules/pwdmodule.o -lpthread -ldl -lutil -lm
gcc -pthread -shared Modules/pyexpat.o -lm Modules/expat/libexpat.a -o Modules/pyexpat.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/_elementtree.o -o Modules/_elementtree.cpython-312-x86_64-linux-gnu.so
./Programs/_freeze_module importlib._bootstrap /Users/s1g/Workspaces/cpython/upstream/cpython/Lib/importlib/_bootstrap.py Python/frozen_modules/importlib._bootstrap.h
./Programs/_freeze_module importlib._bootstrap_external /Users/s1g/Workspaces/cpython/upstream/cpython/Lib/importlib/_bootstrap_external.py Python/frozen_modules/importlib._bootstrap_external.h
./Programs/_freeze_module getpath /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/getpath.py Python/frozen_modules/getpath.h
./Programs/_freeze_module zipimport /Users/s1g/Workspaces/cpython/upstream/cpython/Lib/zipimport.py Python/frozen_modules/zipimport.h
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -DPYTHONPATH='""' \
-DPREFIX='"/usr/local"' \
-DEXEC_PREFIX='"/usr/local"' \
-DVERSION='"3.12"' \
-DVPATH='"/Users/s1g/Workspaces/cpython/upstream/cpython"' \
-DPLATLIBDIR='"lib"' \
-DPYTHONFRAMEWORK='""' \
-o Modules/getpath.o /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/getpath.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Programs/_bootstrap_python.o /Users/s1g/Workspaces/cpython/upstream/cpython/Programs/_bootstrap_python.c
gcc -pthread -o _bootstrap_python Modules/getbuildinfo.o Parser/token.o Parser/pegen.o Parser/pegen_errors.o Parser/action_helpers.o Parser/parser.o Parser/string_parser.o Parser/peg_api.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.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/asm_trampoline.o Python/_warnings.o Python/Python-ast.o Python/Python-tokenize.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/frame.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/ceval_gil.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/specialize.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/perf_trampoline.o Python/dynload_shlib.o Modules/config.o Modules/main.o Modules/gcmodule.o Modules/atexitmodule.o Modules/faulthandler.o Modules/posixmodule.o Modules/signalmodule.o Modules/_tracemalloc.o Modules/_codecsmodule.o Modules/_collectionsmodule.o Modules/errnomodule.o Modules/_io/_iomodule.o Modules/_io/iobase.o Modules/_io/fileio.o Modules/_io/bytesio.o Modules/_io/bufferedio.o Modules/_io/textio.o Modules/_io/stringio.o Modules/itertoolsmodule.o Modules/_sre/sre.o Modules/_threadmodule.o Modules/timemodule.o Modules/_weakref.o Modules/_abc.o Modules/_functoolsmodule.o Modules/_localemodule.o Modules/_operator.o Modules/_stat.o Modules/symtablemodule.o Modules/pwdmodule.o \
Programs/_bootstrap_python.o Modules/getpath.o -lpthread -ldl -lutil -lm
gcc -pthread -shared Modules/_decimal/_decimal.o -lm Modules/_decimal/libmpdec/libmpdec.a -o Modules/_decimal.cpython-312-x86_64-linux-gnu.so
./_bootstrap_python /Users/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py abc /Users/s1g/Workspaces/cpython/upstream/cpython/Lib/abc.py Python/frozen_modules/abc.h
./_bootstrap_python /Users/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py codecs /Users/s1g/Workspaces/cpython/upstream/cpython/Lib/codecs.py Python/frozen_modules/codecs.h
./_bootstrap_python /Users/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py io /Users/s1g/Workspaces/cpython/upstream/cpython/Lib/io.py Python/frozen_modules/io.h
./_bootstrap_python /Users/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py _collections_abc /Users/s1g/Workspaces/cpython/upstream/cpython/Lib/_collections_abc.py Python/frozen_modules/_collections_abc.h
./_bootstrap_python /Users/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py _sitebuiltins /Users/s1g/Workspaces/cpython/upstream/cpython/Lib/_sitebuiltins.py Python/frozen_modules/_sitebuiltins.h
./_bootstrap_python /Users/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py genericpath /Users/s1g/Workspaces/cpython/upstream/cpython/Lib/genericpath.py Python/frozen_modules/genericpath.h
./_bootstrap_python /Users/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py ntpath /Users/s1g/Workspaces/cpython/upstream/cpython/Lib/ntpath.py Python/frozen_modules/ntpath.h
./_bootstrap_python /Users/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py posixpath /Users/s1g/Workspaces/cpython/upstream/cpython/Lib/posixpath.py Python/frozen_modules/posixpath.h
./_bootstrap_python /Users/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py os /Users/s1g/Workspaces/cpython/upstream/cpython/Lib/os.py Python/frozen_modules/os.h
./_bootstrap_python /Users/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py site /Users/s1g/Workspaces/cpython/upstream/cpython/Lib/site.py Python/frozen_modules/site.h
./_bootstrap_python /Users/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py stat /Users/s1g/Workspaces/cpython/upstream/cpython/Lib/stat.py Python/frozen_modules/stat.h
./_bootstrap_python /Users/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py importlib.util /Users/s1g/Workspaces/cpython/upstream/cpython/Lib/importlib/util.py Python/frozen_modules/importlib.util.h
./_bootstrap_python /Users/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py importlib.machinery /Users/s1g/Workspaces/cpython/upstream/cpython/Lib/importlib/machinery.py Python/frozen_modules/importlib.machinery.h
./_bootstrap_python /Users/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py runpy /Users/s1g/Workspaces/cpython/upstream/cpython/Lib/runpy.py Python/frozen_modules/runpy.h
./_bootstrap_python /Users/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py __hello__ /Users/s1g/Workspaces/cpython/upstream/cpython/Lib/__hello__.py Python/frozen_modules/__hello__.h
./_bootstrap_python /Users/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py __phello__ /Users/s1g/Workspaces/cpython/upstream/cpython/Lib/__phello__/__init__.py Python/frozen_modules/__phello__.h
./_bootstrap_python /Users/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py __phello__.ham /Users/s1g/Workspaces/cpython/upstream/cpython/Lib/__phello__/ham/__init__.py Python/frozen_modules/__phello__.ham.h
./_bootstrap_python /Users/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py __phello__.ham.eggs /Users/s1g/Workspaces/cpython/upstream/cpython/Lib/__phello__/ham/eggs.py Python/frozen_modules/__phello__.ham.eggs.h
./_bootstrap_python /Users/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py __phello__.spam /Users/s1g/Workspaces/cpython/upstream/cpython/Lib/__phello__/spam.py Python/frozen_modules/__phello__.spam.h
./_bootstrap_python /Users/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py frozen_only /Users/s1g/Workspaces/cpython/upstream/cpython/Tools/freeze/flag.py Python/frozen_modules/frozen_only.h
./_bootstrap_python /Users/s1g/Workspaces/cpython/upstream/cpython/Tools/build/deepfreeze.py \
Python/frozen_modules/importlib._bootstrap.h:importlib._bootstrap \
Python/frozen_modules/importlib._bootstrap_external.h:importlib._bootstrap_external \
Python/frozen_modules/zipimport.h:zipimport \
Python/frozen_modules/abc.h:abc \
Python/frozen_modules/codecs.h:codecs \
Python/frozen_modules/io.h:io \
Python/frozen_modules/_collections_abc.h:_collections_abc \
Python/frozen_modules/_sitebuiltins.h:_sitebuiltins \
Python/frozen_modules/genericpath.h:genericpath \
Python/frozen_modules/ntpath.h:ntpath \
Python/frozen_modules/posixpath.h:posixpath \
Python/frozen_modules/os.h:os \
Python/frozen_modules/site.h:site \
Python/frozen_modules/stat.h:stat \
Python/frozen_modules/importlib.util.h:importlib.util \
Python/frozen_modules/importlib.machinery.h:importlib.machinery \
Python/frozen_modules/runpy.h:runpy \
Python/frozen_modules/__hello__.h:__hello__ \
Python/frozen_modules/__phello__.h:__phello__ \
Python/frozen_modules/__phello__.ham.h:__phello__.ham \
Python/frozen_modules/__phello__.ham.eggs.h:__phello__.ham.eggs \
Python/frozen_modules/__phello__.spam.h:__phello__.spam \
Python/frozen_modules/frozen_only.h:frozen_only \
-o Python/deepfreeze/deepfreeze.c
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/frozen.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/frozen.c
Note: Deepfreeze may have added some global objects,
so run 'make regen-global-objects' if necessary.
gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/deepfreeze/deepfreeze.o Python/deepfreeze/deepfreeze.c
rm -f libpython3.12.a
ar rcs libpython3.12.a Modules/getbuildinfo.o Parser/token.o Parser/pegen.o Parser/pegen_errors.o Parser/action_helpers.o Parser/parser.o Parser/string_parser.o Parser/peg_api.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.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/asm_trampoline.o Python/_warnings.o Python/Python-ast.o Python/Python-tokenize.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/frame.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/ceval_gil.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/specialize.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/perf_trampoline.o Python/dynload_shlib.o Modules/config.o Modules/main.o Modules/gcmodule.o Modules/atexitmodule.o Modules/faulthandler.o Modules/posixmodule.o Modules/signalmodule.o Modules/_tracemalloc.o Modules/_codecsmodule.o Modules/_collectionsmodule.o Modules/errnomodule.o Modules/_io/_iomodule.o Modules/_io/iobase.o Modules/_io/fileio.o Modules/_io/bytesio.o Modules/_io/bufferedio.o Modules/_io/textio.o Modules/_io/stringio.o Modules/itertoolsmodule.o Modules/_sre/sre.o Modules/_threadmodule.o Modules/timemodule.o Modules/_weakref.o Modules/_abc.o Modules/_functoolsmodule.o Modules/_localemodule.o Modules/_operator.o Modules/_stat.o Modules/symtablemodule.o Modules/pwdmodule.o Python/deepfreeze/deepfreeze.o Modules/getpath.o Python/frozen.o
gcc -pthread -Xlinker -export-dynamic -o python.exe Programs/python.o Modules/getbuildinfo.o Parser/token.o Parser/pegen.o Parser/pegen_errors.o Parser/action_helpers.o Parser/parser.o Parser/string_parser.o Parser/peg_api.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.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/asm_trampoline.o Python/_warnings.o Python/Python-ast.o Python/Python-tokenize.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/frame.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/ceval_gil.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/specialize.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/perf_trampoline.o Python/dynload_shlib.o Modules/config.o Modules/main.o Modules/gcmodule.o Modules/atexitmodule.o Modules/faulthandler.o Modules/posixmodule.o Modules/signalmodule.o Modules/_tracemalloc.o Modules/_codecsmodule.o Modules/_collectionsmodule.o Modules/errnomodule.o Modules/_io/_iomodule.o Modules/_io/iobase.o Modules/_io/fileio.o Modules/_io/bytesio.o Modules/_io/bufferedio.o Modules/_io/textio.o Modules/_io/stringio.o Modules/itertoolsmodule.o Modules/_sre/sre.o Modules/_threadmodule.o Modules/timemodule.o Modules/_weakref.o Modules/_abc.o Modules/_functoolsmodule.o Modules/_localemodule.o Modules/_operator.o Modules/_stat.o Modules/symtablemodule.o Modules/pwdmodule.o Python/deepfreeze/deepfreeze.o Modules/getpath.o Python/frozen.o -lpthread -ldl -lutil -lm
gcc -pthread -Xlinker -export-dynamic -o Programs/_testembed Programs/_testembed.o Modules/getbuildinfo.o Parser/token.o Parser/pegen.o Parser/pegen_errors.o Parser/action_helpers.o Parser/parser.o Parser/string_parser.o Parser/peg_api.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.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/asm_trampoline.o Python/_warnings.o Python/Python-ast.o Python/Python-tokenize.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/frame.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/ceval_gil.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/specialize.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/perf_trampoline.o Python/dynload_shlib.o Modules/config.o Modules/main.o Modules/gcmodule.o Modules/atexitmodule.o Modules/faulthandler.o Modules/posixmodule.o Modules/signalmodule.o Modules/_tracemalloc.o Modules/_codecsmodule.o Modules/_collectionsmodule.o Modules/errnomodule.o Modules/_io/_iomodule.o Modules/_io/iobase.o Modules/_io/fileio.o Modules/_io/bytesio.o Modules/_io/bufferedio.o Modules/_io/textio.o Modules/_io/stringio.o Modules/itertoolsmodule.o Modules/_sre/sre.o Modules/_threadmodule.o Modules/timemodule.o Modules/_weakref.o Modules/_abc.o Modules/_functoolsmodule.o Modules/_localemodule.o Modules/_operator.o Modules/_stat.o Modules/symtablemodule.o Modules/pwdmodule.o Python/deepfreeze/deepfreeze.o Modules/getpath.o Python/frozen.o -lpthread -ldl -lutil -lm
./python.exe -E -S -m sysconfig --generate-posix-vars ;\
if test $? -ne 0 ; then \
echo "generate-posix-vars failed" ; \
rm -f ./pybuilddir.txt ; \
exit 1 ; \
fi
./python.exe -E -c 'import sys ; from sysconfig import get_platform ; print("%s-%d.%d" % (get_platform(), *sys.version_info[:2]))' >platform
The following modules are *disabled* in configure script:
_sqlite3
The necessary bits to build these optional modules were not found:
_bz2 _ctypes _ctypes_test
_curses _curses_panel _dbm
_gdbm _hashlib _lzma
_ssl _tkinter _uuid
readline
To find the necessary bits, look in configure.ac and config.log.
Could not build the ssl module!
Python requires a OpenSSL 1.1.1 or newer
Checked 109 modules (30 built-in, 64 shared, 1 n/a on linux-x86_64, 1 disabled, 13 missing, 0 failed on import)
/Users/s1g/Workspaces/cpython
/Users/s1g/Workspaces/cpython/upstream/cpython /Users/s1g/Workspaces/cpython
/Users/s1g/Workspaces/cpython
/Users/s1g/Workspaces/cpython/build/cpython /Users/s1g/Workspaces/cpython
configure: /Users/s1g/Workspaces/cpython/upstream/cpython/configure -C --host=wasm32-unknown-emscripten --build=x86_64-pc-linux-gnu --with-emscripten-target=browser --disable-wasm-dynamic-linking --with-suffix=.mjs --disable-wasm-preload --enable-wasm-js-module --with-build-python=/Users/s1g/Workspaces/cpython/build/cpython-native/python
configure: WARNING: unrecognized options: --enable-wasm-js-module
configure: loading site script /Users/s1g/Workspaces/cpython/upstream/cpython/Tools/wasm/config.site-wasm32-emscripten
configure: creating cache config.cache
checking for git... found
checking build system type... x86_64-pc-linux-gnu
checking host system type... wasm32-unknown-emscripten
checking for --with-build-python... configure: error: invalid or missing build python binary "/Users/s1g/Workspaces/cpython/build/cpython-native/python"
emconfigure: error: '/Users/s1g/Workspaces/cpython/upstream/cpython/configure -C --host=wasm32-unknown-emscripten --build=x86_64-pc-linux-gnu --with-emscripten-target=browser --disable-wasm-dynamic-linking --with-suffix=.mjs --disable-wasm-preload --enable-wasm-js-module --with-build-python=/Users/s1g/Workspaces/cpython/build/cpython-native/python' failed (returned 1)
make: make -j10
make: *** No targets specified and no makefile found. Stop.
emmake: error: 'make -j10' failed (returned 2)
/Users/s1g/Workspaces/cpython
/Users/s1g/Workspaces/cpython/build/cpython /Users/s1g/Workspaces/cpython
make: make -j10
make: *** No targets specified and no makefile found. Stop.
emmake: error: 'make -j10' failed (returned 2)
/Users/s1g/Workspaces/cpython
./build-with-docker.sh 0.28s user 0.33s system 0% cpu 11:13.21 total
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment