Your message dated Fri, 26 Jul 2024 11:05:41 +0000 with message-id <e1sxilz-0043au...@fasolo.debian.org> and subject line Bug#1075049: fixed in gsequencer 6.16.16-1 has caused the Debian Bug report #1075049, regarding gsequencer: 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 ow...@bugs.debian.org immediately.) -- 1075049: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075049 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Package: src:gsequencer Version: 6.13.5-1 Severity: important Tags: sid trixie User: debian-...@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/gsequencer_6.13.5-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 [...] from /usr/include/libinstpatch-2/libinstpatch/IpatchBase.h:33, from /usr/include/libinstpatch-2/libinstpatch/libinstpatch.h:30, from ./ags/audio/ags_sf2_synth_generator.h:31, from ./ags/libags-audio.h:128: /usr/include/libinstpatch-2/libinstpatch/IpatchItem.h:74:5: warning: ‘GStaticRecMutex’ is deprecated: Use 'GRecMutex' instead [-Wdeprecated-declarations] 74 | GStaticRecMutex *mutex; /* pointer to mutex (could be a parent's mutex) */ | ^~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:115, from ./ags/app/ags_composite_editor_callbacks.h:23: /usr/include/glib-2.0/glib/deprecated/gthread.h:161:8: note: declared here 161 | struct _GStaticRecMutex | ^~~~~~~~~~~~~~~~ In file included from /usr/include/libinstpatch-2/libinstpatch/IpatchSF2Zone.h:27, from /usr/include/libinstpatch-2/libinstpatch/IpatchSF2PZone.h:26, from /usr/include/libinstpatch-2/libinstpatch/IpatchSF2Preset.h:27, from /usr/include/libinstpatch-2/libinstpatch/IpatchBase.h:35: /usr/include/libinstpatch-2/libinstpatch/IpatchSF2Gen.h:239:13: warning: Deprecated pre-processor symbol: replace with "const" 239 | G_CONST_RETURN char *ipatch_sf2_gen_get_prop_name(guint genid); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/libinstpatch-2/libinstpatch/IpatchSF2Mod.h:45, from /usr/include/libinstpatch-2/libinstpatch/IpatchSF2Zone.h:28: /usr/include/libinstpatch-2/libinstpatch/IpatchSF2ModList.h:50:13: warning: Deprecated pre-processor symbol: replace with "const" 50 | G_CONST_RETURN GSList *ipatch_sf2_mod_list_get_default(void); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/libinstpatch-2/libinstpatch/IpatchDLS2.h:33, from /usr/include/libinstpatch-2/libinstpatch/libinstpatch.h:38: /usr/include/libinstpatch-2/libinstpatch/IpatchDLS2Info.h:62:13: warning: Deprecated pre-processor symbol: replace with "const" 62 | G_CONST_RETURN char *ipatch_dls2_info_peek(IpatchDLS2Info *info, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/libinstpatch-2/libinstpatch/libinstpatch.h:107: /usr/include/libinstpatch-2/libinstpatch/IpatchXml.h:78:13: warning: Deprecated pre-processor symbol: replace with "const" 78 | G_CONST_RETURN char *ipatch_xml_get_name(GNode *node); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/libinstpatch-2/libinstpatch/IpatchXml.h:80:13: warning: Deprecated pre-processor symbol: replace with "const" 80 | G_CONST_RETURN char *ipatch_xml_get_value(GNode *node); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/libinstpatch-2/libinstpatch/IpatchXml.h:87:13: warning: Deprecated pre-processor symbol: replace with "const" 87 | G_CONST_RETURN char *ipatch_xml_get_attribute(GNode *node, const char *attr_name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/libinstpatch-2/libinstpatch/libinstpatch.h:109: /usr/include/libinstpatch-2/libinstpatch/misc.h:71:13: warning: Deprecated pre-processor symbol: replace with "const" 71 | G_CONST_RETURN char *ipatch_gerror_message(GError *err); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[3]: *** [Makefile:24325: ags/app/libgsequencer_la-ags_composite_editor.lo] Error 1 ags/app/ags_composite_editor_callbacks.c: In function ‘ags_composite_editor_resize_audio_channels_callback’: ags/app/ags_composite_editor_callbacks.c:319:11: warning: ‘gtk_widget_show’ is deprecated: Use 'gtk_widget_set_visible or gtk_window_present' instead [-Wdeprecated-declarations] 319 | gtk_widget_show(GTK_WIDGET(level)); | ^~~~~~~~~~~~~~~ In file included from /usr/include/gtk-4.0/gtk/gtkapplication.h:26, from /usr/include/gtk-4.0/gtk/gtkwindow.h:32, from /usr/include/gtk-4.0/gtk/gtkaboutdialog.h:29, from /usr/include/gtk-4.0/gtk/gtk.h:33, from ./ags/app/ags_composite_editor_callbacks.h:26: /usr/include/gtk-4.0/gtk/gtkwidget.h:271:12: note: declared here 271 | void gtk_widget_show (GtkWidget *widget); | ^~~~~~~~~~~~~~~ ags/app/ags_composite_editor_callbacks.c:332:11: warning: ‘gtk_widget_show’ is deprecated: Use 'gtk_widget_set_visible or gtk_window_present' instead [-Wdeprecated-declarations] 332 | gtk_widget_show(GTK_WIDGET(wave_edit)); | ^~~~~~~~~~~~~~~ /usr/include/gtk-4.0/gtk/gtkwidget.h:271:12: note: declared here 271 | void gtk_widget_show (GtkWidget *widget); | ^~~~~~~~~~~~~~~ make[3]: Leaving directory '/<<PKGBUILDDIR>>' make[2]: *** [Makefile:31435: all-recursive] Error 1 make[2]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_build: error: make -j8 returned exit code 2 make[1]: *** [debian/rules:45: override_dh_auto_build] Error 25 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:39: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---Source: gsequencer Source-Version: 6.16.16-1 Done: Joel Kraehemann <jkraehem...@gmail.com> We believe that the bug you reported is fixed in the latest version of gsequencer, 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 1075...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Joel Kraehemann <jkraehem...@gmail.com> (supplier of updated gsequencer 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 ftpmas...@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 26 Jul 2024 07:31:25 +0200 Source: gsequencer Architecture: source Version: 6.16.16-1 Distribution: unstable Urgency: medium Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org> Changed-By: Joel Kraehemann <jkraehem...@gmail.com> Closes: 1075049 Changes: gsequencer (6.16.16-1) unstable; urgency=medium . [ Joël Krähemann ] * New upstream version 6.16.16 + fixed FTBFS with gcc-14 by using Modern C (closes: #1075049) * updated libags-audio6t64.symbols because new symbols available * new upstream signing key Checksums-Sha1: c6fc3ebf6b4a92dc0b07edd277a8fe8a21a2a0e3 3953 gsequencer_6.16.16-1.dsc 5bd8400da924b331398671e5f790ef0d93d077ad 11251479 gsequencer_6.16.16.orig.tar.gz f8ee8d200113df94b48fe49990885513e7c26453 659 gsequencer_6.16.16.orig.tar.gz.asc 8de10c1ff743014d0d944716453f4f49f95ad905 49040 gsequencer_6.16.16-1.debian.tar.xz f2159c27f21d0ddd805f8059eaef103665fece6b 27822 gsequencer_6.16.16-1_amd64.buildinfo Checksums-Sha256: ffaf91bcb17fb33e16c9604058d97a90795c78fb6b436358b1c46b42f241e393 3953 gsequencer_6.16.16-1.dsc ea00d7ef7989df94eba3c6cfb3d21fa5d0c8cb90780e394af51b7ba6f8e85671 11251479 gsequencer_6.16.16.orig.tar.gz 39df1626b41b16dc6757918bda1aafb56235f8b4d222a277535b7d9a0222b3d0 659 gsequencer_6.16.16.orig.tar.gz.asc 20263a85a7dc5160a3b32e764e552a95a5e8df487bf7f4d477e807f16c85648f 49040 gsequencer_6.16.16-1.debian.tar.xz 1ee8df2078fd276b9af301571d50c21c444187dd467568fb75f08114f33ca56a 27822 gsequencer_6.16.16-1_amd64.buildinfo Files: 88bf1dee47ca507890b07564ab80e99d 3953 sound optional gsequencer_6.16.16-1.dsc 8db483e28ed3b6e2d8d4539acaf9a1a9 11251479 sound optional gsequencer_6.16.16.orig.tar.gz 499d1618bf1bf36dc0033afa96897563 659 sound optional gsequencer_6.16.16.orig.tar.gz.asc 406f83b9f82f6f626bf704624f37d84d 49040 sound optional gsequencer_6.16.16-1.debian.tar.xz 24c27b0c17b48b956a53b1e70bdbea46 27822 sound optional gsequencer_6.16.16-1_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEi3hoeGwz5cZMTQpICBa54Yx2K60FAmajfZ4ACgkQCBa54Yx2 K61U/A//cBrg7VU5EdPmpfbrMBdO09S0I06BJd0YhZHotAwkEip0cHNbdvmEHS+p oZLCg/avXQ0zXSOALZ0iOuxqakbEmskg5bVOcnV+P3cW5lsFcfopG4IWWnbW71Ev dBzeBgO/4M4DasPqwNn61CrsjNGhZFfw1SSEXorb9+XlGLhvbP7aRCqjqu5nrViw SODXcDv94KdyhvsCfJndGUwPL8x/ravoe61OdHcimckMnjgHxkF2IYf9kxuQE6Yy tdqigrnv7X5SHd/+BBbEAqbqHssMke2sDjzcTWA25fBhUSypdPiSQjWpVZBQ+8qi 3IC+/toIv02EHhHCc4AL/mXGodv4YeCrf/UTAmgmfMNrjcGibWJcbg8kvudUIbXN dp5aF7CL1Q6dHnxIcRbsA+zwdDpgdanbEfju+PdPYUkBHbi8oU16wQbmparwPgQm uF+fW1K6wVLn/RRAfHJWkXo4GxzwnDIcCHiZSHSlqOYomS3e4syicz/bIE90o0xF UNcSRg5T8JMPDGS7RZd8JoBeYZyB38wVz1VKXB9Hz/0ZpZ6D1azBSbxNbQuhDCcr jZEyFqeHQaY+C0zsF3UzqHvwWqQ45iVvS2q5T8diMvn/iyUh6aXTuZFIUo5U5kLv gqwqNZfZDegjNZVwyMb4rppvsUmPA3ldmFY7eaHuI6Fz+6m7tJw= =ud+b -----END PGP SIGNATURE-----pgpfoa6WrhRys.pgp
Description: PGP signature
--- End Message ---