--- Begin Message ---
Package: src:avifile
Version: 1:0.7.48~20090503.ds-29
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/avifile_0.7.48~20090503.ds-29_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
[...]
571 | static void Coefficients_13_26 (LARpp_j_1, LARpp_j, LARp)
| ^~~~~~~~~~~~~~~~~~
xa_gsm.c: In function 'Coefficients_27_39':
xa_gsm.c:583:13: warning: old-style function definition [-Wold-style-definition]
583 | static void Coefficients_27_39 (LARpp_j_1, LARpp_j, LARp)
| ^~~~~~~~~~~~~~~~~~
xa_gsm.c: In function 'Coefficients_40_159':
xa_gsm.c:598:13: warning: old-style function definition [-Wold-style-definition]
598 | static void Coefficients_40_159 (LARpp_j, LARp)
| ^~~~~~~~~~~~~~~~~~~
xa_gsm.c: In function 'LARp_to_rp':
xa_gsm.c:609:13: warning: old-style function definition [-Wold-style-definition]
609 | static void LARp_to_rp (LARp)
| ^~~~~~~~~~
xa_gsm.c: In function 'Gsm_Short_Term_Synthesis_Filter':
xa_gsm.c:651:13: warning: old-style function definition [-Wold-style-definition]
651 | static void Gsm_Short_Term_Synthesis_Filter (S, LARcr, wt, s)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
xa_gsm.c: In function 'GSM_Decode':
xa_gsm.c:694:13: warning: old-style function definition [-Wold-style-definition]
694 | static void GSM_Decode(S,LARcr, Ncr,bcr,Mcr,xmaxcr,xMcr,s)
| ^~~~~~~~~~
xa_gsm.c:710:5: error: too many arguments to function 'Gsm_RPE_Decoding';
expected 0, have 5
710 | Gsm_RPE_Decoding( S, *xmaxcr, *Mcr, xMcr, erp );
| ^~~~~~~~~~~~~~~~ ~
xa_gsm.c:361:13: note: declared here
361 | static void Gsm_RPE_Decoding (S, xmaxcr, Mcr, xMcr, erp)
| ^~~~~~~~~~~~~~~~
xa_gsm.c: In function 'XA_MSGSM_Decoder':
xa_gsm.c:725:6: warning: old-style function definition [-Wold-style-definition]
725 | void XA_MSGSM_Decoder(gsm_state,ibuf,obuf,icnt,ocnt)
| ^~~~~~~~~~~~~~~~
xa_gsm.c:730:1: error: number of arguments doesn't match prototype
730 | { word sr;
| ^
xa_gsm.c:27:6: error: prototype declaration
27 | void XA_MSGSM_Decoder();
| ^~~~~~~~~~~~~~~~
xa_gsm.c:844:3: error: too many arguments to function 'GSM_Decode'; expected 0,
have 8
844 | GSM_Decode(gsm_state, LARc, Nc, bc, Mc, xmaxc, xmc, obuf);
| ^~~~~~~~~~ ~~~~~~~~~
xa_gsm.c:694:13: note: declared here
694 | static void GSM_Decode(S,LARcr, Ncr,bcr,Mcr,xmaxcr,xMcr,s)
| ^~~~~~~~~~
xa_gsm.c:961:3: error: too many arguments to function 'GSM_Decode'; expected 0,
have 8
961 | GSM_Decode(gsm_state, LARc, Nc, bc, Mc, xmaxc, xmc, &obuf[160]);
| ^~~~~~~~~~ ~~~~~~~~~
xa_gsm.c:694:13: note: declared here
694 | static void GSM_Decode(S,LARcr, Ncr,bcr,Mcr,xmaxcr,xMcr,s)
| ^~~~~~~~~~
xa_gsm.c: In function 'XA_GSM_Decoder':
xa_gsm.c:971:6: warning: old-style function definition [-Wold-style-definition]
971 | void XA_GSM_Decoder(gsm_state,ibuf,obuf,icnt,ocnt)
| ^~~~~~~~~~~~~~
xa_gsm.c:1109:3: error: too many arguments to function 'GSM_Decode'; expected
0, have 8
1109 | GSM_Decode(gsm_state, LARc, Nc, bc, Mc, xmaxc, xmc, obuf);
| ^~~~~~~~~~ ~~~~~~~~~
xa_gsm.c:694:13: note: declared here
694 | static void GSM_Decode(S,LARcr, Ncr,bcr,Mcr,xmaxcr,xMcr,s)
| ^~~~~~~~~~
make[3]: *** [Makefile:563: xa_gsm.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory
'/build/reproducible-path/avifile-0.7.48~20090503.ds/plugins/libaudiodec'
make[2]: *** [Makefile:461: all-recursive] Error 1
make[2]: Leaving directory
'/build/reproducible-path/avifile-0.7.48~20090503.ds/plugins'
make[1]: *** [Makefile:917: all-recursive] Error 1
make[1]: Leaving directory '/build/reproducible-path/avifile-0.7.48~20090503.ds'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:46: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---