[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/funnelweb_3.2-6_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
[...]
weavet.c:706:12: warning: old-style function definition [-Wold-style-definition]
706 | LOCAL void wv_defin(p_ma,level)
| ^~~~~~~~
weavet.c: In function ‘wv_dcma’:
weavet.c:739:12: warning: old-style function definition [-Wold-style-definition]
739 | LOCAL void wv_dcma(p_dc)
| ^~~~~~~
weavet.c: In function ‘wv_dc’:
weavet.c:795:12: warning: old-style function definition [-Wold-style-definition]
795 | LOCAL void wv_dc(p_dc)
| ^~~~~
In file included from writfile.c:69:
style.h:133:25: error: both ‘unsigned’ and ‘_Bool’ in declaration specifiers
133 | typedef unsigned bool ; /* Unsigned, [0,1]. */
| ^~~~
style.h:133:1: warning: useless type name in empty declaration
133 | typedef unsigned bool ; /* Unsigned, [0,1]. */
| ^~~~~~~
writfile.c: In function ‘wf_check’:
writfile.c:87:12: warning: old-style function definition [-Wold-style-definition]
87 | LOCAL void wf_check(p_wf)
| ^~~~~~~~
writfile.c: In function ‘wf_errlg’:
writfile.c:105:12: warning: old-style function definition [-Wold-style-definition]
105 | LOCAL void wf_errlg(p_wf,mess)
| ^~~~~~~~
writfile.c: In function ‘wf_ini’:
writfile.c:124:13: warning: old-style function definition [-Wold-style-definition]
124 | EXPORT void wf_ini(p_wf,normal)
| ^~~~~~
writfile.c: In function ‘wf_att’:
writfile.c:138:13: warning: old-style function definition [-Wold-style-definition]
138 | EXPORT void wf_att(p_wf,wf_pfile)
| ^~~~~~
writfile.c: In function ‘wf_ope’:
writfile.c:154:13: warning: old-style function definition [-Wold-style-definition]
154 | EXPORT void wf_ope(p_wf,p_name)
| ^~~~~~
writfile.c: In function ‘wf_chr’:
writfile.c:184:13: warning: old-style function definition [-Wold-style-definition]
184 | EXPORT void wf_chr(p_wf,ch)
| ^~~~~~
writfile.c: In function ‘wf_wr’:
writfile.c:207:13: warning: old-style function definition [-Wold-style-definition]
207 | EXPORT void wf_wr(p_wf,p_str)
| ^~~~~
writfile.c: In function ‘wf_blk’:
writfile.c:231:13: warning: old-style function definition [-Wold-style-definition]
231 | EXPORT void wf_blk(p_wf,p_blk,blk_len)
| ^~~~~~
writfile.c: In function ‘wf_wl’:
writfile.c:263:13: warning: old-style function definition [-Wold-style-definition]
263 | EXPORT void wf_wl(p_wf,p_str)
| ^~~~~
writfile.c: In function ‘wf_dup’:
writfile.c:273:13: warning: old-style function definition [-Wold-style-definition]
273 | EXPORT void wf_dup (p_wf,ch,count)
| ^~~~~~
writfile.c: In function ‘wf_clo’:
writfile.c:300:13: warning: old-style function definition [-Wold-style-definition]
300 | EXPORT void wf_clo(p_wf)
| ^~~~~~
writfile.c: In function ‘wf_err’:
writfile.c:317:13: warning: old-style function definition [-Wold-style-definition]
317 | EXPORT bool wf_err(p_wf)
| ^~~~~~
make[1]: *** [debian/rules:18: override_dh_auto_build] Error 1
make[1]: Leaving directory '/build/reproducible-path/funnelweb-3.2'
make: *** [debian/rules:31: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2