Your message dated Sun, 28 Sep 2025 15:50:38 +0000
with message-id <[email protected]>
and subject line Bug#1096604: fixed in f2j 0.8.1+dfsg-6
has caused the Debian Bug report #1096604,
regarding f2j: 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.)
--
1096604: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096604
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:f2j
Version: 0.8.1+dfsg-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/f2j_0.8.1+dfsg-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
[...]
f2jparse.y: In function ‘clone_ident’:
f2jparse.y:4818:70: warning: iteration 7 invokes undefined behavior
[-Waggressive-loop-optimizations]
4818 | new_node->astnode.ident.startDim[i] =
ast->astnode.ident.startDim[i];
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
f2jparse.y:4817:13: note: within this loop
4817 | for(i=0; i<=MAX_ARRAY_DIM; i++) {
gcc -Wall -DDEBUG_MEM -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/f2j-0.8.1+dfsg=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -I
/build/reproducible-path/f2j-0.8.1+dfsg/libbytecode -c f2jlex.c
gcc -Wall -DDEBUG_MEM -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/f2j-0.8.1+dfsg=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -I
/build/reproducible-path/f2j-0.8.1+dfsg/libbytecode -c f2jmain.c
gcc -Wall -DDEBUG_MEM -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/f2j-0.8.1+dfsg=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -I
/build/reproducible-path/f2j-0.8.1+dfsg/libbytecode -c codegen.c
gcc -Wall -DDEBUG_MEM -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/f2j-0.8.1+dfsg=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -I
/build/reproducible-path/f2j-0.8.1+dfsg/libbytecode -c vcg_emitter.c
gcc -Wall -DDEBUG_MEM -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/f2j-0.8.1+dfsg=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -I
/build/reproducible-path/f2j-0.8.1+dfsg/libbytecode -c typecheck.c
gcc -Wall -DDEBUG_MEM -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/f2j-0.8.1+dfsg=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -I
/build/reproducible-path/f2j-0.8.1+dfsg/libbytecode -c optimize.c
gcc -Wall -DDEBUG_MEM -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/f2j-0.8.1+dfsg=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -I
/build/reproducible-path/f2j-0.8.1+dfsg/libbytecode -c globals.c
optimize.c: In function ‘optimize’:
optimize.c:188:5: warning: case value ‘0’ not in enumerated type ‘enum
_nodetype’ [-Wswitch]
188 | case 0:
| ^~~~
vcg_emitter.c: In function ‘emit_vcg’:
typecheck.c: In function ‘typecheck’:
vcg_emitter.c:234:5: warning: case value ‘0’ not in enumerated type ‘enum
_nodetype’ [-Wswitch]
234 | case 0:
| ^~~~
typecheck.c:102:5: warning: case value ‘0’ not in enumerated type ‘enum
_nodetype’ [-Wswitch]
102 | case 0:
| ^~~~
codegen.c: In function ‘emit’:
codegen.c:112:7: warning: case value ‘0’ not in enumerated type ‘enum
_nodetype’ [-Wswitch]
112 | case 0:
| ^~~~
codegen.c:108:9: warning: variable ‘locals’ set but not used
[-Wunused-but-set-variable]
108 | int locals;
| ^~~~~~
codegen.c: At top level:
codegen.c:765:1: error: conflicting types for ‘free_lists’; have
‘void(JVM_METHOD *)’ {aka ‘void(struct _method_info *)’}
765 | free_lists(JVM_METHOD *meth)
| ^~~~~~~~~~
In file included from codegen.c:17:
codegen.h:278:3: note: previous declaration of ‘free_lists’ with type
‘void(void)’
278 | free_lists();
| ^~~~~~~~~~
codegen.c: In function ‘getNameFromCommonDesc’:
codegen.c:1847:8: warning: comparison between pointer and zero character
constant [-Wpointer-compare]
1847 | if(p == '\0')
| ^~
codegen.c:1847:6: note: did you mean to dereference the pointer?
1847 | if(p == '\0')
| ^
codegen.c: In function ‘getFieldDescFromCommonDesc’:
codegen.c:1890:8: warning: comparison between pointer and zero character
constant [-Wpointer-compare]
1890 | if(p == '\0')
| ^~
codegen.c:1890:6: note: did you mean to dereference the pointer?
1890 | if(p == '\0')
| ^
codegen.c: In function ‘data_string_emit’:
codegen.c:3306:16: warning: variable ‘count’ set but not used
[-Wunused-but-set-variable]
3306 | unsigned int count, size = 0;
| ^~~~~
codegen.c: In function ‘LHS_bytecode_emit’:
codegen.c:11009:12: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
11009 | (BOOL)isArg, class, name, desc,
typenode->variable->astnode.ident.localvnum, FALSE);
| ^
make[2]: *** [Makefile:16: codegen.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/build/reproducible-path/f2j-0.8.1+dfsg/src'
make[1]: *** [Makefile:24: f2java] Error 2
make[1]: Leaving directory '/build/reproducible-path/f2j-0.8.1+dfsg'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:12: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: f2j
Source-Version: 0.8.1+dfsg-6
Done: tony mancill <[email protected]>
We believe that the bug you reported is fixed in the latest version of
f2j, 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 f2j 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, 28 Sep 2025 08:04:04 -0700
Source: f2j
Architecture: source
Version: 0.8.1+dfsg-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers
<[email protected]>
Changed-By: tony mancill <[email protected]>
Closes: 1096604
Changes:
f2j (0.8.1+dfsg-6) unstable; urgency=medium
.
* Team upload.
.
[ tony mancill ]
* Add patch for FTBFS w/GCC-15 (Closes: #1096604)
* Update debian/watch to version 5
* Remove redundant Rules-Requires-Root from debian/control
* Bump Standards-Version to 4.7.2
* Freshen patches for DEP-3 format
.
[ Debian Janitor ]
* Apply multi-arch hints. + libf2j-java: Add Multi-Arch: foreign.
Checksums-Sha1:
b03afdf9f74587022a8aa93bf58cf374969fbc18 2045 f2j_0.8.1+dfsg-6.dsc
8ff9cc50ed8c6a25cad4a90459b03db4c76f6634 9192 f2j_0.8.1+dfsg-6.debian.tar.xz
bbf81de31dc8928df5db0ad597444d2f12a77abf 12659 f2j_0.8.1+dfsg-6_amd64.buildinfo
Checksums-Sha256:
6b0bcca934a17960ea38626c6277176e536b22dbbbda7b5e059b5ba6fb57e416 2045
f2j_0.8.1+dfsg-6.dsc
a806f5e63dcc563cae669a0cc7107ec10d072ebe94afa2aeb788c52cb1f7d25d 9192
f2j_0.8.1+dfsg-6.debian.tar.xz
5dc488e79f690c586f17f9101b0f0a19441e7c0d3630f3718096f609365321f5 12659
f2j_0.8.1+dfsg-6_amd64.buildinfo
Files:
ec651e9649161e7a783aab6bfbf6d30c 2045 java optional f2j_0.8.1+dfsg-6.dsc
3c736d6c92bdcd8f6f3e168ea1c30469 9192 java optional
f2j_0.8.1+dfsg-6.debian.tar.xz
1ec3bfcb53fded43e8f7ac6e932436cc 12659 java optional
f2j_0.8.1+dfsg-6_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJIBAEBCgAyFiEE5Qr9Va3SequXFjqLIdIFiZdLPpYFAmjZUmgUHHRtYW5jaWxs
QGRlYmlhbi5vcmcACgkQIdIFiZdLPpZ6UQ/9El6HSBH/F9Piiu6p5rtEHiY/jNuP
fzuXv+N5KNQ4I4dUFw2ZlDdTjPl8d88HaEGseuqGUFRPTV8Xm1ESE4pAH0c6qmRr
qxPgYpWnInln93MMC9yf0rt/1Z3P1y/mcXmrdSkl6kJVsEMmOnRLs1A2nGbe2n5I
Mx43oJKeWd1B4KNHyHFi00p+E3UYys9CqFYoRPe1WHx4dI2FNLWTAVdf9EZAfBEd
2nRAB8O+BsEjK7oNYe3dnRlWkkDaALHMzkRuEpI9YL1Bz+WyP0LcJ6agi1XzX+zO
4ceMG02kngHUJyGlOs687GOxuLfi3ZnrJIIUbmqgRoa/ORneIkmQ47ovhDFtuz+y
tWohmB6Xf0MT8Vl3WQfLl/nPw8hzp3l8EO6DDeaXinWNWsUNCr/YevM+4LxMiTZL
0rkH2Y8Y907xIJ96BwPR+Y/mHBJ5V9M6rFE6XUhqYX3jHcRfcvxPMACmbAWq/cLz
JbfqDxcXfuJaBSRAqQgjwDGP8RHrZoerIs/4DHuiQZbC4nAzrQcOdZFXLaK9aGLu
V5OpV5rzdQWyCc6hGIzTghk7weiHa3kC4PKfpOOEUaAcniJ8JxEziyYOpE8g0jyF
tn1/5/l2+F1AxYqGFu8sZOjinPkMxZk1RRSD7aB4Jf/1NYcdURqfDJ0uvyPA/HG1
CsEFF8sC8E5jMI4=
=IbgV
-----END PGP SIGNATURE-----
pgpeGBSfpIOs0.pgp
Description: PGP signature
--- End Message ---