Your message dated Mon, 08 Sep 2025 00:18:52 +0000
with message-id <[email protected]>
and subject line Bug#1096882: fixed in jzip 210r20001005d-6
has caused the Debian Bug report #1096882,
regarding jzip: 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.)
--
1096882: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096882
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:jzip
Version: 210r20001005d-5
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/jzip_210r20001005d-5_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
[...]
364 | tputs( tgoto( CS, screen_rows - 1, status_size ), 1, outc );
| ^~~~~ ~~
unixio.c:129:14: note: declared here
129 | extern char *tgoto( );
| ^~~~~
unixio.c:364:7: error: too many arguments to function ‘tputs’; expected 0, have
3
364 | tputs( tgoto( CS, screen_rows - 1, status_size ), 1, outc );
| ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
unixio.c:130:13: note: declared here
130 | extern void tputs( );
| ^~~~~
unixio.c: In function ‘delete_status_window’:
unixio.c:379:14: error: too many arguments to function ‘tgoto’; expected 0,
have 3
379 | tputs( tgoto( CS, screen_rows - 1, 0 ), 1, outc );
| ^~~~~ ~~
unixio.c:129:14: note: declared here
129 | extern char *tgoto( );
| ^~~~~
unixio.c:379:7: error: too many arguments to function ‘tputs’; expected 0, have
3
379 | tputs( tgoto( CS, screen_rows - 1, 0 ), 1, outc );
| ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
unixio.c:130:13: note: declared here
130 | extern void tputs( );
| ^~~~~
unixio.c: In function ‘move_cursor’:
unixio.c:432:11: error: too many arguments to function ‘tgoto’; expected 0,
have 3
432 | tputs( tgoto( CM, col - 1, row - 1 ), 1, outc );
| ^~~~~ ~~
unixio.c:129:14: note: declared here
129 | extern char *tgoto( );
| ^~~~~
unixio.c:432:4: error: too many arguments to function ‘tputs’; expected 0, have
3
432 | tputs( tgoto( CM, col - 1, row - 1 ), 1, outc );
| ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
unixio.c:130:13: note: declared here
130 | extern void tputs( );
| ^~~~~
unixio.c: In function ‘scroll_line’:
unixio.c:568:7: error: too many arguments to function ‘tputs’; expected 0, have
3
568 | tputs( DL, 1, outc );
| ^~~~~ ~~
unixio.c:130:13: note: declared here
130 | extern void tputs( );
| ^~~~~
unixio.c: In function ‘display_command’:
unixio.c:608:4: error: too many arguments to function ‘tputs’; expected 0, have
3
608 | tputs (CE, 1, outc); /* fix scoll bug w/ command history */
| ^~~~~ ~~
unixio.c:130:13: note: declared here
130 | extern void tputs( );
| ^~~~~
unixio.c: In function ‘read_key’:
unixio.c:1092:13: error: too many arguments to function ‘tputs’; expected 0,
have 3
1092 | tputs( TE, 1, outc );
| ^~~~~ ~~
unixio.c:130:13: note: declared here
130 | extern void tputs( );
| ^~~~~
unixio.c:1109:13: error: too many arguments to function ‘tputs’; expected 0,
have 3
1109 | tputs( TE, 1, outc );
| ^~~~~ ~~
unixio.c:130:13: note: declared here
130 | extern void tputs( );
| ^~~~~
make[2]: *** [<builtin>: unixio.o] Error 1
make[2]: Leaving directory '/build/reproducible-path/jzip-210r20001005d'
make[1]: *** [debian/rules:13: override_dh_auto_build] Error 2
make[1]: Leaving directory '/build/reproducible-path/jzip-210r20001005d'
make: *** [debian/rules:6: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: jzip
Source-Version: 210r20001005d-6
Done: tony mancill <[email protected]>
We believe that the bug you reported is fixed in the latest version of
jzip, 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.
tony mancill <[email protected]> (supplier of updated jzip 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: Sun, 07 Sep 2025 16:59:01 -0700
Source: jzip
Architecture: source
Version: 210r20001005d-6
Distribution: unstable
Urgency: medium
Maintainer: tony mancill <[email protected]>
Changed-By: tony mancill <[email protected]>
Closes: 1096882
Changes:
jzip (210r20001005d-6) unstable; urgency=medium
.
* Add patch for FTBFS w/GCC-15 (Closes: #1096882)
* Bump Standards-Version to 4.7.2
Checksums-Sha1:
34fdf22bfc40bb3153d5829d303bdf7dd8661847 1900 jzip_210r20001005d-6.dsc
5d5ab816eb8c31a9381f4b1a82af51ab5d841a2b 10704
jzip_210r20001005d-6.debian.tar.xz
a62019cd5bdea3fa4068898d9001d6ecab4a36fc 6086
jzip_210r20001005d-6_amd64.buildinfo
Checksums-Sha256:
4a159e3ba4c54bceec51c7348b47758520cfb40d989d550b48d06b6a25e643af 1900
jzip_210r20001005d-6.dsc
aa9e0b47e514fcf5f4a7e81241dd05742c656d17ad9d2f56ec461b3098b5c443 10704
jzip_210r20001005d-6.debian.tar.xz
c0ea0379f0d645acb6cd848cadf3228a1467109e882e9512a08104b77356f179 6086
jzip_210r20001005d-6_amd64.buildinfo
Files:
34bdde30ed453893619b0925c2ea3251 1900 games optional jzip_210r20001005d-6.dsc
fab47e3ba306fb4842966dd2333bd4fb 10704 games optional
jzip_210r20001005d-6.debian.tar.xz
fc9f30c570b823710e7eea173cead896 6086 games optional
jzip_210r20001005d-6_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJIBAEBCgAyFiEE5Qr9Va3SequXFjqLIdIFiZdLPpYFAmi+HS4UHHRtYW5jaWxs
QGRlYmlhbi5vcmcACgkQIdIFiZdLPpY4Ew/7BsCbhTzQokeJ23NiLZeOaFwFWuEh
N/9SzUS/5Mn4AOGDlyA1GECKd0sYQTXFEn0Y8GRrq6DrT6YgOkMCM/7AYnXTFrwr
1c5jaz5lg7Tc08i43ow8nERj5s4EZiwb0HLLRcHY1ic06Gk03FKD+Sqy4QwjxXmm
G0ZYGIKnfeCMTFqtPJXV3xMv+9D5fDVx0dZ325OypzFCvQlPpAbTmZ4G1jiEjf4X
37PeVTMlc6KyhCPL06l9oukYKUI+EuOxVAP1pCI4mK+1E95Mz+SRMh3JrOtxqk/7
vEqE75s/4OYgtZZdz9GgNQzMBtDymCXla+4GmVmAQTEhuUnb/8mkDuprT8OMzdzf
wdKGKbfeea1vgZBBqeoWLbmqhDNpIfMTuX/8+nc/5P2c6aHbUbDU5En8RV/mT8PT
Rg1GOcWJJd3lRrgnw21LrjnP/5sS1Z96nE6jpiIyqgxgyxx9vPImWpgIWnAlbz8I
4nYL/xRL7mn+b1aXjGLXV4/fT0bWYhgfHbMtUmNG79fxeH7a33dbI9EoIRMpxITo
O/wsXieciGAa1pD9DH+OjtVREhsXZwsIINbfG6UCBwKRtmYM3bRFdrnN44wqjPt5
EU2z+k0KhqOIlB3CI5mU7tGg8LdB3NN38geUi6yxBjzpfSNzb8M45RO2OZWYYKri
MxmEgnw5yX9nu3Q=
=eCnV
-----END PGP SIGNATURE-----
pgpXJxlYfNDfv.pgp
Description: PGP signature
--- End Message ---