* Backporting Python Versions
@ 2025-07-16 20:37 Ryan Hoffmann
2025-07-17 9:43 ` [yocto] " Alexander Kanavin
0 siblings, 1 reply; 2+ messages in thread
From: Ryan Hoffmann @ 2025-07-16 20:37 UTC (permalink / raw)
To: yocto
[-- Attachment #1.1: Type: text/plain, Size: 839 bytes --]
I have recently upgraded from Kirkstone to Scarthgap and due to
compatibility issues(arm32) I need an older version of Python to use an
older python package.
I have my preferred version set to the right version and I copied the old
Python recipe from the Kirkstone branch of openembedded-core.
When trying to build I get this error:
| if test $? -ne 0 ; then \
| echo "generate-posix-vars failed" ; \
| rm -f ./pybuilddir.txt ; \
| exit 1 ; \
| fi
| /bin/sh: 1: python: not found
| generate-posix-vars failed
| make: *** [Makefile:614: pybuilddir.txt] Error 1
| ERROR: oe_runmake failed
| WARNING: exit code 1 from a shell command.
Attached is the full log.
I can see here that it's attempting to use python2 instead of python3 in
that generated file, but I'm not sure how to get it to generate it with
python3 instead.
[-- Attachment #1.2: Type: text/html, Size: 1006 bytes --]
[-- Attachment #2: log.do_compile.1318941 --]
[-- Type: application/octet-stream, Size: 431263 bytes --]
DEBUG: Executing python function autotools_aclocals
DEBUG: SITE files ['endian-little', 'bit-32', 'ix86-common', 'common-linux', 'common-glibc', 'i686-linux', 'common']
DEBUG: Python function autotools_aclocals finished
DEBUG: Executing shell function do_compile
NOTE: make -j 5 STAGING_LIBDIR=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/lib STAGING_INCDIR=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include LIB=lib
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Programs/python.o ../Python-3.10.18/Programs/python.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Parser/token.o ../Python-3.10.18/Parser/token.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Parser/pegen.o ../Python-3.10.18/Parser/pegen.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Parser/parser.o ../Python-3.10.18/Parser/parser.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Parser/string_parser.o ../Python-3.10.18/Parser/string_parser.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Parser/peg_api.o ../Python-3.10.18/Parser/peg_api.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Parser/myreadline.o ../Python-3.10.18/Parser/myreadline.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Parser/tokenizer.o ../Python-3.10.18/Parser/tokenizer.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Objects/abstract.o ../Python-3.10.18/Objects/abstract.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Objects/accu.o ../Python-3.10.18/Objects/accu.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Objects/boolobject.o ../Python-3.10.18/Objects/boolobject.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Objects/bytes_methods.o ../Python-3.10.18/Objects/bytes_methods.c
In file included from ../Python-3.10.18/Objects/bytes_methods.c:435:
../Python-3.10.18/Objects/stringlib/fastsearch.h: In function 'stringlib__preprocess':
../Python-3.10.18/Objects/stringlib/fastsearch.h:333:19: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'int'} and 'unsigned int' [-Wsign-compare]
333 | if (shift > SHIFT_OVERFLOW) {
| ^
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Objects/bytearrayobject.o ../Python-3.10.18/Objects/bytearrayobject.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Objects/bytesobject.o ../Python-3.10.18/Objects/bytesobject.c
In file included from ../Python-3.10.18/Objects/bytearrayobject.c:1103:
../Python-3.10.18/Objects/stringlib/fastsearch.h: In function 'stringlib__preprocess':
../Python-3.10.18/Objects/stringlib/fastsearch.h:333:19: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'int'} and 'unsigned int' [-Wsign-compare]
333 | if (shift > SHIFT_OVERFLOW) {
| ^
In file included from ../Python-3.10.18/Objects/bytesobject.c:1299:
../Python-3.10.18/Objects/stringlib/fastsearch.h: In function 'stringlib__preprocess':
../Python-3.10.18/Objects/stringlib/fastsearch.h:333:19: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'int'} and 'unsigned int' [-Wsign-compare]
333 | if (shift > SHIFT_OVERFLOW) {
| ^
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Objects/call.o ../Python-3.10.18/Objects/call.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Objects/capsule.o ../Python-3.10.18/Objects/capsule.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Objects/cellobject.o ../Python-3.10.18/Objects/cellobject.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Objects/classobject.o ../Python-3.10.18/Objects/classobject.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Objects/codeobject.o ../Python-3.10.18/Objects/codeobject.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Objects/complexobject.o ../Python-3.10.18/Objects/complexobject.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Objects/descrobject.o ../Python-3.10.18/Objects/descrobject.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Objects/enumobject.o ../Python-3.10.18/Objects/enumobject.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Objects/exceptions.o ../Python-3.10.18/Objects/exceptions.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Objects/genericaliasobject.o ../Python-3.10.18/Objects/genericaliasobject.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Objects/genobject.o ../Python-3.10.18/Objects/genobject.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Objects/fileobject.o ../Python-3.10.18/Objects/fileobject.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Objects/floatobject.o ../Python-3.10.18/Objects/floatobject.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Objects/frameobject.o ../Python-3.10.18/Objects/frameobject.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Objects/funcobject.o ../Python-3.10.18/Objects/funcobject.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Objects/interpreteridobject.o ../Python-3.10.18/Objects/interpreteridobject.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Objects/iterobject.o ../Python-3.10.18/Objects/iterobject.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Objects/listobject.o ../Python-3.10.18/Objects/listobject.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Objects/longobject.o ../Python-3.10.18/Objects/longobject.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Objects/dictobject.o ../Python-3.10.18/Objects/dictobject.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Objects/odictobject.o ../Python-3.10.18/Objects/odictobject.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Objects/memoryobject.o ../Python-3.10.18/Objects/memoryobject.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Objects/methodobject.o ../Python-3.10.18/Objects/methodobject.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Objects/moduleobject.o ../Python-3.10.18/Objects/moduleobject.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Objects/namespaceobject.o ../Python-3.10.18/Objects/namespaceobject.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Objects/object.o ../Python-3.10.18/Objects/object.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Objects/obmalloc.o ../Python-3.10.18/Objects/obmalloc.c
../Python-3.10.18/Objects/obmalloc.c:1413:1: warning: 'always_inline' function might not be inlinable [-Wattributes]
1413 | arena_map_get(block *p, int create)
| ^~~~~~~~~~~~~
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Objects/picklebufobject.o ../Python-3.10.18/Objects/picklebufobject.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Objects/rangeobject.o ../Python-3.10.18/Objects/rangeobject.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Objects/setobject.o ../Python-3.10.18/Objects/setobject.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Objects/sliceobject.o ../Python-3.10.18/Objects/sliceobject.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Objects/structseq.o ../Python-3.10.18/Objects/structseq.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Objects/tupleobject.o ../Python-3.10.18/Objects/tupleobject.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Objects/typeobject.o ../Python-3.10.18/Objects/typeobject.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Objects/unicodeobject.o ../Python-3.10.18/Objects/unicodeobject.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Objects/unicodectype.o ../Python-3.10.18/Objects/unicodectype.c
In file included from ../Python-3.10.18/Objects/unicodeobject.c:938:
../Python-3.10.18/Objects/stringlib/fastsearch.h: In function 'asciilib__preprocess':
../Python-3.10.18/Objects/stringlib/fastsearch.h:333:19: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'int'} and 'unsigned int' [-Wsign-compare]
333 | if (shift > SHIFT_OVERFLOW) {
| ^
In file included from ../Python-3.10.18/Objects/unicodeobject.c:947:
../Python-3.10.18/Objects/stringlib/fastsearch.h: In function 'ucs1lib__preprocess':
../Python-3.10.18/Objects/stringlib/fastsearch.h:333:19: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'int'} and 'unsigned int' [-Wsign-compare]
333 | if (shift > SHIFT_OVERFLOW) {
| ^
In file included from ../Python-3.10.18/Objects/unicodeobject.c:957:
../Python-3.10.18/Objects/stringlib/fastsearch.h: In function 'ucs2lib__preprocess':
../Python-3.10.18/Objects/stringlib/fastsearch.h:333:19: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'int'} and 'unsigned int' [-Wsign-compare]
333 | if (shift > SHIFT_OVERFLOW) {
| ^
In file included from ../Python-3.10.18/Objects/unicodeobject.c:967:
../Python-3.10.18/Objects/stringlib/fastsearch.h: In function 'ucs4lib__preprocess':
../Python-3.10.18/Objects/stringlib/fastsearch.h:333:19: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'int'} and 'unsigned int' [-Wsign-compare]
333 | if (shift > SHIFT_OVERFLOW) {
| ^
In file included from ../Python-3.10.18/Objects/unicodeobject.c:979:
../Python-3.10.18/Objects/stringlib/fastsearch.h: In function 'stringlib__preprocess':
../Python-3.10.18/Objects/stringlib/fastsearch.h:333:19: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'int'} and 'unsigned int' [-Wsign-compare]
333 | if (shift > SHIFT_OVERFLOW) {
| ^
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Objects/unionobject.o ../Python-3.10.18/Objects/unionobject.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Objects/weakrefobject.o ../Python-3.10.18/Objects/weakrefobject.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Python/_warnings.o ../Python-3.10.18/Python/_warnings.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Python/Python-ast.o ../Python-3.10.18/Python/Python-ast.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Python/asdl.o ../Python-3.10.18/Python/asdl.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Python/ast.o ../Python-3.10.18/Python/ast.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Python/ast_opt.o ../Python-3.10.18/Python/ast_opt.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Python/ast_unparse.o ../Python-3.10.18/Python/ast_unparse.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Python/bltinmodule.o ../Python-3.10.18/Python/bltinmodule.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Python/ceval.o ../Python-3.10.18/Python/ceval.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Python/codecs.o ../Python-3.10.18/Python/codecs.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Python/compile.o ../Python-3.10.18/Python/compile.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Python/context.o ../Python-3.10.18/Python/context.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Python/dynamic_annotations.o ../Python-3.10.18/Python/dynamic_annotations.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Python/errors.o ../Python-3.10.18/Python/errors.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Python/frozenmain.o ../Python-3.10.18/Python/frozenmain.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Python/future.o ../Python-3.10.18/Python/future.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Python/getargs.o ../Python-3.10.18/Python/getargs.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Python/getcompiler.o ../Python-3.10.18/Python/getcompiler.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Python/getcopyright.o ../Python-3.10.18/Python/getcopyright.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -DPLATFORM='"linux"' -o Python/getplatform.o ../Python-3.10.18/Python/getplatform.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Python/getversion.o ../Python-3.10.18/Python/getversion.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Python/hamt.o ../Python-3.10.18/Python/hamt.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Python/hashtable.o ../Python-3.10.18/Python/hashtable.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Python/import.o ../Python-3.10.18/Python/import.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -I. -o Python/importdl.o ../Python-3.10.18/Python/importdl.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE \
-DPLATLIBDIR='"lib"' \
-o Python/initconfig.o ../Python-3.10.18/Python/initconfig.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Python/marshal.o ../Python-3.10.18/Python/marshal.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Python/modsupport.o ../Python-3.10.18/Python/modsupport.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Python/mysnprintf.o ../Python-3.10.18/Python/mysnprintf.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Python/mystrtoul.o ../Python-3.10.18/Python/mystrtoul.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Python/pathconfig.o ../Python-3.10.18/Python/pathconfig.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Python/preconfig.o ../Python-3.10.18/Python/preconfig.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Python/pyarena.o ../Python-3.10.18/Python/pyarena.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Python/pyctype.o ../Python-3.10.18/Python/pyctype.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Python/pyfpe.o ../Python-3.10.18/Python/pyfpe.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Python/pyhash.o ../Python-3.10.18/Python/pyhash.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Python/pylifecycle.o ../Python-3.10.18/Python/pylifecycle.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Python/pymath.o ../Python-3.10.18/Python/pymath.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Python/pystate.o ../Python-3.10.18/Python/pystate.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Python/pythonrun.o ../Python-3.10.18/Python/pythonrun.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Python/pytime.o ../Python-3.10.18/Python/pytime.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Python/bootstrap_hash.o ../Python-3.10.18/Python/bootstrap_hash.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Python/structmember.o ../Python-3.10.18/Python/structmember.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Python/symtable.o ../Python-3.10.18/Python/symtable.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE \
-DABIFLAGS='""' \
-DMULTIARCH=\"i386-linux-gnu\" \
-o Python/sysmodule.o ../Python-3.10.18/Python/sysmodule.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Python/thread.o ../Python-3.10.18/Python/thread.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Python/traceback.o ../Python-3.10.18/Python/traceback.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Python/getopt.o ../Python-3.10.18/Python/getopt.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Python/pystrcmp.o ../Python-3.10.18/Python/pystrcmp.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Python/pystrtod.o ../Python-3.10.18/Python/pystrtod.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Python/pystrhex.o ../Python-3.10.18/Python/pystrhex.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Python/dtoa.o ../Python-3.10.18/Python/dtoa.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Python/formatter_unicode.o ../Python-3.10.18/Python/formatter_unicode.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Python/fileutils.o ../Python-3.10.18/Python/fileutils.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Python/suggestions.o ../Python-3.10.18/Python/suggestions.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE \
-DSOABI='"cpython-310-i386-linux-gnu"' \
-o Python/dynload_shlib.o ../Python-3.10.18/Python/dynload_shlib.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Modules/config.o Modules/config.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -DPYTHONPATH='""' \
-DPREFIX='"/usr"' \
-DEXEC_PREFIX='"/usr"' \
-DVERSION='"3.10"' \
-DVPATH='"../Python-3.10.18"' \
-o Modules/getpath.o ../Python-3.10.18/Modules/getpath.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Modules/main.o ../Python-3.10.18/Modules/main.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Modules/gcmodule.o ../Python-3.10.18/Modules/gcmodule.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -I../Python-3.10.18/Include/internal -c ../Python-3.10.18/Modules/posixmodule.c -o Modules/posixmodule.o
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE_BUILTIN -c ../Python-3.10.18/Modules/errnomodule.c -o Modules/errnomodule.o
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE_BUILTIN -c ../Python-3.10.18/Modules/pwdmodule.c -o Modules/pwdmodule.o
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -c ../Python-3.10.18/Modules/_sre.c -o Modules/_sre.o
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE_BUILTIN -c ../Python-3.10.18/Modules/_codecsmodule.c -o Modules/_codecsmodule.o
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE_BUILTIN -c ../Python-3.10.18/Modules/_weakref.c -o Modules/_weakref.o
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -I../Python-3.10.18/Include/internal -c ../Python-3.10.18/Modules/_functoolsmodule.c -o Modules/_functoolsmodule.o
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -c ../Python-3.10.18/Modules/_operator.c -o Modules/_operator.o
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE_BUILTIN -c ../Python-3.10.18/Modules/_collectionsmodule.c -o Modules/_collectionsmodule.o
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -c ../Python-3.10.18/Modules/_abc.c -o Modules/_abc.o
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE_BUILTIN -c ../Python-3.10.18/Modules/itertoolsmodule.c -o Modules/itertoolsmodule.o
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE_BUILTIN -c ../Python-3.10.18/Modules/atexitmodule.c -o Modules/atexitmodule.o
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -I../Python-3.10.18/Include/internal -c ../Python-3.10.18/Modules/signalmodule.c -o Modules/signalmodule.o
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE_BUILTIN -c ../Python-3.10.18/Modules/_stat.c -o Modules/_stat.o
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -I../Python-3.10.18/Include/internal -c ../Python-3.10.18/Modules/timemodule.c -o Modules/timemodule.o
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -I../Python-3.10.18/Include/internal -c ../Python-3.10.18/Modules/_threadmodule.c -o Modules/_threadmodule.o
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -c ../Python-3.10.18/Modules/_localemodule.c -o Modules/_localemodule.o
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -I../Python-3.10.18/Include/internal -I../Python-3.10.18/Modules/_io -c ../Python-3.10.18/Modules/_io/_iomodule.c -o Modules/_iomodule.o
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -I../Python-3.10.18/Include/internal -I../Python-3.10.18/Modules/_io -c ../Python-3.10.18/Modules/_io/iobase.c -o Modules/iobase.o
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -I../Python-3.10.18/Include/internal -I../Python-3.10.18/Modules/_io -c ../Python-3.10.18/Modules/_io/fileio.c -o Modules/fileio.o
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -I../Python-3.10.18/Include/internal -I../Python-3.10.18/Modules/_io -c ../Python-3.10.18/Modules/_io/bytesio.c -o Modules/bytesio.o
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -I../Python-3.10.18/Include/internal -I../Python-3.10.18/Modules/_io -c ../Python-3.10.18/Modules/_io/bufferedio.c -o Modules/bufferedio.o
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -I../Python-3.10.18/Include/internal -I../Python-3.10.18/Modules/_io -c ../Python-3.10.18/Modules/_io/textio.c -o Modules/textio.o
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -I../Python-3.10.18/Include/internal -I../Python-3.10.18/Modules/_io -c ../Python-3.10.18/Modules/_io/stringio.c -o Modules/stringio.o
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE_BUILTIN -c ../Python-3.10.18/Modules/faulthandler.c -o Modules/faulthandler.o
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE_BUILTIN -c ../Python-3.10.18/Modules/_tracemalloc.c -o Modules/_tracemalloc.o
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE_BUILTIN -c ../Python-3.10.18/Modules/symtablemodule.c -o Modules/symtablemodule.o
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE_BUILTIN -c ../Python-3.10.18/Modules/xxsubtype.c -o Modules/xxsubtype.o
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Python/frozen.o ../Python-3.10.18/Python/frozen.c
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Modules/_math.o ../Python-3.10.18/Modules/_math.c
/home/ryan/dev/yocto/lza/tmp/hosttools/install -c -m 644 ../Python-3.10.18/Tools/gdb/libpython.py python-gdb.py
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE -o Programs/_testembed.o ../Python-3.10.18/Programs/_testembed.c
sed -e "s,@EXENAME@,/usr/bin/python3.10," < ../Python-3.10.18/Misc/python-config.in >python-config.py
sed -i -e '1s|^#!.*|#!/usr/bin/env python3|' python-config.py
LC_ALL=C sed -e 's,\$(\([A-Za-z0-9_]*\)),\$\{\1\},g' < Misc/python-config.sh >python-config
cp python-config.py python-config
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I../Python-3.10.18/Include/internal -IObjects -IInclude -IPython -I. -I../Python-3.10.18/Include -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/ncursesw -I/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot/usr/include/uuid -fPIC -DPy_BUILD_CORE \
-DGITVERSION="\"`LC_ALL=C `\"" \
-DGITTAG="\"`LC_ALL=C `\"" \
-DGITBRANCH="\"`LC_ALL=C `\"" \
-o Modules/getbuildinfo.o ../Python-3.10.18/Modules/getbuildinfo.c
rm -f libpython3.10.a
if test libpython3.10.so.1.0 != libpython3.10.so; then \
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -shared -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -Wl,-z,relro,-z,now -L/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -Wl,-z,relro,-z,now -Wl,-hlibpython3.10.so.1.0 -o libpython3.10.so.1.0 Modules/getbuildinfo.o Parser/token.o Parser/pegen.o Parser/parser.o Parser/string_parser.o Parser/peg_api.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/accu.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/call.o Objects/capsule.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genericaliasobject.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/interpreteridobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/odictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/namespaceobject.o Objects/object.o Objects/obmalloc.o Objects/picklebufobject.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/unionobject.o Objects/weakrefobject.o Python/_warnings.o Python/Python-ast.o Python/asdl.o Python/ast.o Python/ast_opt.o Python/ast_unparse.o Python/bltinmodule.o Python/ceval.o Python/codecs.o Python/compile.o Python/context.o Python/dynamic_annotations.o Python/errors.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/hamt.o Python/hashtable.o Python/import.o Python/importdl.o Python/initconfig.o Python/marshal.o Python/modsupport.o Python/mysnprintf.o Python/mystrtoul.o Python/pathconfig.o Python/preconfig.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pyhash.o Python/pylifecycle.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.o Python/bootstrap_hash.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/thread.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/pystrhex.o Python/dtoa.o Python/formatter_unicode.o Python/fileutils.o Python/suggestions.o Python/dynload_shlib.o Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.o Modules/posixmodule.o Modules/errnomodule.o Modules/pwdmodule.o Modules/_sre.o Modules/_codecsmodule.o Modules/_weakref.o Modules/_functoolsmodule.o Modules/_operator.o Modules/_collectionsmodule.o Modules/_abc.o Modules/itertoolsmodule.o Modules/atexitmodule.o Modules/signalmodule.o Modules/_stat.o Modules/timemodule.o Modules/_threadmodule.o Modules/_localemodule.o Modules/_iomodule.o Modules/iobase.o Modules/fileio.o Modules/bytesio.o Modules/bufferedio.o Modules/textio.o Modules/stringio.o Modules/faulthandler.o Modules/_tracemalloc.o Modules/symtablemodule.o Modules/xxsubtype.o Python/frozen.o -lcrypt -ldl -lpthread -lm -lm; \
ln -f libpython3.10.so.1.0 libpython3.10.so; \
else \
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -shared -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -Wl,-z,relro,-z,now -L/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -Wl,-z,relro,-z,now -o libpython3.10.so Modules/getbuildinfo.o Parser/token.o Parser/pegen.o Parser/parser.o Parser/string_parser.o Parser/peg_api.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/accu.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/call.o Objects/capsule.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genericaliasobject.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/interpreteridobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/odictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/namespaceobject.o Objects/object.o Objects/obmalloc.o Objects/picklebufobject.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/unionobject.o Objects/weakrefobject.o Python/_warnings.o Python/Python-ast.o Python/asdl.o Python/ast.o Python/ast_opt.o Python/ast_unparse.o Python/bltinmodule.o Python/ceval.o Python/codecs.o Python/compile.o Python/context.o Python/dynamic_annotations.o Python/errors.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/hamt.o Python/hashtable.o Python/import.o Python/importdl.o Python/initconfig.o Python/marshal.o Python/modsupport.o Python/mysnprintf.o Python/mystrtoul.o Python/pathconfig.o Python/preconfig.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pyhash.o Python/pylifecycle.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.o Python/bootstrap_hash.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/thread.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/pystrhex.o Python/dtoa.o Python/formatter_unicode.o Python/fileutils.o Python/suggestions.o Python/dynload_shlib.o Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.o Modules/posixmodule.o Modules/errnomodule.o Modules/pwdmodule.o Modules/_sre.o Modules/_codecsmodule.o Modules/_weakref.o Modules/_functoolsmodule.o Modules/_operator.o Modules/_collectionsmodule.o Modules/_abc.o Modules/itertoolsmodule.o Modules/atexitmodule.o Modules/signalmodule.o Modules/_stat.o Modules/timemodule.o Modules/_threadmodule.o Modules/_localemodule.o Modules/_iomodule.o Modules/iobase.o Modules/fileio.o Modules/bytesio.o Modules/bufferedio.o Modules/textio.o Modules/stringio.o Modules/faulthandler.o Modules/_tracemalloc.o Modules/symtablemodule.o Modules/xxsubtype.o Python/frozen.o -lcrypt -ldl -lpthread -lm -lm; \
fi
i686-poky-linux-gcc-ar rcs libpython3.10.a Modules/getbuildinfo.o Parser/token.o Parser/pegen.o Parser/parser.o Parser/string_parser.o Parser/peg_api.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/accu.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/call.o Objects/capsule.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genericaliasobject.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/interpreteridobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/odictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/namespaceobject.o Objects/object.o Objects/obmalloc.o Objects/picklebufobject.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/unionobject.o Objects/weakrefobject.o Python/_warnings.o Python/Python-ast.o Python/asdl.o Python/ast.o Python/ast_opt.o Python/ast_unparse.o Python/bltinmodule.o Python/ceval.o Python/codecs.o Python/compile.o Python/context.o Python/dynamic_annotations.o Python/errors.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/hamt.o Python/hashtable.o Python/import.o Python/importdl.o Python/initconfig.o Python/marshal.o Python/modsupport.o Python/mysnprintf.o Python/mystrtoul.o Python/pathconfig.o Python/preconfig.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pyhash.o Python/pylifecycle.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.o Python/bootstrap_hash.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/thread.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/pystrhex.o Python/dtoa.o Python/formatter_unicode.o Python/fileutils.o Python/suggestions.o Python/dynload_shlib.o Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.o Modules/posixmodule.o Modules/errnomodule.o Modules/pwdmodule.o Modules/_sre.o Modules/_codecsmodule.o Modules/_weakref.o Modules/_functoolsmodule.o Modules/_operator.o Modules/_collectionsmodule.o Modules/_abc.o Modules/itertoolsmodule.o Modules/atexitmodule.o Modules/signalmodule.o Modules/_stat.o Modules/timemodule.o Modules/_threadmodule.o Modules/_localemodule.o Modules/_iomodule.o Modules/iobase.o Modules/fileio.o Modules/bytesio.o Modules/bufferedio.o Modules/textio.o Modules/stringio.o Modules/faulthandler.o Modules/_tracemalloc.o Modules/symtablemodule.o Modules/xxsubtype.o Python/frozen.o
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -shared -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -Wl,-z,relro,-z,now -L/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -Wl,-z,relro,-z,now -Wl,--no-as-needed -o libpython3.so -Wl,-hlibpython3.so libpython3.10.so
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -Wl,-z,relro,-z,now -L/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -Wl,-z,relro,-z,now -Xlinker -export-dynamic -o python Programs/python.o -L. -lpython3.10 -lcrypt -ldl -lpthread -lm -lm
i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -Wl,-z,relro,-z,now -L/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/Python-3.10.18=/usr/src/debug/python3/3.10.18 -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build=/usr/src/debug/python3/3.10.18 -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fmacro-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot= -fdebug-prefix-map=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native= -Wl,-z,relro,-z,now -Xlinker -export-dynamic -o Programs/_testembed Programs/_testembed.o -L. -lpython3.10 -lcrypt -ldl -lpthread -lm -lm
_PYTHON_PROJECT_BASE=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/build _PYTHON_HOST_PLATFORM=linux-i686 PYTHONPATH=/home/ryan/dev/yocto/lza/tmp/work/core2-32-poky-linux/python3/3.10.18/recipe-sysroot-native/usr/lib/python3.10/lib-dynload/:../Python-3.10.18/Lib _PYTHON_SYSCONFIGDATA_NAME=_sysconfigdata__linux_i386-linux-gnu python -S -m sysconfig --generate-posix-vars ;\
if test $? -ne 0 ; then \
echo "generate-posix-vars failed" ; \
rm -f ./pybuilddir.txt ; \
exit 1 ; \
fi
/bin/sh: 1: python: not found
generate-posix-vars failed
make: *** [Makefile:614: pybuilddir.txt] Error 1
ERROR: oe_runmake failed
WARNING: exit code 1 from a shell command.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [yocto] Backporting Python Versions
2025-07-16 20:37 Backporting Python Versions Ryan Hoffmann
@ 2025-07-17 9:43 ` Alexander Kanavin
0 siblings, 0 replies; 2+ messages in thread
From: Alexander Kanavin @ 2025-07-17 9:43 UTC (permalink / raw)
To: yocto, rhoffmann
It would help if you tell what is that older package you need to use,
and what is the issue there. I think you're far better off fixing
that, than trying to put kirkstone python into scarthgap.
Alex
On Wed, 16 Jul 2025 at 22:38, Ryan Hoffmann via lists.yoctoproject.org
<rhoffmann=layerzero.com@lists.yoctoproject.org> wrote:
>
> I have recently upgraded from Kirkstone to Scarthgap and due to compatibility issues(arm32) I need an older version of Python to use an older python package.
> I have my preferred version set to the right version and I copied the old Python recipe from the Kirkstone branch of openembedded-core.
> When trying to build I get this error:
> | if test $? -ne 0 ; then \
> | echo "generate-posix-vars failed" ; \
> | rm -f ./pybuilddir.txt ; \
> | exit 1 ; \
> | fi
> | /bin/sh: 1: python: not found
> | generate-posix-vars failed
> | make: *** [Makefile:614: pybuilddir.txt] Error 1
> | ERROR: oe_runmake failed
> | WARNING: exit code 1 from a shell command.
>
> Attached is the full log.
> I can see here that it's attempting to use python2 instead of python3 in that generated file, but I'm not sure how to get it to generate it with python3 instead.
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#65668): https://lists.yoctoproject.org/g/yocto/message/65668
> Mute This Topic: https://lists.yoctoproject.org/mt/114192541/1686489
> Group Owner: yocto+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [alex.kanavin@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-07-17 9:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-16 20:37 Backporting Python Versions Ryan Hoffmann
2025-07-17 9:43 ` [yocto] " Alexander Kanavin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).