Your message dated Wed, 27 Aug 2025 03:09:16 +0000
with message-id <[email protected]>
and subject line Bug#1098153: fixed in xmbmon 2.05-11
has caused the Debian Bug report #1098153,
regarding xmbmon: 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.)


-- 
1098153: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098153
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:xmbmon
Version: 2.05-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/xmbmon_2.05-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

[...]
gcc -c -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/xmbmon-2.05=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -O3 -I. -DHAVE_CONFIG_H -Wall -DLINUX 
smbus_amd8.c
gcc -c -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/xmbmon-2.05=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -O3 -I. -DHAVE_CONFIG_H -Wall -DLINUX 
sens_winbond.c
gcc -c -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/xmbmon-2.05=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -O3 -I. -DHAVE_CONFIG_H -Wall -DLINUX 
sens_via686.c
gcc -c -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/xmbmon-2.05=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -O3 -I. -DHAVE_CONFIG_H -Wall -DLINUX 
sens_it87.c
gcc -c -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/xmbmon-2.05=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -O3 -I. -DHAVE_CONFIG_H -Wall -DLINUX 
sens_gl52.c
gcc -c -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/xmbmon-2.05=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -O3 -I. -DHAVE_CONFIG_H -Wall -DLINUX 
sens_lm85.c
gcc -c -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/xmbmon-2.05=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -O3 -I. -DHAVE_CONFIG_H -Wall -DLINUX 
sens_lm80.c
sens_lm85.c: In function ‘lm85_fanrpm’:
sens_lm85.c:288:20: warning: variable ‘ppr’ set but not used 
[-Wunused-but-set-variable]
  288 |         static int ppr[4] = {2,2,2,2}, div[2] = {1,1};
      |                    ^~~
gcc -c -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/xmbmon-2.05=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -O3 -I. -DHAVE_CONFIG_H -Wall -DLINUX 
sens_lm90.c
gcc -c -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/xmbmon-2.05=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -O3 -I. -DHAVE_CONFIG_H -Wall -DLINUX 
sens_lm75.c
sens_lm90.c: In function ‘lm90_ident’:
sens_lm90.c:134:36: warning: comparison of constant ‘48’ with boolean 
expression is always false [-Wbool-compare]
  134 |                 if ((revd && 0xF0) == 0x30)
      |                                    ^~
gcc -c -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/xmbmon-2.05=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -O3 -I. -DHAVE_CONFIG_H -Wall -DLINUX 
sens_wl784.c
gcc -c -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/xmbmon-2.05=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -O3 -I. -DHAVE_CONFIG_H -Wall -DLINUX 
smb_extemp.c
smb_extemp.c: In function ‘smb_ExtraTemp’:
smb_extemp.c:47:24: warning: variable ‘offset’ set but not used 
[-Wunused-but-set-variable]
   47 |         float f = 0.0, offset = 0.0;
      |                        ^~~~~~
gcc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/xmbmon-2.05=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -O3 -I. -DHAVE_CONFIG_H -Wall -DLINUX 
-Wl,-z,relro -Wl,-z,now -Wdate-time -D_FORTIFY_SOURCE=2 -o mbmon mbmon.c 
getMBinfo.o tyan_tiger.o pci_pm.o sensors.o getMB-via.o getMB-smb.o getMB-isa.o 
smbuses.o smbus_piix4.o smbus_amd.o smbus_ali.o smbus_amd8.o sens_winbond.o 
sens_via686.o sens_it87.o sens_gl52.o sens_lm85.o sens_lm80.o sens_lm90.o 
sens_lm75.o sens_wl784.o smb_extemp.o -lm 
gcc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/xmbmon-2.05=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -O3 -I. -DHAVE_CONFIG_H -Wall -DLINUX  
-Wl,-z,relro -Wl,-z,now -Wdate-time -D_FORTIFY_SOURCE=2 -o xmbmon xmbmon.c 
getMBinfo.o tyan_tiger.o pci_pm.o sensors.o getMB-via.o getMB-smb.o getMB-isa.o 
smbuses.o smbus_piix4.o smbus_amd.o smbus_ali.o smbus_amd8.o sens_winbond.o 
sens_via686.o sens_it87.o sens_gl52.o sens_lm85.o sens_lm80.o sens_lm90.o 
sens_lm75.o sens_wl784.o smb_extemp.o -lm   -lXt  -lSM -lICE -lX11 
xmbmon.c: In function ‘chk_notemp’:
xmbmon.c:367:19: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
  367 |         if (*p == (char) NULL)
      |                   ^
xmbmon.c:371:29: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
  371 |         for (t = dum; *t != (char) NULL; t++)
      |                             ^
xmbmon.c: In function ‘repaint_proc’:
xmbmon.c:624:22: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
  624 |         if(*label != (char) NULL)
      |                      ^
mbmon.c: In function ‘main’:
mbmon.c:307:13: error: expected identifier or ‘(’ before ‘true’
  307 |         int true = 1;
      |             ^~~~
xmbmon.c: In function ‘init_dt’:
xmbmon.c:746:22: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
  746 |         if(*label != (char) NULL) {
      |                      ^
mbmon.c:459:71: error: lvalue required as unary ‘&’ operand
  459 |                 if (setsockopt(fd, SOL_SOCKET, SO_REUSEADDR, (void *) 
&true, sizeof(true)) == -1) {
      |                                                                       ^
mbmon.c:505:62: warning: pointer targets in passing argument 3 of ‘accept’ 
differ in signedness [-Wpointer-sign]
  505 |                 c = accept (fd, (struct sockaddr *) &client, &len);
      |                                                              ^~~~
      |                                                              |
      |                                                              int *
In file included from /usr/include/netinet/in.h:23,
                 from /usr/include/netdb.h:27,
                 from mbmon.c:28:
/usr/include/x86_64-linux-gnu/sys/socket.h:307:42: note: expected ‘socklen_t * 
restrict’ {aka ‘unsigned int * restrict’} but argument is of type ‘int *’
  307 |                    socklen_t *__restrict __addr_len);
      |                    ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
xmbmon.c:808:22: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
  808 |         if(*label != (char) NULL) {
      |                      ^
mbmon.c:292:15: warning: variable ‘name’ set but not used 
[-Wunused-but-set-variable]
  292 |         char *name;
      |               ^~~~
make[1]: *** [Makefile:63: mbmon] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/build/reproducible-path/xmbmon-2.05'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:7: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: xmbmon
Source-Version: 2.05-11
Done: наб <[email protected]>

We believe that the bug you reported is fixed in the latest version of
xmbmon, 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.
наб <[email protected]> (supplier of updated xmbmon 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: Tue, 26 Aug 2025 18:04:52 +0200
Source: xmbmon
Architecture: source
Version: 2.05-11
Distribution: unstable
Urgency: medium
Maintainer: Package Salvaging Team <[email protected]>
Changed-By: наб <[email protected]>
Closes: 1085103 1098153
Changes:
 xmbmon (2.05-11) unstable; urgency=medium
 .
   * Team upload
   * d/p/:
     0011  xmbmon FTCBFS: hard codes the build architecture compiler
           Closes: #1085103
     0012  Fix if((variable && 0xF0) == 0x30)
     0013  Fix FTBFS with GCC-15
           Closes: #1098153
   * d/rules: disable dh_auto_install canonically
   * d/control: Standards-Version: 4.7.0 -> 4.7.2
   * debian/*.fr.1: iconv -f ISO-8859-1
Checksums-Sha1:
 9163c181791f456ce5595f6ec98f17e8d5ead052 2044 xmbmon_2.05-11.dsc
 5626e32850f08e3331811c701b51351cea9c72ad 143004 xmbmon_2.05.orig.tar.gz
 013e5a76e99483ff5b4b8f561f91d1c81eb952db 14452 xmbmon_2.05-11.debian.tar.xz
 4baf7bfe39469184790abe6de1f60ecad5f51897 7783 xmbmon_2.05-11_source.buildinfo
Checksums-Sha256:
 802c1cac027a954d231756fa4e91646ed483587cf8fad66d31ccfaecd79ed705 2044 
xmbmon_2.05-11.dsc
 36d00816cda354636fd9896c6bcfdfded0a3c10a77f6bfffb82004c46e5536ab 143004 
xmbmon_2.05.orig.tar.gz
 13676e454fa589f58b819f885d3443fd902b214ad232033e3b3b1f98e4d04b3c 14452 
xmbmon_2.05-11.debian.tar.xz
 f3fa1c7e0869ed339cb28d3110b60a75db2c690c2121f77c2a0ec82da68b1bab 7783 
xmbmon_2.05-11_source.buildinfo
Files:
 6f56fb71d3dfacecaccb44824bbd77e6 2044 admin optional xmbmon_2.05-11.dsc
 b454be9327c34c42af5ad4372251f5b0 143004 admin optional xmbmon_2.05.orig.tar.gz
 60fb228745925ba45c5ec79679b8782e 14452 admin optional 
xmbmon_2.05-11.debian.tar.xz
 82074f9af780d98ebbef154041767742 7783 admin optional 
xmbmon_2.05-11_source.buildinfo

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

iQJWBAEBCgBAFiEEfWlHToQCjFzAxEFjvP0LAY0mWPEFAmit26ciHG5hYmlqYWN6
bGV3ZWxpQG5hYmlqYWN6bGV3ZWxpLnh5egAKCRC8/QsBjSZY8WmSD/4u6VQF9XdK
mFoee4VGpMDrd3WpHbQLAHk4NkmkT/89W+CFptnunnnQig+8w47izTT17473obpI
U/QShKY/p/NqyzMUHdav7w9aUe3xQFKj75lakkZUJ3GzIecN3tvFl7OFEwYyC9Q/
kl4RAOyAO7tN2HjM4t1p9OIxEf62k1QjS6IY4QRsy+0QhyTUvW8eQWHLGzLeupvt
ZVIwZa1BaqxLMrzzHR+WsQNSzuq1x8R0J697VRQwvmgBkdMnZmPCRFeId7p1SrzT
GQvrD5ge7f+h+U0JxnOT5tNIQVGu4jpllsc5Hpi2i7gLw0VmU22biFUP0vE9sPWk
NlXU8SgcTbHF48qhNvUEm2+pAvaH2HQm74dg32xUoDHFkh0i0Oyxj/QH09FCj+BM
JSF+Fbtgv+9iTAYMhYdgYuLxnHnZP/ERhRNYfYyFgXLmorr3JXGo3bsrT1VWAAn7
YNAyX1nTHNiqSoO44eXXszh+00krP30eIovTcZfM9VVQQuJJ3wdA/rxiVja3D99Y
9uUWq2SkQWthH2n13EHgmNMUjBTTeyibyguMUbKtGL4vLXLy5SdMj5PQQJ6uOdY7
IBNdYu7zJ97hcFQ30+dTiczx/+g0uqHXYaCExjBakHW8tuZWtHFz6Gojd/5TmFM+
bvUB9qdPrbP6bPXKeR639x4qhjxFguTasQ==
=JD5a
-----END PGP SIGNATURE-----

Attachment: pgphU0cMkzqs4.pgp
Description: PGP signature


--- End Message ---

Reply via email to