Your message dated Tue, 08 Apr 2025 09:19:29 +0000
with message-id <e1u257b-005emb...@fasolo.debian.org>
and subject line Bug#1075259: fixed in mate-settings-daemon 1.26.1-1.2
has caused the Debian Bug report #1075259,
regarding mate-settings-daemon: 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.)


-- 
1075259: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075259
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:mate-settings-daemon
Version: 1.26.1-1.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/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

--- End Message ---
--- Begin Message ---
Source: mate-settings-daemon
Source-Version: 1.26.1-1.2
Done: Sergio Durigan Junior <sergi...@debian.org>

We believe that the bug you reported is fixed in the latest version of
mate-settings-daemon, 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.
Sergio Durigan Junior <sergi...@debian.org> (supplier of updated 
mate-settings-daemon 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: Sat, 05 Apr 2025 18:09:25 -0400
Source: mate-settings-daemon
Architecture: source
Version: 1.26.1-1.2
Distribution: unstable
Urgency: medium
Maintainer: Debian+Ubuntu MATE Packaging Team <debian-m...@lists.debian.org>
Changed-By: Sergio Durigan Junior <sergi...@debian.org>
Closes: 1075259
Changes:
 mate-settings-daemon (1.26.1-1.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix FTBFS with GCC 14
     - d/p/1001_RDA-Don-t-apply-stored-monitor-configuration-if-sess.patch:
       Return FALSE from apply_intended_configuration.
     - d/p/fix-ftbfs-gcc14.patch: Adjust on_key_press_event signature.
     (Closes: #1075259)
Checksums-Sha1:
 cd6c1978360a541deb32fa924bec383b1d134bbd 2917 
mate-settings-daemon_1.26.1-1.2.dsc
 4067656946bfac7931e5f5b83b007c74ce88e11f 13264 
mate-settings-daemon_1.26.1-1.2.debian.tar.xz
 c2af2212a36e009d9db00378f98014f1683e6042 18522 
mate-settings-daemon_1.26.1-1.2_amd64.buildinfo
Checksums-Sha256:
 b9661c6538f3ba13120fb7d704c088fb86a2965f9fbb9575cebb9eba0daebfe1 2917 
mate-settings-daemon_1.26.1-1.2.dsc
 44cb9dae12664f73fe9d6c09318ce1d33e8d4e3b6a06ce773613b9cf12b23800 13264 
mate-settings-daemon_1.26.1-1.2.debian.tar.xz
 5f0daf26dc53ccb92ac0572891e8970157e4865ad94bb5e2ddc1b87f1f3d996e 18522 
mate-settings-daemon_1.26.1-1.2_amd64.buildinfo
Files:
 d14d19c8df5d0755852de19312f63d0e 2917 x11 optional 
mate-settings-daemon_1.26.1-1.2.dsc
 116969c3648e8efef16d8dd12f149a8b 13264 x11 optional 
mate-settings-daemon_1.26.1-1.2.debian.tar.xz
 3014fa02e0fe6fd89093e49e7dde47e4 18522 x11 optional 
mate-settings-daemon_1.26.1-1.2_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJIBAEBCgAyFiEEI3pUsQKHKL8A7zH00Ot2KGX8XjYFAmfxq/QUHHNlcmdpb2Rq
QGRlYmlhbi5vcmcACgkQ0Ot2KGX8XjZIqA//SuIVjjLZiwFTjMt/uv5Ce2vYlZQ0
Hf4+vpkK2UJEnPK0hL5Bs2C0NbL5yTQVSEwTSzgHxH8qZ3J05/5mzitKavv79IGg
i1AYswHNiTuk3cDX8qKooif+udgnPyMYxWIKzDpSsrKUHn/w51B05MrwewCHK+7m
Tn5NjSlrP2zAFzcwj6mGuZiyBKp+Yze8bIZE0UFGAbNUSVUn4MTdhBN57aA8KWWP
x9Dg9r/NLHEWB+b+XyBoivpJjgd9aK0dTW2rKOEaiYUWFUKiO59zFl0YIIVi3d7c
MUe5DRC4qy4XJsFBbNN73J70cWU7DsZvQcpmogOAto25yBHBkbk9pKftqDPDImem
r6MDGAbmHJp8+68+YOE7LMPbVTIYeaQ55Q1ePGi+14b9wa3eU3psbUcA9TImBvzi
PdDGAOO9aqh8JE6FMAARd0/JCRFpNCEN41d40zYeR5102t3vQK4l8+KG24OB1LlP
tsRbCMb38kRUnquUxoQabZAMevxEILkaV7VMtoDn27WqG0FrD1sIPjtgxbVqJaGT
ALspjzprc+RSot/ursQgciEz4qdXBtWgF+Oavvsbj9J7tkfYm4MRixce7EbTilMS
v45y+riNcUbSYbsgSAcvGKBH0dybNKdgzwjBLousoU1Kjk+IITho6jq18klepkdd
rkhaIHnMs0mofoA=
=Gan1
-----END PGP SIGNATURE-----

Attachment: pgpsWEmrOXS2R.pgp
Description: PGP signature


--- End Message ---

Reply via email to