Your message dated Fri, 26 Sep 2025 13:21:34 +0000
with message-id <[email protected]>
and subject line Bug#1097997: fixed in tiger 1:3.2.4~rc1-3.5
has caused the Debian Bug report #1097997,
regarding tiger: 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 [email protected]
immediately.)
--
1097997: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097997
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:tiger
Version: 1:3.2.4~rc1-3.4
Severity: important
Tags: sid forky
User: [email protected]
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/tiger_3.2.4~rc1-3.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
[...]
170 | void MD5Init (context)
| ^~~~~~~
md5.c:472:18: error: too many arguments to function ‘MD5Update’; expected 0,
have 3
472 | #define MDUpdate MD5Update
| ^~~~~~~~~
md5.c:597:4: note: in expansion of macro ‘MDUpdate’
597 | MDUpdate (&context, buffer, len);
| ^~~~~~~~
md5.c:186:6: note: declared here
186 | void MD5Update (context, input, inputLen)
| ^~~~~~~~~
md5.c:473:17: error: too many arguments to function ‘MD5Final’; expected 0,
have 2
473 | #define MDFinal MD5Final
| ^~~~~~~~
md5.c:598:2: note: in expansion of macro ‘MDFinal’
598 | MDFinal (digest, &context);
| ^~~~~~~
md5.c:228:6: note: declared here
228 | void MD5Final (digest, context)
| ^~~~~~~~
md5.c:603:2: error: too many arguments to function ‘MDPrint’; expected 0, have 1
603 | MDPrint (digest);
| ^~~~~~~ ~~~~~~
md5.c:455:13: note: declared here
455 | static void MDPrint PROTO_LIST ((unsigned char [16]));
| ^~~~~~~
md5.c: In function ‘MDFilter’:
md5.c:471:16: error: too many arguments to function ‘MD5Init’; expected 0, have
1
471 | #define MDInit MD5Init
| ^~~~~~~
md5.c:616:3: note: in expansion of macro ‘MDInit’
616 | MDInit (&context);
| ^~~~~~
md5.c:170:6: note: declared here
170 | void MD5Init (context)
| ^~~~~~~
md5.c:472:18: error: too many arguments to function ‘MD5Update’; expected 0,
have 3
472 | #define MDUpdate MD5Update
| ^~~~~~~~~
md5.c:618:2: note: in expansion of macro ‘MDUpdate’
618 | MDUpdate (&context, buffer, len);
| ^~~~~~~~
md5.c:186:6: note: declared here
186 | void MD5Update (context, input, inputLen)
| ^~~~~~~~~
md5.c:473:17: error: too many arguments to function ‘MD5Final’; expected 0,
have 2
473 | #define MDFinal MD5Final
| ^~~~~~~~
md5.c:619:3: note: in expansion of macro ‘MDFinal’
619 | MDFinal (digest, &context);
| ^~~~~~~
md5.c:228:6: note: declared here
228 | void MD5Final (digest, context)
| ^~~~~~~~
md5.c:621:3: error: too many arguments to function ‘MDPrint’; expected 0, have 1
621 | MDPrint (digest);
| ^~~~~~~ ~~~~~~
md5.c:455:13: note: declared here
455 | static void MDPrint PROTO_LIST ((unsigned char [16]));
| ^~~~~~~
md5.c: In function ‘MDPrint’:
md5.c:627:13: warning: old-style function definition [-Wold-style-definition]
627 | static void MDPrint (digest)
| ^~~~~~~
make[2]: *** [Makefile:35: md5] Error 1
make[2]: Leaving directory '/build/reproducible-path/tiger-3.2.4~rc1/c'
make[1]: *** [Makefile:182: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/tiger-3.2.4~rc1'
make: *** [debian/rules:23: build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: tiger
Source-Version: 1:3.2.4~rc1-3.5
Done: Florian Ernst <[email protected]>
We believe that the bug you reported is fixed in the latest version of
tiger, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Florian Ernst <[email protected]> (supplier of updated tiger 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Mon, 15 Sep 2025 19:06:42 +0200
Source: tiger
Architecture: source
Version: 1:3.2.4~rc1-3.5
Distribution: unstable
Urgency: medium
Maintainer: Javier Fernández-Sanguino Peña <[email protected]>
Changed-By: Florian Ernst <[email protected]>
Closes: 1097997
Changes:
tiger (1:3.2.4~rc1-3.5) unstable; urgency=medium
.
* Non-maintainer upload.
* Apply first hunk of patch from Richard Lewis to just fix the FTBFS with
GCC-15 (Closes: #1097997)
Checksums-Sha1:
1be96edd8d801da72895aa3b6b4b0e66ed20648d 1996 tiger_3.2.4~rc1-3.5.dsc
03d3a83e6b2e19950bc1aeca757560b32547c64b 585386 tiger_3.2.4~rc1-3.5.diff.gz
a30738a6220b67e0bdaa80ec23302af047e4a395 6830
tiger_3.2.4~rc1-3.5_amd64.buildinfo
Checksums-Sha256:
c9b2a97ff1bea7d1f7723b8214574d79011fe9c5eb0efc61007d7dd210fb4e50 1996
tiger_3.2.4~rc1-3.5.dsc
b550a6e10d5ed33537fe026a2a796945f6c175ff528968f11cdddf4717234083 585386
tiger_3.2.4~rc1-3.5.diff.gz
e9d5b6d709be08921a76d6ae9f263831a9c41b0cd47858b035b84077b6b47fb9 6830
tiger_3.2.4~rc1-3.5_amd64.buildinfo
Files:
89e9d8748f760ef48b3e61e1e48905fa 1996 admin optional tiger_3.2.4~rc1-3.5.dsc
74192ecbd622432ad557148609277337 585386 admin optional
tiger_3.2.4~rc1-3.5.diff.gz
0169f3140b68150a3a03e7a3f0ce4901 6830 admin optional
tiger_3.2.4~rc1-3.5_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEBn03XtJwVyplJ26xBjdBuvXdHs4FAmjISSMACgkQBjdBuvXd
Hs5BQw//bnDyfh9yD65ULNeWd1Kw5DMKC2y8JIDa5r/aQ11laztLK2Tf/GttThE/
idodKdxxbt3MgDggC/c2AQxupZjHFG46wf1rd4g/3NF55WoME0kWxqAA0bQwev4m
sImOV1rlDUlAerFv0gsAKRxYOQ9AwFZ3ueWHyQCA0CaLIOxh5EIwH9SMZgEohKJ9
q8a4LlsqlNCX+RKMwfgnobcJ3jNucBAIAP7RS9XBXKdCsAtPVghUrfexSpXBjSVT
JCEzpXYcVG3JxHrkIpJfO1Hb+3pTicU1OMICm+RLFJHQHj9XB0rCQa0BFjpLmXiC
8MYG8uLYHiBPXxmF+yA1tjVpzx6sgDig30FKODGJkXim9yqaRUHU22o33+NikGzH
glA8vU+lYBHEwRzpIjyHrSVVH8bBy55uh4J3rGlJWMmuoi7dtl6slLKjh0zNyya9
BSTujejLPY4vtW70rz0eUuf00VxkC6Zj86kMw4hJ/ZHVKOuvOCOvmB4XPVFgK723
Vy9v4VJQwedoV6W7TWiI0MMV5B96CEovhYKBNf1DrNrSThoNZVNyi9VPdGUmWWHr
uResuCVOp1VhIRBipOUKPFQrR6pg5S9O/kUGKhVIoirEMRM5ImeG+PYXob7Ta418
WGKKU06V76UwYH0Jmj90Rz+93FOVAYlJsk7naZhkdeG+G9c5b6A=
=lU8c
-----END PGP SIGNATURE-----
pgpUMX3Od7NTY.pgp
Description: PGP signature
--- End Message ---