Your message dated Wed, 27 Aug 2025 12:48:46 +0000
with message-id <[email protected]>
and subject line Bug#1096718: fixed in gkrellm-volume 2.1.13-3
has caused the Debian Bug report #1096718,
regarding gkrellm-volume: 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.)
--
1096718: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096718
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:gkrellm-volume
Version: 2.1.13-2
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/gkrellm-volume_2.1.13-2_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
[...]
dpkg-buildpackage: info: source version 2.1.13-2
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Andreas Tille <[email protected]>
dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
debian/rules clean
dh clean
dh_auto_clean
make -j8 clean
make[1]: Entering directory '/build/reproducible-path/gkrellm-volume-2.1.13'
rm -f *.o core *.so* *.bak *~
(cd po && make clean)
make[2]: Entering directory '/build/reproducible-path/gkrellm-volume-2.1.13/po'
rm -f de.mo es.mo fr.mo nl.mo pl.mo ru.mo
make[2]: Leaving directory '/build/reproducible-path/gkrellm-volume-2.1.13/po'
make[1]: Leaving directory '/build/reproducible-path/gkrellm-volume-2.1.13'
dh_clean
debian/rules binary
dh binary
dh_update_autotools_config
dh_autoreconf
dh_auto_configure
debian/rules override_dh_auto_build
make[1]: Entering directory '/build/reproducible-path/gkrellm-volume-2.1.13'
dh_auto_build -- enable_nls=1 enable_alsa=1
make -j8 "INSTALL=install --strip-program=true" enable_nls=1
enable_alsa=1
make[2]: Entering directory '/build/reproducible-path/gkrellm-volume-2.1.13'
gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/gkrellm-volume-2.1.13=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -O2 -Wall -fPIC `pkg-config gtk+-2.0
--cflags` -I/usr/local/include -DALSA -DENABLE_NLS
-DLOCALEDIR=\"/usr/local/share/locale\" -c volume.c -o volume.o
gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/gkrellm-volume-2.1.13=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -O2 -Wall -fPIC `pkg-config gtk+-2.0
--cflags` -I/usr/local/include -DALSA -DENABLE_NLS
-DLOCALEDIR=\"/usr/local/share/locale\" -c mixer.c -o mixer.o
gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/gkrellm-volume-2.1.13=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -O2 -Wall -fPIC `pkg-config gtk+-2.0
--cflags` -I/usr/local/include -DALSA -DENABLE_NLS
-DLOCALEDIR=\"/usr/local/share/locale\" -c oss_mixer.c -o oss_mixer.o
gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/gkrellm-volume-2.1.13=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -O2 -Wall -fPIC `pkg-config gtk+-2.0
--cflags` -I/usr/local/include -DALSA -DENABLE_NLS
-DLOCALEDIR=\"/usr/local/share/locale\" -c alsa_mixer.c -o alsa_mixer.o
volume.c: In function ‘run_right_click_cmd’:
volume.c:257:9: warning: the address of ‘right_click_cmd’ will always evaluate
as ‘true’ [-Waddress]
257 | if (right_click_cmd) {
| ^~~~~~~~~~~~~~~
volume.c: In function ‘create_slider’:
volume.c:442:44: error: passing argument 3 of ‘gkrellm_make_scaled_button’ from
incompatible pointer type [-Wincompatible-pointer-types]
442 | toggle_button_press, s,
| ^~~~~~~~~~~~~~~~~~~
| |
| void (*)(GkrellmDecalbutton
*, Slider *)
In file included from /usr/include/gkrellm2/gkrellm.h:1083,
from volume.c:5:
/usr/include/gkrellm2/gkrellm-public-proto.h:269:77: note: expected ‘void
(*)(void)’ but argument is of type ‘void (*)(GkrellmDecalbutton *, Slider *)’
269 | GkrellmPiximage *im,
void (*func)(), void *data,
|
~~~~~~~^~~~~~~
volume.c:391:1: note: ‘toggle_button_press’ declared here
391 | toggle_button_press(GkrellmDecalbutton *button, Slider *s) {
| ^~~~~~~~~~~~~~~~~~~
volume.c: In function ‘save_volume_plugin_config’:
volume.c:496:7: warning: the comparison will always evaluate as ‘true’ for the
address of ‘right_click_cmd’ will never be NULL [-Waddress]
496 | if (right_click_cmd) {
| ^~~~~~~~~~~~~~~
volume.c:19:13: note: ‘right_click_cmd’ declared here
19 | static char right_click_cmd[1024];
| ^~~~~~~~~~~~~~~
volume.c: In function ‘create_volume_plugin_config’:
volume.c:1079:7: warning: the comparison will always evaluate as ‘true’ for the
address of ‘right_click_cmd’ will never be NULL [-Waddress]
1079 | if (right_click_cmd)
| ^~~~~~~~~~~~~~~
volume.c:19:13: note: ‘right_click_cmd’ declared here
19 | static char right_click_cmd[1024];
| ^~~~~~~~~~~~~~~
make[2]: *** [Makefile:55: volume.o] Error 1
make[2]: Leaving directory '/build/reproducible-path/gkrellm-volume-2.1.13'
dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true"
enable_nls=1 enable_alsa=1 returned exit code 2
make[1]: *** [debian/rules:10: override_dh_auto_build] Error 25
make[1]: Leaving directory '/build/reproducible-path/gkrellm-volume-2.1.13'
make: *** [debian/rules:7: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: gkrellm-volume
Source-Version: 2.1.13-3
Done: наб <[email protected]>
We believe that the bug you reported is fixed in the latest version of
gkrellm-volume, 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 gkrellm-volume
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 22:14:53 +0200
Source: gkrellm-volume
Architecture: source
Version: 2.1.13-3
Distribution: unstable
Urgency: medium
Maintainer: Package Salvaging Team <[email protected]>
Changed-By: наб <[email protected]>
Closes: 1096718
Changes:
gkrellm-volume (2.1.13-3) unstable; urgency=medium
.
* Team upload.
* d/p/:
0006 Fix FTBFS with GCC-15 (Closes: #1096718)
0007 Fix remaining warnings
* d/control: Standards-Version: 4.7.0 -> 4.7.2
* d/rules: forward CC correctly
Checksums-Sha1:
8585a170b671962f3b769628a3064fa288d7bebd 2061 gkrellm-volume_2.1.13-3.dsc
25c9d7d00b10696cf7be134b5984424d8df273e2 42107
gkrellm-volume_2.1.13.orig.tar.gz
a24ff23904fb3a7f7e6ddfca1f5c0809f3987a40 5316
gkrellm-volume_2.1.13-3.debian.tar.xz
d739fcb4d8844c5326d36cf331f3ac56a08b99a0 12824
gkrellm-volume_2.1.13-3_source.buildinfo
Checksums-Sha256:
0315bc323c06355c6e9285dfd0b7b3e1d1b83af8f8716073544358de1c07a6b4 2061
gkrellm-volume_2.1.13-3.dsc
556816e307e84b4b1551c2284d92cefcd930cc2dd2c0a31b3562c72344ee0bac 42107
gkrellm-volume_2.1.13.orig.tar.gz
76b3092265b47c6c4153220c18182105828ec2951b8cf7079147bf350aa9793f 5316
gkrellm-volume_2.1.13-3.debian.tar.xz
078b414d743b6eee4fc0a0b1599101f7fdee1f4dee01a16d8e416da380f2cd69 12824
gkrellm-volume_2.1.13-3_source.buildinfo
Files:
6692b49fbbdfbc99a405b9619560ee21 2061 sound optional
gkrellm-volume_2.1.13-3.dsc
3f1d3d672df8a66662161cda501d90c3 42107 sound optional
gkrellm-volume_2.1.13.orig.tar.gz
b9975045644aa691e7f1daa75b7619eb 5316 sound optional
gkrellm-volume_2.1.13-3.debian.tar.xz
225739f5eae2130815697049cd2e6195 12824 sound optional
gkrellm-volume_2.1.13-3_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJWBAEBCgBAFiEEfWlHToQCjFzAxEFjvP0LAY0mWPEFAmiuFnUiHG5hYmlqYWN6
bGV3ZWxpQG5hYmlqYWN6bGV3ZWxpLnh5egAKCRC8/QsBjSZY8QFYD/9waZa598G6
aBsOYbKtG3YNRAejdY9ohxtcbj6ge4mxx4RAq4oMScvHDir9ULEshBzcmMnqnJe3
BH3rLBWhw5KjcYTxag8ySTYU3Om8mBjo+XJY1/3hQ1xqjgJxlhSL8Rol9jfCoNg9
lFF4GD19fOdPa7dazh1clLnUyVwxl9sJwzQ+dmKdDtcimv/loYUXj/A/gY3XKCWb
Ojce5V0lnjUFjPp1QA4RDsIdcAxxC5kxK2VhGHfrPD7lNb/5hYW0YM62HJtAtQXw
8IOdSpZdaPj+BRCWSBE/hhbutt9PFrxHy16xPPxqcY+ZhLHo0SW4oM20BB0pIgg3
ict0qUDOfmEysm5R1/oxCjCV67fm4iTntaSKYOsNVFMgJSIIX8+T9GeWtCvVbC6M
QjhYTp5X8spc06KPVtxI9XtBD10HxiLJAEDbf6vYvPevBpmEzYE0JbBgbfQsPdaa
oHK142qEU7w9CoX40w49gsPnMcXUky5VBpUDw0BfQFDL97cFh6dXfMR1xYTwo4FD
7uUhRa/G/NAqE2EnJjKClfawVdD/j4J/TkZ845Vaccg5FwZxdpnjW/1x4RyJoD8+
TDNktblJmk+f0gFLnWPZ5P0h/8HDom5vl7zzS4C1O6UUiFQG+NtXqWXGC9vfYeaf
2CPdY1WsYo8mrl4jyWoqA1mN6erMPnu47A==
=xR6o
-----END PGP SIGNATURE-----
pgpcIDnprDfHb.pgp
Description: PGP signature
--- End Message ---