Your message dated Mon, 27 Oct 2025 10:06:05 +0000
with message-id <[email protected]>
and subject line Bug#1097892: fixed in skktools 1.3.4+0.20210220-1.1
has caused the Debian Bug report #1097892,
regarding skktools: 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.)
--
1097892: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097892
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:skktools
Version: 1.3.4+0.20210220-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/skktools_1.3.4+0.20210220-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
[...]
./skkdic-expr.c:460:5: error: too many arguments to function
‘add_content_line’; expected 0, have 3
460 | add_content_line(kanji, buffer+key_len+1, key);
| ^~~~~~~~~~~~~~~~ ~~~~~
./skkdic-expr.c:397:12: note: declared here
397 | static int add_content_line(base, new, key)
| ^~~~~~~~~~~~~~~~
./skkdic-expr.c: In function ‘add_file’:
./skkdic-expr.c:467:13: warning: old-style function definition
[-Wold-style-definition]
467 | static void add_file(srcname)
| ^~~~~~~~
./skkdic-expr.c:502:21: error: too many arguments to function
‘add_content_line’; expected 0, have 3
502 | if (add_content_line(new, kanji, NULL))
| ^~~~~~~~~~~~~~~~ ~~~
./skkdic-expr.c:397:12: note: declared here
397 | static int add_content_line(base, new, key)
| ^~~~~~~~~~~~~~~~
./skkdic-expr.c: In function ‘delete_item’:
./skkdic-expr.c:511:1: warning: old-style function definition
[-Wold-style-definition]
511 | delete_item(base, s, e)
| ^~~~~~~~~~~
./skkdic-expr.c: In function ‘subtract_okuri_item’:
./skkdic-expr.c:536:6: warning: old-style function definition
[-Wold-style-definition]
536 | void subtract_okuri_item(key, s)
| ^~~~~~~~~~~~~~~~~~~
./skkdic-expr.c:576:9: error: too many arguments to function
‘subtract_content_line’; expected 0, have 3
576 | subtract_content_line(new, content, NULL);
| ^~~~~~~~~~~~~~~~~~~~~ ~~~
./skkdic-expr.c:116:13: note: declared here
116 | static void subtract_content_line();
| ^~~~~~~~~~~~~~~~~~~~~
./skkdic-expr.c: In function ‘subtract_okuri_tail_line’:
./skkdic-expr.c:586:6: warning: old-style function definition
[-Wold-style-definition]
586 | void subtract_okuri_tail_line(tails, line)
| ^~~~~~~~~~~~~~~~~~~~~~~~
./skkdic-expr.c: In function ‘subtract_content_line’:
./skkdic-expr.c:610:1: warning: old-style function definition
[-Wold-style-definition]
610 | subtract_content_line(base, new, key)
| ^~~~~~~~~~~~~~~~~~~~~
./skkdic-expr.c: In function ‘subtract_file’:
./skkdic-expr.c:641:13: warning: old-style function definition
[-Wold-style-definition]
641 | static void subtract_file(srcname)
| ^~~~~~~~~~~~~
./skkdic-expr.c:678:17: error: too many arguments to function
‘subtract_content_line’; expected 0, have 3
678 | subtract_content_line(new, kanji, &key);
| ^~~~~~~~~~~~~~~~~~~~~ ~~~
./skkdic-expr.c:610:1: note: declared here
610 | subtract_content_line(base, new, key)
| ^~~~~~~~~~~~~~~~~~~~~
./skkdic-expr.c: In function ‘okuri_type_out’:
./skkdic-expr.c:689:6: warning: old-style function definition
[-Wold-style-definition]
689 | void okuri_type_out(key, output)
| ^~~~~~~~~~~~~~
./skkdic-expr.c: In function ‘type_out’:
./skkdic-expr.c:743:13: warning: old-style function definition
[-Wold-style-definition]
743 | static void type_out(output)
| ^~~~~~~~
./skkdic-expr.c: In function ‘print_usage’:
./skkdic-expr.c:781:13: warning: old-style function definition
[-Wold-style-definition]
781 | static void print_usage(argc, argv)
| ^~~~~~~~~~~
./skkdic-expr.c: In function ‘main’:
./skkdic-expr.c:791:5: warning: old-style function definition
[-Wold-style-definition]
791 | int main(argc, argv)
| ^~~~
make[1]: *** [Makefile:66: skkdic-expr] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/build/reproducible-path/skktools-1.3.4+0.20210220'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:14: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: skktools
Source-Version: 1.3.4+0.20210220-1.1
Done: Adrian Bunk <[email protected]>
We believe that the bug you reported is fixed in the latest version of
skktools, 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.
Adrian Bunk <[email protected]> (supplier of updated skktools 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, 25 Oct 2025 12:30:43 +0300
Source: skktools
Architecture: source
Version: 1.3.4+0.20210220-1.1
Distribution: unstable
Urgency: medium
Maintainer: Tatsuya Kinoshita <[email protected]>
Changed-By: Adrian Bunk <[email protected]>
Closes: 1097892
Changes:
skktools (1.3.4+0.20210220-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Add upstream fix for FTBFS with GCC 15. (Closes: #1097892)
Checksums-Sha1:
ff2c32dcb9058aead0d80fa60ea1af78237080df 1949 skktools_1.3.4+0.20210220-1.1.dsc
dac0bd1e150818149e3d780ca74497d4499fe598 9556
skktools_1.3.4+0.20210220-1.1.debian.tar.xz
Checksums-Sha256:
db47ade7e3e59be87dd953b7bb3cf9e400ff65a97e74a2176ae32b812bd76776 1949
skktools_1.3.4+0.20210220-1.1.dsc
a04f673ca74e130a9accb1f47dff8209af9d111ba0b9c5c89c9b560c65d48045 9556
skktools_1.3.4+0.20210220-1.1.debian.tar.xz
Files:
a97884654e6ecd5b717f0e4483534294 1949 utils optional
skktools_1.3.4+0.20210220-1.1.dsc
11fe1eb16f07f800ec6abec970fca42f 9556 utils optional
skktools_1.3.4+0.20210220-1.1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmj8mYQACgkQiNJCh6LY
mLGEMhAAlKT1mOCFIJBcaO+xoSot3G4jrWC8ykBJsI5DHKdTsxJtlxQ+RLflPhYt
abLYy7iI59tlQxKKdIGDEIgna5i/UgzDauccUrHs0sMDuAGIbbeJRTZcIgYV77Fh
fmEAyt+XpH8S5LjJDoYnYsfsDV4/KbilR30KGZQXWN0uNJ0ZrVlo6Wb1pOaHa0a3
zJIfIErsNNFQZPmbpIemxTcotgvipZBMRZ0Zy1ONGW3HYw75xsnUC53+eAM/KNlQ
a9rn2SbAlO9Uf1V48lXNZMoqWif+M8mwpdtfSBo3v//KNsgC8wSg8hMYYhoXPYBM
2f2OKo59lrbAbNUwXYyAjQTkf//wdqXhGJ+fxzrPNLizZd6SNg/eDixDW1Q5AH3Y
gA82cak98q94DuQFN6Yi/iSIBOkkfIKoyOv8u0+Nw3NHa99EoW6Y5Iei1Ex1C2Yx
ten+G+ehpucNTlxo7iiAaWWUaT4qTRMtmz884GNpUtecL9gi3XfGVqGLDcyFtSNO
SoT80efak0RFzeH5UxO5bciVmbgAvj7qduZhaN4OEO7abZwQ/Ld+89pvlXfFvfBT
deAgUie2+BmadHZjyPs44KEwkirS04R/nNpHbLyw4PRFuOP4yteqEJyWXKHU+a3C
N/Rl5J83DLzVzUADookGXBWKaaO7kbA6/wZFNbEa9D2s6SsFLDw=
=VVIM
-----END PGP SIGNATURE-----
pgp9E0m2F5If5.pgp
Description: PGP signature
--- End Message ---