[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1075392: pluma: ftbfs with GCC-14



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


Reply to: