--- Begin Message ---
Package: src:micropython
Version: 1.25.0+ds-1
Severity: serious
Tags: ftbfs forky sid
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build.
Below you will find how the build ends (probably the most relevant part,
but not necessarily). If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/202509/
About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.
If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:micropython, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean
debian/rules override_dh_auto_clean-arch
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_clean -a --sourcedirectory=ports/unix/
cd ports/unix && make -j2 clean
make[2]: Entering directory '/<<PKGBUILDDIR>>/ports/unix'
rm -f build-standard/micropython
rm -f build-standard/micropython.map
rm -rf build-standard
make[2]: Leaving directory '/<<PKGBUILDDIR>>/ports/unix'
/usr/bin/make -C mpy-cross clean
make[2]: Entering directory '/<<PKGBUILDDIR>>/mpy-cross'
rm -f build/mpy-cross
rm -f build/mpy-cross.map
rm -rf build
make[2]: Leaving directory '/<<PKGBUILDDIR>>/mpy-cross'
rm -rf py/__pycache__
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules override_dh_auto_clean-indep
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_clean -i --sourcedirectory=docs/
cd docs && make -j2 clean
make[2]: Entering directory '/<<PKGBUILDDIR>>/docs'
rm -rf build//*
rm -f genrst/*
make[2]: Leaving directory '/<<PKGBUILDDIR>>/docs'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_clean
debian/rules binary
dh binary --with sphinxdoc
dh_update_autotools_config
dh_autoreconf
debian/rules override_dh_auto_configure-arch
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_build -a --sourcedirectory=mpy-cross/
cd mpy-cross && make -j2 "INSTALL=install --strip-program=true"
make[2]: Entering directory '/<<PKGBUILDDIR>>/mpy-cross'
mkdir -p build/genhdr
mkdir -p build/
mkdir -p build/py/
mkdir -p build/shared/runtime/
../debian/config/makedebversionhdr build/genhdr/mpversion.h ../debian/changelog
GEN build/genhdr/mpversion.h
GEN build/genhdr/qstr.i.last
python3 ../py/makeqstrdefs.py pp gcc -E output build/genhdr/
[too-long-redacted] ../py/mpconfig.h mpconfigport.h
GEN build/genhdr/qstr.split
python3 ../py/makeqstrdefs.py split qstr build/genhdr/qstr.i.last
build/genhdr/qstr _
GEN build/genhdr/moduledefs.split
python3 ../py/makeqstrdefs.py split module build/genhdr/qstr.i.last
build/genhdr/module _
touch build/genhdr/moduledefs.split
touch build/genhdr/qstr.split
GEN build/genhdr/root_pointers.split
python3 ../py/makeqstrdefs.py split root_pointer build/genhdr/qstr.i.last
build/genhdr/root_pointer _
GEN build/genhdr/moduledefs.collected
python3 ../py/makeqstrdefs.py cat module _ build/genhdr/module
build/genhdr/moduledefs.collected
Module registrations updated
GEN build/genhdr/qstrdefs.collected.h
python3 ../py/makeqstrdefs.py cat qstr _ build/genhdr/qstr
build/genhdr/qstrdefs.collected.h
QSTR updated
GEN build/genhdr/moduledefs.h
python3 ../py/makemoduledefs.py build/genhdr/moduledefs.collected >
build/genhdr/moduledefs.h
GEN build/genhdr/qstrdefs.generated.h
cat ../py/qstrdefs.h qstrdefsport.h build/genhdr/qstrdefs.collected.h | sed
's/^Q(.*)/"&"/' | gcc -E -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wformat -I. -Ibuild -I.. -Wall -Werror -Wextra -Wno-unused-parameter
-Wpointer-arith -std=gnu99 -Os -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wformat -fdata-sections
-ffunction-sections -fno-asynchronous-unwind-tables - | sed
's/^\"\(Q(.*)\)\"/\1/' > build/genhdr/qstrdefs.preprocessed.h
python3 ../py/makeqstrdata.py build/genhdr/qstrdefs.preprocessed.h >
build/genhdr/qstrdefs.generated.h
touch build/genhdr/root_pointers.split
GEN build/genhdr/root_pointers.collected
python3 ../py/makeqstrdefs.py cat root_pointer _ build/genhdr/root_pointer
build/genhdr/root_pointers.collected
Root pointer registrations updated
GEN build/genhdr/root_pointers.h
python3 ../py/make_root_pointers.py build/genhdr/root_pointers.collected >
build/genhdr/root_pointers.h
CC ../py/mpstate.c
gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wformat -I. -Ibuild -I.. -Wall -Werror -Wextra -Wno-unused-parameter
-Wpointer-arith -std=gnu99 -Os -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wformat -fdata-sections
-ffunction-sections -fno-asynchronous-unwind-tables -c -MD -MF
build/py/mpstate.d -o build/py/mpstate.o ../py/mpstate.c || (echo -e "See
\033[1;31mhttps://github.com/micropython/micropython/wiki/Build-Troubleshooting\033[0m";
false)
CC ../py/nlr.c
gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wformat -I. -Ibuild -I.. -Wall -Werror -Wextra -Wno-unused-parameter
-Wpointer-arith -std=gnu99 -Os -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wformat -fdata-sections
-ffunction-sections -fno-asynchronous-unwind-tables -c -MD -MF build/py/nlr.d
-o build/py/nlr.o ../py/nlr.c || (echo -e "See
\033[1;31mhttps://github.com/micropython/micropython/wiki/Build-Troubleshooting\033[0m";
false)
CC ../py/nlrx86.c
gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wformat -I. -Ibuild -I.. -Wall -Werror -Wextra -Wno-unused-parameter
-Wpointer-arith -std=gnu99 -Os -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wformat -fdata-sections
-ffunction-sections -fno-asynchronous-unwind-tables -Os -c -MD -MF
build/py/nlrx86.d -o build/py/nlrx86.o ../py/nlrx86.c || (echo -e "See
\033[1;31mhttps://github.com/micropython/micropython/wiki/Build-Troubleshooting\033[0m";
false)
CC ../py/nlrx64.c
gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wformat -I. -Ibuild -I.. -Wall -Werror -Wextra -Wno-unused-parameter
-Wpointer-arith -std=gnu99 -Os -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wformat -fdata-sections
-ffunction-sections -fno-asynchronous-unwind-tables -Os -c -MD -MF
build/py/nlrx64.d -o build/py/nlrx64.o ../py/nlrx64.c || (echo -e "See
\033[1;31mhttps://github.com/micropython/micropython/wiki/Build-Troubleshooting\033[0m";
false)
CC ../py/nlrthumb.c
gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wformat -I. -Ibuild -I.. -Wall -Werror -Wextra -Wno-unused-parameter
-Wpointer-arith -std=gnu99 -Os -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wformat -fdata-sections
-ffunction-sections -fno-asynchronous-unwind-tables -Os -c -MD -MF
build/py/nlrthumb.d -o build/py/nlrthumb.o ../py/nlrthumb.c || (echo -e "See
\033[1;31mhttps://github.com/micropython/micropython/wiki/Build-Troubleshooting\033[0m";
false)
CC ../py/nlraarch64.c
gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wformat -I. -Ibuild -I.. -Wall -Werror -Wextra -Wno-unused-parameter
-Wpointer-arith -std=gnu99 -Os -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wformat -fdata-sections
-ffunction-sections -fno-asynchronous-unwind-tables -Os -c -MD -MF
build/py/nlraarch64.d -o build/py/nlraarch64.o ../py/nlraarch64.c || (echo -e
"See
\033[1;31mhttps://github.com/micropython/micropython/wiki/Build-Troubleshooting\033[0m";
false)
CC ../py/nlrmips.c
gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wformat -I. -Ibuild -I.. -Wall -Werror -Wextra -Wno-unused-parameter
-Wpointer-arith -std=gnu99 -Os -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wformat -fdata-sections
-ffunction-sections -fno-asynchronous-unwind-tables -Os -c -MD -MF
build/py/nlrmips.d -o build/py/nlrmips.o ../py/nlrmips.c || (echo -e "See
\033[1;31mhttps://github.com/micropython/micropython/wiki/Build-Troubleshooting\033[0m";
false)
CC ../py/nlrpowerpc.c
CC ../py/nlrxtensa.c
gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wformat -I. -Ibuild -I.. -Wall -Werror -Wextra -Wno-unused-parameter
-Wpointer-arith -std=gnu99 -Os -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wformat -fdata-sections
-ffunction-sections -fno-asynchronous-unwind-tables -Os -c -MD -MF
build/py/nlrpowerpc.d -o build/py/nlrpowerpc.o ../py/nlrpowerpc.c || (echo -e
"See
\033[1;31mhttps://github.com/micropython/micropython/wiki/Build-Troubleshooting\033[0m";
false)
gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wformat -I. -Ibuild -I.. -Wall -Werror -Wextra -Wno-unused-parameter
-Wpointer-arith -std=gnu99 -Os -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wformat -fdata-sections
-ffunction-sections -fno-asynchronous-unwind-tables -Os -c -MD -MF
build/py/nlrxtensa.d -o build/py/nlrxtensa.o ../py/nlrxtensa.c || (echo -e "See
\033[1;31mhttps://github.com/micropython/micropython/wiki/Build-Troubleshooting\033[0m";
false)
CC ../py/nlrrv32.c
gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wformat -I. -Ibuild -I.. -Wall -Werror -Wextra -Wno-unused-parameter
-Wpointer-arith -std=gnu99 -Os -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wformat -fdata-sections
-ffunction-sections -fno-asynchronous-unwind-tables -Os -c -MD -MF
build/py/nlrrv32.d -o build/py/nlrrv32.o ../py/nlrrv32.c || (echo -e "See
\033[1;31mhttps://github.com/micropython/micropython/wiki/Build-Troubleshooting\033[0m";
false)
CC ../py/nlrrv64.c
gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wformat -I. -Ibuild -I.. -Wall -Werror -Wextra -Wno-unused-parameter
-Wpointer-arith -std=gnu99 -Os -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wformat -fdata-sections
-ffunction-sections -fno-asynchronous-unwind-tables -Os -c -MD -MF
build/py/nlrrv64.d -o build/py/nlrrv64.o ../py/nlrrv64.c || (echo -e "See
\033[1;31mhttps://github.com/micropython/micropython/wiki/Build-Troubleshooting\033[0m";
false)
CC ../py/nlrsetjmp.c
gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wformat -I. -Ibuild -I.. -Wall -Werror -Wextra -Wno-unused-parameter
-Wpointer-arith -std=gnu99 -Os -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wformat -fdata-sections
-ffunction-sections -fno-asynchronous-unwind-tables -Os -c -MD -MF
build/py/nlrsetjmp.d -o build/py/nlrsetjmp.o ../py/nlrsetjmp.c || (echo -e "See
\033[1;31mhttps://github.com/micropython/micropython/wiki/Build-Troubleshooting\033[0m";
false)
CC ../py/malloc.c
gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wformat -I. -Ibuild -I.. -Wall -Werror -Wextra -Wno-unused-parameter
-Wpointer-arith -std=gnu99 -Os -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wformat -fdata-sections
-ffunction-sections -fno-asynchronous-unwind-tables -c -MD -MF
build/py/malloc.d -o build/py/malloc.o ../py/malloc.c || (echo -e "See
\033[1;31mhttps://github.com/micropython/micropython/wiki/Build-Troubleshooting\033[0m";
false)
CC ../py/gc.c
gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wformat -I. -Ibuild -I.. -Wall -Werror -Wextra -Wno-unused-parameter
-Wpointer-arith -std=gnu99 -Os -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wformat -fdata-sections
-ffunction-sections -fno-asynchronous-unwind-tables -O3 -c -MD -MF
build/py/gc.d -o build/py/gc.o ../py/gc.c || (echo -e "See
\033[1;31mhttps://github.com/micropython/micropython/wiki/Build-Troubleshooting\033[0m";
false)
CC ../py/pystack.c
gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wformat -I. -Ibuild -I.. -Wall -Werror -Wextra -Wno-unused-parameter
-Wpointer-arith -std=gnu99 -Os -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wformat -fdata-sections
-ffunction-sections -fno-asynchronous-unwind-tables -c -MD -MF
build/py/pystack.d -o build/py/pystack.o ../py/pystack.c || (echo -e "See
\033[1;31mhttps://github.com/micropython/micropython/wiki/Build-Troubleshooting\033[0m";
false)
CC ../py/qstr.c
gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wformat -I. -Ibuild -I.. -Wall -Werror -Wextra -Wno-unused-parameter
-Wpointer-arith -std=gnu99 -Os -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wformat -fdata-sections
-ffunction-sections -fno-asynchronous-unwind-tables -c -MD -MF build/py/qstr.d
-o build/py/qstr.o ../py/qstr.c || (echo -e "See
\033[1;31mhttps://github.com/micropython/micropython/wiki/Build-Troubleshooting\033[0m";
false)
CC ../py/vstr.c
gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wformat -I. -Ibuild -I.. -Wall -Werror -Wextra -Wno-unused-parameter
-Wpointer-arith -std=gnu99 -Os -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wformat -fdata-sections
-ffunction-sections -fno-asynchronous-unwind-tables -c -MD -MF build/py/vstr.d
-o build/py/vstr.o ../py/vstr.c || (echo -e "See
\033[1;31mhttps://github.com/micropython/micropython/wiki/Build-Troubleshooting\033[0m";
false)
CC ../py/mpprint.c
gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wformat -I. -Ibuild -I.. -Wall -Werror -Wextra -Wno-unused-parameter
-Wpointer-arith -std=gnu99 -Os -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wformat -fdata-sections
-ffunction-sections -fno-asynchronous-unwind-tables -c -MD -MF
build/py/mpprint.d -o build/py/mpprint.o ../py/mpprint.c || (echo -e "See
\033[1;31mhttps://github.com/micropython/micropython/wiki/Build-Troubleshooting\033[0m";
false)
CC ../py/unicode.c
gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wformat -I. -Ibuild -I.. -Wall -Werror -Wextra -Wno-unused-parameter
-Wpointer-arith -std=gnu99 -Os -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wformat -fdata-sections
-ffunction-sections -fno-asynchronous-unwind-tables -c -MD -MF
build/py/unicode.d -o build/py/unicode.o ../py/unicode.c || (echo -e "See
\033[1;31mhttps://github.com/micropython/micropython/wiki/Build-Troubleshooting\033[0m";
false)
CC ../py/mpz.c
gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wformat -I. -Ibuild -I.. -Wall -Werror -Wextra -Wno-unused-parameter
-Wpointer-arith -std=gnu99 -Os -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wformat -fdata-sections
-ffunction-sections -fno-asynchronous-unwind-tables -c -MD -MF build/py/mpz.d
-o build/py/mpz.o ../py/mpz.c || (echo -e "See
\033[1;31mhttps://github.com/micropython/micropython/wiki/Build-Troubleshooting\033[0m";
false)
CC ../py/reader.c
gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wformat -I. -Ibuild -I.. -Wall -Werror -Wextra -Wno-unused-parameter
-Wpointer-arith -std=gnu99 -Os -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wformat -fdata-sections
-ffunction-sections -fno-asynchronous-unwind-tables -c -MD -MF
build/py/reader.d -o build/py/reader.o ../py/reader.c || (echo -e "See
\033[1;31mhttps://github.com/micropython/micropython/wiki/Build-Troubleshooting\033[0m";
false)
CC ../py/lexer.c
gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wformat -I. -Ibuild -I.. -Wall -Werror -Wextra -Wno-unused-parameter
-Wpointer-arith -std=gnu99 -Os -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wformat -fdata-sections
-ffunction-sections -fno-asynchronous-unwind-tables -c -MD -MF build/py/lexer.d
-o build/py/lexer.o ../py/lexer.c || (echo -e "See
\033[1;31mhttps://github.com/micropython/micropython/wiki/Build-Troubleshooting\033[0m";
false)
CC ../py/parse.c
gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wformat -I. -Ibuild -I.. -Wall -Werror -Wextra -Wno-unused-parameter
-Wpointer-arith -std=gnu99 -Os -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wformat -fdata-sections
-ffunction-sections -fno-asynchronous-unwind-tables -c -MD -MF build/py/parse.d
-o build/py/parse.o ../py/parse.c || (echo -e "See
\033[1;31mhttps://github.com/micropython/micropython/wiki/Build-Troubleshooting\033[0m";
false)
CC ../py/scope.c
gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wformat -I. -Ibuild -I.. -Wall -Werror -Wextra -Wno-unused-parameter
-Wpointer-arith -std=gnu99 -Os -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wformat -fdata-sections
-ffunction-sections -fno-asynchronous-unwind-tables -c -MD -MF build/py/scope.d
-o build/py/scope.o ../py/scope.c || (echo -e "See
\033[1;31mhttps://github.com/micropython/micropython/wiki/Build-Troubleshooting\033[0m";
false)
CC ../py/compile.c
gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wformat -I. -Ibuild -I.. -Wall -Werror -Wextra -Wno-unused-parameter
-Wpointer-arith -std=gnu99 -Os -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wformat -fdata-sections
-ffunction-sections -fno-asynchronous-unwind-tables -c -MD -MF
build/py/compile.d -o build/py/compile.o ../py/compile.c || (echo -e "See
\033[1;31mhttps://github.com/micropython/micropython/wiki/Build-Troubleshooting\033[0m";
false)
CC ../py/emitcommon.c
gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wformat -I. -Ibuild -I.. -Wall -Werror -Wextra -Wno-unused-parameter
-Wpointer-arith -std=gnu99 -Os -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wformat -fdata-sections
-ffunction-sections -fno-asynchronous-unwind-tables -c -MD -MF
build/py/emitcommon.d -o build/py/emitcommon.o ../py/emitcommon.c || (echo -e
"See
\033[1;31mhttps://github.com/micropython/micropython/wiki/Build-Troubleshooting\033[0m";
false)
CC ../py/emitbc.c
gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wformat -I. -Ibuild -I.. -Wall -Werror -Wextra -Wno-unused-parameter
-Wpointer-arith -std=gnu99 -Os -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wformat -fdata-sections
-ffunction-sections -fno-asynchronous-unwind-tables -c -MD -MF
build/py/emitbc.d -o build/py/emitbc.o ../py/emitbc.c || (echo -e "See
\033[1;31mhttps://github.com/micropython/micropython/wiki/Build-Troubleshooting\033[0m";
false)
CC ../py/asmbase.c
gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wformat -I. -Ibuild -I.. -Wall -Werror -Wextra -Wno-unused-parameter
-Wpointer-arith -std=gnu99 -Os -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wformat -fdata-sections
-ffunction-sections -fno-asynchronous-unwind-tables -c -MD -MF
build/py/asmbase.d -o build/py/asmbase.o ../py/asmbase.c || (echo -e "See
\033[1;31mhttps://github.com/micropython/micropython/wiki/Build-Troubleshooting\033[0m";
false)
CC ../py/asmx64.c
gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wformat -I. -Ibuild -I.. -Wall -Werror -Wextra -Wno-unused-parameter
-Wpointer-arith -std=gnu99 -Os -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wformat -fdata-sections
-ffunction-sections -fno-asynchronous-unwind-tables -c -MD -MF
build/py/asmx64.d -o build/py/asmx64.o ../py/asmx64.c || (echo -e "See
\033[1;31mhttps://github.com/micropython/micropython/wiki/Build-Troubleshooting\033[0m";
false)
CC ../py/emitnx64.c
gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wformat -I. -Ibuild -I.. -Wall -Werror -Wextra -Wno-unused-parameter
-Wpointer-arith -std=gnu99 -Os -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wformat -fdata-sections
-ffunction-sections -fno-asynchronous-unwind-tables -c -MD -MF
build/py/emitnx64.d -o build/py/emitnx64.o ../py/emitnx64.c || (echo -e "See
\033[1;31mhttps://github.com/micropython/micropython/wiki/Build-Troubleshooting\033[0m";
false)
CC ../py/asmx86.c
gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wformat -I. -Ibuild -I.. -Wall -Werror -Wextra -Wno-unused-parameter
-Wpointer-arith -std=gnu99 -Os -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wformat -fdata-sections
-ffunction-sections -fno-asynchronous-unwind-tables -c -MD -MF
build/py/asmx86.d -o build/py/asmx86.o ../py/asmx86.c || (echo -e "See
\033[1;31mhttps://github.com/micropython/micropython/wiki/Build-Troubleshooting\033[0m";
false)
CC ../py/emitnx86.c
gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wformat -I. -Ibuild -I.. -Wall -Werror -Wextra -Wno-unused-parameter
-Wpointer-arith -std=gnu99 -Os -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wformat -fdata-sections
-ffunction-sections -fno-asynchronous-unwind-tables -c -MD -MF
build/py/emitnx86.d -o build/py/emitnx86.o ../py/emitnx86.c || (echo -e "See
\033[1;31mhttps://github.com/micropython/micropython/wiki/Build-Troubleshooting\033[0m";
false)
CC ../py/asmthumb.c
gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wformat -I. -Ibuild -I.. -Wall -Werror -Wextra -Wno-unused-parameter
-Wpointer-arith -std=gnu99 -Os -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wformat -fdata-sections
-ffunction-sections -fno-asynchronous-unwind-tables -c -MD -MF
build/py/asmthumb.d -o build/py/asmthumb.o ../py/asmthumb.c || (echo -e "See
\033[1;31mhttps://github.com/micropython/micropython/wiki/Build-Troubleshooting\033[0m";
false)
CC ../py/emitnthumb.c
gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wformat -I. -Ibuild -I.. -Wall -Werror -Wextra -Wno-unused-parameter
-Wpointer-arith -std=gnu99 -Os -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wformat -fdata-sections
-ffunction-sections -fno-asynchronous-unwind-tables -c -MD -MF
build/py/emitnthumb.d -o build/py/emitnthumb.o ../py/emitnthumb.c || (echo -e
"See
\033[1;31mhttps://github.com/micropython/micropython/wiki/Build-Troubleshooting\033[0m";
false)
CC ../py/emitinlinethumb.c
gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wformat -I. -Ibuild -I.. -Wall -Werror -Wextra -Wno-unused-parameter
-Wpointer-arith -std=gnu99 -Os -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wformat -fdata-sections
-ffunction-sections -fno-asynchronous-unwind-tables -c -MD -MF
build/py/emitinlinethumb.d -o build/py/emitinlinethumb.o
../py/emitinlinethumb.c || (echo -e "See
\033[1;31mhttps://github.com/micropython/micropython/wiki/Build-Troubleshooting\033[0m";
false)
../py/emitinlinethumb.c:153:9: error: initializer-string for array of
âunsigned charâ truncates NUL terminator but destination lacks
ânonstringâ attribute (4 chars into 3 available)
[-Werror=unterminated-string-initialization]
153 | {0, "r0\0"},
| ^~~~~~
../py/emitinlinethumb.c:154:9: error: initializer-string for array of
âunsigned charâ truncates NUL terminator but destination lacks
ânonstringâ attribute (4 chars into 3 available)
[-Werror=unterminated-string-initialization]
154 | {1, "r1\0"},
| ^~~~~~
../py/emitinlinethumb.c:155:9: error: initializer-string for array of
âunsigned charâ truncates NUL terminator but destination lacks
ânonstringâ attribute (4 chars into 3 available)
[-Werror=unterminated-string-initialization]
155 | {2, "r2\0"},
| ^~~~~~
../py/emitinlinethumb.c:156:9: error: initializer-string for array of
âunsigned charâ truncates NUL terminator but destination lacks
ânonstringâ attribute (4 chars into 3 available)
[-Werror=unterminated-string-initialization]
156 | {3, "r3\0"},
| ^~~~~~
../py/emitinlinethumb.c:157:9: error: initializer-string for array of
âunsigned charâ truncates NUL terminator but destination lacks
ânonstringâ attribute (4 chars into 3 available)
[-Werror=unterminated-string-initialization]
157 | {4, "r4\0"},
| ^~~~~~
../py/emitinlinethumb.c:158:9: error: initializer-string for array of
âunsigned charâ truncates NUL terminator but destination lacks
ânonstringâ attribute (4 chars into 3 available)
[-Werror=unterminated-string-initialization]
158 | {5, "r5\0"},
| ^~~~~~
../py/emitinlinethumb.c:159:9: error: initializer-string for array of
âunsigned charâ truncates NUL terminator but destination lacks
ânonstringâ attribute (4 chars into 3 available)
[-Werror=unterminated-string-initialization]
159 | {6, "r6\0"},
| ^~~~~~
../py/emitinlinethumb.c:160:9: error: initializer-string for array of
âunsigned charâ truncates NUL terminator but destination lacks
ânonstringâ attribute (4 chars into 3 available)
[-Werror=unterminated-string-initialization]
160 | {7, "r7\0"},
| ^~~~~~
../py/emitinlinethumb.c:161:9: error: initializer-string for array of
âunsigned charâ truncates NUL terminator but destination lacks
ânonstringâ attribute (4 chars into 3 available)
[-Werror=unterminated-string-initialization]
161 | {8, "r8\0"},
| ^~~~~~
../py/emitinlinethumb.c:162:9: error: initializer-string for array of
âunsigned charâ truncates NUL terminator but destination lacks
ânonstringâ attribute (4 chars into 3 available)
[-Werror=unterminated-string-initialization]
162 | {9, "r9\0"},
| ^~~~~~
../py/emitinlinethumb.c:163:10: error: initializer-string for array of
âunsigned charâ truncates NUL terminator but destination lacks
ânonstringâ attribute (4 chars into 3 available)
[-Werror=unterminated-string-initialization]
163 | {10, "r10"},
| ^~~~~
../py/emitinlinethumb.c:164:10: error: initializer-string for array of
âunsigned charâ truncates NUL terminator but destination lacks
ânonstringâ attribute (4 chars into 3 available)
[-Werror=unterminated-string-initialization]
164 | {11, "r11"},
| ^~~~~
../py/emitinlinethumb.c:165:10: error: initializer-string for array of
âunsigned charâ truncates NUL terminator but destination lacks
ânonstringâ attribute (4 chars into 3 available)
[-Werror=unterminated-string-initialization]
165 | {12, "r12"},
| ^~~~~
../py/emitinlinethumb.c:166:10: error: initializer-string for array of
âunsigned charâ truncates NUL terminator but destination lacks
ânonstringâ attribute (4 chars into 3 available)
[-Werror=unterminated-string-initialization]
166 | {13, "r13"},
| ^~~~~
../py/emitinlinethumb.c:167:10: error: initializer-string for array of
âunsigned charâ truncates NUL terminator but destination lacks
ânonstringâ attribute (4 chars into 3 available)
[-Werror=unterminated-string-initialization]
167 | {14, "r14"},
| ^~~~~
../py/emitinlinethumb.c:168:10: error: initializer-string for array of
âunsigned charâ truncates NUL terminator but destination lacks
ânonstringâ attribute (4 chars into 3 available)
[-Werror=unterminated-string-initialization]
168 | {15, "r15"},
| ^~~~~
../py/emitinlinethumb.c:169:10: error: initializer-string for array of
âunsigned charâ truncates NUL terminator but destination lacks
ânonstringâ attribute (4 chars into 3 available)
[-Werror=unterminated-string-initialization]
169 | {10, "sl\0"},
| ^~~~~~
../py/emitinlinethumb.c:170:10: error: initializer-string for array of
âunsigned charâ truncates NUL terminator but destination lacks
ânonstringâ attribute (4 chars into 3 available)
[-Werror=unterminated-string-initialization]
170 | {11, "fp\0"},
| ^~~~~~
../py/emitinlinethumb.c:171:10: error: initializer-string for array of
âunsigned charâ truncates NUL terminator but destination lacks
ânonstringâ attribute (4 chars into 3 available)
[-Werror=unterminated-string-initialization]
171 | {13, "sp\0"},
| ^~~~~~
../py/emitinlinethumb.c:172:10: error: initializer-string for array of
âunsigned charâ truncates NUL terminator but destination lacks
ânonstringâ attribute (4 chars into 3 available)
[-Werror=unterminated-string-initialization]
172 | {14, "lr\0"},
| ^~~~~~
../py/emitinlinethumb.c:173:10: error: initializer-string for array of
âunsigned charâ truncates NUL terminator but destination lacks
ânonstringâ attribute (4 chars into 3 available)
[-Werror=unterminated-string-initialization]
173 | {15, "pc\0"},
| ^~~~~~
../py/emitinlinethumb.c:371:24: error: initializer-string for array of
âunsigned charâ truncates NUL terminator but destination lacks
ânonstringâ attribute (3 chars into 2 available)
[-Werror=unterminated-string-initialization]
371 | { ASM_THUMB_CC_EQ, "eq" },
| ^~~~
../py/emitinlinethumb.c:372:24: error: initializer-string for array of
âunsigned charâ truncates NUL terminator but destination lacks
ânonstringâ attribute (3 chars into 2 available)
[-Werror=unterminated-string-initialization]
372 | { ASM_THUMB_CC_NE, "ne" },
| ^~~~
../py/emitinlinethumb.c:373:24: error: initializer-string for array of
âunsigned charâ truncates NUL terminator but destination lacks
ânonstringâ attribute (3 chars into 2 available)
[-Werror=unterminated-string-initialization]
373 | { ASM_THUMB_CC_CS, "cs" },
| ^~~~
../py/emitinlinethumb.c:374:24: error: initializer-string for array of
âunsigned charâ truncates NUL terminator but destination lacks
ânonstringâ attribute (3 chars into 2 available)
[-Werror=unterminated-string-initialization]
374 | { ASM_THUMB_CC_CC, "cc" },
| ^~~~
../py/emitinlinethumb.c:375:24: error: initializer-string for array of
âunsigned charâ truncates NUL terminator but destination lacks
ânonstringâ attribute (3 chars into 2 available)
[-Werror=unterminated-string-initialization]
375 | { ASM_THUMB_CC_MI, "mi" },
| ^~~~
../py/emitinlinethumb.c:376:24: error: initializer-string for array of
âunsigned charâ truncates NUL terminator but destination lacks
ânonstringâ attribute (3 chars into 2 available)
[-Werror=unterminated-string-initialization]
376 | { ASM_THUMB_CC_PL, "pl" },
| ^~~~
../py/emitinlinethumb.c:377:24: error: initializer-string for array of
âunsigned charâ truncates NUL terminator but destination lacks
ânonstringâ attribute (3 chars into 2 available)
[-Werror=unterminated-string-initialization]
377 | { ASM_THUMB_CC_VS, "vs" },
| ^~~~
../py/emitinlinethumb.c:378:24: error: initializer-string for array of
âunsigned charâ truncates NUL terminator but destination lacks
ânonstringâ attribute (3 chars into 2 available)
[-Werror=unterminated-string-initialization]
378 | { ASM_THUMB_CC_VC, "vc" },
| ^~~~
../py/emitinlinethumb.c:379:24: error: initializer-string for array of
âunsigned charâ truncates NUL terminator but destination lacks
ânonstringâ attribute (3 chars into 2 available)
[-Werror=unterminated-string-initialization]
379 | { ASM_THUMB_CC_HI, "hi" },
| ^~~~
../py/emitinlinethumb.c:380:24: error: initializer-string for array of
âunsigned charâ truncates NUL terminator but destination lacks
ânonstringâ attribute (3 chars into 2 available)
[-Werror=unterminated-string-initialization]
380 | { ASM_THUMB_CC_LS, "ls" },
| ^~~~
../py/emitinlinethumb.c:381:24: error: initializer-string for array of
âunsigned charâ truncates NUL terminator but destination lacks
ânonstringâ attribute (3 chars into 2 available)
[-Werror=unterminated-string-initialization]
381 | { ASM_THUMB_CC_GE, "ge" },
| ^~~~
../py/emitinlinethumb.c:382:24: error: initializer-string for array of
âunsigned charâ truncates NUL terminator but destination lacks
ânonstringâ attribute (3 chars into 2 available)
[-Werror=unterminated-string-initialization]
382 | { ASM_THUMB_CC_LT, "lt" },
| ^~~~
../py/emitinlinethumb.c:383:24: error: initializer-string for array of
âunsigned charâ truncates NUL terminator but destination lacks
ânonstringâ attribute (3 chars into 2 available)
[-Werror=unterminated-string-initialization]
383 | { ASM_THUMB_CC_GT, "gt" },
| ^~~~
../py/emitinlinethumb.c:384:24: error: initializer-string for array of
âunsigned charâ truncates NUL terminator but destination lacks
ânonstringâ attribute (3 chars into 2 available)
[-Werror=unterminated-string-initialization]
384 | { ASM_THUMB_CC_LE, "le" },
| ^~~~
../py/emitinlinethumb.c:392:34: error: initializer-string for array of
âcharâ truncates NUL terminator but destination lacks ânonstringâ
attribute (4 chars into 3 available)
[-Werror=unterminated-string-initialization]
392 | { X(ASM_THUMB_FORMAT_4_EOR), "eor" },
| ^~~~~
../py/emitinlinethumb.c:393:34: error: initializer-string for array of
âcharâ truncates NUL terminator but destination lacks ânonstringâ
attribute (4 chars into 3 available)
[-Werror=unterminated-string-initialization]
393 | { X(ASM_THUMB_FORMAT_4_LSL), "lsl" },
| ^~~~~
../py/emitinlinethumb.c:394:34: error: initializer-string for array of
âcharâ truncates NUL terminator but destination lacks ânonstringâ
attribute (4 chars into 3 available)
[-Werror=unterminated-string-initialization]
394 | { X(ASM_THUMB_FORMAT_4_LSR), "lsr" },
| ^~~~~
../py/emitinlinethumb.c:395:34: error: initializer-string for array of
âcharâ truncates NUL terminator but destination lacks ânonstringâ
attribute (4 chars into 3 available)
[-Werror=unterminated-string-initialization]
395 | { X(ASM_THUMB_FORMAT_4_ASR), "asr" },
| ^~~~~
../py/emitinlinethumb.c:396:34: error: initializer-string for array of
âcharâ truncates NUL terminator but destination lacks ânonstringâ
attribute (4 chars into 3 available)
[-Werror=unterminated-string-initialization]
396 | { X(ASM_THUMB_FORMAT_4_ADC), "adc" },
| ^~~~~
../py/emitinlinethumb.c:397:34: error: initializer-string for array of
âcharâ truncates NUL terminator but destination lacks ânonstringâ
attribute (4 chars into 3 available)
[-Werror=unterminated-string-initialization]
397 | { X(ASM_THUMB_FORMAT_4_SBC), "sbc" },
| ^~~~~
../py/emitinlinethumb.c:398:34: error: initializer-string for array of
âcharâ truncates NUL terminator but destination lacks ânonstringâ
attribute (4 chars into 3 available)
[-Werror=unterminated-string-initialization]
398 | { X(ASM_THUMB_FORMAT_4_ROR), "ror" },
| ^~~~~
../py/emitinlinethumb.c:399:34: error: initializer-string for array of
âcharâ truncates NUL terminator but destination lacks ânonstringâ
attribute (4 chars into 3 available)
[-Werror=unterminated-string-initialization]
399 | { X(ASM_THUMB_FORMAT_4_TST), "tst" },
| ^~~~~
../py/emitinlinethumb.c:400:34: error: initializer-string for array of
âcharâ truncates NUL terminator but destination lacks ânonstringâ
attribute (4 chars into 3 available)
[-Werror=unterminated-string-initialization]
400 | { X(ASM_THUMB_FORMAT_4_NEG), "neg" },
| ^~~~~
../py/emitinlinethumb.c:401:34: error: initializer-string for array of
âcharâ truncates NUL terminator but destination lacks ânonstringâ
attribute (4 chars into 3 available)
[-Werror=unterminated-string-initialization]
401 | { X(ASM_THUMB_FORMAT_4_CMP), "cmp" },
| ^~~~~
../py/emitinlinethumb.c:402:34: error: initializer-string for array of
âcharâ truncates NUL terminator but destination lacks ânonstringâ
attribute (4 chars into 3 available)
[-Werror=unterminated-string-initialization]
402 | { X(ASM_THUMB_FORMAT_4_CMN), "cmn" },
| ^~~~~
../py/emitinlinethumb.c:403:34: error: initializer-string for array of
âcharâ truncates NUL terminator but destination lacks ânonstringâ
attribute (4 chars into 3 available)
[-Werror=unterminated-string-initialization]
403 | { X(ASM_THUMB_FORMAT_4_ORR), "orr" },
| ^~~~~
../py/emitinlinethumb.c:404:34: error: initializer-string for array of
âcharâ truncates NUL terminator but destination lacks ânonstringâ
attribute (4 chars into 3 available)
[-Werror=unterminated-string-initialization]
404 | { X(ASM_THUMB_FORMAT_4_MUL), "mul" },
| ^~~~~
../py/emitinlinethumb.c:405:34: error: initializer-string for array of
âcharâ truncates NUL terminator but destination lacks ânonstringâ
attribute (4 chars into 3 available)
[-Werror=unterminated-string-initialization]
405 | { X(ASM_THUMB_FORMAT_4_BIC), "bic" },
| ^~~~~
../py/emitinlinethumb.c:406:34: error: initializer-string for array of
âcharâ truncates NUL terminator but destination lacks ânonstringâ
attribute (4 chars into 3 available)
[-Werror=unterminated-string-initialization]
406 | { X(ASM_THUMB_FORMAT_4_MVN), "mvn" },
| ^~~~~
../py/emitinlinethumb.c:431:13: error: initializer-string for array of
âcharâ truncates NUL terminator but destination lacks ânonstringâ
attribute (4 chars into 3 available)
[-Werror=unterminated-string-initialization]
431 | { 0x30, "add" },
| ^~~~~
../py/emitinlinethumb.c:432:13: error: initializer-string for array of
âcharâ truncates NUL terminator but destination lacks ânonstringâ
attribute (4 chars into 3 available)
[-Werror=unterminated-string-initialization]
432 | { 0x34, "sub" },
| ^~~~~
../py/emitinlinethumb.c:433:13: error: initializer-string for array of
âcharâ truncates NUL terminator but destination lacks ânonstringâ
attribute (4 chars into 3 available)
[-Werror=unterminated-string-initialization]
433 | { 0x20, "mul" },
| ^~~~~
../py/emitinlinethumb.c:434:13: error: initializer-string for array of
âcharâ truncates NUL terminator but destination lacks ânonstringâ
attribute (4 chars into 3 available)
[-Werror=unterminated-string-initialization]
434 | { 0x80, "div" },
| ^~~~~
cc1: all warnings being treated as errors
-e See
[1;31mhttps://github.com/micropython/micropython/wiki/Build-Troubleshooting[0m
make[2]: *** [../py/mkrules.mk:101: build/py/emitinlinethumb.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/<<PKGBUILDDIR>>/mpy-cross'
dh_auto_build: error: cd mpy-cross && make -j2 "INSTALL=install
--strip-program=true" returned exit code 2
make[1]: *** [debian/rules:65: override_dh_auto_configure-arch] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:45: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
--- End Message ---