Your message dated Thu, 25 Jul 2024 12:10:13 +0000
with message-id <[email protected]>
and subject line Bug#1075028: fixed in gnome-system-tools 3.0.0-11
has caused the Debian Bug report #1075028,
regarding gnome-system-tools: 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 [email protected]
immediately.)
--
1075028: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075028
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:gnome-system-tools
Version: 3.0.0-10
Severity: important
Tags: sid trixie
User: [email protected]
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/gnome-system-tools_3.0.0-10_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
[...]
time-tool.c:120:20: warning: Deprecated pre-processor symbol: replace with
"G_ADD_PRIVATE"
120 | GstTimeToolPrivate *priv = GST_TIME_TOOL_GET_PRIVATE (tool);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
time-tool.c: In function ‘inhibit_screensaver’:
time-tool.c:145:20: warning: Deprecated pre-processor symbol: replace with
"G_ADD_PRIVATE"
145 | GstTimeToolPrivate *priv = GST_TIME_TOOL_GET_PRIVATE (tool);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
time-tool.c: In function ‘update_apply_timeout’:
time-tool.c:220:20: warning: Deprecated pre-processor symbol: replace with
"G_ADD_PRIVATE"
220 | GstTimeToolPrivate *priv = GST_TIME_TOOL_GET_PRIVATE (tool);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
time-tool.c: At top level:
time-tool.c:344:1: warning: no previous declaration for ‘init_timezone’
[-Wmissing-declarations]
344 | init_timezone (GstTimeTool *time_tool)
| ^~~~~~~~~~~~~
time-tool.c: In function ‘check_ntp_support’:
time-tool.c:371:20: warning: Deprecated pre-processor symbol: replace with
"G_ADD_PRIVATE"
371 | GstTimeToolPrivate *priv = GST_TIME_TOOL_GET_PRIVATE (tool);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
time-tool.c: In function ‘on_option_changed’:
time-tool.c:447:14: warning: variable ‘option’ set but not used
[-Wunused-but-set-variable]
447 | gint option;
| ^~~~~~
time-tool.c: In function ‘add_options_combo’:
time-tool.c:508:20: warning: Deprecated pre-processor symbol: replace with
"G_ADD_PRIVATE"
508 | GstTimeToolPrivate *priv = GST_TIME_TOOL_GET_PRIVATE
(time_tool);
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
time-tool.c: In function ‘gst_time_tool_update_gui’:
time-tool.c:602:20: warning: Deprecated pre-processor symbol: replace with
"G_ADD_PRIVATE"
602 | GstTimeToolPrivate *priv = GST_TIME_TOOL_GET_PRIVATE
(time_tool);
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
time-tool.c:603:55: warning: variable ‘timeserver_button’ set but not used
[-Wunused-but-set-variable]
603 | GtkWidget *timezone, *configuration_options, *timeserver_button;
| ^~~~~~~~~~~~~~~~~
time-tool.c: In function ‘gst_time_tool_close’:
time-tool.c:641:20: warning: Deprecated pre-processor symbol: replace with
"G_ADD_PRIVATE"
641 | GstTimeToolPrivate *priv = GST_TIME_TOOL_GET_PRIVATE (tool);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
time-tool.c: At top level:
time-tool.c:685:1: warning: no previous declaration for
‘gst_time_tool_update_clock’ [-Wmissing-declarations]
685 | gst_time_tool_update_clock (GstTimeTool *tool)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
time-tool.c: In function ‘gst_time_tool_start_clock’:
time-tool.c:718:20: warning: Deprecated pre-processor symbol: replace with
"G_ADD_PRIVATE"
718 | GstTimeToolPrivate *priv = GST_TIME_TOOL_GET_PRIVATE (tool);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
time-tool.c: In function ‘gst_time_tool_stop_clock’:
time-tool.c:732:20: warning: Deprecated pre-processor symbol: replace with
"G_ADD_PRIVATE"
732 | GstTimeToolPrivate *priv = GST_TIME_TOOL_GET_PRIVATE (tool);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
time-tool.c: In function ‘gst_time_tool_run_timezone_dialog’:
time-tool.c:747:21: warning: variable ‘tz_location’ set but not used
[-Wunused-but-set-variable]
747 | TzLocation *tz_location;
| ^~~~~~~~~~~
time-tool.c: At top level:
time-tool.c:233:1: warning: ‘on_value_changed’ defined but not used
[-Wunused-function]
233 | on_value_changed (GtkWidget *widget, gpointer data)
| ^~~~~~~~~~~~~~~~
make[5]: *** [Makefile:561: time-tool.o] Error 1
make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/time'
make[4]: *** [Makefile:611: all-recursive] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/time'
make[3]: *** [Makefile:408: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:538: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:447: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [/usr/share/cdbs/1/class/makefile.mk:77: debian/stamp-makefile-build]
Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: gnome-system-tools
Source-Version: 3.0.0-11
Done: Andriy Grytsenko <[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.
Andriy Grytsenko <[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: Thu, 25 Jul 2024 14:25:01 +0300
Source: gnome-system-tools
Architecture: source
Version: 3.0.0-11
Distribution: unstable
Urgency: medium
Maintainer: Andriy Grytsenko <[email protected]>
Changed-By: Andriy Grytsenko <[email protected]>
Closes: 1075028
Changes:
gnome-system-tools (3.0.0-11) unstable; urgency=medium
.
* Add a patch 71-OobsService-cast.patch (Closes: #1075028).
Checksums-Sha1:
4e0b9085b5347323bb21ecb5bb66bb75e43da297 2239 gnome-system-tools_3.0.0-11.dsc
59dfe940affd87e089b34b55788dce4ac0fa76d7 27844
gnome-system-tools_3.0.0-11.debian.tar.xz
cee936c55c602bb41d3a95eade0fa6195bab729f 15281
gnome-system-tools_3.0.0-11_amd64.buildinfo
Checksums-Sha256:
3d386f77dbbec58bbfec282fdc7a42d7a636323eb8f033fb2359092b871d266f 2239
gnome-system-tools_3.0.0-11.dsc
d59ea49e36b609305a14cf81ff04e37246a071f2bf8d73eae45525538b68c384 27844
gnome-system-tools_3.0.0-11.debian.tar.xz
b074aebba4854270a0f53ce4787d34f449075250e59ce01f3f08584fbf18ab18 15281
gnome-system-tools_3.0.0-11_amd64.buildinfo
Files:
cf60b95a9cde43493a5599f62acd102b 2239 gnome optional
gnome-system-tools_3.0.0-11.dsc
fe2e04bcb3f9ea250b29536190cdbbbb 27844 gnome optional
gnome-system-tools_3.0.0-11.debian.tar.xz
3ca591be84101fa154d1e6ba2e24adba 15281 gnome optional
gnome-system-tools_3.0.0-11_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCgAGBQJmojvCAAoJEAV2MC/hidTSnFcQAKiFCTmcWOWfTZA12u2/GB7+
xLBEFqp2SRnyY4OceMiTfM+uI7xGI/1SHRmoKUssDDiz4oB1lBpWwi7CxDY8kdIG
MTEFAY4UlzO846mHvkc1LO2LTgEZg3sPPDohfLws5lw0k5Rg43XVpHdHT4X+fldb
4NcWbDKmyHZIcZZNk2OCk0QpCuoGTaX16DYoIn8brV+ex+Qkj/0utE7nNksVBCRq
Gj+6AjhrM2BIPOX36xVidi0e98aeHb9G2FDR5OIuyKu2+r5eAKdjaaRPcGLUoD1q
PVO13ZUNc438HnTRv4zA12dqaxmz3fP1TrPpwtPp2LBzP5klQ+3ZMQzI00+Y9CR6
zKFKMhJrvr2NK6gbE5hwtC5DriOLWOzT4x7HJeiJD1P6Fu3MVmhfOXYJhYEw973/
ZvcAGWG8cUMwc874CfO+Afhaqs2cH3yMssE23JG8fS8AVrg/OIAJjtT47n3CaGYg
9322F4y8FDTFOREqbYnCX023x2TnGzqoSf59xANSocRk1Z0fYZCv2bWFkT4LW/Un
L52zUXT24Bx4AEc8wrQim5LVa6kMYDepfqSYYccDBo7EaCpDRFvhMkLrNHreL5Tx
OLj8Dq86Igz6jPb2w1s7RcqOdDtbtRPu7khHNaVjkwHYY4guq8/YGSUK4dNNiS9f
XkHKr3M8xurCIPifcYDW
=NT9D
-----END PGP SIGNATURE-----
pgpHyLqVPgBiR.pgp
Description: PGP signature
--- End Message ---