Your message dated Sun, 07 Sep 2025 23:49:21 +0000
with message-id <[email protected]>
and subject line Bug#1098170: fixed in xsysinfo 1.7-11
has caused the Debian Bug report #1098170,
regarding xsysinfo: 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.)


-- 
1098170: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098170
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:xsysinfo
Version: 1.7-10
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/xsysinfo_1.7-10_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/X11/Intrinsic.h:309:16: note: ‘XtTimerCallbackProc’ declared here
  309 | typedef void (*XtTimerCallbackProc)(
      |                ^~~~~~~~~~~~~~~~~~~
BarGauge.c: In function ‘Destroy’:
BarGauge.c:180:13: warning: old-style function definition 
[-Wold-style-definition]
  180 | static void Destroy (gw)
      |             ^~~~~~~
BarGauge.c: In function ‘Redisplay’:
BarGauge.c:200:13: warning: old-style function definition 
[-Wold-style-definition]
  200 | static void Redisplay(w, event, region)
      |             ^~~~~~~~~
BarGauge.c:205:16: error: too many arguments to function ‘repaint_window’; 
expected 0, have 1
  205 |         (void) repaint_window ((BarGaugeWidget)w);
      |                ^~~~~~~~~~~~~~  ~~~~~~~~~~~~~~~~~
BarGauge.c:97:13: note: declared here
   97 | static void repaint_window();
      |             ^~~~~~~~~~~~~~
BarGauge.c: In function ‘draw_it’:
BarGauge.c:210:1: warning: old-style function definition 
[-Wold-style-definition]
  210 | draw_it(client_data, id)
      | ^~~~~~~
BarGauge.c:220:72: error: passing argument 3 of ‘XtAppAddTimeOut’ from 
incompatible pointer type [-Wincompatible-pointer-types]
  220 |                                         
w->bar_gauge.update*MS_PER_SEC,draw_it,
      |                                                                        
^~~~~~~
      |                                                                        |
      |                                                                        
void (*)(void)
/usr/include/X11/Intrinsic.h:990:5: note: expected ‘XtTimerCallbackProc’ {aka 
‘void (*)(void *, long unsigned int *)’} but argument is of type ‘void 
(*)(void)’
  990 |     XtTimerCallbackProc /* proc */,
      |     ^~~~~~~~~~~~~~~~~~~
BarGauge.c:210:1: note: ‘draw_it’ declared here
  210 | draw_it(client_data, id)
      | ^~~~~~~
/usr/include/X11/Intrinsic.h:309:16: note: ‘XtTimerCallbackProc’ declared here
  309 | typedef void (*XtTimerCallbackProc)(
      |                ^~~~~~~~~~~~~~~~~~~
BarGauge.c:231:17: error: too many arguments to function ‘repaint_window’; 
expected 0, have 1
  231 |                 repaint_window(w);
      |                 ^~~~~~~~~~~~~~ ~
BarGauge.c:97:13: note: declared here
   97 | static void repaint_window();
      |             ^~~~~~~~~~~~~~
BarGauge.c: In function ‘repaint_window’:
BarGauge.c:235:1: warning: old-style function definition 
[-Wold-style-definition]
  235 | repaint_window(w)
      | ^~~~~~~~~~~~~~
BarGauge.c: In function ‘SetValues’:
BarGauge.c:305:16: warning: old-style function definition 
[-Wold-style-definition]
  305 | static Boolean SetValues (current, request, new)
      |                ^~~~~~~~~
BarGauge.c:325:42: error: passing argument 3 of ‘XtAppAddTimeOut’ from 
incompatible pointer type [-Wincompatible-pointer-types]
  325 |                                          draw_it, (XtPointer)w);
      |                                          ^~~~~~~
      |                                          |
      |                                          void (*)(void)
/usr/include/X11/Intrinsic.h:990:5: note: expected ‘XtTimerCallbackProc’ {aka 
‘void (*)(void *, long unsigned int *)’} but argument is of type ‘void 
(*)(void)’
  990 |     XtTimerCallbackProc /* proc */,
      |     ^~~~~~~~~~~~~~~~~~~
BarGauge.c:210:1: note: ‘draw_it’ declared here
  210 | draw_it(client_data, id)
      | ^~~~~~~
/usr/include/X11/Intrinsic.h:309:16: note: ‘XtTimerCallbackProc’ declared here
  309 | typedef void (*XtTimerCallbackProc)(
      |                ^~~~~~~~~~~~~~~~~~~
make[2]: *** [<builtin>: BarGauge.o] Error 1
make[2]: Leaving directory '/build/reproducible-path/xsysinfo-1.7'
make[1]: *** [debian/rules:16: override_dh_auto_build] Error 2
make[1]: Leaving directory '/build/reproducible-path/xsysinfo-1.7'
make: *** [debian/rules:4: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: xsysinfo
Source-Version: 1.7-11
Done: tony mancill <[email protected]>

We believe that the bug you reported is fixed in the latest version of
xsysinfo, 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.
tony mancill <[email protected]> (supplier of updated xsysinfo 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: Sun, 07 Sep 2025 16:31:47 -0700
Source: xsysinfo
Architecture: source
Version: 1.7-11
Distribution: unstable
Urgency: medium
Maintainer: tony mancill <[email protected]>
Changed-By: tony mancill <[email protected]>
Closes: 1098170
Changes:
 xsysinfo (1.7-11) unstable; urgency=medium
 .
   * Add patch for FTBFS w/GCC-15 (Closes: #1098170)
   * Bump Standards version to 4.7.2
   * Set Rules-Requires-Root: no
Checksums-Sha1:
 79e0d55ef134b53e903c5e18a5582cbed0fc00a8 1894 xsysinfo_1.7-11.dsc
 c4533f1596f4b60f91b5a44ca579f2746b29651c 9620 xsysinfo_1.7-11.debian.tar.xz
 0fce536cfcfd182e8b022bd0ee900b1d1324f7c0 6720 xsysinfo_1.7-11_amd64.buildinfo
Checksums-Sha256:
 4f58d312f66b7bd28f7abc0d38e0aa51a5ca86955f7206eea5df772c3f6b130b 1894 
xsysinfo_1.7-11.dsc
 48d5622eb9cdfc5b6fdd01315b7f711e2ad238a48c83694d210c0efb5ce8766f 9620 
xsysinfo_1.7-11.debian.tar.xz
 666a7f20e295d9a3a8e9626ef8670f8bb01973df1b9fac1ae6bc2d91eb3745cd 6720 
xsysinfo_1.7-11_amd64.buildinfo
Files:
 62055bfcbc5178cb4b218ddef1b073b5 1894 utils optional xsysinfo_1.7-11.dsc
 e2ca199a2a81bd1cc3d69e2c77acbf28 9620 utils optional 
xsysinfo_1.7-11.debian.tar.xz
 2de1cfc9865dbd57d13681cc0b382407 6720 utils optional 
xsysinfo_1.7-11_amd64.buildinfo

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

iQJIBAEBCgAyFiEE5Qr9Va3SequXFjqLIdIFiZdLPpYFAmi+FkwUHHRtYW5jaWxs
QGRlYmlhbi5vcmcACgkQIdIFiZdLPpZyzg//TheJhusmhpxGhk+zlHYNIYGfQ9O3
mzi1KVbIP9iChXIS8Lw66hKhK4DriTGky0nLK7DfcJb6xJ5VpMYl2hd79Zy8iu4e
UQPQatRlfLiUge5iLq2UB8oPsTpE6HBsm92H/RQpzsfaCO3+N07M+HOMMgWP0IfC
47cRXaNr5gh4MEUFRBBPOXAMdda6MpCVPxVoULe2Vm2t+DpN1lLQrNHw9uQftg23
QFAe6aFIBYSg9WVsD7XNLdeoVLDARGjRXVEcK7N1fBtqHdm7rPUkRP27JyXT4Ev8
+8011IV+uqtRideir35wAKIDfz4JWBBtef8sFElpztGTGcs+xwqb3zt39TkZdrKG
XT7iAPKAExuWs1oiPPLYWUz9xMaHlyW/TlL6rYlATlhg28p896LB/X5OyU4SLXl7
hqlxdWj401Hnz4p9/PclmxBtD3R5Ov85tJRa1cGBcQlDoRilsO1/3hgH/b52wCHF
/yMzuX2TeGxTTEw59vcDMqM6dDMUKzSpXc9sPK9XiLumZcb4nHyIO/rouSj5JLVn
3R/CyV3OFKD+H+WD8Jnz+4wkw3fBwQp2eaPDsIeK/KVpKosX8X3s8AuF0rP+o/hx
++pVzgMdziE8N3nuC4gsxkvg4GrZIDd3tmnPjjDOp5TiaavRwiPtZcOuln7f4oC7
5GiJxQUxva71RaA=
=RzCP
-----END PGP SIGNATURE-----

Attachment: pgpqwii8WafU8.pgp
Description: PGP signature


--- End Message ---

Reply via email to