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

Bug#1075259: mate-settings-daemon: ftbfs with GCC-14



Package: src:mate-settings-daemon
Version: 1.26.1-1.1
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/mate-settings-daemon_1.26.1-1.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

[...]
In file included from /usr/include/at-spi-2.0/atspi/atspi.h:34,
                 from msd-a11y-keyboard-atspi.c:27:
/usr/include/at-spi-2.0/atspi/atspi-device-listener.h:87:71: note: expected ‘AtspiDeviceListenerCB’ {aka ‘int (*)(struct _AtspiDeviceEvent *, void *)’} but argument is of type ‘gboolean (*)(const AtspiDeviceEvent *, void *)’ {aka ‘int (*)(const struct _AtspiDeviceEvent *, void *)’}
   87 | AtspiDeviceListener *atspi_device_listener_new (AtspiDeviceListenerCB callback, void *user_data, GDestroyNotify callback_destroyed);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
make[4]: *** [Makefile:683: liba11y_keyboard_la-msd-a11y-keyboard-atspi.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
msd-a11y-preferences-dialog.c: In function ‘msd_a11y_preferences_dialog_init’:
msd-a11y-preferences-dialog.c:837:33: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
  837 |                                 GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE,
      |                                 ^~~~~~~~~~~~~~~
msd-a11y-preferences-dialog.c: In function ‘msd_a11y_preferences_dialog_init’:
msd-a11y-preferences-dialog.c:837:33: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
  837 |                                 GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE,
      |                                 ^~~~~~~~~~~~~~~
msd-a11y-keyboard-manager.c: In function ‘maybe_show_status_icon’:
msd-a11y-keyboard-manager.c:511:9: warning: ‘gtk_status_icon_set_visible’ is deprecated [-Wdeprecated-declarations]
  511 |         gtk_status_icon_set_visible (manager->priv->status_icon, show);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:275,
                 from msd-a11y-keyboard-manager.c:39:
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:151:23: note: declared here
  151 | void                  gtk_status_icon_set_visible        (GtkStatusIcon      *status_icon,
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
msd-a11y-keyboard-manager.c: In function ‘ax_slowkeys_warning_post_bubble’:
msd-a11y-keyboard-manager.c:593:9: warning: ‘gtk_status_icon_is_embedded’ is deprecated [-Wdeprecated-declarations]
  593 |         if (manager->priv->status_icon == NULL || ! gtk_status_icon_is_embedded (manager->priv->status_icon)) {
      |         ^~
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:157:23: note: declared here
  157 | gboolean              gtk_status_icon_is_embedded        (GtkStatusIcon      *status_icon);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
msd-a11y-keyboard-manager.c: In function ‘ax_slowkeys_warning_post_dialog’:
msd-a11y-keyboard-manager.c:672:32: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
  672 |                                GTK_STOCK_HELP,
      |                                ^~~~~~~~~~~~~~
msd-a11y-keyboard-manager.c: In function ‘ax_stickykeys_warning_post_bubble’:
msd-a11y-keyboard-manager.c:730:9: warning: ‘gtk_status_icon_is_embedded’ is deprecated [-Wdeprecated-declarations]
  730 |         if (manager->priv->status_icon == NULL || ! gtk_status_icon_is_embedded (manager->priv->status_icon)) {
      |         ^~
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:157:23: note: declared here
  157 | gboolean              gtk_status_icon_is_embedded        (GtkStatusIcon      *status_icon);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
msd-a11y-keyboard-manager.c: In function ‘ax_stickykeys_warning_post_dialog’:
msd-a11y-keyboard-manager.c:811:32: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
  811 |                                GTK_STOCK_HELP,
      |                                ^~~~~~~~~~~~~~
msd-a11y-keyboard-manager.c: In function ‘msd_a11y_keyboard_manager_stop’:
msd-a11y-keyboard-manager.c:1203:17: warning: ‘gtk_status_icon_set_visible’ is deprecated [-Wdeprecated-declarations]
 1203 |                 gtk_status_icon_set_visible (p->status_icon, FALSE);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:151:23: note: declared here
  151 | void                  gtk_status_icon_set_visible        (GtkStatusIcon      *status_icon,
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
msd-a11y-keyboard-manager.c: In function ‘msd_a11y_keyboard_manager_ensure_status_icon’:
msd-a11y-keyboard-manager.c:1281:17: warning: ‘gtk_status_icon_new_from_icon_name’ is deprecated [-Wdeprecated-declarations]
 1281 |                 manager->priv->status_icon = gtk_status_icon_new_from_icon_name ("preferences-desktop-accessibility");
      |                 ^~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:92:23: note: declared here
   92 | GtkStatusIcon        *gtk_status_icon_new_from_icon_name (const gchar        *icon_name);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[4]: Leaving directory '/<<PKGBUILDDIR>>/plugins/a11y-keyboard'
make[3]: *** [Makefile:442: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/plugins'
make[2]: *** [Makefile:502: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:434: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:20: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2


Reply to: