Your message dated Wed, 19 Feb 2025 15:36:41 +0000
with message-id <[email protected]>
and subject line Bug#1097902: fixed in snack 2.2.10.20090624+dfsg-3
has caused the Debian Bug report #1097902,
regarding snack: 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.)
--
1097902: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097902
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:snack
Version: 2.2.10.20090624+dfsg-2
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/snack_2.2.10.20090624+dfsg-2_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
[...]
| ^~~~~~~~~~~~~
./../generic/jkGetF0.c: In function ‘retrieve_windstat’:
./../generic/jkGetF0.c:1340:1: warning: old-style function definition
[-Wold-style-definition]
1340 | retrieve_windstat(rho, order, err, rms)
| ^~~~~~~~~~~~~~~~~
./../generic/jkGetF0.c: In function ‘get_similarity’:
./../generic/jkGetF0.c:1362:1: warning: old-style function definition
[-Wold-style-definition]
1362 | get_similarity(order, size, pdata, cdata,
| ^~~~~~~~~~~~~~
./../generic/jkGetF0.c:1381:3: error: too many arguments to function ‘xlpc’;
expected 0, have 11
1381 | xlpc(order, stab, size-1, cdata,
| ^~~~ ~~~~~
./../generic/jkGetF0.c:1373:7: note: declared here
1373 | int xlpc();
| ^~~~
./../generic/jkGetF0.c:1383:10: error: too many arguments to function
‘wind_energy’; expected 0, have 3
1383 | rms3 = wind_energy(cdata, size, w_type);
| ^~~~~~~~~~~ ~~~~~
./../generic/jkGetF0.c:1371:21: note: declared here
1371 | float xitakura(), wind_energy();
| ^~~~~~~~~~~
./../generic/jkGetF0.c:1388:11: error: too many arguments to function ‘xlpc’;
expected 0, have 11
1388 | xlpc(order, stab, size-1, pdata,
| ^~~~ ~~~~~
./../generic/jkGetF0.c:1373:7: note: declared here
1373 | int xlpc();
| ^~~~
./../generic/jkGetF0.c:1390:18: error: too many arguments to function
‘wind_energy’; expected 0, have 3
1390 | rms1 = wind_energy(pdata, size, w_type);
| ^~~~~~~~~~~ ~~~~~
./../generic/jkGetF0.c:1371:21: note: declared here
1371 | float xitakura(), wind_energy();
| ^~~~~~~~~~~
./../generic/jkGetF0.c:1392:7: error: too many arguments to function
‘xa_to_aca’; expected 0, have 4
1392 | xa_to_aca(a2+1,b,&b0,order);
| ^~~~~~~~~ ~~~~
./../generic/jkGetF0.c:1372:8: note: declared here
1372 | void xa_to_aca ();
| ^~~~~~~~~
./../generic/jkGetF0.c:1393:11: error: too many arguments to function
‘xitakura’; expected 0, have 5
1393 | t = xitakura(order,b,&b0,rho1+1,&err1) - .8f;
| ^~~~~~~~ ~~~~~
./../generic/jkGetF0.c:1371:9: note: declared here
1371 | float xitakura(), wind_energy();
| ^~~~~~~~
./../generic/jkGetF0.c: In function ‘get_stationarity’:
./../generic/jkGetF0.c:1446:1: warning: old-style function definition
[-Wold-style-definition]
1446 | get_stationarity(fdata, freq, buff_size, nframes, frame_step,
first_time)
| ^~~~~~~~~~~~~~~~
./../generic/jkGetF0.c: In function ‘cGet_f0’:
./../generic/jkGetF0.c:1681:7: error: too many arguments to function
‘init_dp_f0’; expected 0, have 4
1681 | if (init_dp_f0(sf, par, &buff_size, &sdstep)
| ^~~~~~~~~~ ~~
./../generic/jkGetF0.c:52:7: note: declared here
52 | int init_dp_f0(), dp_f0();
| ^~~~~~~~~~
./../generic/jkGetF0.c:1704:9: error: too many arguments to function ‘dp_f0’;
expected 0, have 11
1704 | if (dp_f0(fdata, (int) actsize, (int) sdstep, sf, par,
| ^~~~~ ~~~~~
./../generic/jkGetF0.c:52:21: note: declared here
52 | int init_dp_f0(), dp_f0();
| ^~~~~
./../generic/jkGetF0.c: At top level:
./../generic/jkGetF0.c:40:12: warning: ‘check_f0_params’ used but never defined
40 | static int check_f0_params();
| ^~~~~~~~~~~~~~~
make[1]: *** [Makefile:146: jkGetF0.o] Error 1
make[1]: Leaving directory
'/build/reproducible-path/snack-2.2.10.20090624+dfsg/unix'
make: *** [debian/rules:57: build-stamp] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: snack
Source-Version: 2.2.10.20090624+dfsg-3
Done: Sergei Golovan <[email protected]>
We believe that the bug you reported is fixed in the latest version of
snack, 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.
Sergei Golovan <[email protected]> (supplier of updated snack 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: SHA256
Format: 1.8
Date: Wed, 19 Feb 2025 18:01:03 +0300
Source: snack
Architecture: source
Version: 2.2.10.20090624+dfsg-3
Distribution: unstable
Urgency: medium
Maintainer: Sergei Golovan <[email protected]>
Changed-By: Sergei Golovan <[email protected]>
Closes: 1080806 1097902
Changes:
snack (2.2.10.20090624+dfsg-3) unstable; urgency=medium
.
* Add missing build-dependency on python3-setuptools (closes: #1080806).
* Fix FTBFS for GNU/Hurd.
* Fix FTBFS and compile warnings with GCC 15 (closes: #1097902).
* Bump the standards version to 4.7.0.
Checksums-Sha1:
a54ea4d72e5ae1a9eb19edc5f05dc69b2607aaf7 2368 snack_2.2.10.20090624+dfsg-3.dsc
8a8851cfe544caf2cc0f137d20322f0b42c89b8d 29896
snack_2.2.10.20090624+dfsg-3.debian.tar.xz
75958b1bc144a0edfc1c25d67b0fba27dea73db9 11815
snack_2.2.10.20090624+dfsg-3_amd64.buildinfo
Checksums-Sha256:
54f5d0914e8e8b1c0c47997c9d5972de6ade44c0c0a4eb14724647903e8f5fb8 2368
snack_2.2.10.20090624+dfsg-3.dsc
a34f312586d8b22e04730f6c02d7948adc3ef20556186c5d5040c4cef257a6ed 29896
snack_2.2.10.20090624+dfsg-3.debian.tar.xz
48994e4cd4c3a29e518b7b8dd9d7bc8d6adfb630adb2f4cd4fa88e87e1588f6f 11815
snack_2.2.10.20090624+dfsg-3_amd64.buildinfo
Files:
4a9df7c102b82edd584af6ee39a4e470 2368 sound optional
snack_2.2.10.20090624+dfsg-3.dsc
92b9a4d808a9557057754c717c893e68 29896 sound optional
snack_2.2.10.20090624+dfsg-3.debian.tar.xz
d841eaaf172c4ce3fce88a2702cc2c3a 11815 sound optional
snack_2.2.10.20090624+dfsg-3_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEE/SYPsyDB+ShSnvc4Tyrk60tj54cFAme18tAACgkQTyrk60tj
54ciMQ/8CZp0zuZzLO8xrS+eYrdRGYcskFZh2j4w9mCSAYBg1aQeCBxAmju9NXvj
LWqtw/ezeP0MbOMEdFP/64SYtk9RnmztCquJcauhoVbOXiGSLis0O8pSRykEl+D9
t0XzlWxES31YIH/QsMb4Ih4k6JFuR7v6oYNx4Wp7f/JqFy8Ca4nyTaSbS7wdX07T
z9Wortz2WJfMpBhEpsdEGAgF7MZNNlMJN5ProiFmc0PBWLjx3IYa/iOSr4o01+m+
Ie98s2qHE2AFpF+LVYGeO0EmtSov4HemO1Ck+5JqeGfXGsH5rvqfA6yDq3WM6G8m
OBC0Osz3+pA0PA6DZNmaeevhwT1BnSjevlSOj22j2AGBDZ46kdBE2HfafGFRqdQg
Kj5qDjoY0paZsJHPcK2T4+nn/twRg8vqQ79zAI+02BD5daRMwGmDIcRbYbUf89X4
AuatAIULuE4EGgGUaBdVOWb444PD/x7iRn8T5hJjcW83qZOHpqVVyoBCnZRh/OBS
vMlicg8Zt7NUyH82xrfkW1bIeBuZSp+aJoE2XlIiggebM2suoYsaEs+4JlVjnmJR
nA/rHaH+xanSwQmaIt+h0QQ7wZgo168c7GqhIye98ZOlgPSDo75+Y2aA/SsDseFU
njmMe8IcaPdcxjXxrh8gbvUk7PzI4NGWqBcwN1bqCmh9ZVF9FwQ=
=Hvvi
-----END PGP SIGNATURE-----
pgpn8DmcbUjfN.pgp
Description: PGP signature
--- End Message ---