Your message dated Wed, 24 Jul 2024 22:07:43 +0000 with message-id <e1swk99-00bzqa...@fasolo.debian.org> and subject line Bug#1075582: fixed in toppler 1.3-3 has caused the Debian Bug report #1075582, regarding toppler: ftbfs with GCC-14 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 ow...@bugs.debian.org immediately.) -- 1075582: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075582 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Package: src:toppler Version: 1.3-2 Severity: important Tags: sid trixie User: debian-...@lists.debian.org Usertags: ftbfs-gcc-14 [This bug is targeted to the upcoming trixie release] Please keep this issue open in the bug tracker for the package it was filed for. If a fix in another package is required, please file a bug for the other package (or clone), and add a block in this package. Please keep the issue open until the package can be built in a follow-up test rebuild. The package fails to build in a test rebuild on at least amd64 with gcc-14/g++-14, but succeeds to build with gcc-13/g++-13. The severity of this report will be raised before the trixie release. The full build log can be found at: http://qa-logs.debian.net/2024/07/01/toppler_1.3-2_unstable_gccexp.log The last lines of the build log are at the end of this report. To build with GCC 14, either set CC=gcc-14 CXX=g++-14 explicitly, or install the gcc, g++, gfortran, ... packages from experimental. apt-get -t=experimental install g++ Common build failures are new warnings resulting in build failures with -Werror turned on, or new/dropped symbols in Debian symbols files. For other C/C++ related build failures see the porting guide at http://gcc.gnu.org/gcc-14/porting_to.html [...] SHELL=/bin/sh USER=user42 dpkg-buildpackage ----------------- Command: dpkg-buildpackage --sanitize-env -us -uc -b -rfakeroot dpkg-buildpackage: info: source package toppler dpkg-buildpackage: info: source version 1.3-2 dpkg-buildpackage: info: source distribution unstable dpkg-buildpackage: info: source changed by Bill Allombert <ballo...@debian.org> dpkg-source --before-build . dpkg-buildpackage: info: host architecture amd64 debian/rules clean dh clean debian/rules override_dh_auto_clean make[1]: Entering directory '/<<PKGBUILDDIR>>' rm -rf _build locale toppler make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_clean debian/rules binary dh binary dh_update_autotools_config dh_autoreconf dh_auto_configure debian/rules override_dh_auto_build make[1]: Entering directory '/<<PKGBUILDDIR>>' dh_auto_build -- toppler DATADIR=/usr/share/games LOCALEDIR=/usr/share/locale make -j8 "INSTALL=install --strip-program=true" toppler DATADIR=/usr/share/games LOCALEDIR=/usr/share/locale make[2]: Entering directory '/<<PKGBUILDDIR>>' g++ -Wall -Wextra -g -O2 -std=c++17 $(pkg-config --cflags SDL2_mixer sdl2 zlib) -DVERSION='"1.3"' -DTOP_DATADIR='"/usr/share/games/toppler"' -DHISCOREDIR='"/var/toppler"' -DENABLE_NLS=1 -DLOCALEDIR='"/usr/share/locale"' -c -o _build//archi.cc.o src/archi.cc g++ -Wall -Wextra -g -O2 -std=c++17 $(pkg-config --cflags SDL2_mixer sdl2 zlib) -DVERSION='"1.3"' -DTOP_DATADIR='"/usr/share/games/toppler"' -DHISCOREDIR='"/var/toppler"' -DENABLE_NLS=1 -DLOCALEDIR='"/usr/share/locale"' -c -o _build//bonus.cc.o src/bonus.cc g++ -Wall -Wextra -g -O2 -std=c++17 $(pkg-config --cflags SDL2_mixer sdl2 zlib) -DVERSION='"1.3"' -DTOP_DATADIR='"/usr/share/games/toppler"' -DHISCOREDIR='"/var/toppler"' -DENABLE_NLS=1 -DLOCALEDIR='"/usr/share/locale"' -c -o _build//configuration.cc.o src/configuration.cc g++ -Wall -Wextra -g -O2 -std=c++17 $(pkg-config --cflags SDL2_mixer sdl2 zlib) -DVERSION='"1.3"' -DTOP_DATADIR='"/usr/share/games/toppler"' -DHISCOREDIR='"/var/toppler"' -DENABLE_NLS=1 -DLOCALEDIR='"/usr/share/locale"' -c -o _build//decl.cc.o src/decl.cc g++ -Wall -Wextra -g -O2 -std=c++17 $(pkg-config --cflags SDL2_mixer sdl2 zlib) -DVERSION='"1.3"' -DTOP_DATADIR='"/usr/share/games/toppler"' -DHISCOREDIR='"/var/toppler"' -DENABLE_NLS=1 -DLOCALEDIR='"/usr/share/locale"' -c -o _build//elevators.cc.o src/elevators.cc g++ -Wall -Wextra -g -O2 -std=c++17 $(pkg-config --cflags SDL2_mixer sdl2 zlib) -DVERSION='"1.3"' -DTOP_DATADIR='"/usr/share/games/toppler"' -DHISCOREDIR='"/var/toppler"' -DENABLE_NLS=1 -DLOCALEDIR='"/usr/share/locale"' -c -o _build//highscore.cc.o src/highscore.cc g++ -Wall -Wextra -g -O2 -std=c++17 $(pkg-config --cflags SDL2_mixer sdl2 zlib) -DVERSION='"1.3"' -DTOP_DATADIR='"/usr/share/games/toppler"' -DHISCOREDIR='"/var/toppler"' -DENABLE_NLS=1 -DLOCALEDIR='"/usr/share/locale"' -c -o _build//game.cc.o src/game.cc g++ -Wall -Wextra -g -O2 -std=c++17 $(pkg-config --cflags SDL2_mixer sdl2 zlib) -DVERSION='"1.3"' -DTOP_DATADIR='"/usr/share/games/toppler"' -DHISCOREDIR='"/var/toppler"' -DENABLE_NLS=1 -DLOCALEDIR='"/usr/share/locale"' -c -o _build//keyb.cc.o src/keyb.cc g++ -Wall -Wextra -g -O2 -std=c++17 $(pkg-config --cflags SDL2_mixer sdl2 zlib) -DVERSION='"1.3"' -DTOP_DATADIR='"/usr/share/games/toppler"' -DHISCOREDIR='"/var/toppler"' -DENABLE_NLS=1 -DLOCALEDIR='"/usr/share/locale"' -c -o _build//level.cc.o src/level.cc g++ -Wall -Wextra -g -O2 -std=c++17 $(pkg-config --cflags SDL2_mixer sdl2 zlib) -DVERSION='"1.3"' -DTOP_DATADIR='"/usr/share/games/toppler"' -DHISCOREDIR='"/var/toppler"' -DENABLE_NLS=1 -DLOCALEDIR='"/usr/share/locale"' -c -o _build//leveledit.cc.o src/leveledit.cc src/decl.cc: In function ‘std::vector<std::__cxx11::basic_string<char> > alpha_scandir(const std::string&, std::function<bool(const std::__cxx11::basic_string<char>&)>)’: src/decl.cc:253:10: error: ‘sort’ is not a member of ‘std’; did you mean ‘sqrt’? 253 | std::sort(entries.begin(), entries.end()); | ^~~~ | sqrt make[2]: *** [Makefile:80: _build//decl.cc.o] Error 1 make[2]: *** Waiting for unfinished jobs.... src/archi.cc:26:17: warning: ‘uint32_t byteswap(uint32_t)’ defined but not used [-Wunused-function] 26 | static uint32_t byteswap(uint32_t v) | ^~~~~~~~ src/level.cc: In function ‘void add_mission(std::string, bool)’: src/level.cc:198:17: error: ‘find_if’ is not a member of ‘std’ 198 | auto i = std::find_if(missions.begin(), missions.end(), [prio](auto & m) { return m.prio > prio; }); | ^~~~~~~ make[2]: *** [Makefile:79: _build//level.cc.o] Error 1 src/leveledit.cc: In function ‘void le_edit()’: src/leveledit.cc:423:29: warning: ‘snprintf’ output may be truncated before the last format character [-Wformat-truncation=] 423 | snprintf(tabbuf1, 11, "%3i", maxkeylen + FONTWID); | ^ In function ‘void le_showkeyhelp()’, inlined from ‘void le_edit()’ at src/leveledit.cc:918:23: src/leveledit.cc:423:11: note: ‘snprintf’ output between 4 and 12 bytes into a destination of size 11 423 | snprintf(tabbuf1, 11, "%3i", maxkeylen + FONTWID); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[2]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true" toppler DATADIR=/usr/share/games LOCALEDIR=/usr/share/locale returned exit code 2 make[1]: *** [debian/rules:16: override_dh_auto_build] Error 25 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:10: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---Source: toppler Source-Version: 1.3-3 Done: Bill Allombert <ballo...@debian.org> We believe that the bug you reported is fixed in the latest version of toppler, 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 1075...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Bill Allombert <ballo...@debian.org> (supplier of updated toppler 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 ftpmas...@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 24 Jul 2024 21:22:34 +0200 Source: toppler Architecture: source Version: 1.3-3 Distribution: unstable Urgency: medium Maintainer: Bill Allombert <ballo...@debian.org> Changed-By: Bill Allombert <ballo...@debian.org> Closes: 1075582 Changes: toppler (1.3-3) unstable; urgency=medium . * new patch: fix-include: fix FTBFS with g++ 14. Closes: #1075582 * debian/control: - Bump Standards-Version to 4.7.0. Checksums-Sha1: b9dc20694212f659ed31ec975864833897c9668a 1782 toppler_1.3-3.dsc b5aedc29ad5033ed59d000dda43cf677ce840d31 7840 toppler_1.3-3.debian.tar.xz 60ae3e82431940ef4a530ebc27acc744071abb2a 12244 toppler_1.3-3_source.buildinfo Checksums-Sha256: 8b38580bc48e6048bb118aafb24a108e81877e10f78f2cae8001764bab7e8ca3 1782 toppler_1.3-3.dsc c6c18f1de26f40835e5d25570d4fc22cac9bb553a8fe5fe6894feb8b54e980c5 7840 toppler_1.3-3.debian.tar.xz cb3c8d987c9c49167c38460f0d5884103775d676da1b1ba16670c143bfffa437 12244 toppler_1.3-3_source.buildinfo Files: f4fdf2b5b2b5e8091f97ed20f6880dc4 1782 games optional toppler_1.3-3.dsc 40cd839e7fc4b302ce198f962b280026 7840 games optional toppler_1.3-3.debian.tar.xz 4056cb0fe7b806680c950b7a7afcf1cd 12244 games optional toppler_1.3-3_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEQgKOpASi6dgKxFMUjw58K0Ui44cFAmahcpkACgkQjw58K0Ui 44fPoA//fWGvX8E94mUwQ0FZoiC5e6irUGNM13HgYBxavBUDnGxA9PuNyQ+bAosj Yj107+PCeBAUT3Pr/9oOu08j8o1PaDItpN8RgWKpC1tZJZlysyEOgGB5rALoj4jf SPgF/Nogme3HYOU/b0/uiKLWHxpfYj6QFFZ5VZCfvdZuXFC+QEw3DJa69KFjS3mw agG7JAqmJ8lDMoCiPVlhw+q+ExjWmEHC3zZKLGg0RNxvoAFUFh7wfsf6LyMn+Lak bnUfJHeB7uDovpV39M80MiQ7HvUj0BTiHwvkoXi06gZD+QoeLrx6XAkGHnvlxtfa g/XaCoAmtjSBjdHtdB5BWRP/BcfzFQz/aNoodyHVQRdW238BqVsgS8s0/iQNrIXu /oRINH7EIA1t8wZ25y8rFyh1qrPQ0Fboc0E2suJuIgLYM8xFPF0FyJzbrTmgqBti XIt0FzA5tlsidiwcadi7DvKwaNW2f1FjWlzBWbbo+P/KaeQO09nKm1Ija7aSwMlc qAshwf/nRgMRk4kg9dLlBieRqeu4yHe1wi/AFb1j5YkKOOjf30j+mSbJf5dRguDj fPSCR+4Nkeo6v4Xa8PWQECEfr8OFhT8hIKTRBUGCvtyh02nY5bX50ZqOLe+eNYdg kf03yCeLxMcgPF4sWI+eLvPMQHPFoIAa3FNT/Fay9Q/kqi2GQ10= =5Rmt -----END PGP SIGNATURE-----pgpczMNGYtJVi.pgp
Description: PGP signature
--- End Message ---