Package: src:armagetronad Version: 0.2.9.1.1-1 Severity: serious Tags: ftbfs trixie sid
Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: -------------------------------------------------------------------------------- [...] debian/rules clean dh clean debian/rules override_dh_clean make[1]: Entering directory '/<<PKGBUILDDIR>>' rm -f -r client server debian/tmp-client debian/tmp-server dh_clean make[1]: Leaving directory '/<<PKGBUILDDIR>>' debian/rules binary dh binary dh_update_autotools_config debian/rules override_dh_autoreconf make[1]: Entering directory '/<<PKGBUILDDIR>>' ./bootstrap.sh Generating version... [... snipped ...] checking for x86_64-linux-gnu-g++ option to enable C++11 features... none needed checking dependency style of x86_64-linux-gnu-g++... gcc3 checking CXXFLAGS for gcc -std=c++11... -std=c++11 checking for x86_64-linux-gnu-gcc... x86_64-linux-gnu-gcc checking whether the compiler supports GNU C... yes checking whether x86_64-linux-gnu-gcc accepts -g... yes checking for x86_64-linux-gnu-gcc option to enable C11 features... none needed checking whether x86_64-linux-gnu-gcc understands -c and -o together... yes checking dependency style of x86_64-linux-gnu-gcc... gcc3 checking how to run the C preprocessor... x86_64-linux-gnu-gcc -E checking whether the compiler supports GNU C++... (cached) yes checking whether x86_64-linux-gnu-g++ accepts -g... (cached) yes checking for x86_64-linux-gnu-g++ option to enable C++11 features... (cached) none needed checking dependency style of x86_64-linux-gnu-g++... (cached) gcc3 checking how to run the C++ preprocessor... x86_64-linux-gnu-g++ -E checking for gmake... yes checking for bash... yes checking whether make understands sinclude... yes checking for socklen_t... yes checking for X... libraries , headers checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for libxml-2.0 >= 2.6.11... yes checking for zthread-config... no checking for ZTHREAD - version >= 2.3.2... no *** The zthread-config script installed by ZThread could not be found *** If ZThread was installed in PREFIX, make sure PREFIX/bin is in *** your path, or set the ZTHREAD_CONFIG environment variable to the *** full path to zthread-config. checking for exp in -lm... yes checking whether SDL is installed... yes checking for SDL_Init... yes checking for glVertex3f in -lGL... yes checking for gluBuild3DMipmaps in -lGLU... yes checking whether libpng is installed... yes checking for png_sig_cmp... yes checking for IMG_Load in -lSDL_image... yes checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for SDL_image.h... yes checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking for select... yes checking for isblank... yes checking for atan2f... yes checking for sinf... yes checking for cosf... yes checking for tanf... yes checking for sqrtf... yes checking for logf... yes checking for expf... yes checking for fabsf... yes checking for floorf... yes checking for wmemset... yes checking for clearenv... yes configure: WARNING: Path bindir(=/usr/games) does not begin with the right prefix(=${exec_prefix}), disabling relocation support. You can try to enforce it with --enable-binreloc, but you are on your own then. checking whether binary relocation support should be enabled... yes checking for pthread_getspecific in -lpthread... yes checking whether binary relocation should use threads... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating src/Makefile config.status: creating src/first/Makefile config.status: creating Makefile config.status: creating batch/Makefile config.status: creating language/languages.txt config.status: creating config/rc.config config.status: creating config/aiplayers.cfg config.status: creating src/doc/Makefile config.status: creating src/doc/net/Makefile config.status: creating src/doc/Doxyfile config.status: creating src/doc/html.m4 config.status: creating src/thirdparty/Makefile config.status: creating src/thirdparty/particles/Makefile config.status: creating resource/Makefile config.status: creating config/Makefile config.status: creating desktop/Makefile config.status: creating docker/build/Makefile config.status: creating docker/build/setup_ci_test.sh config.status: creating docker/build/context/version.sh config.status: creating docker/deploy/targets.sh config.status: creating desktop/armagetronad.desktop config.status: creating desktop/armagetronad.appdata.xml config.status: creating config.h config.status: executing depfiles commands config.status: executing universal_variables commands config.status: executing pathsubstitution commands Configuration complete! Options selected are: Build Regular Game Client: true Build Dedicated Server: false Build Master Server: false Installation options: Prefix: /usr Binaries will be installed in : /usr/games Static data will be installed in : /usr/share/armagetronad Configuration will be installed in : /etc/armagetronad Documentation will be installed in : ${datadir}/doc/armagetronad Music support: no Build with Krawall authentication support: no Use dirty SDL initialization: no Call sysinstall: yes Generate uninstall: no Allow multiple versions: no Use custom memory manager: no Debug level : 0 Code level : 0 CPPFLAGS : -iquote . -iquote .. -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng16 CXXFLAGS : -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=c++11 -Wno-long-long LIBS : -lpthread -lSDL_image -lGLU -lGL -lSDL -lm -lxml2 -lpng16 mkdir -p server cd server && ../configure --disable-uninstall --host=x86_64-linux-gnu --build=x86_64-linux-gnu --prefix=/usr --mandir=\${prefix}/share/man --sysconfdir=/etc --disable-etc --datadir=/usr/share --disable-games --bindir=/usr/games --enable-binreloc --disable-glout --disable-useradd --disable-init --enable-authentication checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu checking for x86_64-linux-gnu-ranlib... x86_64-linux-gnu-ranlib checking for a BSD-compatible install... /usr/bin/install -c checking whether sleep supports fractional seconds... yes checking filesystem timestamp resolution... 0.01 checking whether build environment is sane... yes checking for a race-free mkdir -p... /usr/bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking xargs -n works... yes checking whether UID '924' is supported by ustar format... yes checking whether GID '924' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking whether ln -s works... yes checking for m4... true checking for x86_64-linux-gnu-pkg-config... /usr/bin/x86_64-linux-gnu-pkg-config checking pkg-config is at least version 0.9.0... yes checking whether make supports the include directive... yes (GNU style) checking for x86_64-linux-gnu-g++... x86_64-linux-gnu-g++ checking whether the C++ compiler works... yes checking for C++ compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C++... yes checking whether x86_64-linux-gnu-g++ accepts -g... yes checking for x86_64-linux-gnu-g++ option to enable C++11 features... none needed checking dependency style of x86_64-linux-gnu-g++... gcc3 checking CXXFLAGS for gcc -std=c++11... -std=c++11 checking for x86_64-linux-gnu-gcc... x86_64-linux-gnu-gcc checking whether the compiler supports GNU C... yes checking whether x86_64-linux-gnu-gcc accepts -g... yes checking for x86_64-linux-gnu-gcc option to enable C11 features... none needed checking whether x86_64-linux-gnu-gcc understands -c and -o together... yes checking dependency style of x86_64-linux-gnu-gcc... gcc3 checking how to run the C preprocessor... x86_64-linux-gnu-gcc -E checking whether the compiler supports GNU C++... (cached) yes checking whether x86_64-linux-gnu-g++ accepts -g... (cached) yes checking for x86_64-linux-gnu-g++ option to enable C++11 features... (cached) none needed checking dependency style of x86_64-linux-gnu-g++... (cached) gcc3 checking how to run the C++ preprocessor... x86_64-linux-gnu-g++ -E checking for gmake... yes checking for bash... yes checking whether make understands sinclude... yes checking for socklen_t... yes checking for libxml-2.0 >= 2.6.11... yes checking for zthread-config... no checking for ZTHREAD - version >= 2.3.2... no *** The zthread-config script installed by ZThread could not be found *** If ZThread was installed in PREFIX, make sure PREFIX/bin is in *** your path, or set the ZTHREAD_CONFIG environment variable to the *** full path to zthread-config. checking for exp in -lm... yes Configuring dedicated server, skipping libraries... checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for unistd.h... yes checking for an ANSI C-conforming const... yes checking for select... yes checking for isblank... yes checking for atan2f... yes checking for sinf... yes checking for cosf... yes checking for tanf... yes checking for sqrtf... yes checking for logf... yes checking for expf... yes checking for fabsf... yes checking for floorf... yes checking for wmemset... yes checking for clearenv... yes checking whether to bend localstatedir to /var... yes configure: WARNING: Path bindir(=/usr/games) does not begin with the right prefix(=${exec_prefix}), disabling relocation support. You can try to enforce it with --enable-binreloc, but you are on your own then. checking whether binary relocation support should be enabled... yes checking for pthread_getspecific in -lpthread... yes checking whether binary relocation should use threads... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating src/Makefile config.status: creating src/first/Makefile config.status: creating Makefile config.status: creating batch/Makefile config.status: creating language/languages.txt config.status: creating config/rc.config config.status: creating config/aiplayers.cfg config.status: creating src/doc/Makefile config.status: creating src/doc/net/Makefile config.status: creating src/doc/Doxyfile config.status: creating src/doc/html.m4 config.status: creating src/thirdparty/Makefile config.status: creating src/thirdparty/particles/Makefile config.status: creating resource/Makefile config.status: creating config/Makefile config.status: creating desktop/Makefile config.status: creating docker/build/Makefile config.status: creating docker/build/setup_ci_test.sh config.status: creating docker/build/context/version.sh config.status: creating docker/deploy/targets.sh config.status: creating desktop/armagetronad.desktop config.status: creating desktop/armagetronad.appdata.xml config.status: creating config.h config.status: executing depfiles commands config.status: executing universal_variables commands config.status: executing pathsubstitution commands Configuration complete! Options selected are: Build Regular Game Client: false Build Dedicated Server: true Build Master Server: false Installation options: Prefix: /usr Build with Armathentication support (server): yes Init scripts will be installed in : /etc/init.d Dynamic data will be kept in : /var/armagetronad-dedicated PID files will be kept in : /var/run Log files will be kept in : /var/log Add user to run server : no Binaries will be installed in : /usr/games Static data will be installed in : /usr/share/armagetronad-dedicated Configuration will be installed in : /etc/armagetronad-dedicated Documentation will be installed in : ${datadir}/doc/armagetronad-dedicated Music support: no Build with Krawall authentication support: no Use dirty SDL initialization: no Call sysinstall: yes Generate uninstall: no Allow multiple versions: no Use custom memory manager: no Debug level : 0 Code level : 0 CPPFLAGS : -iquote . -iquote .. -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 CXXFLAGS : -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=c++11 -Wno-long-long LIBS : -lpthread -lm -lxml2 Warning: The configure script decided that, to better work on your system, it would be a good idea to modify files outside of /usr during installation or while running. If you disagree, rerun configure with --enable-automakedefaults --disable-initscripts after consulting "configure --help" for the effects; if you want to get rid of this warning, pass the corresponding opposite switches. make[1]: Leaving directory '/<<PKGBUILDDIR>>' debian/rules override_dh_auto_build make[1]: Entering directory '/<<PKGBUILDDIR>>' /usr/bin/make -C client make[2]: Entering directory '/<<PKGBUILDDIR>>/client' /usr/bin/make all-recursive make[3]: Entering directory '/<<PKGBUILDDIR>>/client' Making all in src make[4]: Entering directory '/<<PKGBUILDDIR>>/client/src' Making all in first make[5]: Entering directory '/<<PKGBUILDDIR>>/client/src/first' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/<<PKGBUILDDIR>>/client/src/first' Making all in doc make[5]: Entering directory '/<<PKGBUILDDIR>>/client/src/doc' echo > .dummy.dep Making all in net make[6]: Entering directory '/<<PKGBUILDDIR>>/client/src/doc/net' echo > .dummy.dep echo index.html.dep ":\\" > index.html.dep grep "include(" ../../../../src/doc/net/index.html.m4 | sed -e "s,include(\(.*\)),../../../../src/doc/net/\1\\\," >> index.html.dep echo "Makefile" >> index.html.dep echo "define(CHANGEDATE, 2023-09-15) include(../../../src/doc/html.m4) include(../../../../src/doc/net/index.html.m4)" | m4 -I ../../../../src/doc/net > index.html || cp ../../../../src/doc/net/index.html.m4 index.html echo lower.html.dep ":\\" > lower.html.dep grep "include(" ../../../../src/doc/net/lower.html.m4 | sed -e "s,include(\(.*\)),../../../../src/doc/net/\1\\\," >> lower.html.dep echo "Makefile" >> lower.html.dep echo "define(CHANGEDATE, 2023-09-15) include(../../../src/doc/html.m4) include(../../../../src/doc/net/lower.html.m4)" | m4 -I ../../../../src/doc/net > lower.html || cp ../../../../src/doc/net/lower.html.m4 lower.html echo middle.html.dep ":\\" > middle.html.dep grep "include(" ../../../../src/doc/net/middle.html.m4 | sed -e "s,include(\(.*\)),../../../../src/doc/net/\1\\\," >> middle.html.dep echo "Makefile" >> middle.html.dep echo "define(CHANGEDATE, 2023-09-15) include(../../../src/doc/html.m4) include(../../../../src/doc/net/middle.html.m4)" | m4 -I ../../../../src/doc/net > middle.html || cp ../../../../src/doc/net/middle.html.m4 middle.html echo upper.html.dep ":\\" > upper.html.dep grep "include(" ../../../../src/doc/net/upper.html.m4 | sed -e "s,include(\(.*\)),../../../../src/doc/net/\1\\\," >> upper.html.dep echo "Makefile" >> upper.html.dep echo "define(CHANGEDATE, 2023-09-15) include(../../../src/doc/html.m4) include(../../../../src/doc/net/upper.html.m4)" | m4 -I ../../../../src/doc/net > upper.html || cp ../../../../src/doc/net/upper.html.m4 upper.html make[6]: Leaving directory '/<<PKGBUILDDIR>>/client/src/doc/net' make[6]: Entering directory '/<<PKGBUILDDIR>>/client/src/doc' echo bugs.html.dep ":\\" > bugs.html.dep grep "include(" ../../../src/doc/bugs.html.m4 | sed -e "s,include(\(.*\)),../../../src/doc/\1\\\," >> bugs.html.dep echo "Makefile" >> bugs.html.dep echo "define(CHANGEDATE, 2023-09-15) include(../../src/doc/html.m4) include(../../../src/doc/bugs.html.m4)" | m4 -I ../../../src/doc > bugs.html || cp ../../../src/doc/bugs.html.m4 bugs.html echo changelog.html.dep ":\\" > changelog.html.dep grep "include(" ../../../src/doc/changelog.html.m4 | sed -e "s,include(\(.*\)),../../../src/doc/\1\\\," >> changelog.html.dep echo "Makefile" >> changelog.html.dep echo "define(CHANGEDATE, 2023-09-15) include(../../src/doc/html.m4) include(../../../src/doc/changelog.html.m4)" | m4 -I ../../../src/doc > changelog.html || cp ../../../src/doc/changelog.html.m4 changelog.html echo commands.html.dep ":\\" > commands.html.dep grep "include(" ../../../src/doc/commands.html.m4 | sed -e "s,include(\(.*\)),../../../src/doc/\1\\\," >> commands.html.dep echo "Makefile" >> commands.html.dep echo "define(CHANGEDATE, 2023-09-15) include(../../src/doc/html.m4) include(../../../src/doc/commands.html.m4)" | m4 -I ../../../src/doc > commands.html || cp ../../../src/doc/commands.html.m4 commands.html m4:../../../src/doc/commands.html.m4:7: cannot open `commands.txt': No such file or directory echo compile.html.dep ":\\" > compile.html.dep grep "include(" ../../../src/doc/compile.html.m4 | sed -e "s,include(\(.*\)),../../../src/doc/\1\\\," >> compile.html.dep echo "Makefile" >> compile.html.dep echo "define(CHANGEDATE, 2023-09-15) include(../../src/doc/html.m4) include(../../../src/doc/compile.html.m4)" | m4 -I ../../../src/doc > compile.html || cp ../../../src/doc/compile.html.m4 compile.html echo config.html.dep ":\\" > config.html.dep grep "include(" ../../../src/doc/config.html.m4 | sed -e "s,include(\(.*\)),../../../src/doc/\1\\\," >> config.html.dep echo "Makefile" >> config.html.dep echo "define(CHANGEDATE, 2023-09-15) include(../../src/doc/html.m4) include(../../../src/doc/config.html.m4)" | m4 -I ../../../src/doc > config.html || cp ../../../src/doc/config.html.m4 config.html echo faq.html.dep ":\\" > faq.html.dep grep "include(" ../../../src/doc/faq.html.m4 | sed -e "s,include(\(.*\)),../../../src/doc/\1\\\," >> faq.html.dep echo "Makefile" >> faq.html.dep echo "define(CHANGEDATE, 2023-09-15) include(../../src/doc/html.m4) include(../../../src/doc/faq.html.m4)" | m4 -I ../../../src/doc > faq.html || cp ../../../src/doc/faq.html.m4 faq.html echo index.html.dep ":\\" > index.html.dep grep "include(" ../../../src/doc/index.html.m4 | sed -e "s,include(\(.*\)),../../../src/doc/\1\\\," >> index.html.dep echo "Makefile" >> index.html.dep echo "define(CHANGEDATE, 2023-09-15) include(../../src/doc/html.m4) include(../../../src/doc/index.html.m4)" | m4 -I ../../../src/doc > index.html || cp ../../../src/doc/index.html.m4 index.html echo install_linux.html.dep ":\\" > install_linux.html.dep grep "include(" ../../../src/doc/install_linux.html.m4 | sed -e "s,include(\(.*\)),../../../src/doc/\1\\\," >> install_linux.html.dep echo "Makefile" >> install_linux.html.dep echo "define(CHANGEDATE, 2023-09-15) include(../../src/doc/html.m4) include(../../../src/doc/install_linux.html.m4)" | m4 -I ../../../src/doc > install_linux.html || cp ../../../src/doc/install_linux.html.m4 install_linux.html m4:../../../src/doc/install_linux.html.m4:71: Warning: excess arguments to builtin `ifelse' ignored echo install_macosx.html.dep ":\\" > install_macosx.html.dep grep "include(" ../../../src/doc/install_macosx.html.m4 | sed -e "s,include(\(.*\)),../../../src/doc/\1\\\," >> install_macosx.html.dep echo "Makefile" >> install_macosx.html.dep echo "define(CHANGEDATE, 2023-09-15) include(../../src/doc/html.m4) include(../../../src/doc/install_macosx.html.m4)" | m4 -I ../../../src/doc > install_macosx.html || cp ../../../src/doc/install_macosx.html.m4 install_macosx.html echo install_result.html.dep ":\\" > install_result.html.dep grep "include(" ../../../src/doc/install_result.html.m4 | sed -e "s,include(\(.*\)),../../../src/doc/\1\\\," >> install_result.html.dep echo "Makefile" >> install_result.html.dep echo "define(CHANGEDATE, 2023-09-15) include(../../src/doc/html.m4) include(../../../src/doc/install_result.html.m4)" | m4 -I ../../../src/doc > install_result.html || cp ../../../src/doc/install_result.html.m4 install_result.html echo install_windows.html.dep ":\\" > install_windows.html.dep grep "include(" ../../../src/doc/install_windows.html.m4 | sed -e "s,include(\(.*\)),../../../src/doc/\1\\\," >> install_windows.html.dep echo "Makefile" >> install_windows.html.dep echo "define(CHANGEDATE, 2023-09-15) include(../../src/doc/html.m4) include(../../../src/doc/install_windows.html.m4)" | m4 -I ../../../src/doc > install_windows.html || cp ../../../src/doc/install_windows.html.m4 install_windows.html echo network.html.dep ":\\" > network.html.dep grep "include(" ../../../src/doc/network.html.m4 | sed -e "s,include(\(.*\)),../../../src/doc/\1\\\," >> network.html.dep echo "Makefile" >> network.html.dep echo "define(CHANGEDATE, 2023-09-15) include(../../src/doc/html.m4) include(../../../src/doc/network.html.m4)" | m4 -I ../../../src/doc > network.html || cp ../../../src/doc/network.html.m4 network.html echo readme_macosx.html.dep ":\\" > readme_macosx.html.dep grep "include(" ../../../src/doc/readme_macosx.html.m4 | sed -e "s,include(\(.*\)),../../../src/doc/\1\\\," >> readme_macosx.html.dep echo "Makefile" >> readme_macosx.html.dep echo "define(CHANGEDATE, 2023-09-15) include(../../src/doc/html.m4) include(../../../src/doc/readme_macosx.html.m4)" | m4 -I ../../../src/doc > readme_macosx.html || cp ../../../src/doc/readme_macosx.html.m4 readme_macosx.html echo todo.html.dep ":\\" > todo.html.dep grep "include(" ../../../src/doc/todo.html.m4 | sed -e "s,include(\(.*\)),../../../src/doc/\1\\\," >> todo.html.dep echo "Makefile" >> todo.html.dep echo "define(CHANGEDATE, 2023-09-15) include(../../src/doc/html.m4) include(../../../src/doc/todo.html.m4)" | m4 -I ../../../src/doc > todo.html || cp ../../../src/doc/todo.html.m4 todo.html echo versions.html.dep ":\\" > versions.html.dep grep "include(" ../../../src/doc/versions.html.m4 | sed -e "s,include(\(.*\)),../../../src/doc/\1\\\," >> versions.html.dep echo "Makefile" >> versions.html.dep echo "define(CHANGEDATE, 2023-09-15) include(../../src/doc/html.m4) include(../../../src/doc/versions.html.m4)" | m4 -I ../../../src/doc > versions.html || cp ../../../src/doc/versions.html.m4 versions.html rm -f ../../../src/doc/commands.txt cd ../../src && /usr/bin/make armagetronad_main && cd .. && ./src/armagetronad_main --vardir ./rubbish --doc 2>&1 | sed -e "s,^\[0\] ,," | grep -v "_help$" | grep -v "^changed" | grep -v "^Executable path: " | grep -v "^TestPath" | grep -v "^Testing data path: " | grep -v "^Testing configuration path: " | grep -v "^Closing socket" | grep -v "^Locale item" > src/doc/commands.txt || true make[7]: Entering directory '/<<PKGBUILDDIR>>/client/src' x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -iquote . -iquote .. -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng16 -iquote ../../src/tools -iquote ../../src/render -iquote ../../src/ui -iquote ../../src/network -iquote ../../src/engine -iquote ../../src/thirdparty/particles -iquote ../../src/tron -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=c++11 -Wno-long-long -MT tron/armagetronad_main-gFloor.o -MD -MP -MF tron/.deps/armagetronad_main-gFloor.Tpo -c -o tron/armagetronad_main-gFloor.o `test -f 'tron/gFloor.cpp' || echo '../../src/'`tron/gFloor.cpp mv -f tron/.deps/armagetronad_main-gFloor.Tpo tron/.deps/armagetronad_main-gFloor.Po x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -iquote . -iquote .. -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng16 -iquote ../../src/tools -iquote ../../src/render -iquote ../../src/ui -iquote ../../src/network -iquote ../../src/engine -iquote ../../src/thirdparty/particles -iquote ../../src/tron -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=c++11 -Wno-long-long -MT tron/libtron_a-gAIBase.o -MD -MP -MF tron/.deps/libtron_a-gAIBase.Tpo -c -o tron/libtron_a-gAIBase.o `test -f 'tron/gAIBase.cpp' || echo '../../src/'`tron/gAIBase.cpp mv -f tron/.deps/libtron_a-gAIBase.Tpo tron/.deps/libtron_a-gAIBase.Po x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -iquote . -iquote .. -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng16 -iquote ../../src/tools -iquote ../../src/render -iquote ../../src/ui -iquote ../../src/network -iquote ../../src/engine -iquote ../../src/thirdparty/particles -iquote ../../src/tron -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=c++11 -Wno-long-long -MT tron/libtron_a-gAICharacter.o -MD -MP -MF tron/.deps/libtron_a-gAICharacter.Tpo -c -o tron/libtron_a-gAICharacter.o `test -f 'tron/gAICharacter.cpp' || echo '../../src/'`tron/gAICharacter.cpp mv -f tron/.deps/libtron_a-gAICharacter.Tpo tron/.deps/libtron_a-gAICharacter.Po x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -iquote . -iquote .. -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng16 -iquote ../../src/tools -iquote ../../src/render -iquote ../../src/ui -iquote ../../src/network -iquote ../../src/engine -iquote ../../src/thirdparty/particles -iquote ../../src/tron -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=c++11 -Wno-long-long -MT tron/libtron_a-gArena.o -MD -MP -MF tron/.deps/libtron_a-gArena.Tpo -c -o tron/libtron_a-gArena.o `test -f 'tron/gArena.cpp' || echo '../../src/'`tron/gArena.cpp In file included from /usr/include/unicode/uenum.h:25, from /usr/include/unicode/ucnv.h:52, from /usr/include/libxml2/libxml/encoding.h:31, from /usr/include/libxml2/libxml/parser.h:812, from ../../src/tron/gParser.h:6, from ../../src/tron/gArena.cpp:36: /usr/include/unicode/localpointer.h:561:26: error: parameter declared âautoâ 561 | template <typename Type, auto closeFunction> | ^~~~ /usr/include/unicode/localpointer.h:573:76: error: template argument 2 is invalid 573 | explicit LocalOpenPointer(std::unique_ptr<Type, decltype(closeFunction)> &&p) | ^ /usr/include/unicode/localpointer.h:583:78: error: template argument 2 is invalid 583 | LocalOpenPointer &operator=(std::unique_ptr<Type, decltype(closeFunction)> &&p) { | ^ /usr/include/unicode/localpointer.h:599:59: error: template argument 2 is invalid 599 | operator std::unique_ptr<Type, decltype(closeFunction)> () && { | ^ /usr/include/unicode/uenum.h:69:1: note: invalid template non-type parameter 69 | U_DEFINE_LOCAL_OPEN_POINTER(LocalUEnumerationPointer, UEnumeration, uenum_close); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/unicode/ucnv.h:597:1: note: invalid template non-type parameter 597 | U_DEFINE_LOCAL_OPEN_POINTER(LocalUConverterPointer, UConverter, ucnv_close); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ make[7]: *** [Makefile:2400: tron/libtron_a-gArena.o] Error 1 make[7]: Leaving directory '/<<PKGBUILDDIR>>/client/src' test -r commands.txt || echo "Sorry, command help generation failed." > commands.txt test -r ../../../src/doc/commands.txt || mv commands.txt ../../../src/doc/commands.txt cp ../../../COPYING COPYING.txt make[6]: Leaving directory '/<<PKGBUILDDIR>>/client/src/doc' make[5]: Leaving directory '/<<PKGBUILDDIR>>/client/src/doc' Making all in thirdparty make[5]: Entering directory '/<<PKGBUILDDIR>>/client/src/thirdparty' Making all in particles make[6]: Entering directory '/<<PKGBUILDDIR>>/client/src/thirdparty/particles' x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../../../src/thirdparty/particles -I../../.. -iquote . -iquote .. -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng16 -iquote ../../../../src -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=c++11 -Wno-long-long -MT libparticles_a-action_api.o -MD -MP -MF .deps/libparticles_a-action_api.Tpo -c -o libparticles_a-action_api.o `test -f 'action_api.cpp' || echo '../../../../src/thirdparty/particles/'`action_api.cpp mv -f .deps/libparticles_a-action_api.Tpo .deps/libparticles_a-action_api.Po x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../../../src/thirdparty/particles -I../../.. -iquote . -iquote .. -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng16 -iquote ../../../../src -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=c++11 -Wno-long-long -MT libparticles_a-actions.o -MD -MP -MF .deps/libparticles_a-actions.Tpo -c -o libparticles_a-actions.o `test -f 'actions.cpp' || echo '../../../../src/thirdparty/particles/'`actions.cpp mv -f .deps/libparticles_a-actions.Tpo .deps/libparticles_a-actions.Po x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../../../src/thirdparty/particles -I../../.. -iquote . -iquote .. -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng16 -iquote ../../../../src -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=c++11 -Wno-long-long -MT libparticles_a-opengl.o -MD -MP -MF .deps/libparticles_a-opengl.Tpo -c -o libparticles_a-opengl.o `test -f 'opengl.cpp' || echo '../../../../src/thirdparty/particles/'`opengl.cpp mv -f .deps/libparticles_a-opengl.Tpo .deps/libparticles_a-opengl.Po x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../../../src/thirdparty/particles -I../../.. -iquote . -iquote .. -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng16 -iquote ../../../../src -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=c++11 -Wno-long-long -MT libparticles_a-system.o -MD -MP -MF .deps/libparticles_a-system.Tpo -c -o libparticles_a-system.o `test -f 'system.cpp' || echo '../../../../src/thirdparty/particles/'`system.cpp mv -f .deps/libparticles_a-system.Tpo .deps/libparticles_a-system.Po rm -f libparticles.a ar cr libparticles.a libparticles_a-action_api.o libparticles_a-actions.o libparticles_a-opengl.o libparticles_a-system.o x86_64-linux-gnu-ranlib libparticles.a make[6]: Leaving directory '/<<PKGBUILDDIR>>/client/src/thirdparty/particles' make[6]: Entering directory '/<<PKGBUILDDIR>>/client/src/thirdparty' make[6]: Nothing to be done for 'all-am'. make[6]: Leaving directory '/<<PKGBUILDDIR>>/client/src/thirdparty' make[5]: Leaving directory '/<<PKGBUILDDIR>>/client/src/thirdparty' make[5]: Entering directory '/<<PKGBUILDDIR>>/client/src' x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -iquote . -iquote .. -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng16 -iquote ../../src/tools -iquote ../../src/render -iquote ../../src/ui -iquote ../../src/network -iquote ../../src/engine -iquote ../../src/thirdparty/particles -iquote ../../src/tron -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=c++11 -Wno-long-long -MT tron/libtron_a-gArena.o -MD -MP -MF tron/.deps/libtron_a-gArena.Tpo -c -o tron/libtron_a-gArena.o `test -f 'tron/gArena.cpp' || echo '../../src/'`tron/gArena.cpp In file included from /usr/include/unicode/uenum.h:25, from /usr/include/unicode/ucnv.h:52, from /usr/include/libxml2/libxml/encoding.h:31, from /usr/include/libxml2/libxml/parser.h:812, from ../../src/tron/gParser.h:6, from ../../src/tron/gArena.cpp:36: /usr/include/unicode/localpointer.h:561:26: error: parameter declared âautoâ 561 | template <typename Type, auto closeFunction> | ^~~~ /usr/include/unicode/localpointer.h:573:76: error: template argument 2 is invalid 573 | explicit LocalOpenPointer(std::unique_ptr<Type, decltype(closeFunction)> &&p) | ^ /usr/include/unicode/localpointer.h:583:78: error: template argument 2 is invalid 583 | LocalOpenPointer &operator=(std::unique_ptr<Type, decltype(closeFunction)> &&p) { | ^ /usr/include/unicode/localpointer.h:599:59: error: template argument 2 is invalid 599 | operator std::unique_ptr<Type, decltype(closeFunction)> () && { | ^ /usr/include/unicode/uenum.h:69:1: note: invalid template non-type parameter 69 | U_DEFINE_LOCAL_OPEN_POINTER(LocalUEnumerationPointer, UEnumeration, uenum_close); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/unicode/ucnv.h:597:1: note: invalid template non-type parameter 597 | U_DEFINE_LOCAL_OPEN_POINTER(LocalUConverterPointer, UConverter, ucnv_close); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ make[5]: *** [Makefile:2400: tron/libtron_a-gArena.o] Error 1 make[5]: Leaving directory '/<<PKGBUILDDIR>>/client/src' make[4]: *** [Makefile:2798: all-recursive] Error 1 make[4]: Leaving directory '/<<PKGBUILDDIR>>/client/src' make[3]: *** [Makefile:677: all-recursive] Error 1 make[3]: Leaving directory '/<<PKGBUILDDIR>>/client' make[2]: *** [Makefile:491: all] Error 2 make[2]: Leaving directory '/<<PKGBUILDDIR>>/client' make[1]: *** [debian/rules:43: override_dh_auto_build] Error 2 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:27: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2 -------------------------------------------------------------------------------- The above is just how the build ends and not necessarily the most relevant part. If required, the full build log is available here: https://people.debian.org/~sanvila/build-logs/202503/ 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:armagetronad, so that this is still visible in the BTS web page for this package. Thanks.