Your message dated Tue, 23 Sep 2025 22:43:07 +0000
with message-id <[email protected]>
and subject line Bug#1098159: fixed in xosd 2.2.15-1.1
has caused the Debian Bug report #1098159,
regarding xosd: 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.)
--
1098159: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098159
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:xosd
Version: 2.2.15-1
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/xosd_2.2.15-1_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
[...]
*** full path to gdk-pixbuf-config.
configure: WARNING: "new xmms plugin can not be built"
checking whether new xmms plugin was requested... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for bmp... no
checking whether old xmms plugin was requested... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/libxosd/Makefile
config.status: creating src/xmms_plugin/Makefile
config.status: creating src/bmp_plugin/Makefile
config.status: creating macros/Makefile
config.status: creating man/Makefile
config.status: creating pixmaps/Makefile
config.status: creating script/Makefile
config.status: creating script/xosd-config
config.status: WARNING: script/xosd-config contains a reference to the variable
'datarootdir'
which seems to be undefined. Please make sure it is defined
config.status: creating xosd.spec
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default commands
make[1]: Leaving directory '/build/reproducible-path/xosd-2.2.15'
dh_auto_build
make -j8
make[1]: Entering directory '/build/reproducible-path/xosd-2.2.15'
Making all in macros
make[2]: Entering directory '/build/reproducible-path/xosd-2.2.15/macros'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/reproducible-path/xosd-2.2.15/macros'
Making all in man
make[2]: Entering directory '/build/reproducible-path/xosd-2.2.15/man'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/reproducible-path/xosd-2.2.15/man'
Making all in pixmaps
make[2]: Entering directory '/build/reproducible-path/xosd-2.2.15/pixmaps'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/reproducible-path/xosd-2.2.15/pixmaps'
Making all in src
make[2]: Entering directory '/build/reproducible-path/xosd-2.2.15/src'
Making all in libxosd
make[3]: Entering directory '/build/reproducible-path/xosd-2.2.15/src/libxosd'
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"xosd\"
-DPACKAGE_TARNAME=\"xosd\" -DPACKAGE_VERSION=\"2.2.15\"
-DPACKAGE_STRING=\"xosd\ 2.2.15\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\"
-DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
-DHAVE_LIBX11=1 -DHAVE_LIBXEXT=1 -DHAVE_LIBPTHREAD=1 -DHAVE_UNISTD_H=1
-DHAVE_VPRINTF=1 -DHAVE_XINERAMA=1 -DXOSD_VERSION=\"2.2.15\" -I. -Wdate-time
-D_FORTIFY_SOURCE=2 -I../../src -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/xosd-2.2.15=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -c -o xosd.lo xosd.c
libtool: compile: gcc -DPACKAGE_NAME=\"xosd\" -DPACKAGE_TARNAME=\"xosd\"
-DPACKAGE_VERSION=\"2.2.15\" "-DPACKAGE_STRING=\"xosd 2.2.15\""
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1
-DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1
-DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBX11=1 -DHAVE_LIBXEXT=1
-DHAVE_LIBPTHREAD=1 -DHAVE_UNISTD_H=1 -DHAVE_VPRINTF=1 -DHAVE_XINERAMA=1
-DXOSD_VERSION=\"2.2.15\" -I. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../src -g
-O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/xosd-2.2.15=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -c xosd.c -fPIC -DPIC -o
.libs/xosd.o
xosd.c: In function 'display_info':
xosd.c:973:29: error: passing argument 3 of 'pthread_create' from incompatible
pointer type [-Wincompatible-pointer-types]
973 | pthread_create(&id, NULL, display_info_driver, &i);
| ^~~~~~~~~~~~~~~~~~~
| |
| void * (*)(void)
In file included from intern.h:22,
from xosd.c:20:
/usr/include/pthread.h:204:36: note: expected 'void * (*)(void *)' but argument
is of type 'void * (*)(void)'
204 | void *(*__start_routine) (void *),
| ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
xosd.c:911:1: note: 'display_info_driver' declared here
911 | display_info_driver()
| ^~~~~~~~~~~~~~~~~~~
make[3]: *** [Makefile:459: xosd.lo] Error 1
make[3]: Leaving directory '/build/reproducible-path/xosd-2.2.15/src/libxosd'
make[2]: *** [Makefile:576: all-recursive] Error 1
make[2]: Leaving directory '/build/reproducible-path/xosd-2.2.15/src'
make[1]: *** [Makefile:464: all-recursive] Error 1
make[1]: Leaving directory '/build/reproducible-path/xosd-2.2.15'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:6: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: xosd
Source-Version: 2.2.15-1.1
Done: Vincent Cheng <[email protected]>
We believe that the bug you reported is fixed in the latest version of
xosd, 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.
Vincent Cheng <[email protected]> (supplier of updated xosd 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, 23 Sep 2025 14:07:00 -0700
Source: xosd
Built-For-Profiles: noudeb
Architecture: source
Version: 2.2.15-1.1
Distribution: unstable
Urgency: medium
Maintainer: Philipp Matthias Hahn <[email protected]>
Changed-By: Vincent Cheng <[email protected]>
Closes: 1098159
Changes:
xosd (2.2.15-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Add patch to fix gcc-15 FTBFS. (Closes: #1098159)
Checksums-Sha1:
e6716b94fcf89006a3ef575e2439477df418a4ab 2021 xosd_2.2.15-1.1.dsc
0251e60b2e2cb7f3f17b46cd2c3d0f8a89f78ad9 17432 xosd_2.2.15-1.1.debian.tar.xz
Checksums-Sha256:
cc0748746ed4880ac32dbdf52c31b40c1d743dc604f5e54127da5c323074af9f 2021
xosd_2.2.15-1.1.dsc
aa837a3c7ccc41e8ff87d531d1113f8b5791b6e157febf16ebaa295a00891bc1 17432
xosd_2.2.15-1.1.debian.tar.xz
Files:
9e0e68e205650fc359aa43b3bcf613ad 2021 x11 optional xosd_2.2.15-1.1.dsc
44f0cbc7ea87bc477ee48c2d82d49ae0 17432 x11 optional
xosd_2.2.15-1.1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEE1TqBWjy3ZZr4guOVju3MG6ofMv8FAmjTDX4ACgkQju3MG6of
Mv/2DhAAyPMa4iMpFPriJEoV9Ld7Ej6kFcsj4Cx+Lw3v2rpiqUp3wTJ/Rla6KTHi
qWp6uRAe7zS8TN1G9cilB/0XF3xSJHe8jUXm3f7vc1BmSSsv6GWbCIamnLm7pJK1
oDIKh73sN/vf9IbkPGEPyswMg9LIDSVRQnZIYh62sa9732uRdC2c4Gat7EYoTdUh
2YE0kApwlym994qnYHEtzQPTCz2efT2CzGr9yIldHO1uxCyReSFr98JZ5ZIXPS/n
8lpqqDxXsj+4X01NBcqRr+JSMvaAAYB79abnbYRC/iLZc3Fa878EX81fYnbe76BP
m2pHkE80OYYeKEmLfK+ZxnBZSFBUeWyz5PU4QRzNzmPlGhr0DhVdSbWrI0NjMGZj
sX59uRK0rUABDJ0yHC4KgiovtoROfPiwcC2e5zb6sOwi1XCzGzQsmz/DeztUs+7M
mx/F7lRgNqytB8hVikrkx5HEqeD7GueAJIsAjz8meEolcxtpTE2Sbj1Y3pdO47+m
Dmx0iNoqWs9p/4su4JW4KdkgMkaW5Bk+tyZ3/LBIB/RDiJDbiysEvB81xXoE7L4G
XIt7XZUtwPmk1eru2V44X5b+TvqHoPZYy58y/KBLimUWDyt41n6dWPW2ICytSCE2
rOJj2JQeDNzpHO04nXwwyWAGvwxfpiSbb5DqX4G/Qcs0KW3FDsU=
=NCUr
-----END PGP SIGNATURE-----
pgph2MWcBzXUb.pgp
Description: PGP signature
--- End Message ---