Your message dated Wed, 10 Dec 2025 23:19:33 +0000
with message-id <[email protected]>
and subject line Bug#1096735: fixed in gnome-system-tools 3.0.0-11.1
has caused the Debian Bug report #1096735,
regarding gnome-system-tools: ftbfs with GCC-15
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 [email protected]
immediately.)
--
1096735: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096735
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:gnome-system-tools
Version: 3.0.0-11
Severity: important
Tags: sid forky
User: [email protected]
Usertags: ftbfs-gcc-15
[This bug is NOT 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-15/g++-15, but succeeds to build with gcc-14/g++-14. The
severity of this report will be raised before the forky release.
The full build log can be found at:
http://qa-logs.debian.net/2025/02/16/amd64exp/gnome-system-tools_3.0.0-11_unstable_gccexp.log.gz
The last lines of the build log are at the end of this report.
To build with GCC 15, either set CC=gcc-15 CXX=g++-15 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
GCC 15 now defaults to the C23/C++23 standards, exposing many FTBFS.
Other 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-15/porting_to.html
[...]
/usr/include/glib-2.0/glib/gmacros.h:1052:30: note: in expansion of macro
‘GLIB_DEPRECATED_MACRO_IN_2_30_FOR’
1052 | #define G_CONST_RETURN const GLIB_DEPRECATED_MACRO_IN_2_30_FOR(const)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/liboobs-1.0/oobs/oobs-service.h:71:1: note: in expansion of macro
‘G_CONST_RETURN’
71 | G_CONST_RETURN gchar* oobs_service_get_name (OobsService *service);
| ^~~~~~~~~~~~~~
user-settings.c: In function ‘user_settings_check_revoke_admin_rights’:
user-settings.c:695:41: warning: ‘GtkStock’ is deprecated
[-Wdeprecated-declarations]
695 | GTK_STOCK_CANCEL,
GTK_RESPONSE_CANCEL,
| ^~~~~~~~~~~~~~~~
user-settings.c: In function ‘check_profile’:
user-settings.c:729:34: error: too many arguments to function
‘user_settings_check_revoke_admin_rights’; expected 0, have 1
729 | return
user_settings_check_revoke_admin_rights (user);
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~
user-settings.c:645:1: note: declared here
645 | user_settings_check_revoke_admin_rights ()
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
user-settings.c: In function ‘on_user_new_login_changed’:
user-settings.c:1014:9: warning: ‘gtk_image_set_from_stock’ is deprecated: Use
'gtk_image_set_from_icon_name' instead [-Wdeprecated-declarations]
1014 | gtk_image_set_from_stock (GTK_IMAGE (notice_image),
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkentry.h:42,
from /usr/include/gtk-3.0/gtk/gtktreeview.h:29,
from /usr/include/gtk-3.0/gtk/gtkcombobox.h:27,
from /usr/include/gtk-3.0/gtk/gtkappchooserbutton.h:29,
from /usr/include/gtk-3.0/gtk/gtk.h:42,
from ../../src/common/gst-tool.h:26,
from ../../src/common/gst.h:3,
from user-settings.c:28:
/usr/include/gtk-3.0/gtk/gtkimage.h:150:6: note: declared here
150 | void gtk_image_set_from_stock (GtkImage *image,
| ^~~~~~~~~~~~~~~~~~~~~~~~
user-settings.c:1015:35: warning: ‘GtkStock’ is deprecated
[-Wdeprecated-declarations]
1015 | (!used_login && valid_login) ||
empty_login ? GTK_STOCK_INFO :
| ^
user-settings.c:1016:81: warning: ‘GtkStock’ is deprecated
[-Wdeprecated-declarations]
1016 |
GTK_STOCK_DIALOG_WARNING,
|
^~~~~~~~~~~~~~~~~~~~~~~~
user-settings.c:1019:9: warning: ‘gdk_color_parse’ is deprecated: Use
'gdk_rgba_parse' instead [-Wdeprecated-declarations]
1019 | gdk_color_parse ("red", &color);
| ^~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gdk/gdkcairo.h:26,
from /usr/include/gtk-3.0/gdk/gdk.h:33,
from /usr/include/gtk-3.0/gtk/gtk.h:30:
/usr/include/gtk-3.0/gdk/deprecated/gdkcolor.h:79:11: note: declared here
79 | gboolean gdk_color_parse (const gchar *spec,
| ^~~~~~~~~~~~~~~
user-settings.c:1020:9: warning: ‘gtk_widget_modify_base’ is deprecated: Use
'CSS style classes' instead [-Wdeprecated-declarations]
1020 | gtk_widget_modify_base (GTK_WIDGET (login_entry),
GTK_STATE_NORMAL,
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:277:
/usr/include/gtk-3.0/gtk/deprecated/gtkstyle.h:761:13: note: declared here
761 | void gtk_widget_modify_base (GtkWidget *widget,
| ^~~~~~~~~~~~~~~~~~~~~~
user-settings.c: In function ‘on_user_new’:
user-settings.c:1036:20: warning: variable ‘notice_image’ set but not used
[-Wunused-but-set-variable]
1036 | GtkWidget *notice_image;
| ^~~~~~~~~~~~
make[5]: *** [Makefile:594: user-settings.o] Error 1
make[5]: Leaving directory
'/build/reproducible-path/gnome-system-tools-3.0.0/src/users'
make[4]: *** [Makefile:665: all-recursive] Error 1
make[4]: Leaving directory
'/build/reproducible-path/gnome-system-tools-3.0.0/src/users'
make[3]: *** [Makefile:412: all-recursive] Error 1
make[3]: Leaving directory
'/build/reproducible-path/gnome-system-tools-3.0.0/src'
make[2]: *** [Makefile:543: all-recursive] Error 1
make[2]: Leaving directory '/build/reproducible-path/gnome-system-tools-3.0.0'
make[1]: *** [Makefile:452: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/gnome-system-tools-3.0.0'
make: *** [/usr/share/cdbs/1/class/makefile.mk:77: debian/stamp-makefile-build]
Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: gnome-system-tools
Source-Version: 3.0.0-11.1
Done: Alexandre Detiste <[email protected]>
We believe that the bug you reported is fixed in the latest version of
gnome-system-tools, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Alexandre Detiste <[email protected]> (supplier of updated gnome-system-tools
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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Wed, 03 Dec 2025 23:15:36 +0100
Source: gnome-system-tools
Architecture: source
Version: 3.0.0-11.1
Distribution: unstable
Urgency: medium
Maintainer: Andriy Grytsenko <[email protected]>
Changed-By: Alexandre Detiste <[email protected]>
Closes: 1096735 1099822
Changes:
gnome-system-tools (3.0.0-11.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Move away from CDBS (Closes: #1099822)
* Fix FTBFS with GCC-15 (Closes: #1096735)
* Switch to debhelper-compat = 13
Checksums-Sha1:
d20500846ba1e80425a6507dd927090630101ab1 2270 gnome-system-tools_3.0.0-11.1.dsc
f30b7ed46f67935fbb68d7c55291c35d0f45339b 27844
gnome-system-tools_3.0.0-11.1.debian.tar.xz
2945485cb1e47e04f209f8d7492030abf3dceb58 16062
gnome-system-tools_3.0.0-11.1_source.buildinfo
Checksums-Sha256:
55d9a011a11700a73a436f1bcacabaff20075d7ea5fb76288cf026ebfbcc5992 2270
gnome-system-tools_3.0.0-11.1.dsc
0be77e020e4dee3c79bdb105a2fcdf76eb91f6b906c1283cb18b541380cf39b6 27844
gnome-system-tools_3.0.0-11.1.debian.tar.xz
89ece79990b52429246bad0a020dc689aa322e73974aa48736e95ccd6c1fa9ad 16062
gnome-system-tools_3.0.0-11.1_source.buildinfo
Files:
21bfa474a9f3ad7f1739b5d8c529bea6 2270 gnome optional
gnome-system-tools_3.0.0-11.1.dsc
ddefd88649e08f1f791674b036981486 27844 gnome optional
gnome-system-tools_3.0.0-11.1.debian.tar.xz
963c95debcc42f7e11f8ca90eee7b81d 16062 gnome optional
gnome-system-tools_3.0.0-11.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEEj23hBDd/OxHnQXSHMfMURUShdBoFAmkwuBYRHHRjaGV0QGRl
Ymlhbi5vcmcACgkQMfMURUShdBpw6hAAo3vkEEJE3Epsn1T79SETSnEo7/w6TGJe
EG6YiDlYSgsKFFiqyzybVrDj0YY3MaEv2kU+vzizvoXv0BEB6EFtoDxRepsvyGn3
KncbYhsf2omDyYxyyqV7PUd9LpiQHa25RIy0CcQgprUxYI7v6ytOVlvxMME172gQ
KmU0ySR83GspLAHHcmwzXzNFLXb/kMGYVeWIrwdkaOLr2oiiomoiZov/jZ/jxk0O
sSJyByMgx+qNLEc5RgCJ0jcBAFpARl0QDsfkEIaPFth8EFmeIdnX8fyHFJ55fLNT
wmFpjWIsBBvM32TFMwQKvGUI/zDupdKLs3UahgjOVcVvjshsFCzjX4kDWlfOX3Z3
hNNFgvFDCFLSbZMxSI5nqGMkoeaqvXISmDa0IF3kgS+B9lSc+XcCkIodDmw1LnWW
/1JNzMOrfTZ/eqR7i6rrZk6HlUk/FwknS0vAkZZNlFXW4Sv/eivK/fZOv3g/RraQ
4aN6/wGfvRPpVDMczC26Atzr0tnXAJxO2zTF/NRm2HS0lEs+wc7pQp5tuwsvmb4L
zPmtvSszxKiAv003DuuxQxIelKAWXZ68K4qSkYdb6GUWIbQ4zp9g2ZtQgKAEHx6A
+6rmAiV52OHSkhN148hllpyF8CejJZiL6T0xE5YS0eunSxirzcj6jLwaDtjGxbLj
ohJx5AoJ5Lg=
=3uqg
-----END PGP SIGNATURE-----
pgpKLSZSOrQs2.pgp
Description: PGP signature
--- End Message ---