Your message dated Sat, 27 Sep 2025 17:43:05 +0000 with message-id <E1v2Ywr-0060fz-13@fasolo.debian.org> and subject line Bug#1097969: fixed in tart 3.10-3 has caused the Debian Bug report #1097969, regarding tart: ftbfs with GCC-15 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 owner@bugs.debian.org immediately.) -- 1097969: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097969 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: maintonly@bugs.debian.org
- Subject: tart: ftbfs with GCC-15
- From: Matthias Klose <doko@debian.org>
- Date: Mon, 17 Feb 2025 17:56:17 +0000
- Message-id: <E1tk5Lt-009Qfy-U8@paradis.debian.org>
Package: src:tart Version: 3.10-2 Severity: important Tags: sid forky User: debian-gcc@lists.debian.org Usertags: ftbfs-gcc-15 [This bug is NOT 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-15/g++-15, but succeeds to build with gcc-14/g++-14. The severity of this report will be raised before the forky release. The full build log can be found at: http://qa-logs.debian.net/2025/02/16/amd64exp/tart_3.10-2_unstable_gccexp.log.gz The last lines of the build log are at the end of this report. To build with GCC 15, either set CC=gcc-15 CXX=g++-15 explicitly, or install the gcc, g++, gfortran, ... packages from experimental. apt-get -t=experimental install g++ GCC 15 now defaults to the C23/C++23 standards, exposing many FTBFS. Other 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-15/porting_to.html [...] checking dependency style of gcc... none 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 fcntl.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for sys/param.h... yes checking for sys/wait.h... yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking whether struct tm is in sys/time.h or time.h... time.h checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for GNU libc compatible malloc... yes checking for alarm... yes checking for strftime... yes checking for sysinfo... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating doc/Makefile config.status: creating Makefile config.status: creating misc/Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands dh_auto_build make -j8 make[1]: Entering directory '/build/reproducible-path/tart-3.10' make all-recursive make[2]: Entering directory '/build/reproducible-path/tart-3.10' Making all in src make[3]: Entering directory '/build/reproducible-path/tart-3.10/src' gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/tart-3.10=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o ibeat.o ibeat.c gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/tart-3.10=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o IniFile.o IniFile.c gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/tart-3.10=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o main.o main.c gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/tart-3.10=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o riscos.o riscos.c gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/tart-3.10=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o stringutil.o stringutil.c gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/tart-3.10=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o tartutil.o tartutil.c In file included from IniFile.c:7: IniFile.h:24:3: error: expected ‘;’, identifier or ‘(’ before ‘bool’ 24 | } bool; | ^~~~ IniFile.h:24:3: warning: useless type name in empty declaration make[3]: *** [Makefile:371: IniFile.o] Error 1 make[3]: *** Waiting for unfinished jobs.... In file included from tartutil.c:21: IniFile.h:24:3: error: expected ‘;’, identifier or ‘(’ before ‘bool’ 24 | } bool; | ^~~~ IniFile.h:24:3: warning: useless type name in empty declaration make[3]: *** [Makefile:371: tartutil.o] Error 1 main.c: In function ‘Help’: main.c:291:98: warning: macro ‘__DATE__’ might prevent reproducible builds [-Wdate-time] 291 | printf (BLUE "\nLinuxTaRT" GREEN " version %.2f " WHITE " Compiled: (%s)\n" NORMAL, VER, __DATE__); | ^~~~~~~~ make[3]: Leaving directory '/build/reproducible-path/tart-3.10/src' make[2]: *** [Makefile:367: all-recursive] Error 1 make[2]: Leaving directory '/build/reproducible-path/tart-3.10' make[1]: *** [Makefile:308: all] Error 2 make[1]: Leaving directory '/build/reproducible-path/tart-3.10' dh_auto_build: error: make -j8 returned exit code 2 make: *** [debian/rules:5: binary] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
- To: 1097969-close@bugs.debian.org
- Subject: Bug#1097969: fixed in tart 3.10-3
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Sat, 27 Sep 2025 17:43:05 +0000
- Message-id: <E1v2Ywr-0060fz-13@fasolo.debian.org>
- Reply-to: Sergio Durigan Junior <sergiodj@debian.org>
Source: tart Source-Version: 3.10-3 Done: Sergio Durigan Junior <sergiodj@debian.org> We believe that the bug you reported is fixed in the latest version of tart, 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 1097969@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Sergio Durigan Junior <sergiodj@debian.org> (supplier of updated tart 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 ftpmaster@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 27 Sep 2025 13:29:52 -0400 Source: tart Architecture: source Version: 3.10-3 Distribution: unstable Urgency: medium Maintainer: Debian QA Group <packages@qa.debian.org> Changed-By: Sergio Durigan Junior <sergiodj@debian.org> Closes: 1097969 Changes: tart (3.10-3) unstable; urgency=medium . * QA upload. * d/p/0002-Don-t-redefine-bool.patch: Fix FTBFS with GCC 15. (Closes: #1097969) Checksums-Sha1: 7251def367ee9a4846b522e43142af482816550b 2218 tart_3.10-3.dsc 34fb342b2f70d05a914ddc427ce38c349311e816 5136 tart_3.10-3.debian.tar.xz 515a3dc449bc19b33e15c7271bd572bb7236a340 5803 tart_3.10-3_amd64.buildinfo Checksums-Sha256: 624e6145a21ed8965dfd252e080a53e13c138a644c35cff2c32aa1a86c7485d8 2218 tart_3.10-3.dsc b274e5cfe2b5e91e8dc26fe86d15201bba64d3015c1fb3a5b291382c424c9054 5136 tart_3.10-3.debian.tar.xz a3a057762015d1ac8f892c554734eb37505175e90fc71802e7369d6e938188b1 5803 tart_3.10-3_amd64.buildinfo Files: af0eea94f2f020aa05d7aac944d0de29 2218 mail optional tart_3.10-3.dsc 6759eec17713c36a5c9b2eb3bff494b4 5136 mail optional tart_3.10-3.debian.tar.xz c580893382b6f1b82220e64e9370bd3f 5803 mail optional tart_3.10-3_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQJIBAEBCgAyFiEEI3pUsQKHKL8A7zH00Ot2KGX8XjYFAmjYH0IUHHNlcmdpb2Rq QGRlYmlhbi5vcmcACgkQ0Ot2KGX8XjYpjg/+I7CCQZnrfZ5rt8OVowJTlTyREAtz MoLdM8ksHWJVdJxfdS5eQYyFy8I4GhBxs6TH/PETujFXMUGDeP22VjdD4iAmWrQ+ lPYKpmeur8WIDXOmgHdKXAbnZeXEnDXCreDr7jSUvMA9Po7zLFNH6dIz0U+yjxtA 2/EGVdKqkM+IaXmTssFj7ePh/YkqU4OA7lY/m1sGpF9G1Eqp/1mPNuDTAir3LFyk eDkr3Ayy3g6v8zsUmMxpMmffwybrHTMsrz/qr4B51nSN45ySxqEe52moF9CtEayw MkehAYNOQzAqugcwgGsHhE3Pne3xQahAWjVmFCyZC29fhNVeY9h/qbzO7v7yP8ij JKjn7ipWlc1cTtUTVFD0suvuFN2UfjHh7BOxNMvssfZ3yZYEOlHGmPLNx72yxpB+ xG5N1cbDnpmknhlmX1w67mhTHIF6/yS+K9sNqML7Ld43bHbzKuPvOu45PaLakBfO GvHxF7n++gYiqccjTm61SU6SazF3iu+x4jQujjMxTzLW5j5bEmBza1LMwUevQxpP tvzV4hkB1zkWNmhBknqKwzblp8op38dKdFskUHYxgPzLdMCJH2mGDxpjJsaCZBr5 BJN1VkjBN2onOrxPHQwvF/lfBUbKRldIUgdjKU0gvdPsY1RxJeSr+LdljTVb9LIl U7GAusz/Kx9zNes= =AwNv -----END PGP SIGNATURE-----Attachment: pgp5plrOrZ9S5.pgp
Description: PGP signature
--- End Message ---