Your message dated Mon, 09 Sep 2024 18:35:04 +0000 with message-id <E1snjE8-00FOcB-S1@fasolo.debian.org> and subject line Bug#1074885: fixed in clipit 1.4.5+git20210313-3 has caused the Debian Bug report #1074885, regarding clipit: 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.) -- 1074885: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074885 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: maintonly@bugs.debian.org
- Subject: clipit: ftbfs with GCC-14
- From: Matthias Klose <doko@debian.org>
- Date: Wed, 03 Jul 2024 12:24:21 +0000
- Message-id: <E1sOz25-0040lK-M7@paradis.debian.org>
Package: src:clipit Version: 1.4.5+git20210313-2 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/clipit_1.4.5+git20210313-2_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 [...] 931 | gtk_image_menu_item_set_image((GtkImageMenuItem*)menu_item, menu_image); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:92:12: note: declared here 92 | void gtk_image_menu_item_set_image (GtkImageMenuItem *image_menu_item, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:935:17: warning: ‘gtk_image_menu_item_new_from_stock’ is deprecated: Use 'gtk_menu_item_new' instead [-Wdeprecated-declarations] 935 | menu_item = gtk_image_menu_item_new_from_stock(GTK_STOCK_PREFERENCES, NULL); | ^~~~~~~~~ /usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:84:12: note: declared here 84 | GtkWidget* gtk_image_menu_item_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ preferences.c:1086:3: warning: ‘gtk_misc_set_alignment’ is deprecated [-Wdeprecated-declarations] 1086 | gtk_misc_set_alignment((GtkMisc*)label, 0.0, 0.50); | ^~~~~~~~~~~~~~~~~~~~~~ main.c:935:17: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations] 935 | menu_item = gtk_image_menu_item_new_from_stock(GTK_STOCK_PREFERENCES, NULL); | ^~~~~~~~~ /usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:9: note: declared here 72 | void gtk_misc_set_alignment (GtkMisc *misc, | ^~~~~~~~~~~~~~~~~~~~~~ main.c:939:17: warning: ‘gtk_image_menu_item_new_from_stock’ is deprecated: Use 'gtk_menu_item_new' instead [-Wdeprecated-declarations] 939 | menu_item = gtk_image_menu_item_new_from_stock(GTK_STOCK_QUIT, NULL); | ^~~~~~~~~ /usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:84:12: note: declared here 84 | GtkWidget* gtk_image_menu_item_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ preferences.c:1095:3: warning: ‘gtk_misc_set_alignment’ is deprecated [-Wdeprecated-declarations] 1095 | gtk_misc_set_alignment((GtkMisc*)label, 0.0, 0.50); | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:9: note: declared here 72 | void gtk_misc_set_alignment (GtkMisc *misc, | ^~~~~~~~~~~~~~~~~~~~~~ main.c:939:17: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations] 939 | menu_item = gtk_image_menu_item_new_from_stock(GTK_STOCK_QUIT, NULL); | ^~~~~~~~~ main.c: In function ‘create_app_indicator’: preferences.c:1104:3: warning: ‘gtk_misc_set_alignment’ is deprecated [-Wdeprecated-declarations] 1104 | gtk_misc_set_alignment((GtkMisc*)label, 0.0, 0.50); | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:9: note: declared here 72 | void gtk_misc_set_alignment (GtkMisc *misc, | ^~~~~~~~~~~~~~~~~~~~~~ main.c:957:17: warning: ‘app_indicator_set_attention_icon’ is deprecated: Use app_indicator_set_attention_icon_full instead [-Wdeprecated-declarations] 957 | app_indicator_set_attention_icon (indicator, ICON); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/libayatana-appindicator3-0.1/libayatana-appindicator/app-indicator.h:262:33: note: declared here 262 | void app_indicator_set_attention_icon (AppIndicator *self, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ preferences.c:1113:3: warning: ‘gtk_misc_set_alignment’ is deprecated [-Wdeprecated-declarations] 1113 | gtk_misc_set_alignment((GtkMisc*)label, 0.0, 0.50); | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:9: note: declared here 72 | void gtk_misc_set_alignment (GtkMisc *misc, | ^~~~~~~~~~~~~~~~~~~~~~ preferences.c:1122:3: warning: ‘gtk_misc_set_alignment’ is deprecated [-Wdeprecated-declarations] 1122 | gtk_misc_set_alignment((GtkMisc*)label, 0.0, 0.50); | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:9: note: declared here 72 | void gtk_misc_set_alignment (GtkMisc *misc, | ^~~~~~~~~~~~~~~~~~~~~~ make[3]: *** [Makefile:425: main.o] Error 1 make[3]: *** [Makefile:425: preferences.o] Error 1 make[3]: Leaving directory '/<<PKGBUILDDIR>>/src' make[2]: *** [Makefile:413: all-recursive] Error 1 make[2]: Leaving directory '/<<PKGBUILDDIR>>' make[1]: *** [Makefile:354: all] Error 2 make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_build: error: make -j8 returned exit code 2 make: *** [debian/rules:11: binary] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
- To: 1074885-close@bugs.debian.org
- Subject: Bug#1074885: fixed in clipit 1.4.5+git20210313-3
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Mon, 09 Sep 2024 18:35:04 +0000
- Message-id: <E1snjE8-00FOcB-S1@fasolo.debian.org>
- Reply-to: Andreas Beckmann <anbe@debian.org>
Source: clipit Source-Version: 1.4.5+git20210313-3 Done: Andreas Beckmann <anbe@debian.org> We believe that the bug you reported is fixed in the latest version of clipit, 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 1074885@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Andreas Beckmann <anbe@debian.org> (supplier of updated clipit 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: Mon, 09 Sep 2024 19:44:41 +0200 Source: clipit Architecture: source Version: 1.4.5+git20210313-3 Distribution: unstable Urgency: medium Maintainer: Debian QA Group <packages@qa.debian.org> Changed-By: Andreas Beckmann <anbe@debian.org> Closes: 1074885 Changes: clipit (1.4.5+git20210313-3) unstable; urgency=medium . * QA upload. * Fix building with -Werror=incompatible-pointer-types. (Closes: #1074885) Checksums-Sha1: bd067a4db27c89734b90dfb57ffdec66288d07d6 1984 clipit_1.4.5+git20210313-3.dsc 29690bb3df938ab2ae7416e80d0fef74e026900d 7600 clipit_1.4.5+git20210313-3.debian.tar.xz ad222b0985669c65dfd7df5fbb00a253368796d2 15470 clipit_1.4.5+git20210313-3_source.buildinfo Checksums-Sha256: 4e4aedb40525ef0668e43bd591f17ae9a288e35ce8aadbd2c6f5453e4a8d4350 1984 clipit_1.4.5+git20210313-3.dsc b8f8d41083cc00897008cf77d5c97aa585561197a4b3e29ba0d5874ea07a862e 7600 clipit_1.4.5+git20210313-3.debian.tar.xz 9ac4480449a0520c08a83c8a688cff19b6e1c84ea313cbb3a139782f64765fde 15470 clipit_1.4.5+git20210313-3_source.buildinfo Files: b3038ca13bccfe6237b35f90960b1172 1984 oldlibs optional clipit_1.4.5+git20210313-3.dsc e81487163a77b1db87213139ebd2e4f3 7600 oldlibs optional clipit_1.4.5+git20210313-3.debian.tar.xz 81499f3d4e51857b124f7f90f9a64289 15470 oldlibs optional clipit_1.4.5+git20210313-3_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJEBAEBCAAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAmbfNj0QHGFuYmVAZGVi aWFuLm9yZwAKCRBfsz+TWentCF/GD/4hrFKFb5H6XkSsKNliiOHB22ag4poACJ/v bJ4s1EUEOuUHRV6ZsrVngBK2J9ga2sQuO2qwUSQ5GK6U03dLXXBLiikNoGJohUyi PT9DzLFqlT+IViSFZdcTeriS3E1uA4ReaS1q+HvF43YW0draZvY8g88kjd6urHuS YZvjGi9V3LW24H5bJJO4ROb/rYNXIvqEf8VN64F7rcGbl2VZxqiwAIN4ExZNY3e9 BSN+v7bq/g5SMXRYqmtQEr8njb0Gx2mFfSPze+PNGE+LKi2jNUefK0jkTBH76aV4 z4cevDqcrzD9ITVYeqV0yIlcIyJ7F8yHOI3hX9dcLz1+9vq6+iX9kOCrRMQOFTuB 1SFBNj6gVY8Nrr0gbmu9FnOsjuw9UzGoLzGEjUZZGy0Uh7pKJhcuUweaN1Q/Gb+b Er48jR9QaKePy4/yyiRKKX1LxQDzSWhc4KHT02rpT79cfPIiaaKo1A7FWmX4xexr f/i3dLjRcF27ij0eR/dPMiET9RRuvNZNH+DUrRXDrlT+P7Ktfz8KBWjUgXdfbT6v w4vsdJkTa0D3pcQNr+NLvUc8BSw/wcy6uofryZBblt/E53Bn4vRVKIILjzVAs5nf p7UY6oPNnpoOZG9ItbLHRC1u24ZlfLOMWNR2me0h+Y+GuLDEPEoZqq5WbpyybG/g dF6mv795sQ== =irw9 -----END PGP SIGNATURE-----Attachment: pgpOkzsbucAAN.pgp
Description: PGP signature
--- End Message ---