Your message dated Thu, 27 Feb 2025 11:35:10 +0000 with message-id <E1tncAY-001bCm-Ch@fasolo.debian.org> and subject line Bug#1075121: fixed in komposter 0+git20201216+ds-5 has caused the Debian Bug report #1075121, regarding komposter: 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.) -- 1075121: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075121 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: maintonly@bugs.debian.org
- Subject: komposter: ftbfs with GCC-14
- From: Matthias Klose <doko@debian.org>
- Date: Wed, 03 Jul 2024 12:31:47 +0000
- Message-id: <E1sOz9H-0041qs-Ct@paradis.debian.org>
Package: src:komposter Version: 0+git20201216+ds-3 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/komposter_0+git20201216+ds-3_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 [...] 1662 | seq_ui[B_DIV_INC]=hovertest_box(x, y, (DS_WIDTH/2)+102, (DS_HEIGHT/2)+4, 16, 16); | ^ sequencer.c:1662:38: warning: conversion from ‘int’ to ‘float’ may change value [-Wconversion] 1662 | seq_ui[B_DIV_INC]=hovertest_box(x, y, (DS_WIDTH/2)+102, (DS_HEIGHT/2)+4, 16, 16); | ^ sequencer.c:1663:35: warning: conversion from ‘int’ to ‘float’ may change value [-Wconversion] 1663 | seq_ui[B_DIV_DEC]=hovertest_box(x, y, (DS_WIDTH/2)-102, (DS_HEIGHT/2)+4, 16, 16); | ^ sequencer.c:1663:38: warning: conversion from ‘int’ to ‘float’ may change value [-Wconversion] 1663 | seq_ui[B_DIV_DEC]=hovertest_box(x, y, (DS_WIDTH/2)-102, (DS_HEIGHT/2)+4, 16, 16); | ^ sequencer.c: In function ‘sequencer_bpm_click’: sequencer.c:1669:42: warning: conversion from ‘int’ to ‘float’ may change value [-Wconversion] 1669 | if (state==GLUT_DOWN && !hovertest_box(x,y,(DS_WIDTH/2),(DS_HEIGHT/2),150,240 )) { | ^ sequencer.c:1669:44: warning: conversion from ‘int’ to ‘float’ may change value [-Wconversion] 1669 | if (state==GLUT_DOWN && !hovertest_box(x,y,(DS_WIDTH/2),(DS_HEIGHT/2),150,240 )) { | ^ sequencer.c:1694:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 1694 | if (beats_per_measure < 16) beats_per_measure++; return; | ^~ sequencer.c:1694:58: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 1694 | if (beats_per_measure < 16) beats_per_measure++; return; | ^~~~~~ sequencer.c:1697:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 1697 | if (beats_per_measure > 1) beats_per_measure--; return; | ^~ sequencer.c:1697:57: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 1697 | if (beats_per_measure > 1) beats_per_measure--; return; | ^~~~~~ sequencer.c:1711:50: warning: conversion from ‘int’ to ‘float’ may change value [-Wconversion] 1711 | if (button==GLUT_RIGHT_BUTTON && hovertest_box(x,y,(DS_WIDTH/2),(DS_HEIGHT/2),150,240 )) { | ^ sequencer.c:1711:52: warning: conversion from ‘int’ to ‘float’ may change value [-Wconversion] 1711 | if (button==GLUT_RIGHT_BUTTON && hovertest_box(x,y,(DS_WIDTH/2),(DS_HEIGHT/2),150,240 )) { | ^ sequencer.c: In function ‘sequencer_bpm_keyboard’: sequencer.c:1718:52: warning: unused parameter ‘x’ [-Wunused-parameter] 1718 | void sequencer_bpm_keyboard(unsigned char key, int x, int y) | ~~~~^ sequencer.c:1718:59: warning: unused parameter ‘y’ [-Wunused-parameter] 1718 | void sequencer_bpm_keyboard(unsigned char key, int x, int y) | ~~~~^ sequencer.c: At top level: sequencer.c:1745:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes] 1745 | void sequencer_bpm_close_dialog() { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ sequencer.c: In function ‘sequencer_bpm_close_dialog’: sequencer.c:1745:6: warning: old-style function definition [-Wold-style-definition] sequencer.c: In function ‘sequencer_file_checkstate.part.0’: sequencer.c:1574:40: warning: ‘%s’ directive writing up to 254 bytes into a region of size 241 [-Wformat-overflow=] 1574 | sprintf(tmps, "Song saved as %s", fn); | ^~ ~~ In file included from /usr/include/stdio.h:964, from sequencer.h:16: In function ‘sprintf’, inlined from ‘sequencer_file_checkstate.part.0’ at sequencer.c:1574:11: /usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: ‘__builtin___sprintf_chk’ output between 15 and 269 bytes into a destination of size 255 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ make[2]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_build: error: make -j8 returned exit code 2 make[1]: *** [debian/rules:19: override_dh_auto_build] Error 25 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:14: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
- To: 1075121-close@bugs.debian.org
- Subject: Bug#1075121: fixed in komposter 0+git20201216+ds-5
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Thu, 27 Feb 2025 11:35:10 +0000
- Message-id: <E1tncAY-001bCm-Ch@fasolo.debian.org>
- Reply-to: Alex Myczko <tar@debian.org>
Source: komposter Source-Version: 0+git20201216+ds-5 Done: Alex Myczko <tar@debian.org> We believe that the bug you reported is fixed in the latest version of komposter, 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 1075121@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Alex Myczko <tar@debian.org> (supplier of updated komposter 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: SHA256 Format: 1.8 Date: Thu, 27 Feb 2025 11:12:47 +0000 Source: komposter Architecture: source Version: 0+git20201216+ds-5 Distribution: unstable Urgency: medium Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org> Changed-By: Alex Myczko <tar@debian.org> Closes: 1075121 Changes: komposter (0+git20201216+ds-5) unstable; urgency=medium . * Fix FTBFS with gcc-14. (Closes: #1075121) Checksums-Sha1: ce3c6c740acc4e4a74b9f4ade46fcc5ca3265151 2112 komposter_0+git20201216+ds-5.dsc b3c032d5f15f0d7e520755e4f793a9d20efb20be 5824 komposter_0+git20201216+ds-5.debian.tar.xz 9c438901ec8f4f2ce96011fac24afc8d73af188c 8436 komposter_0+git20201216+ds-5_source.buildinfo Checksums-Sha256: aacc4dde1114f7e15a1e537e4d0eea324ebb3c276c9958e14a2e438dc4ac70a4 2112 komposter_0+git20201216+ds-5.dsc 85bd451b8ea4cdb2caa8020c244a43310da11301fd7a896f65e70dc4e1ca6960 5824 komposter_0+git20201216+ds-5.debian.tar.xz 9ac10547794759707d298e19e7834d981f689be3b949dd48a1592adb92195e63 8436 komposter_0+git20201216+ds-5_source.buildinfo Files: ae2e8cbfcffab7c4fc9977e6f27a7205 2112 sound optional komposter_0+git20201216+ds-5.dsc 13df8c96289bb0944a941ea98f3f8127 5824 sound optional komposter_0+git20201216+ds-5.debian.tar.xz 01caf4e0fc827d2e1d965acb24e08d0a 8436 sound optional komposter_0+git20201216+ds-5_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtgob82PcExn/Co6JEWhSvN91FcAFAmfASPIACgkQEWhSvN91 FcATQg/9G4q7MKGLkVIpX0UXkHDIxik8Kd4vjPwRIvtb8schrKKrYJcm8FDNdbc4 yQt/qgd0nEEtCKzXgjyW78iTp9mtxnveeCYij/hGWMiKQhpXjRfu+u0jVy4XmHks sGbLmVoOW1Uf/oRZAk1bw7Veai3DaFHpN0Ui+zDlLuNyTp3RiHXOQ/IHLL9fXjTb Ax7sc6AIVAdKITp12+tq9yzfpVxem2GGZUfeuZ5Z7MWPa26WbTaKaOf1FONO3gwa CNczXlTovFjBZvZkTZVD7SaaxaHK7Y/gyucwRqMCMwpmuxSPqux6FqQ2rw2IzIWm gf+ur9ENMhLNhE2R7aWsMi4MBvdUYCfjPRx6WZ/uClySzr+S52IKoPgcemYZx5aQ KXcM4NaKts/ptJv0zywxt8cC71MsePOVNHpwKmp8oscvepUZN0BxUNK4Mg1eHzDI Ky2RK6++znxebP5N9I4izDOe/67YqarBmPc5RwZRouxOcyt8euZpNs+3mTLS/slC cpwCQV9CD1M8Ivk3XkSsu41l53JduNRSSTOEhRG2N26NDte9HgPTgIPn01w26xjO QH9ufup7Kbn47K8pqWpEWSoOXyjq4Z+JZaMRw05iPFpNwc5aL0AhQRoMKMCv4KT+ qPb+D15rry/jzEPQW6eh6v+PpB76mMh9rGuUnzNZFIVIW+fx+FM= =74vC -----END PGP SIGNATURE-----Attachment: pgpOjONsOLqfx.pgp
Description: PGP signature
--- End Message ---