Your message dated Mon, 03 Nov 2025 05:18:49 +0000
with message-id <[email protected]>
and subject line Bug#1096403: fixed in byacc-j 1.15-2
has caused the Debian Bug report #1096403,
regarding byacc-j: 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.)
--
1096403: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096403
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:byacc-j
Version: 1.15-1.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/byacc-j_1.15-1.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
[...]
cd /build/reproducible-path/byacc-j-1.15/obj-x86_64-linux-gnu && /usr/bin/cmake
-E cmake_depends "Unix Makefiles" /build/reproducible-path/byacc-j-1.15
/build/reproducible-path/byacc-j-1.15/src
/build/reproducible-path/byacc-j-1.15/obj-x86_64-linux-gnu
/build/reproducible-path/byacc-j-1.15/obj-x86_64-linux-gnu/src
/build/reproducible-path/byacc-j-1.15/obj-x86_64-linux-gnu/src/CMakeFiles/byaccj.dir/DependInfo.cmake
"--color="
make[3]: Leaving directory
'/build/reproducible-path/byacc-j-1.15/obj-x86_64-linux-gnu'
/usr/bin/make -f src/CMakeFiles/byaccj.dir/build.make
src/CMakeFiles/byaccj.dir/build
make[3]: Entering directory
'/build/reproducible-path/byacc-j-1.15/obj-x86_64-linux-gnu'
[ 7%] Building C object src/CMakeFiles/byaccj.dir/closure.c.o
cd /build/reproducible-path/byacc-j-1.15/obj-x86_64-linux-gnu/src &&
/usr/bin/cc -I/build/reproducible-path/byacc-j-1.15/src/. -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/byacc-j-1.15=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MT
src/CMakeFiles/byaccj.dir/closure.c.o -MF CMakeFiles/byaccj.dir/closure.c.o.d
-o CMakeFiles/byaccj.dir/closure.c.o -c
/build/reproducible-path/byacc-j-1.15/src/closure.c
[ 15%] Building C object src/CMakeFiles/byaccj.dir/lalr.c.o
cd /build/reproducible-path/byacc-j-1.15/obj-x86_64-linux-gnu/src &&
/usr/bin/cc -I/build/reproducible-path/byacc-j-1.15/src/. -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/byacc-j-1.15=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MT
src/CMakeFiles/byaccj.dir/lalr.c.o -MF CMakeFiles/byaccj.dir/lalr.c.o.d -o
CMakeFiles/byaccj.dir/lalr.c.o -c
/build/reproducible-path/byacc-j-1.15/src/lalr.c
[ 23%] Building C object src/CMakeFiles/byaccj.dir/mkpar.c.o
cd /build/reproducible-path/byacc-j-1.15/obj-x86_64-linux-gnu/src &&
/usr/bin/cc -I/build/reproducible-path/byacc-j-1.15/src/. -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/byacc-j-1.15=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MT
src/CMakeFiles/byaccj.dir/mkpar.c.o -MF CMakeFiles/byaccj.dir/mkpar.c.o.d -o
CMakeFiles/byaccj.dir/mkpar.c.o -c
/build/reproducible-path/byacc-j-1.15/src/mkpar.c
/build/reproducible-path/byacc-j-1.15/src/mkpar.c:18:16: error: conflicting
types for ‘parse_actions’; have ‘action *(void)’
18 | extern action *parse_actions();
| ^~~~~~~~~~~~~
In file included from /build/reproducible-path/byacc-j-1.15/src/mkpar.c:3:
/build/reproducible-path/byacc-j-1.15/src/defs.h:449:9: note: previous
declaration of ‘parse_actions’ with type ‘action *(int)’
449 | action *parse_actions(int stateno);
| ^~~~~~~~~~~~~
/build/reproducible-path/byacc-j-1.15/src/mkpar.c:19:16: error: conflicting
types for ‘get_shifts’; have ‘action *(void)’
19 | extern action *get_shifts();
| ^~~~~~~~~~
/build/reproducible-path/byacc-j-1.15/src/defs.h:450:9: note: previous
declaration of ‘get_shifts’ with type ‘action *(int)’
450 | action *get_shifts(int stateno);
| ^~~~~~~~~~
/build/reproducible-path/byacc-j-1.15/src/mkpar.c:20:16: error: conflicting
types for ‘add_reductions’; have ‘action *(void)’
20 | extern action *add_reductions();
| ^~~~~~~~~~~~~~
/build/reproducible-path/byacc-j-1.15/src/defs.h:451:9: note: previous
declaration of ‘add_reductions’ with type ‘action *(int, action *)’
451 | action *add_reductions(int stateno,action *actions);
| ^~~~~~~~~~~~~~
/build/reproducible-path/byacc-j-1.15/src/mkpar.c:21:16: error: conflicting
types for ‘add_reduce’; have ‘action *(void)’
21 | extern action *add_reduce();
| ^~~~~~~~~~
/build/reproducible-path/byacc-j-1.15/src/defs.h:452:9: note: previous
declaration of ‘add_reduce’ with type ‘action *(action *, int, int)’
452 | action *add_reduce(action *actions,int ruleno,int symbol);
| ^~~~~~~~~~
/build/reproducible-path/byacc-j-1.15/src/mkpar.c: In function ‘make_parser’:
/build/reproducible-path/byacc-j-1.15/src/mkpar.c:29:21: error: too many
arguments to function ‘parse_actions’; expected 0, have 1
29 | parser[i] = parse_actions(i);
| ^~~~~~~~~~~~~ ~
/build/reproducible-path/byacc-j-1.15/src/mkpar.c:18:16: note: declared here
18 | extern action *parse_actions();
| ^~~~~~~~~~~~~
/build/reproducible-path/byacc-j-1.15/src/mkpar.c: In function ‘parse_actions’:
/build/reproducible-path/byacc-j-1.15/src/mkpar.c:43:13: error: too many
arguments to function ‘get_shifts’; expected 0, have 1
43 | actions = get_shifts(stateno);
| ^~~~~~~~~~ ~~~~~~~
/build/reproducible-path/byacc-j-1.15/src/mkpar.c:19:16: note: declared here
19 | extern action *get_shifts();
| ^~~~~~~~~~
/build/reproducible-path/byacc-j-1.15/src/mkpar.c:44:13: error: too many
arguments to function ‘add_reductions’; expected 0, have 2
44 | actions = add_reductions(stateno, actions);
| ^~~~~~~~~~~~~~ ~~~~~~~
/build/reproducible-path/byacc-j-1.15/src/mkpar.c:20:16: note: declared here
20 | extern action *add_reductions();
| ^~~~~~~~~~~~~~
/build/reproducible-path/byacc-j-1.15/src/mkpar.c: In function ‘add_reductions’:
/build/reproducible-path/byacc-j-1.15/src/mkpar.c:96:29: error: too many
arguments to function ‘add_reduce’; expected 0, have 3
96 | actions = add_reduce(actions, ruleno, j);
| ^~~~~~~~~~ ~~~~~~~
/build/reproducible-path/byacc-j-1.15/src/mkpar.c:21:16: note: declared here
21 | extern action *add_reduce();
| ^~~~~~~~~~
make[3]: *** [src/CMakeFiles/byaccj.dir/build.make:110:
src/CMakeFiles/byaccj.dir/mkpar.c.o] Error 1
make[3]: Leaving directory
'/build/reproducible-path/byacc-j-1.15/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:109: src/CMakeFiles/byaccj.dir/all] Error 2
make[2]: Leaving directory
'/build/reproducible-path/byacc-j-1.15/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:139: all] Error 2
make[1]: Leaving directory
'/build/reproducible-path/byacc-j-1.15/obj-x86_64-linux-gnu'
make: *** [/usr/share/cdbs/1/class/makefile.mk:77: debian/stamp-makefile-build]
Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: byacc-j
Source-Version: 1.15-2
Done: Andreas Tille <[email protected]>
We believe that the bug you reported is fixed in the latest version of
byacc-j, 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.
Andreas Tille <[email protected]> (supplier of updated byacc-j 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, 24 Oct 2025 06:44:49 +0200
Source: byacc-j
Architecture: source
Version: 1.15-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers
<[email protected]>
Changed-By: Andreas Tille <[email protected]>
Closes: 1096403 1112741 1117116
Changes:
byacc-j (1.15-2) unstable; urgency=medium
.
* Team upload.
* Maintain package in Java team
Closes: #1117116
* Secure URI in Homepage
* d/watch
- Fix
- Version: 5
* Enable building with CMake 4
Closes: #1112741
* Fix build with gcc-15
Closes: #1096403
* d/copyright: DEP5
* Standards-Version: 4.7.2 (routine-update)
* debputy lint --auto-fix (routine-update)
* d/rules: hardening
* d/dirs: remove
Checksums-Sha1:
9a280b1b083bb2c9f206c2c75c5d0dbe5c8655d6 1930 byacc-j_1.15-2.dsc
940064ca5f501916bc810494d46a9d6b4ab6d770 5168 byacc-j_1.15-2.debian.tar.xz
13fa731b90a7ce359454eabfa6953290d07d8745 6815 byacc-j_1.15-2_amd64.buildinfo
Checksums-Sha256:
b6194c9ea91d48d6783b8fd69f4a9efb360d74c09f0931fe99f661b75e985694 1930
byacc-j_1.15-2.dsc
2c5e3a409d75cf816498162c3ab8dc83b2b818eeb0b172df3563c7ee16d1fcee 5168
byacc-j_1.15-2.debian.tar.xz
cae88e5fe2c14776229b33b2c28fbe72fb6860d0b05b3df61d71c1d55de069f5 6815
byacc-j_1.15-2_amd64.buildinfo
Files:
5c85f91e7c5cd55baa86d72b6565c834 1930 devel optional byacc-j_1.15-2.dsc
77df787f69652b66fbb8780c5d44b48f 5168 devel optional
byacc-j_1.15-2.debian.tar.xz
86e75fc77d99aff350028b847f8b76b3 6815 devel optional
byacc-j_1.15-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmj7BNERHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtExOA/+IEqk2OH+l1h/eJuilUexTivncEhCpTCs
of2YFT6c2ETHYYooozeynziq66lxYhn0fDjZevyWkd+sOg/8k+mUnP8B/fZ8axLo
6FcOE6WicQA7RmTPK6TwsqdeJc/xkcLg3obx/VA9Xdlubpok598ySdtkGzwxgocx
Bx+lHxQVoD5vSudt7FR+TG6vw3tLQqE1dxcU7gvqDTUZKHcy9gji+1tFJAhm67Yg
wsEaWBeFkBExyrlLNVeoO+0OXiqZoKTJFHwq11WDSRtELqaXmK2N+GIINDGaAb66
BZ9ET1fUpsUnDm2eXZkYP2GvKCqlik1wRo7VxBq2vctn884ocgWLrhSVmEXWW0VQ
vlJKAth9nmiGCCX5bDeRXAoVJYKeR1m0DwkCfrrw3PiiqK12fR7JoFKIptqIVAFU
kLHue4c9uC2Mc8QouzPn3Ou8uSLzrLEBWJvUKbeEjCZ9SbrneLzP1ZL62Sw8Ebn0
1zl0jW9qAAuEO7I8zKjRK1d4Yq1OFD7qxzyArW9WVTLaq1nlI2Pu/iA/QpKela9v
LtvSsBHTcAZHZyoU0TQxISkhvtLOX9jZwR3KUzykeS7IYPGBhwCYf2yW0Ab6JkF+
T6YFmS9IZCA736vMXlDVToq5rRquKtFbCj4f/eKpTFQFd6Vpqph/6UJDxxmw3GOH
OOxscf4DpDQ=
=gyrK
-----END PGP SIGNATURE-----
pgpHmZeWXGlkQ.pgp
Description: PGP signature
--- End Message ---