[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1096476: marked as done (crashmail: ftbfs with GCC-15)



Your message dated Tue, 23 Sep 2025 01:00:30 +0000
with message-id <E1v0rOQ-00GoQ5-09@fasolo.debian.org>
and subject line Bug#1096476: fixed in crashmail 1.7-5
has caused the Debian Bug report #1096476,
regarding crashmail: 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.)


-- 
1096476: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096476
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:crashmail
Version: 1.7-4
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/crashmail_1.7-4_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

[...]

dpkg-buildpackage
-----------------

Command: dpkg-buildpackage --sanitize-env -us -uc -b
dpkg-buildpackage: info: source package crashmail
dpkg-buildpackage: info: source version 1.7-4
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Boyuan Yang <byang@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 '/build/reproducible-path/crashmail-1.7'
rm -rf bin
/usr/bin/make -C src cleanlinux
make[2]: Entering directory '/build/reproducible-path/crashmail-1.7/src'
make -C cmnllib -f Makefile.linux clean
make[3]: Entering directory '/build/reproducible-path/crashmail-1.7/src/cmnllib'
rm -f *.o *.a
make[3]: Leaving directory '/build/reproducible-path/crashmail-1.7/src/cmnllib'
make -C jamlib -f Makefile.linux clean
make[3]: Entering directory '/build/reproducible-path/crashmail-1.7/src/jamlib'
rm -f *.o *.a
make[3]: Leaving directory '/build/reproducible-path/crashmail-1.7/src/jamlib'
make -C oslib_linux clean
make[3]: Entering directory '/build/reproducible-path/crashmail-1.7/src/oslib_linux'
rm -f *.o *.a
make[3]: Leaving directory '/build/reproducible-path/crashmail-1.7/src/oslib_linux'
make -f Makefile.linux clean
make[3]: Entering directory '/build/reproducible-path/crashmail-1.7/src'
rm -f obj/*.o
make[3]: Leaving directory '/build/reproducible-path/crashmail-1.7/src'
make[2]: Leaving directory '/build/reproducible-path/crashmail-1.7/src'
make[1]: Leaving directory '/build/reproducible-path/crashmail-1.7'
   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 '/build/reproducible-path/crashmail-1.7'
mkdir bin
dh_auto_build --sourcedirectory=src -- linux
	cd src && make -j8 "INSTALL=install --strip-program=true" linux
make[2]: Entering directory '/build/reproducible-path/crashmail-1.7/src'
mkdir -p obj
make -C cmnllib -f Makefile.linux
make[3]: Entering directory '/build/reproducible-path/crashmail-1.7/src/cmnllib'
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -DPLATFORM_LINUX -I ../ -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/crashmail-1.7=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -Wl,-z,relro -Wl,-z,now -c cmnllib.c -o cmnllib.o
In file included from ../oslib/os.h:4,
                 from cmnllib.c:5:
../shared/types.h:5:13: error: ‘bool’ cannot be defined via ‘typedef’
    5 | typedef int bool;
      |             ^~~~
../shared/types.h:5:13: note: ‘bool’ is a keyword with ‘-std=c23’ onwards
../shared/types.h:5:1: warning: useless type name in empty declaration
    5 | typedef int bool;
      | ^~~~~~~
make[3]: *** [Makefile.linux:15: cmnllib.o] Error 1
make[3]: Leaving directory '/build/reproducible-path/crashmail-1.7/src/cmnllib'
make[2]: *** [Makefile:16: linux] Error 2
make[2]: Leaving directory '/build/reproducible-path/crashmail-1.7/src'
dh_auto_build: error: cd src && make -j8 "INSTALL=install --strip-program=true" linux returned exit code 2
make[1]: *** [debian/rules:17: override_dh_auto_build] Error 25
make[1]: Leaving directory '/build/reproducible-path/crashmail-1.7'
make: *** [debian/rules:9: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: crashmail
Source-Version: 1.7-5
Done: Adrian Bunk <bunk@debian.org>

We believe that the bug you reported is fixed in the latest version of
crashmail, 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 1096476@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Adrian Bunk <bunk@debian.org> (supplier of updated crashmail 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: Sun, 21 Sep 2025 19:48:16 +0300
Source: crashmail
Architecture: source
Version: 1.7-5
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Adrian Bunk <bunk@debian.org>
Closes: 1096476
Changes:
 crashmail (1.7-5) unstable; urgency=medium
 .
   * QA upload.
   * Build with -std=gnu17 to workaround FTBFS with GCC 15.
     (Closes: #1096476)
Checksums-Sha1:
 5896a0f19d12de2bc1017e549e433f0a4c69c70d 1836 crashmail_1.7-5.dsc
 8fd51605b69fc3ea0335f9e1af9d778ddec0d154 9476 crashmail_1.7-5.debian.tar.xz
Checksums-Sha256:
 9108d86b683f059e42ddb57dc295cd761e53ddd705a062dc571e2f48f7b27d50 1836 crashmail_1.7-5.dsc
 1faafc7ae088972563308071c34cd0c7ba20f0022d828389b67aa2479442409a 9476 crashmail_1.7-5.debian.tar.xz
Files:
 3fc85dab1ecd79d676cf29aedf226646 1836 mail optional crashmail_1.7-5.dsc
 85121a9b768cbdebe417e37b1ef56e6a 9476 mail optional crashmail_1.7-5.debian.tar.xz

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

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmjRuNIACgkQiNJCh6LY
mLEtqBAAna4DKG66oKkFJHSMrm0l3CESYXpdiysYpgOJo4iIIlmF6VL56KIsDUFd
oV0IPk/6p4ci7CTrTjLT93tGqM08p8VkGSeqdAcz3wQnfoYKXqyaSSvfjbBO71rx
yN6z9rrExIXjvEXnO9BeqobvQ7ZT+mA6I9WsgeHCaLTlMAv6UMmVYbhvcIJFoKDs
JFXdn+9WlDYgMoLJzhLVZVHBn7TOjYxtU3T9xmDyo1YrRIWE1t3vG4J9G+ho/h0J
tSfQIuvYLaM5Hmn+K7FDob6WjgmTG2hK0p02Fva5MFAalLNC7rRfnEXpET38BdMA
UHF5bZtMpb/CeGziBJe2PVRqhl9Mm+qbRUjTQJsnoFPrOB/UulWLsx/EXhZMoAdK
Gm2vsxdZqDCOvFP0Sx+9sspfJcRUHk3Nx2dmm4OcmNf5TvZdooKpJymSPe/xO3K7
J3sdpfygvBO2gtpiODYT8Uxco+2JANlrU7PtP3nA9EQMH2K0kg8pAuCF7Y0e29lX
uROlWbtY7gBK1E2iIeBrzZ9R5EGTEzDaHQJSd4hKSuK+Q+m/ASdlfsVwR1Oq9hV/
IHW5f7zym36G0/goItit7dWpB9mlUoePlQuN7oM9sNF+mBsC3uTToT1RIXUHkT+X
TudHDJBSNvfhxzWgpGZ1iCBa5bqVbBl2GoqqiYAN/V7Jfx+ySyQ=
=ac77
-----END PGP SIGNATURE-----

Attachment: pgpvuMkaKkd3l.pgp
Description: PGP signature


--- End Message ---

Reply to: