Your message dated Sat, 13 Sep 2025 22:37:52 +0000
with message-id <[email protected]>
and subject line Bug#1114205: fixed in micropython 1.26.1+ds-1
has caused the Debian Bug report #1114205,
regarding micropython: FTBFS: ../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]
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1114205: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1114205
Debian Bug Tracking System
Contact [email protected] with problems
--- 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 
https://github.com/micropython/micropython/wiki/Build-Troubleshooting
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 ---
--- Begin Message ---
Source: micropython
Source-Version: 1.26.1+ds-1
Done: Yangfl <[email protected]>

We believe that the bug you reported is fixed in the latest version of
micropython, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Yangfl <[email protected]> (supplier of updated micropython package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 13 Sep 2025 13:11:07 +0800
Source: micropython
Architecture: source
Version: 1.26.1+ds-1
Distribution: unstable
Urgency: medium
Maintainer: Yangfl <[email protected]>
Changed-By: Yangfl <[email protected]>
Closes: 1114205
Changes:
 micropython (1.26.1+ds-1) unstable; urgency=medium
 .
   * New upstream release
     * Fix FTBFS (Closes: #1114205)
Checksums-Sha1:
 0ae35b8051cf9aeaf99a35da40457796b15e7c59 2116 micropython_1.26.1+ds-1.dsc
 7fe1be3abbbe0d66da0186071387e6b168f937f8 6084116 
micropython_1.26.1+ds.orig.tar.xz
 b37d06babbcb601cb0f7e7c265ed21e907cd37cb 15700 
micropython_1.26.1+ds-1.debian.tar.xz
 b99f564aa7f5d005483fad9abafd9aa145c6961a 8318 
micropython_1.26.1+ds-1_amd64.buildinfo
Checksums-Sha256:
 5c3feac74c0ad2ec2a8810b04e223bd634023bd24c5e5e10b545ba05a6b74a65 2116 
micropython_1.26.1+ds-1.dsc
 f5ad2ec89d3e921f753d448955af98b6005655f84ba26087dde6ba0e8d062f34 6084116 
micropython_1.26.1+ds.orig.tar.xz
 1f6af20cc729518aeeb039455d43d5cd6fe7cb94f6ecff9980836003bdf795c2 15700 
micropython_1.26.1+ds-1.debian.tar.xz
 bddc2b7e86c205faf25cb1ee47c7f2aab8be11c2c0ae43b30126955c3f31b483 8318 
micropython_1.26.1+ds-1_amd64.buildinfo
Files:
 04f87f2b0756835fcbe2272cf35880cb 2116 python optional 
micropython_1.26.1+ds-1.dsc
 f874e9ace19ebfc85736ae7956d05f04 6084116 python optional 
micropython_1.26.1+ds.orig.tar.xz
 a9e3079803e36830e1cf13b29538587b 15700 python optional 
micropython_1.26.1+ds-1.debian.tar.xz
 9e6c08bfd26ac4996b163f5dcc959e6c 8318 python optional 
micropython_1.26.1+ds-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEfncpR22H1vEdkazLwpPntGGCWs4FAmjFkosACgkQwpPntGGC
Ws575g/+KWtea36C8ExYNt5ZiJmLI45XvcI028PPzSSLR1qm1vBE21qI4HSqpGXg
Voft7dOvFWxA+fV5fD2v699KZldncvo+7CraqM/4l+NxviypDbyCPN6Snkf6ceSs
D6aNzdxpQKD2/8bCIFhBBu7hSynljNOrbAznW7d8gL5dw4LyfCnjqmdY+sIBMOTw
PQ/oPRCLep3xGK8ySY+C+j9Ct9AhT2HMhNF4pzaUj2lNVH7OmECPFA4FhJU5/zif
xlgxhRDOYkBFYOsem/TiOoHx72j3eBMLxgQhKRqYXh/KeSaLNgh0yfjf3obD/8ZQ
WJMxBA4ywA7IBte/mB5nVlxk60k9FMF+YXP8GPz+X4U3mQYoHuF/1Wlt+X7miN7M
vaQuU993yv3Fr6FjwkSVWI+1mT8OqF+UDVQ9M8bbvCEXBTDLUV6oZjjqLYe1wVSO
WyhYROXo+4ccFps1a4EKU3QNW12ztcVTYevX2cWaAM5kx47pQZMi2FXsQ4S+iI+F
LDJKGjRCbJMG2aQnsNf2xkPHXPUezklEPzN2q8IjPRcKOg8Zwo7ocLkVp9sdwtvu
ZVQZs4b/UlRAAdXO9dv5SmepiXuQhpOdUL1oJ4nbNLzLt3cJDjrMpQFvMNtg1Le6
mJI6+kgDS8ViIef9ikYQCuregS5vZ3/EaTFbbgUlEa4vt6bbWZk=
=+Q5z
-----END PGP SIGNATURE-----

Attachment: pgpRobJfHzZCR.pgp
Description: PGP signature


--- End Message ---

Reply via email to