Your message dated Sun, 13 Jul 2025 13:19:01 +0000 with message-id <E1uawbd-003WRa-2o@fasolo.debian.org> and subject line Bug#1074831: fixed in awesfx 0.5.2-1.2 has caused the Debian Bug report #1074831, regarding awesfx: ftbfs with GCC-14 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.) -- 1074831: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074831 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: maintonly@bugs.debian.org
- Subject: awesfx: ftbfs with GCC-14
- From: Matthias Klose <doko@debian.org>
- Date: Wed, 03 Jul 2024 12:22:36 +0000
- Message-id: <E1sOz0O-0040Qd-Na@paradis.debian.org>
Package: src:awesfx Version: 0.5.2-1.1 Severity: important Tags: sid trixie User: debian-gcc@lists.debian.org Usertags: ftbfs-gcc-14 [This bug is 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-14/g++-14, but succeeds to build with gcc-13/g++-13. The severity of this report will be raised before the trixie release. The full build log can be found at: http://qa-logs.debian.net/2024/07/01/awesfx_0.5.2-1.1_unstable_gccexp.log The last lines of the build log are at the end of this report. To build with GCC 14, either set CC=gcc-14 CXX=g++-14 explicitly, or install the gcc, g++, gfortran, ... packages from experimental. apt-get -t=experimental install g++ 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-14/porting_to.html [...] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:231:17: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 231 | fread(&sample.low_frequency, sizeof(sample.low_frequency), 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:232:17: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 232 | fread(&sample.high_frequency, sizeof(sample.high_frequency), 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:233:17: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 233 | fread(&sample.root_frequency, sizeof(sample.root_frequency), 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:234:17: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 234 | fread(&sample.tune, sizeof(sample.tune), 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:235:17: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 235 | fread(&sample.balance, sizeof(sample.balance), 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:236:17: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 236 | fread(&sample.envelope_rate, sizeof(sample.envelope_rate), 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:237:17: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 237 | fread(&sample.envelope_offset, sizeof(sample.envelope_offset), 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:238:17: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 238 | fread(&sample.tremolo_sweep, sizeof(sample.tremolo_sweep), 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:239:17: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 239 | fread(&sample.tremolo_rate, sizeof(sample.tremolo_rate), 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:240:17: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 240 | fread(&sample.tremolo_depth, sizeof(sample.tremolo_depth), 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:241:17: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 241 | fread(&sample.vibrato_sweep, sizeof(sample.vibrato_sweep), 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:242:17: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 242 | fread(&sample.vibrato_rate, sizeof(sample.vibrato_rate), 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:243:17: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 243 | fread(&sample.vibrato_depth, sizeof(sample.vibrato_depth), 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:244:17: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 244 | fread(&sample.modes, sizeof(sample.modes), 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:245:17: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 245 | fread(&sample.scale_frequency, sizeof(sample.scale_frequency), 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:246:17: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 246 | fread(&sample.scale_factor, sizeof(sample.scale_factor), 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:248:17: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 248 | fread(&sample.reserved, sizeof(sample.reserved), 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:323:17: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 323 | fread(patch->data, 1, patch->len, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ alsa.c: In function ‘seq_set_gus_bank’: alsa.c:149:16: error: ‘return’ with a value, in function returning void [-Wreturn-mismatch] 149 | return snd_hwdep_ioctl(hwdep, SNDRV_EMUX_IOCTL_MISC_MODE, &mode); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ alsa.c:142:6: note: declared here 142 | void seq_set_gus_bank(int bank) | ^~~~~~~~~~~~~~~~ make[2]: *** [Makefile:603: alsa.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: Leaving directory '/<<PKGBUILDDIR>>' make[1]: *** [Makefile:678: all-recursive] Error 1 make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_build: error: make -j8 returned exit code 2 make: *** [debian/rules:7: build] Error 25 dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
- To: 1074831-close@bugs.debian.org
- Subject: Bug#1074831: fixed in awesfx 0.5.2-1.2
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Sun, 13 Jul 2025 13:19:01 +0000
- Message-id: <E1uawbd-003WRa-2o@fasolo.debian.org>
- Reply-to: Marcos Talau <talau@debian.org>
Source: awesfx Source-Version: 0.5.2-1.2 Done: Marcos Talau <talau@debian.org> We believe that the bug you reported is fixed in the latest version of awesfx, 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 1074831@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Marcos Talau <talau@debian.org> (supplier of updated awesfx 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, 11 Jul 2025 09:47:31 -0300 Source: awesfx Architecture: source Version: 0.5.2-1.2 Distribution: unstable Urgency: medium Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org> Changed-By: Marcos Talau <talau@debian.org> Closes: 1074831 Changes: awesfx (0.5.2-1.2) unstable; urgency=medium . * Non-maintainer upload. * debian/patches/fix-build-with-gcc14.patch: Fix build with GCC 14. (Closes: #1074831) Checksums-Sha1: ad1da77a7f5b65461925de23d5111f84ec2d2985 1979 awesfx_0.5.2-1.2.dsc c755c0b76f8cabd54ab990992485f7746fe8d723 32148 awesfx_0.5.2-1.2.debian.tar.xz eaeba293d0201e9b7ffbeb6f0dd96a3da9a2e7de 5517 awesfx_0.5.2-1.2_source.buildinfo Checksums-Sha256: db9e7c0e796f8816c3e0bbf4d66c106011c455250dc06d1439e9236acc04afc3 1979 awesfx_0.5.2-1.2.dsc 0143208de834bfb21e776e40e6015a73fe6b68d49f9e587c7128dda7d6c3f351 32148 awesfx_0.5.2-1.2.debian.tar.xz 3eef64e42bb0ddc50cf4058d87dfaa951c2e83310d8556fda813ad6b3ce6aa88 5517 awesfx_0.5.2-1.2_source.buildinfo Files: fb34daa5d4bf057940a2efd6cb00c9e8 1979 sound optional awesfx_0.5.2-1.2.dsc 823ecb4b547020f5a8fc39d6416ea6a2 32148 sound optional awesfx_0.5.2-1.2.debian.tar.xz 5b9e5730ff861464497d8f8723ac9edc 5517 sound optional awesfx_0.5.2-1.2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEtSLzkVnaB9053AsR9LqqgNsoukwFAmhxCbIACgkQ9LqqgNso ukxVZRAAtuHlkGA26WmB1M5LeV4AJeW6CvifHPoC+MADiofiylHojHtgtYMAfVM/ tEsQYLvTGiGQM2pzYBgrAsUaykyC148jCjXlDgds0kQKjU2n5NuptgOwW3FgRhI+ FW09zphxttsw3DYn7usSgiFC9oIZJ880hD0VXjKgjLHlkofH1l4nf4/yBkiXr4qm nhCkmnkyji9QoP4Cu80OqMFef/5y9sHMI8/4VoMRtAOWlT5JfNTEqioCSuii9mRW vbBRcUTaR4cg703QWX2h81IU7hNfKIzROJwrBnAIKyG5LfMB3NnSylBWY8rqchO5 5CYYQYUonOSE7xNDzZlYdWy01UQe1s0IIn+lwJhenbwcBgzLOzIn5icL4sXK/1br BfNZEFKzQYRdPtWgHYFQTc1dRkN3iJqmKlieV5O1uwzGoLDv7FsLCVUFSdLxxCUL 81NxRdqYvx+ho6rskIKCCzPrDe9XyWVjB9WJ8J28SdFiqp+J1RtQE0GsWv412rey aPvK639aK4di9GRimZ/3bF/FjH8rLDOXmXNEqQR0m8Y/aq4UimjE06Me8Gp+xZjr W+2rknFV6xyH/BCoxEYlLEsGf1jT66A7u6uoit7kxjd0m76VhL/rUTuIVp/GY96L ez/RzZXn4DOPQBRLMJwTd9cLozNJPMPTZ02P1nyFUXlvCxfCFak= =P5dH -----END PGP SIGNATURE-----Attachment: pgpqRQhvKlnkL.pgp
Description: PGP signature
--- End Message ---