Your message dated Mon, 22 Sep 2025 20:34:42 +0000 with message-id <E1v0nFC-00GHJA-2r@fasolo.debian.org> and subject line Bug#1096271: fixed in abcmidi 20250627+ds-1.1 has caused the Debian Bug report #1096271, regarding abcmidi: 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 owner@bugs.debian.org immediately.) -- 1096271: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096271 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: maintonly@bugs.debian.org
- Subject: abcmidi: ftbfs with GCC-15
- From: Matthias Klose <doko@debian.org>
- Date: Mon, 17 Feb 2025 17:02:00 +0000
- Message-id: <E1tk4VM-009H04-FX@paradis.debian.org>
Package: src:abcmidi Version: 20250207+ds-1 Severity: important Tags: sid forky User: debian-gcc@lists.debian.org 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/abcmidi_20250207+ds-1_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 [...] store.c:5496:13: warning: old-style function definition [-Wold-style-definition] 5496 | static void placeendrep(j) | ^~~~~~~~~~~ store.c: In function ‘placestartrep’: store.c:5518:13: warning: old-style function definition [-Wold-style-definition] 5518 | static void placestartrep(j) | ^~~~~~~~~~~~~ store.c: In function ‘apply_bf_stress_factors’: store.c:5773:15: error: too many arguments to function ‘parse_stress_params’; expected 0, have 1 5773 | if (parse_stress_params (inputfile) == -1) readstressfile (inputfile); | ^~~~~~~~~~~~~~~~~~~ ~~~~~~~~~ store.c:514:5: note: declared here 514 | int parse_stress_params(); | ^~~~~~~~~~~~~~~~~~~ store.c: In function ‘event_key’: store.c:5948:6: warning: old-style function definition [-Wold-style-definition] 5948 | void event_key(sharps, s, modeindex, modmap, modmul, modmicrotone, gotkey, gotclef, clefname, clef, | ^~~~~~~~~ store.c: In function ‘finishfile’: store.c:6232:9: error: too many arguments to function ‘writetrack’; expected 0, have 1 6232 | writetrack(0); | ^~~~~~~~~~ ~ store.c:506:13: note: declared here 506 | extern long writetrack(); | ^~~~~~~~~~ store.c:6237:16: error: too many arguments to function ‘writetrack’; expected 0, have 1 6237 | writetrack(i); | ^~~~~~~~~~ ~ store.c:506:13: note: declared here 506 | extern long writetrack(); | ^~~~~~~~~~ store.c:6244:16: error: too many arguments to function ‘writetrack’; expected 0, have 1 6244 | writetrack(i); | ^~~~~~~~~~ ~ store.c:506:13: note: declared here 506 | extern long writetrack(); | ^~~~~~~~~~ store.c:6258:9: error: too many arguments to function ‘mfwrite’; expected 0, have 4 6258 | mfwrite(0, 1, division, fp); | ^~~~~~~ ~ midifile.h:35:6: note: declared here 35 | void mfwrite(); | ^~~~~~~ store.c:6260:9: error: too many arguments to function ‘mfwrite’; expected 0, have 4 6260 | mfwrite(1, ntracks, division, fp); | ^~~~~~~ ~ midifile.h:35:6: note: declared here 35 | void mfwrite(); | ^~~~~~~ store.c: In function ‘event_refno’: store.c:6291:6: warning: old-style function definition [-Wold-style-definition] 6291 | void event_refno(n) | ^~~~~~~~~~~ store.c: In function ‘main’: store.c:6367:5: warning: old-style function definition [-Wold-style-definition] 6367 | int main(argc,argv) | ^~~~ store.c:6387:5: error: too many arguments to function ‘parsefile’; expected 0, have 1 6387 | parsefile(filename); | ^~~~~~~~~ ~~~~~~~~ parseabc.h:178:13: note: declared here 178 | extern void parsefile(); | ^~~~~~~~~ make[1]: *** [<builtin>: genmidi.o] Error 1 make[1]: *** [<builtin>: parseabc.o] Error 1 make[1]: *** [<builtin>: store.o] Error 1 make[1]: Leaving directory '/build/reproducible-path/abcmidi-20250207+ds' dh_auto_build: error: make -j8 returned exit code 2 make: *** [debian/rules:9: binary] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
- To: 1096271-close@bugs.debian.org
- Subject: Bug#1096271: fixed in abcmidi 20250627+ds-1.1
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Mon, 22 Sep 2025 20:34:42 +0000
- Message-id: <E1v0nFC-00GHJA-2r@fasolo.debian.org>
- Reply-to: Adrian Bunk <bunk@debian.org>
Source: abcmidi Source-Version: 20250627+ds-1.1 Done: Adrian Bunk <bunk@debian.org> We believe that the bug you reported is fixed in the latest version of abcmidi, 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 1096271@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Adrian Bunk <bunk@debian.org> (supplier of updated abcmidi 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 ftpmaster@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 19 Sep 2025 19:45:50 +0300 Source: abcmidi Architecture: source Version: 20250627+ds-1.1 Distribution: unstable Urgency: medium Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org> Changed-By: Adrian Bunk <bunk@debian.org> Closes: 1096271 Changes: abcmidi (20250627+ds-1.1) unstable; urgency=medium . * Non-maintainer upload. * Build with -std=gnu17 to workaround FTBFS with GCC 15. (Closes: #1096271) Checksums-Sha1: 0b09c6e2e7c3dc520019667a13428bda32c05c47 2008 abcmidi_20250627+ds-1.1.dsc 5794f3b53550b86874722d3324a7bfdd463d1e91 8660 abcmidi_20250627+ds-1.1.debian.tar.xz Checksums-Sha256: 9f1d09e5d26bced09a6ae30999ef44561cb070693992be1de676bc2b1955a1f0 2008 abcmidi_20250627+ds-1.1.dsc b2ffc775d1416928257745b86c1e4deb5df8d46b0a90355ebad46b02f0c7f1cf 8660 abcmidi_20250627+ds-1.1.debian.tar.xz Files: 5b46c45a0233f2bb31948e7182eadef1 2008 sound optional abcmidi_20250627+ds-1.1.dsc b07fc1da0e6194b3407c6140e0a22e8b 8660 sound optional abcmidi_20250627+ds-1.1.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmjNwaUACgkQiNJCh6LY mLGFAA//XVlNc7bF+vOU1JdsE4OP6ScKGpFtbmYUN0Y/zglV7lZO2z4M3w7X4HaH ZNke7cnx2XfippDc4zvC1BGynn+KNzUyRJvyl6vdxeproqqOsjnHgx3kq7KGJ+IB PQkS4YZSGDllgAft5Lya8t+bf92WYOi49L4+o7Wp5Z5fke76GVi0AGRynQ1Ctqpl O7pjnVeVipcHPU3DlYizMO1l0N37oTpm+10alPviiGXvdTB2J1mjYgC2bIrv2Lda 741WBIIUOvxs9cUsLb+kWrZkQxZsoX3cwdX4ceydk5rY27oa86n7zssYCf7dmbX/ Ag6h4uRQCJ7loGg+qtLXiTvgtTf1xxGxiZBnRBnZBfpuvrxfndqj9FZr8N5YWG0j mbwEoTGu9M0aqemGPjKAI7G0ZEhlYy3fIeW1XNro2lmIdXDctbG3sdbZUZeOYWOv Rz/2k8ZU66eolVIQcevB/rWxUtnGLeXaLQH83G9QT4lYduU/Q7mwJ3LmgzD5DQ4p RWjkIJyzg8cMpeX2GL4gmI7eE5PaUcwvdCMRR4+LbEy9TmL6r9sRz7oV/4GfuYLV D7vxA9wkWXFYOOUEdNqvR9cQb6zG8JnLy8avMvCqNDS8xzdIiJy0nYVf4LEA+eQz be4vdZMFHJB7E1PqXFi4U1GHdBGr3RpA6T5dgyJ6kkRa7BPYLyw= =l2V1 -----END PGP SIGNATURE-----Attachment: pgpsNvZ9ShUTl.pgp
Description: PGP signature
--- End Message ---