Your message dated Fri, 26 Sep 2025 14:41:30 +0000
with message-id <[email protected]>
and subject line Bug#1097377: fixed in mcrypt 2.6.8-9
has caused the Debian Bug report #1097377,
regarding mcrypt: 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.)
--
1097377: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097377
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:mcrypt
Version: 2.6.8-8
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/mcrypt_2.6.8-8_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
[...]
1162 | extern char *crypt (const char *__key, const char *__salt)
| ^~~~~
extra.c: In function ‘test_file_headers’:
extra.c:636:16: warning: suggest parentheses around operand of ‘!’ or change
‘&’ to ‘&&’ or ‘!’ to ‘~’ [-Wparentheses]
636 | if ( !(!x & 0x80) && bare_flag == FALSE) {
| ^~
extra.c: In function ‘_mcrypt_start_timer’:
extra.c:690:2: warning: ‘ftime’ is deprecated: Use gettimeofday or
clock_gettime instead [-Wdeprecated-declarations]
690 | ftime(&start_time);
| ^~~~~
In file included from extra.c:40:
/usr/include/x86_64-linux-gnu/sys/timeb.h:29:12: note: declared here
29 | extern int ftime (struct timeb *__timebuf)
| ^~~~~
extra.c: In function ‘_mcrypt_end_timer’:
extra.c:698:2: warning: ‘ftime’ is deprecated: Use gettimeofday or
clock_gettime instead [-Wdeprecated-declarations]
698 | ftime(&end_time);
| ^~~~~
/usr/include/x86_64-linux-gnu/sys/timeb.h:29:12: note: declared here
29 | extern int ftime (struct timeb *__timebuf)
| ^~~~~
make[3]: *** [Makefile:473: keys.o] Error 1
make[3]: *** [Makefile:473: functions.o] Error 1
extra.c: In function ‘read_until_null’:
extra.c:158:17: warning: ignoring return value of ‘fread’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
158 | fread(&pointer[i], 1, 1, fstream);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
extra.c: In function ‘check_file_head’:
extra.c:179:9: warning: ignoring return value of ‘fread’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
179 | fread(buf, 1, 3, fstream);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
extra.c:180:9: warning: ignoring return value of ‘fread’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
180 | fread(&flags, 1, 1, fstream);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
extra.c:226:17: warning: ignoring return value of ‘fread’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
226 | fread(&keylen, sizeof(short int), 1, fstream);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
extra.c:240:17: warning: ignoring return value of ‘fread’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
240 | fread(&sflag, 1, 1, fstream);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
extra.c:247:41: warning: ignoring return value of ‘fread’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
247 | fread(tmp_buf, 1, *salt_size,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
248 | fstream);
| ~~~~~~~~
extra.c: In function ‘read_iv’:
extra.c:289:9: warning: ignoring return value of ‘fread’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
289 | fread(IV, 1, ivsize, fstream);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[3]: *** [Makefile:473: mcrypt.o] Error 1
make[3]: *** [Makefile:473: extra.o] Error 1
In file included from bits.c:22:
./defines.h:168:14: error: conflicting types for ‘crypt’; have ‘char *(void)’
168 | extern char *crypt(); /* libufc */
| ^~~~~
In file included from /usr/include/mutils/mincludes.h:78,
from /usr/include/mhash.h:6,
from ./defines.h:9:
/usr/include/unistd.h:1162:14: note: previous declaration of ‘crypt’ with type
‘char *(const char *, const char *)’
1162 | extern char *crypt (const char *__key, const char *__salt)
| ^~~~~
make[3]: *** [Makefile:473: bits.o] Error 1
make[3]: Leaving directory '/build/reproducible-path/mcrypt-2.6.8/src'
make[2]: *** [Makefile:439: all-recursive] Error 1
make[2]: Leaving directory '/build/reproducible-path/mcrypt-2.6.8'
make[1]: *** [Makefile:371: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/mcrypt-2.6.8'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:6: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: mcrypt
Source-Version: 2.6.8-9
Done: Barak A. Pearlmutter <[email protected]>
We believe that the bug you reported is fixed in the latest version of
mcrypt, 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.
Barak A. Pearlmutter <[email protected]> (supplier of updated mcrypt 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: Fri, 26 Sep 2025 14:36:16 +0100
Source: mcrypt
Architecture: source
Version: 2.6.8-9
Distribution: unstable
Urgency: medium
Maintainer: Barak A. Pearlmutter <[email protected]>
Changed-By: Barak A. Pearlmutter <[email protected]>
Closes: 1097377
Changes:
mcrypt (2.6.8-9) unstable; urgency=medium
.
* remove unnecessary rules-requires-root:no line
* pass -std=gnu17 to solve FTBFS with GCC-17 (closes: #1097377)
Checksums-Sha1:
30635e0a257ff8f11ccb21bc82fa634d03ed1e2e 1882 mcrypt_2.6.8-9.dsc
6a292a30a798395a19dc04a0cb5f1209dce394b7 23572 mcrypt_2.6.8-9.debian.tar.xz
8f9719a2c6ca881651aae889e7b97b07546f3e14 6553 mcrypt_2.6.8-9_source.buildinfo
Checksums-Sha256:
fbb19c0f056f334eb6ff4dca2559a86a4d5f205999fa002058e425cbe9382735 1882
mcrypt_2.6.8-9.dsc
12cc34dab047b542438c60d6a84e84842ae85fba7b8559eb8c37371bdf9bc6af 23572
mcrypt_2.6.8-9.debian.tar.xz
c427a1b682f18e930defb265bc2b06a4df07a2ab52db8c32c1c88682d120f746 6553
mcrypt_2.6.8-9_source.buildinfo
Files:
24ab7387213bd1abb83e02c9c57f2528 1882 utils optional mcrypt_2.6.8-9.dsc
101a1a5096432bd0f8f5ba94770df407 23572 utils optional
mcrypt_2.6.8-9.debian.tar.xz
4fa85192ce3a74516d9421b090f520e7 6553 utils optional
mcrypt_2.6.8-9_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJDBAEBCgAtFiEE+nZaz+JE7Dn2AefCmesepNIze4gFAmjWnHIPHGJhcEBkZWJp
YW4ub3JnAAoJEJnrHqTSM3uI9MAQANAdj31cxuHaXa7aoXXqqUrOsMAKeXLJ6FET
+5Bj2JKhxiUR7kIvbg9Souc8Kwv5069b49OxTW+mtOxqneS3QcNGKeIqmP2FxEN1
88c4cR9MP6vvUBVlYnxWyBKjvlIS9Rq5zgu+mtM1ODzfKcbpgzZcfbAQEBxubAO4
MardC3DmrGpIeDzYRSXurYLBMj8kfIS80DdRCgzx4oD+6mUXE1UD1LvSdJcZFtsU
JX+f1xGYUav19LVng1VURaJYmX461tbShscJHaTNGe6dN37QV4iGZCYg96fQ22ex
zRMzGV02gxfrAzm74jLrfZn2ELfkd+r6Af2bgziTtu+Xc+m13Xd1QsWICE4sppyY
vGR7XlOKeerHYP4N6bTKlTFMj2mVHt5A5Cv53Jh3nsQklPGNgS1YaUQUgvOV6svV
/4MSZe3jUwLgPVIcJbdx8op2x4nQMpOhMKxZdPjLk8RI7XPhrktxTjtJs1emCV9Y
3RLWZMDnQXcp7mZplpViPV+MLGrkul3cGtPQxcQDB0AF4xqLev817rcnrFvrBp7R
vNzhfyzycKEfe5A1pCRsTaF8dr3OEB1NboQJfcRQOaYVhh0JcI6/LMsT3be27pYS
puS+Vl4kV6bCAmJOvjiGDpKs0awa/7jUdsy+wPcv5fhmE5mwYsHLeP8mIMIf/1Hh
cvuCpGBA
=TzhG
-----END PGP SIGNATURE-----
pgpXLNaHqhbox.pgp
Description: PGP signature
--- End Message ---