Your message dated Tue, 28 Jan 2025 21:03:34 +0000 with message-id <e1tcska-00469m...@fasolo.debian.org> and subject line Bug#1075212: fixed in libtcod 1.18.1+dfsg-1.2 has caused the Debian Bug report #1075212, regarding libtcod: 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.) -- 1075212: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075212 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Package: src:libtcod Version: 1.18.1+dfsg-1.1 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/libtcod_1.18.1+dfsg-1.1_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 [...] 1211 | if (curSet == sets.size()) curSet = 0; | ~~~~~~~^~~~~~~~~~~~~~ ../../samples/samples_cpp.cpp:1174:23: warning: unused parameter ‘first’ [-Wunused-parameter] 1174 | void render_name(bool first, TCOD_key_t* key, TCOD_mouse_t* mouse) { | ~~~~~^~~~~ ../../samples/samples_cpp.cpp:1174:61: warning: unused parameter ‘mouse’ [-Wunused-parameter] 1174 | void render_name(bool first, TCOD_key_t* key, TCOD_mouse_t* mouse) { | ~~~~~~~~~~~~~~^~~~~ ../../samples/samples_cpp.cpp: In function ‘void render_sdl(bool, TCOD_key_t*, TCOD_mouse_t*)’: ../../samples/samples_cpp.cpp:1464:38: warning: ‘static void TCODSystem::registerSDLRenderer(ITCODSDLRenderer*)’ is deprecated [-Wdeprecated-declarations] 1464 | TCODSystem::registerSDLRenderer(new SampleRenderer()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./../../src/libtcod/sys.hpp:403:21: note: declared here 403 | static void registerSDLRenderer(ITCODSDLRenderer *renderer); | ^~~~~~~~~~~~~~~~~~~ ../../samples/samples_cpp.cpp:1466:38: warning: ‘static void TCODSystem::registerSDLRenderer(ITCODSDLRenderer*)’ is deprecated [-Wdeprecated-declarations] 1466 | TCODSystem::registerSDLRenderer(NULL); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ ./../../src/libtcod/sys.hpp:403:21: note: declared here 403 | static void registerSDLRenderer(ITCODSDLRenderer *renderer); | ^~~~~~~~~~~~~~~~~~~ ../../samples/samples_cpp.cpp:1443:60: warning: unused parameter ‘mouse’ [-Wunused-parameter] 1443 | void render_sdl(bool first, TCOD_key_t* key, TCOD_mouse_t* mouse) { | ~~~~~~~~~~~~~~^~~~~ ../../samples/samples_cpp.cpp: In function ‘int main(int, char**)’: ../../samples/samples_cpp.cpp:1498:34: warning: missing initializer for member ‘TCOD_key_t::text’ [-Wmissing-field-initializers] 1498 | TCOD_key_t key = {TCODK_NONE, 0}; | ^ ../../samples/samples_cpp.cpp:1498:34: warning: missing initializer for member ‘TCOD_key_t::pressed’ [-Wmissing-field-initializers] ../../samples/samples_cpp.cpp:1498:34: warning: missing initializer for member ‘TCOD_key_t::lalt’ [-Wmissing-field-initializers] ../../samples/samples_cpp.cpp:1498:34: warning: missing initializer for member ‘TCOD_key_t::lctrl’ [-Wmissing-field-initializers] ../../samples/samples_cpp.cpp:1498:34: warning: missing initializer for member ‘TCOD_key_t::lmeta’ [-Wmissing-field-initializers] ../../samples/samples_cpp.cpp:1498:34: warning: missing initializer for member ‘TCOD_key_t::ralt’ [-Wmissing-field-initializers] ../../samples/samples_cpp.cpp:1498:34: warning: missing initializer for member ‘TCOD_key_t::rctrl’ [-Wmissing-field-initializers] ../../samples/samples_cpp.cpp:1498:34: warning: missing initializer for member ‘TCOD_key_t::rmeta’ [-Wmissing-field-initializers] ../../samples/samples_cpp.cpp:1498:34: warning: missing initializer for member ‘TCOD_key_t::shift’ [-Wmissing-field-initializers] ../../samples/samples_cpp.cpp:1574:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<sample_t>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1574 | for (int i = 0; i < samples.size(); i++) { | ~~^~~~~~~~~~~~~~~~ ../../samples/samples_cpp.cpp:1649:30: warning: ‘static TCOD_event_t TCODSystem::checkForEvent(int, TCOD_key_t*, TCOD_mouse_t*)’ is deprecated: This API is deprecated, use SDL_PollEvent instead. [-Wdeprecated-declarations] 1649 | TCODSystem::checkForEvent((TCOD_event_t)(TCOD_EVENT_KEY_PRESS | TCOD_EVENT_MOUSE), &key, &mouse); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../../src/libtcod/sys.hpp:228:29: note: declared here 228 | static TCOD_event_t checkForEvent(int eventMask, TCOD_key_t *key, TCOD_mouse_t *mouse); | ^~~~~~~~~~~~~ libtool: compile: g++ -std=c++14 -DPACKAGE_NAME=\"libtcod\" -DPACKAGE_TARNAME=\"libtcod\" -DPACKAGE_VERSION=\"1.18.1\" "-DPACKAGE_STRING=\"libtcod 1.18.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtcod\" -DVERSION=\"1.18.1\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_MATH_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDARG_H=1 -DHAVE_STRING_H=1 -DHAVE_STDLIB_H=1 -DHAVE_CTYPE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_WCTYPE_H=1 -DHAVE_TIME_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_X11_XLIB_H=1 -DHAVE_X11_XATOM_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_DIRENT_H=1 -DHAVE_ERRNO_H=1 -DHAVE_PTHREAD_H=1 -DHAVE_SEMAPHORE_H=1 -DHAVE_DLFCN_H=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_CXX14=1 -I. -I./../../src -I./../../src/vendor -I./../../src/vendor/utf8proc -fvisibility=hidden -DLIBTCOD_EXPORTS -DNDEBUG - O3 -Wall -Wextra -Wpedantic -I/usr/include/SDL2 -D_REENTRANT -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c ../../src/libtcod/color_.cpp -o ../../src/libtcod/color_.o >/dev/null 2>&1 libtool: compile: g++ -std=c++14 -DPACKAGE_NAME=\"libtcod\" -DPACKAGE_TARNAME=\"libtcod\" -DPACKAGE_VERSION=\"1.18.1\" "-DPACKAGE_STRING=\"libtcod 1.18.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libtcod\" -DVERSION=\"1.18.1\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_MATH_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDARG_H=1 -DHAVE_STRING_H=1 -DHAVE_STDLIB_H=1 -DHAVE_CTYPE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_WCTYPE_H=1 -DHAVE_TIME_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_X11_XLIB_H=1 -DHAVE_X11_XATOM_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_DIRENT_H=1 -DHAVE_ERRNO_H=1 -DHAVE_PTHREAD_H=1 -DHAVE_SEMAPHORE_H=1 -DHAVE_DLFCN_H=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_CXX14=1 -I. -I./../../src -I./../../src/vendor -I./../../src/vendor/utf8proc -fvisibility=hidden -DLIBTCOD_EXPORTS -DNDEBUG - O3 -Wall -Wextra -Wpedantic -I/usr/include/SDL2 -D_REENTRANT -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c ../../src/libtcod/console_.cpp -o ../../src/libtcod/console_.o >/dev/null 2>&1 ../../samples/samples_cpp.cpp: In member function ‘void SampleRenderer::blur(SDL_Surface*, int, int, int, int)’: ../../samples/samples_cpp.cpp:1369:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 1369 | p += 2 * screen->pitch; | ~~^~~~~~~~~~~~~~~~~~~~ ../../samples/samples_cpp.cpp:1370:11: note: here 1370 | case 3: | ^~~~ ../../samples/samples_cpp.cpp:1388:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 1388 | p -= 2 * screen->pitch; | ~~^~~~~~~~~~~~~~~~~~~~ ../../samples/samples_cpp.cpp:1389:11: note: here 1389 | case 2: | ^~~~ ../../samples/samples_cpp.cpp:1407:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 1407 | p += screen->pitch; | ~~^~~~~~~~~~~~~~~~ ../../samples/samples_cpp.cpp:1408:11: note: here 1408 | case 1: | ^~~~ make[1]: Leaving directory '/<<PKGBUILDDIR>>/buildsys/autotools' dh_auto_build: error: cd buildsys/autotools && make -j8 returned exit code 2 make: *** [debian/rules:9: build] Error 25 dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---Source: libtcod Source-Version: 1.18.1+dfsg-1.2 Done: Nikolay Shaplov <dh...@nataraj.su> We believe that the bug you reported is fixed in the latest version of libtcod, 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. Nikolay Shaplov <dh...@nataraj.su> (supplier of updated libtcod 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: Sun, 26 Jan 2025 22:22:22 +0300 Source: libtcod Architecture: source Version: 1.18.1+dfsg-1.2 Distribution: unstable Urgency: medium Maintainer: Fabian Wolff <fabi.wo...@arcor.de> Changed-By: Nikolay Shaplov <dh...@nataraj.su> Closes: 1075212 Changes: libtcod (1.18.1+dfsg-1.2) unstable; urgency=medium . * Non-maintainer upload. * Fix incompatible pointer type build error. (Closes: #1075212) * Fix debian/watch to find new versions on GitHub. Checksums-Sha1: d3b6d13fbf378e5e63b305124b941a1e62e2f577 1931 libtcod_1.18.1+dfsg-1.2.dsc 8006af2aefa770e3716aa032fb6cc1cc8d7d9d91 7200 libtcod_1.18.1+dfsg-1.2.debian.tar.xz 16a22cc649e63aa5bd8863c556eab6f51b4ea3ae 10142 libtcod_1.18.1+dfsg-1.2_source.buildinfo Checksums-Sha256: fe618ca68ca99e54af8adaf241c4e78b9d60f4a70c287d1b3649d1e87f81eb9b 1931 libtcod_1.18.1+dfsg-1.2.dsc 836b952f2cebe6a167aa2a01dbe22ecbd7195c586acc7b5f0c488dc3a9d381ba 7200 libtcod_1.18.1+dfsg-1.2.debian.tar.xz afa32d93ef323d264de6b4fe9270ca6f5fe9d598a99b121d49433df901eee791 10142 libtcod_1.18.1+dfsg-1.2_source.buildinfo Files: 4a3c2972609ec0ae5c221a566a64fc01 1931 libs optional libtcod_1.18.1+dfsg-1.2.dsc 16801cac49c2999c9d8a438385f9a246 7200 libs optional libtcod_1.18.1+dfsg-1.2.debian.tar.xz 9511621b9dc128a4be47c312b83bc15c 10142 libs optional libtcod_1.18.1+dfsg-1.2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmeZLxQQHGJhZ2VAZGVi aWFuLm9yZwAKCRAfXHqLRVZDFDG3DADUE7Tiir4wOisgCWzDHyEAbmbKZTVf2aXH 2SGaSxSqKY3kofKPpqd4jLcIFob1AT+XGgPfzq0A+Mj6YAAbK/E5GtdfeNgJARfQ K74eYPdgNv3lYskAZDRKtk/0hyxkxRWjl4xC0kmEfRQfnfxcrgOQGq2nGDonpHRF 5ZYs7ps/91PAXlbB3Li4Yy8tXKdqLBMu283NnFAA+zz9/aASBnYQNOFuP3rN/K9a xk72I5xbdPvR4aYHOkN3GkLwRIgbhaKt4W0KXzceewLAG1TrU581MLL3eaNqykQQ YUnHlibU3bls1L7Zdl09l+jHP6fKpQoW6eqtUHhbXfV8LWoLB2cPPsrGGwpP410H U0kFJLndq4ZHz9szd2oc3YgYknvodcCeQnlgOxy2pcCkpjHrZOo+xRds8Um1nbqJ xy7HlaYQ0lMtBdbK6sVIvWe25BCOItMylfG9G6zb3AfFihyknCSmJhDAj8WRLG1v Ope5k6yYxi7/S39FXChLdofhIZ3gwrc= =3jzJ -----END PGP SIGNATURE-----pgpOwU6pAbJ0C.pgp
Description: PGP signature
--- End Message ---