Your message dated Sat, 27 Sep 2025 21:45:23 +0000
with message-id <[email protected]>
and subject line Bug#1098042: fixed in unshield 1.5.1-2
has caused the Debian Bug report #1098042,
regarding unshield: 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.)
--
1098042: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098042
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:unshield
Version: 1.5.1-1
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/unshield_1.5.1-1_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
[...]
/build/reproducible-path/unshield-1.5.1/lib/md5/md5c.c:115:6: note: declared
here
115 | void MD5Update (context, input, inputLen)
| ^~~~~~~~~
/build/reproducible-path/unshield-1.5.1/lib/md5/md5c.c:174:3: error: too many
arguments to function ‘MD5Update’; expected 0, have 3
174 | MD5Update (context, bits, 8);
| ^~~~~~~~~ ~~~~~~~
/build/reproducible-path/unshield-1.5.1/lib/md5/md5c.c:115:6: note: declared
here
115 | void MD5Update (context, input, inputLen)
| ^~~~~~~~~
/build/reproducible-path/unshield-1.5.1/lib/md5/md5c.c:176:3: error: too many
arguments to function ‘Encode’; expected 0, have 3
176 | Encode (digest, context->state, 16);
| ^~~~~~ ~~~~~~
/build/reproducible-path/unshield-1.5.1/lib/md5/md5c.c:49:13: note: declared
here
49 | static void Encode PROTO_LIST
| ^~~~~~
/build/reproducible-path/unshield-1.5.1/lib/md5/md5c.c:180:3: error: too many
arguments to function ‘MD5_memset’; expected 0, have 3
180 | MD5_memset ((POINTER)context, 0, sizeof (*context));
| ^~~~~~~~~~ ~~~~~~~~~~~~~~~~
/build/reproducible-path/unshield-1.5.1/lib/md5/md5c.c:54:13: note: declared
here
54 | static void MD5_memset PROTO_LIST ((POINTER, int, unsigned int));
| ^~~~~~~~~~
/build/reproducible-path/unshield-1.5.1/lib/md5/md5c.c: In function
‘MD5Transform’:
/build/reproducible-path/unshield-1.5.1/lib/md5/md5c.c:185:13: warning:
old-style function definition [-Wold-style-definition]
185 | static void MD5Transform (state, block)
| ^~~~~~~~~~~~
/build/reproducible-path/unshield-1.5.1/lib/md5/md5c.c:191:3: error: too many
arguments to function ‘Decode’; expected 0, have 3
191 | Decode (x, block, 64);
| ^~~~~~ ~
/build/reproducible-path/unshield-1.5.1/lib/md5/md5c.c:51:13: note: declared
here
51 | static void Decode PROTO_LIST
| ^~~~~~
/build/reproducible-path/unshield-1.5.1/lib/md5/md5c.c:272:3: error: too many
arguments to function ‘MD5_memset’; expected 0, have 3
272 | MD5_memset ((POINTER)x, 0, sizeof (x));
| ^~~~~~~~~~ ~~~~~~~~~~
/build/reproducible-path/unshield-1.5.1/lib/md5/md5c.c:54:13: note: declared
here
54 | static void MD5_memset PROTO_LIST ((POINTER, int, unsigned int));
| ^~~~~~~~~~
/build/reproducible-path/unshield-1.5.1/lib/md5/md5c.c: In function ‘Encode’:
/build/reproducible-path/unshield-1.5.1/lib/md5/md5c.c:278:13: warning:
old-style function definition [-Wold-style-definition]
278 | static void Encode (output, input, len)
| ^~~~~~
/build/reproducible-path/unshield-1.5.1/lib/md5/md5c.c: In function ‘Decode’:
/build/reproducible-path/unshield-1.5.1/lib/md5/md5c.c:296:13: warning:
old-style function definition [-Wold-style-definition]
296 | static void Decode (output, input, len)
| ^~~~~~
/build/reproducible-path/unshield-1.5.1/lib/md5/md5c.c: In function
‘MD5_memcpy’:
/build/reproducible-path/unshield-1.5.1/lib/md5/md5c.c:311:13: warning:
old-style function definition [-Wold-style-definition]
311 | static void MD5_memcpy (output, input, len)
| ^~~~~~~~~~
/build/reproducible-path/unshield-1.5.1/lib/md5/md5c.c: In function
‘MD5_memset’:
/build/reproducible-path/unshield-1.5.1/lib/md5/md5c.c:324:13: warning:
old-style function definition [-Wold-style-definition]
324 | static void MD5_memset (output, value, len)
| ^~~~~~~~~~
make[3]: *** [lib/md5/CMakeFiles/md5.dir/build.make:82:
lib/md5/CMakeFiles/md5.dir/md5c.c.o] Error 1
make[3]: Leaving directory
'/build/reproducible-path/unshield-1.5.1/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:245: lib/md5/CMakeFiles/md5.dir/all] Error 2
make[2]: *** Waiting for unfinished jobs....
[ 17%] Linking C static library libconvert_utf.a
cd /build/reproducible-path/unshield-1.5.1/obj-x86_64-linux-gnu/lib/convert_utf
&& /usr/bin/cmake -P CMakeFiles/convert_utf.dir/cmake_clean_target.cmake
cd /build/reproducible-path/unshield-1.5.1/obj-x86_64-linux-gnu/lib/convert_utf
&& /usr/bin/cmake -E cmake_link_script CMakeFiles/convert_utf.dir/link.txt
--verbose=1
/usr/bin/ar qc libconvert_utf.a CMakeFiles/convert_utf.dir/ConvertUTF.c.o
/usr/bin/ranlib libconvert_utf.a
make[3]: Leaving directory
'/build/reproducible-path/unshield-1.5.1/obj-x86_64-linux-gnu'
[ 17%] Built target convert_utf
make[2]: Leaving directory
'/build/reproducible-path/unshield-1.5.1/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:139: all] Error 2
make[1]: Leaving directory
'/build/reproducible-path/unshield-1.5.1/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j8 "INSTALL=install
--strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:3: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: unshield
Source-Version: 1.5.1-2
Done: Sébastien Noel <[email protected]>
We believe that the bug you reported is fixed in the latest version of
unshield, 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.
Sébastien Noel <[email protected]> (supplier of updated unshield 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: Sat, 27 Sep 2025 22:00:00 +0200
Source: unshield
Architecture: source
Version: 1.5.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <[email protected]>
Changed-By: Sébastien Noel <[email protected]>
Closes: 1098042 1113605
Changes:
unshield (1.5.1-2) unstable; urgency=medium
.
* Team upload
* Fix build with CMake 4 (Closes: #1113605)
* Fix build with GCC-15 (Closes: #1098042)
* update d/watch to v5
Checksums-Sha1:
e916850eae75d25e41642bf9fdecae816e043ad1 1734 unshield_1.5.1-2.dsc
adffa90ce1184336d529bc5071a2ecad0b46c356 6412 unshield_1.5.1-2.debian.tar.xz
d348737491a39e88bbd916c7b6d6b0cc4cce4fd1 7416 unshield_1.5.1-2_amd64.buildinfo
Checksums-Sha256:
68a64e46bef17174dcdaac01c8ee63e631bf9ca5eb5e0f1c0f6174ed7e02e688 1734
unshield_1.5.1-2.dsc
824e93324ff55f6979ec2b5e4f9b13917360124baba3ca05c8b4b639bfa1e119 6412
unshield_1.5.1-2.debian.tar.xz
3c93af974a831ebcb9a01938f460dbbde5f26fdf6a2dc5e0fd2c0cdb0aa4ffcd 7416
unshield_1.5.1-2_amd64.buildinfo
Files:
f36aeac39e9bafa658ba5e49268fad97 1734 utils optional unshield_1.5.1-2.dsc
92da775c8bb225b391c14242769ff3cb 6412 utils optional
unshield_1.5.1-2.debian.tar.xz
db832c630d0101b387ef897ec72c90e4 7416 utils optional
unshield_1.5.1-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQFJBAEBCgAzFiEEdlP6my3wO8aMe9FCrKAIuMk0p9QFAmjYUC4VHHNlYmFzdGll
bkB0d29saWZlLmJlAAoJEKygCLjJNKfU5YIH/1sL9bzjBizj5gghxnLmNnISca1o
QRoHFMzJdQl2TJanj3DiIGdGJVVTcumbaOZT7n8ipJuvhJt+YepPRarX0stL0FVF
hj/3eRAelhE0icWTgga1VbHcqmV6Bh+FGH8PIauRDcqIKjrnGPfHrNn/hlVn5DV4
G8BApVkZzZgeeECvqTpP601CLVINVS5EQOezkGOM4i6r7iAoIAiDaqtDWuH9D63T
pk4TGmWCOlEAb9F0sFcgNTQyIuqvpFeDlOCXEXSKFC2Z8yA/Gssr12/wrxveWyeW
vBbix1369ckETbS3sDmxfMaPB301LJRpdsMZ8nsnsajXO1I30dlsNRyFBFw=
=HTT4
-----END PGP SIGNATURE-----
pgpHKhqQWhsyw.pgp
Description: PGP signature
--- End Message ---