Your message dated Thu, 05 Sep 2024 16:12:00 +0000 with message-id <E1smF5U-007z1S-WB@fasolo.debian.org> and subject line Bug#1075392: fixed in pluma 1.26.1-2.1 has caused the Debian Bug report #1075392, regarding pluma: 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.) -- 1075392: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075392 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: maintonly@bugs.debian.org
- Subject: pluma: ftbfs with GCC-14
- From: Matthias Klose <doko@debian.org>
- Date: Wed, 03 Jul 2024 12:40:22 +0000
- Message-id: <E1sOzHa-0043Dt-H0@paradis.debian.org>
Package: src:pluma Version: 1.26.1-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/pluma_1.26.1-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 [...] /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:181:17: note: declared here 181 | void gtk_action_group_set_sensitive (GtkActionGroup *action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pluma-file-browser-widget.c:2865:9: warning: ‘gtk_action_group_set_sensitive’ is deprecated [-Wdeprecated-declarations] 2865 | gtk_action_group_set_sensitive (obj->priv->action_group_file_selection, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:181:17: note: declared here 181 | void gtk_action_group_set_sensitive (GtkActionGroup *action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pluma-file-browser-widget.c:2867:9: warning: ‘gtk_action_group_set_sensitive’ is deprecated [-Wdeprecated-declarations] 2867 | gtk_action_group_set_sensitive (obj->priv->action_group_single_selection, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:181:17: note: declared here 181 | void gtk_action_group_set_sensitive (GtkActionGroup *action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pluma-file-browser-widget.c:2869:9: warning: ‘gtk_action_group_set_sensitive’ is deprecated [-Wdeprecated-declarations] 2869 | gtk_action_group_set_sensitive (obj->priv->action_group_single_most_selection, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:181:17: note: declared here 181 | void gtk_action_group_set_sensitive (GtkActionGroup *action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pluma-file-browser-widget.c: In function ‘on_filter_mode_changed’: pluma-file-browser-widget.c:2949:9: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations] 2949 | action = GTK_TOGGLE_ACTION (gtk_action_group_get_action (obj->priv->action_group, | ^~~~~~ /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here 195 | GtkAction *gtk_action_group_get_action (GtkActionGroup *action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ pluma-file-browser-widget.c:2953:9: warning: ‘gtk_toggle_action_get_active’ is deprecated [-Wdeprecated-declarations] 2953 | if (active != gtk_toggle_action_get_active (action)) | ^~ /usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared here 85 | gboolean gtk_toggle_action_get_active (GtkToggleAction *action); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ pluma-file-browser-widget.c:2954:17: warning: ‘gtk_toggle_action_set_active’ is deprecated [-Wdeprecated-declarations] 2954 | gtk_toggle_action_set_active (action, active); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:82:18: note: declared here 82 | void gtk_toggle_action_set_active (GtkToggleAction *action, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ pluma-file-browser-widget.c:2956:9: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations] 2956 | action = GTK_TOGGLE_ACTION (gtk_action_group_get_action (obj->priv->action_group, | ^~~~~~ /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here 195 | GtkAction *gtk_action_group_get_action (GtkActionGroup *action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ pluma-file-browser-widget.c:2960:9: warning: ‘gtk_toggle_action_get_active’ is deprecated [-Wdeprecated-declarations] 2960 | if (active != gtk_toggle_action_get_active (action)) | ^~ /usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared here 85 | gboolean gtk_toggle_action_get_active (GtkToggleAction *action); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ pluma-file-browser-widget.c:2961:17: warning: ‘gtk_toggle_action_set_active’ is deprecated [-Wdeprecated-declarations] 2961 | gtk_toggle_action_set_active (action, active); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:82:18: note: declared here 82 | void gtk_toggle_action_set_active (GtkToggleAction *action, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[5]: Leaving directory '/<<PKGBUILDDIR>>/plugins/filebrowser' make[4]: *** [Makefile:498: all] Error 2 make[4]: Leaving directory '/<<PKGBUILDDIR>>/plugins/filebrowser' make[3]: *** [Makefile:451: all-recursive] Error 1 make[3]: Leaving directory '/<<PKGBUILDDIR>>/plugins' make[2]: *** [Makefile:525: all-recursive] Error 1 make[2]: Leaving directory '/<<PKGBUILDDIR>>' make[1]: *** [Makefile:457: all] Error 2 make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_build: error: make -j8 returned exit code 2 make: *** [debian/rules:10: binary] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
- To: 1075392-close@bugs.debian.org
- Subject: Bug#1075392: fixed in pluma 1.26.1-2.1
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Thu, 05 Sep 2024 16:12:00 +0000
- Message-id: <E1smF5U-007z1S-WB@fasolo.debian.org>
- Reply-to: Faidon Liambotis <paravoid@debian.org>
Source: pluma Source-Version: 1.26.1-2.1 Done: Faidon Liambotis <paravoid@debian.org> We believe that the bug you reported is fixed in the latest version of pluma, 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 1075392@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Faidon Liambotis <paravoid@debian.org> (supplier of updated pluma 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: Thu, 05 Sep 2024 18:29:59 +0300 Source: pluma Architecture: source Version: 1.26.1-2.1 Distribution: unstable Urgency: medium Maintainer: Debian+Ubuntu MATE Packaging Team <debian-mate@lists.debian.org> Changed-By: Faidon Liambotis <paravoid@debian.org> Closes: 1075392 Changes: pluma (1.26.1-2.1) unstable; urgency=medium . * Non-maintainer upload, with permission. * Backport an upstream commit to fix a FTBFS with GCC 14. (Closes: #1075392) Checksums-Sha1: ba1d7bcb1404150cae1ce3223513f3a98852bbd6 2614 pluma_1.26.1-2.1.dsc ae0c704558f5ea367989fbcb92bc300768fa5501 21052 pluma_1.26.1-2.1.debian.tar.xz b7500bae24a0d20c224d299d53793d1daf45af58 18361 pluma_1.26.1-2.1_amd64.buildinfo Checksums-Sha256: dc85f366bb58be82439c9a475823fe5032c3cb2e573a53d5d39234c59d5ace52 2614 pluma_1.26.1-2.1.dsc 292fda0cbdd61d44f97020ee1e370a546951cadc5b90b24787c58df72141f76f 21052 pluma_1.26.1-2.1.debian.tar.xz 8f900aeb9c9011697b71370e56378fa0d89f4bb436162af13e33666740512806 18361 pluma_1.26.1-2.1_amd64.buildinfo Files: def4369d7b999985141a94a4cd507351 2614 x11 optional pluma_1.26.1-2.1.dsc a4eeb1def7dfb7b700d62c07d2b83797 21052 x11 optional pluma_1.26.1-2.1.debian.tar.xz 59b204c761b26f0b2ac3a46475c9490d 18361 x11 optional pluma_1.26.1-2.1_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEqVksUhy5BAd9ZZgAnQteWx7sjw4FAmbZ0TsACgkQnQteWx7s jw5kMA//Z/h84f2d5VD+nHnOi4BQC169VbcOhcZaG2cmVWl31TyjWsyGn/4f4lhS dS3/RFA5Hk2xTWykETivMOVXiTV2+fMDoIqgjg1I4Oolgf6914uHTvzA/Jf55RD/ ycG4s8pvd9AL2ctcqj0ALoXvyrBFdcZJK4QSz5ImhB3o41mATklEcYu79jwArlG2 8DF7b0Qh/sTG2XS39eGwGOQDHdadSlJzpAouTGE2MWH/J9wh8hV1isSuT5/LLLFB KMFINqI+v03OH2wESTEireOO7tw0v032/LZy0FdauF2+5VBI3qEdM92ahy7afUW5 ZmpLWXg4S1bK040bYJxlUEqGC0TV3GwRsAPq9wofwWtQgLwv0nUCV0LPLgxaSMoM Qa6nm/Bzjw1v4DxeTIrvgi0+8q8IfcNisBv2W6/jGVF1Jznx8bi15kVi1hOgyZVO h6uX3vKvbkwD6Fz4fewW3sPEj4saV6sSXaZnCTHAFRkN++Okrb5kiMQ1uMZu2ZQd 1UFgBfSDnVCFZc/8/gR5OIG1/GVAl/qi5R7bYhNjbSX4shq6q7GAURvnZQf+tWt9 q8lv3Bv2CNz8nGTCYWTBMsDodsZ0tiqJYM9QypxSBOfdy+jqdhttuPE5kEzGuaAs xZpFPsX/16AsbOJLECbrrmU1I7XTUgorPdagEv4NfjDnR2xuiKQ= =9y37 -----END PGP SIGNATURE-----Attachment: pgpW44NUnJ7Yg.pgp
Description: PGP signature
--- End Message ---