Your message dated Sun, 24 May 2026 15:04:29 +0000
with message-id <[email protected]>
and subject line Bug#1098134: fixed in xdvik-ja 22.87.06+j1.42-4
has caused the Debian Bug report #1098134,
regarding xdvik-ja: 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.)
--
1098134: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098134
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:xdvik-ja
Version: 22.87.06+j1.42-3
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/xdvik-ja_22.87.06+j1.42-3_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
[...]
checking xargs -n works... yes
checking whether make supports the include directive... yes (GNU style)
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... none
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether the compiler accepts prototypes... yes
checking what warning flags to pass to the C compiler... -Wimplicit
-Wreturn-type
checking for gcc... (cached) gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to enable C11 features... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) none
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
make[1]: Leaving directory '/build/reproducible-path/xdvik-ja-22.87.06+j1.42'
dh_auto_build
-O--sourcedir=/build/reproducible-path/xdvik-ja-22.87.06\+j1.42/texk/xdvik
cd texk/xdvik && make -j8
make[1]: Entering directory
'/build/reproducible-path/xdvik-ja-22.87.06+j1.42/texk/xdvik'
make all-recursive
make[2]: Entering directory
'/build/reproducible-path/xdvik-ja-22.87.06+j1.42/texk/xdvik'
Making all in squeeze
make[3]: Entering directory
'/build/reproducible-path/xdvik-ja-22.87.06+j1.42/texk/xdvik/squeeze'
gcc -DPACKAGE_NAME=\"xdvik\ squeeze\" -DPACKAGE_TARNAME=\"xdvik-squeeze\"
-DPACKAGE_VERSION=\"22.84.15\" -DPACKAGE_STRING=\"xdvik\ squeeze\ 22.84.15\"
-DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\"
-DPACKAGE=\"xdvik-squeeze\" -DVERSION=\"22.84.15\" -I. -Wdate-time
-D_FORTIFY_SOURCE=2 -Wimplicit -Wreturn-type -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/xdvik-ja-22.87.06+j1.42=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o squeeze.o squeeze.c
squeeze.c: In function ‘main’:
squeeze.c:121:17: error: conflicting types for ‘exit’; have ‘void(void)’
121 | extern void exit();
| ^~~~
In file included from squeeze.c:38:
/usr/include/stdlib.h:756:13: note: previous declaration of ‘exit’ with type
‘void(int)’
756 | extern void exit (int __status) __THROW __attribute__ ((__noreturn__));
| ^~~~
squeeze.c:126:9: error: too many arguments to function ‘exit’; expected 0, have
1
126 | exit(EXIT_FAILURE);
| ^~~~ ~~~~~~~~~~~~
squeeze.c:121:17: note: declared here
121 | extern void exit();
| ^~~~
squeeze.c:161:21: error: too many arguments to function ‘exit’; expected 0,
have 1
161 | exit(EXIT_FAILURE);
| ^~~~ ~~~~~~~~~~~~
squeeze.c:121:17: note: declared here
121 | extern void exit();
| ^~~~
squeeze.c:184:17: error: too many arguments to function ‘exit’; expected 0,
have 1
184 | exit(EXIT_FAILURE);
| ^~~~ ~~~~~~~~~~~~
squeeze.c:121:17: note: declared here
121 | extern void exit();
| ^~~~
make[3]: *** [Makefile:354: squeeze.o] Error 1
make[3]: Leaving directory
'/build/reproducible-path/xdvik-ja-22.87.06+j1.42/texk/xdvik/squeeze'
make[2]: *** [Makefile:1080: all-recursive] Error 1
make[2]: Leaving directory
'/build/reproducible-path/xdvik-ja-22.87.06+j1.42/texk/xdvik'
make[1]: *** [Makefile:640: all] Error 2
make[1]: Leaving directory
'/build/reproducible-path/xdvik-ja-22.87.06+j1.42/texk/xdvik'
dh_auto_build: error: cd texk/xdvik && make -j8 returned exit code 2
make: *** [debian/rules:9: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: xdvik-ja
Source-Version: 22.87.06+j1.42-4
Done: Youhei SASAKI <[email protected]>
We believe that the bug you reported is fixed in the latest version of
xdvik-ja, 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.
Youhei SASAKI <[email protected]> (supplier of updated xdvik-ja 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, 24 May 2026 20:28:31 +0900
Source: xdvik-ja
Architecture: source
Version: 22.87.06+j1.42-4
Distribution: unstable
Urgency: medium
Maintainer: Youhei SASAKI <[email protected]>
Changed-By: Youhei SASAKI <[email protected]>
Closes: 1098134
Changes:
xdvik-ja (22.87.06+j1.42-4) unstable; urgency=medium
.
* Refresh patches
* Add patch: Fix FTBFS GCC-15/C23 (Closes: #1098134)
* Thanks to Azeez Syed <[email protected]>
* d/watch: Bump version, ignore ci: test-uscan
Checksums-Sha1:
62af11bff903f38327a65e14547bbdebc21be8f1 2046 xdvik-ja_22.87.06+j1.42-4.dsc
296b239c1696b1bb82c856a26a106f32c0955ac9 131648
xdvik-ja_22.87.06+j1.42-4.debian.tar.xz
49138d409c1e8c908cf87afec78e43da90ad9221 9575
xdvik-ja_22.87.06+j1.42-4_amd64.buildinfo
Checksums-Sha256:
33ab3c9cd70ce17aff29efe5c25a35ff4d0ceb59af29db3a97b47d062eaf7e1b 2046
xdvik-ja_22.87.06+j1.42-4.dsc
e4acff223807ce4da46581a08d299ff4b2e0bcef9c0ca50c13d7a23cbf90b10c 131648
xdvik-ja_22.87.06+j1.42-4.debian.tar.xz
ace987219e369cf4a9678206106f9bcdb1242a2edf56186532a66b4fe808378e 9575
xdvik-ja_22.87.06+j1.42-4_amd64.buildinfo
Files:
ca8c520d7d2fbc56ec9f306e35f2f8a6 2046 tex optional
xdvik-ja_22.87.06+j1.42-4.dsc
c209feda3c1a67bcd96b4e5dec57dc1b 131648 tex optional
xdvik-ja_22.87.06+j1.42-4.debian.tar.xz
32bac66eb8364480bc6d202f91e048a6 9575 tex optional
xdvik-ja_22.87.06+j1.42-4_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEZqTqcE/iQFWNasLmk5TzVIkdfgcFAmoTBGkACgkQk5TzVIkd
fgcChg//Y0kiCDCYsoOXoYzhdT2IuBvO0Dk/10MacRA3F0BF7CgioTUdnJsyn3Pr
JagNK1N7kD/qwiJ2Jz5CrM4ThjtXLqj9QVt4cN8sx0OX6ImsEq6jKSfu8YuKy7Yi
IZBc0GG3h4mk0urRhE1voGZoXuv1wRhxE8mW0MXCRWwhKgRHFtXMFtR0kecDh5RA
3q9KOmfvgIh+7BDg+uAVF0KcDcGjhAP66HjMyroTgcTrv9VygHgdXl9QE5EfvXPz
jg8AFDQN5vEPGGgO/IM+ggKKU/7nXzS5oNlSIARFQ2WDsgmtmdApmS5l+OSt78Gq
2WOD1efUH5/OY/1yF1y+eNq5Nxz6VwJzLAKovmW5KKLbT54ckdeuKnwz0OTZ7uPq
fvpxMgWEkbw5OpLhlU4pMe216PaEESaKxZ/PCcHSfnwKqshyaW9ZyzDphK56B7lU
cci9Q0fAGrTa2HNkoxEjvWgVB85OE7R7GWCYQpHKqiVuS+lgfYNpfrgk9EIRwG7Y
/8bqlEK4+k96hC3CnW8nvw5CcwPpYwCgxaQafvtLsN56ozVFH2rUyaBnbC5/a0v1
5TDNBn+bNfBJ7rgSfB6I/zn+NFgavstTf3/JgPW8tiynRpBL47ozimTLrjdRojIi
KZMG4pVKe8k4vTVqmQARSrartccXJB1mQ77o7TdFhU/CBW6fG/k=
=4laB
-----END PGP SIGNATURE-----
pgp2dQ3LPeGBD.pgp
Description: PGP signature
--- End Message ---