Your message dated Fri, 05 Sep 2025 19:36:17 +0000
with message-id <[email protected]>
and subject line Bug#1097274: fixed in libstrophe 0.14.0-5
has caused the Debian Bug report #1097274,
regarding libstrophe: 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.)
--
1097274: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097274
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:libstrophe
Version: 0.13.1-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/libstrophe_0.13.1-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
[...]
|
xmpp_timed_handler {aka int (*)(struct _xmpp_conn_t *, void *)}
src/handler.c:262:50: note: expected 'xmpp_void_handler' {aka 'int (*)(void)'}
but argument is of type 'xmpp_timed_handler' {aka 'int (*)(struct _xmpp_conn_t
*, void *)'}
262 | xmpp_void_handler handler,
| ~~~~~~~~~~~~~~~~~~^~~~~~~
src/handler.c:28:15: note: 'xmpp_void_handler' declared here
28 | typedef int (*xmpp_void_handler)();
| ^~~~~~~~~~~~~~~~~
./strophe.h:455:15: note: 'xmpp_timed_handler' declared here
455 | typedef int (*xmpp_timed_handler)(xmpp_conn_t *conn, void *userdata);
| ^~~~~~~~~~~~~~~~~~
src/handler.c: In function 'handler_add_timed':
src/handler.c:551:58: error: passing argument 3 of '_timed_handler_add' from
incompatible pointer type [-Wincompatible-pointer-types]
551 | _timed_handler_add(conn->ctx, &conn->timed_handlers, handler,
period,
| ^~~~~~~
| |
|
xmpp_timed_handler {aka int (*)(struct _xmpp_conn_t *, void *)}
src/handler.c:262:50: note: expected 'xmpp_void_handler' {aka 'int (*)(void)'}
but argument is of type 'xmpp_timed_handler' {aka 'int (*)(struct _xmpp_conn_t
*, void *)'}
262 | xmpp_void_handler handler,
| ~~~~~~~~~~~~~~~~~~^~~~~~~
src/handler.c:28:15: note: 'xmpp_void_handler' declared here
28 | typedef int (*xmpp_void_handler)();
| ^~~~~~~~~~~~~~~~~
./strophe.h:455:15: note: 'xmpp_timed_handler' declared here
455 | typedef int (*xmpp_timed_handler)(xmpp_conn_t *conn, void *userdata);
| ^~~~~~~~~~~~~~~~~~
src/handler.c: In function 'xmpp_global_timed_handler_add':
src/handler.c:750:51: error: passing argument 3 of '_timed_handler_add' from
incompatible pointer type [-Wincompatible-pointer-types]
750 | _timed_handler_add(ctx, &ctx->timed_handlers, handler, period,
userdata, 1);
| ^~~~~~~
| |
|
xmpp_global_timed_handler {aka int (*)(struct _xmpp_ctx_t *, void *)}
src/handler.c:262:50: note: expected 'xmpp_void_handler' {aka 'int (*)(void)'}
but argument is of type 'xmpp_global_timed_handler' {aka 'int (*)(struct
_xmpp_ctx_t *, void *)'}
262 | xmpp_void_handler handler,
| ~~~~~~~~~~~~~~~~~~^~~~~~~
src/handler.c:28:15: note: 'xmpp_void_handler' declared here
28 | typedef int (*xmpp_void_handler)();
| ^~~~~~~~~~~~~~~~~
./strophe.h:464:15: note: 'xmpp_global_timed_handler' declared here
464 | typedef int (*xmpp_global_timed_handler)(xmpp_ctx_t *ctx, void
*userdata);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
src/handler.c: In function 'xmpp_global_timed_handler_delete':
src/handler.c:763:54: error: passing argument 3 of '_timed_handler_delete' from
incompatible pointer type [-Wincompatible-pointer-types]
763 | _timed_handler_delete(ctx, &ctx->timed_handlers, handler);
| ^~~~~~~
| |
|
xmpp_global_timed_handler {aka int (*)(struct _xmpp_ctx_t *, void *)}
src/handler.c:299:53: note: expected 'xmpp_void_handler' {aka 'int (*)(void)'}
but argument is of type 'xmpp_global_timed_handler' {aka 'int (*)(struct
_xmpp_ctx_t *, void *)'}
299 | xmpp_void_handler handler)
| ~~~~~~~~~~~~~~~~~~^~~~~~~
src/handler.c:28:15: note: 'xmpp_void_handler' declared here
28 | typedef int (*xmpp_void_handler)();
| ^~~~~~~~~~~~~~~~~
./strophe.h:464:15: note: 'xmpp_global_timed_handler' declared here
464 | typedef int (*xmpp_global_timed_handler)(xmpp_ctx_t *ctx, void
*userdata);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
make[2]: *** [Makefile:1715: src/libstrophe_la-handler.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
libtool: compile: gcc -DPACKAGE_NAME=\"libstrophe\"
-DPACKAGE_TARNAME=\"libstrophe\" -DPACKAGE_VERSION=\"0.13.1\"
"-DPACKAGE_STRING=\"libstrophe 0.13.1\""
-DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\"
-DPACKAGE=\"libstrophe\" -DVERSION=\"0.13.1\" -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_CLOCK_GETTIME=1
-DHAVE_SNPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_VA_COPY=1 -DHAVE_GETRANDOM=1
-DHAVE_ZLIB=1 -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=13 -I.
-Wdate-time -D_FORTIFY_SOURCE=2 -I. -Wall -Wextra -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/libstrophe-0.13.1=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c src/deprecated.c -o
src/libstrophe_la-deprecated.o >/dev/null 2>&1
libtool: compile: gcc -DPACKAGE_NAME=\"libstrophe\"
-DPACKAGE_TARNAME=\"libstrophe\" -DPACKAGE_VERSION=\"0.13.1\"
"-DPACKAGE_STRING=\"libstrophe 0.13.1\""
-DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\"
-DPACKAGE=\"libstrophe\" -DVERSION=\"0.13.1\" -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_CLOCK_GETTIME=1
-DHAVE_SNPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_VA_COPY=1 -DHAVE_GETRANDOM=1
-DHAVE_ZLIB=1 -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=13 -I.
-Wdate-time -D_FORTIFY_SOURCE=2 -I. -Wall -Wextra -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/libstrophe-0.13.1=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c src/ctx.c -o src/libstrophe_la-ctx.o
>/dev/null 2>&1
libtool: compile: gcc -DPACKAGE_NAME=\"libstrophe\"
-DPACKAGE_TARNAME=\"libstrophe\" -DPACKAGE_VERSION=\"0.13.1\"
"-DPACKAGE_STRING=\"libstrophe 0.13.1\""
-DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\"
-DPACKAGE=\"libstrophe\" -DVERSION=\"0.13.1\" -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_CLOCK_GETTIME=1
-DHAVE_SNPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_VA_COPY=1 -DHAVE_GETRANDOM=1
-DHAVE_ZLIB=1 -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=13 -I.
-Wdate-time -D_FORTIFY_SOURCE=2 -I. -Wall -Wextra -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/libstrophe-0.13.1=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c src/crypto.c -o
src/libstrophe_la-crypto.o >/dev/null 2>&1
libtool: compile: gcc -DPACKAGE_NAME=\"libstrophe\"
-DPACKAGE_TARNAME=\"libstrophe\" -DPACKAGE_VERSION=\"0.13.1\"
"-DPACKAGE_STRING=\"libstrophe 0.13.1\""
-DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\"
-DPACKAGE=\"libstrophe\" -DVERSION=\"0.13.1\" -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_CLOCK_GETTIME=1
-DHAVE_SNPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_VA_COPY=1 -DHAVE_GETRANDOM=1
-DHAVE_ZLIB=1 -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=13 -I.
-Wdate-time -D_FORTIFY_SOURCE=2 -I. -Wall -Wextra -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/libstrophe-0.13.1=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c src/hash.c -o
src/libstrophe_la-hash.o >/dev/null 2>&1
libtool: compile: gcc -DPACKAGE_NAME=\"libstrophe\"
-DPACKAGE_TARNAME=\"libstrophe\" -DPACKAGE_VERSION=\"0.13.1\"
"-DPACKAGE_STRING=\"libstrophe 0.13.1\""
-DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\"
-DPACKAGE=\"libstrophe\" -DVERSION=\"0.13.1\" -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_CLOCK_GETTIME=1
-DHAVE_SNPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_VA_COPY=1 -DHAVE_GETRANDOM=1
-DHAVE_ZLIB=1 -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=13 -I.
-Wdate-time -D_FORTIFY_SOURCE=2 -I. -Wall -Wextra -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/libstrophe-0.13.1=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c src/event.c -o
src/libstrophe_la-event.o >/dev/null 2>&1
libtool: compile: gcc -DPACKAGE_NAME=\"libstrophe\"
-DPACKAGE_TARNAME=\"libstrophe\" -DPACKAGE_VERSION=\"0.13.1\"
"-DPACKAGE_STRING=\"libstrophe 0.13.1\""
-DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\"
-DPACKAGE=\"libstrophe\" -DVERSION=\"0.13.1\" -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_CLOCK_GETTIME=1
-DHAVE_SNPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_VA_COPY=1 -DHAVE_GETRANDOM=1
-DHAVE_ZLIB=1 -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=13 -I.
-Wdate-time -D_FORTIFY_SOURCE=2 -I. -Wall -Wextra -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/libstrophe-0.13.1=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c src/auth.c -o
src/libstrophe_la-auth.o >/dev/null 2>&1
libtool: compile: gcc -DPACKAGE_NAME=\"libstrophe\"
-DPACKAGE_TARNAME=\"libstrophe\" -DPACKAGE_VERSION=\"0.13.1\"
"-DPACKAGE_STRING=\"libstrophe 0.13.1\""
-DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\"
-DPACKAGE=\"libstrophe\" -DVERSION=\"0.13.1\" -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_CLOCK_GETTIME=1
-DHAVE_SNPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_VA_COPY=1 -DHAVE_GETRANDOM=1
-DHAVE_ZLIB=1 -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=13 -I.
-Wdate-time -D_FORTIFY_SOURCE=2 -I. -Wall -Wextra -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/libstrophe-0.13.1=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c src/conn.c -o
src/libstrophe_la-conn.o >/dev/null 2>&1
make[2]: Leaving directory '/build/reproducible-path/libstrophe-0.13.1'
dh_auto_build: error: make -j8 returned exit code 2
make[1]: *** [debian/rules:13: override_dh_auto_build] Error 25
make[1]: Leaving directory '/build/reproducible-path/libstrophe-0.13.1'
make: *** [debian/rules:7: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: libstrophe
Source-Version: 0.14.0-5
Done: Martin Dosch <[email protected]>
We believe that the bug you reported is fixed in the latest version of
libstrophe, 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.
Martin Dosch <[email protected]> (supplier of updated libstrophe 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: Fri, 05 Sep 2025 19:43:26 +0200
Source: libstrophe
Architecture: source
Version: 0.14.0-5
Distribution: unstable
Urgency: medium
Maintainer: Debian XMPP Maintainers <[email protected]>
Changed-By: Martin Dosch <[email protected]>
Closes: 1097274
Changes:
libstrophe (0.14.0-5) unstable; urgency=medium
.
* d/patches: Add 0001-Fix-FTBS-with-gcc-15.patch. (Closes: #1097274)
* d/control:
- Build-Depends: pkg-config => pkgconf.
- Add "Martin Dosch <[email protected]>" to uploaders.
Checksums-Sha1:
1f4e180bc69a83acc3dc3368aaff05a651be596c 2702 libstrophe_0.14.0-5.dsc
9cd863be25d5708819f176943bc06f01137e515b 7056 libstrophe_0.14.0-5.debian.tar.xz
2fb9e5ef72e6bcff8f7c5d9366af2d364e915ed7 799564 libstrophe_0.14.0-5.git.tar.xz
5ade34dd786ff59c30dc3f45fe04c839923e7dd4 18070
libstrophe_0.14.0-5_source.buildinfo
Checksums-Sha256:
f6532ab2b295b990974497a40ab1e553acdd0c11f3dd4219c3c0abeb402cd559 2702
libstrophe_0.14.0-5.dsc
c5ab92c34b9eadef8b05b9bd5c5223744ff05a8a8571f8f6b85fe5b421e9287a 7056
libstrophe_0.14.0-5.debian.tar.xz
a7344cc0428f071199a0f44a85eca14d8df56be4d71f26fa712c4423fccc75ea 799564
libstrophe_0.14.0-5.git.tar.xz
72279d7174304211e8b4146c060afd31ec61063c308a9904e234d54ecabf4ece 18070
libstrophe_0.14.0-5_source.buildinfo
Files:
2f74a4a7241e8a8c0d45ab966d315690 2702 libs optional libstrophe_0.14.0-5.dsc
ee1dfdb84383c7b8ed549c1736ec13d9 7056 libs optional
libstrophe_0.14.0-5.debian.tar.xz
b5bc7548c96de425e4802719fcc18379 799564 libs optional
libstrophe_0.14.0-5.git.tar.xz
f0e86c6e975ae8ceb9cb13c221e79f86 18070 libs optional
libstrophe_0.14.0-5_source.buildinfo
Git-Tag-Info: tag=1dc6d4ed0cf6f441400f88c6dc67571fa25a0067
fp=9fdad37b09f913b996aa86adb490e3df337f3213
Git-Tag-Tagger: Martin <[email protected]>
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAmi7N6wACgkQYG0ITkaD
wHnsdQ/+NBA9nXmkiO4iWqxJaZiU+Hk8O2NR6egp0HcTb4zXfaenj/Y2dopCCh/R
QoQR2fQsAkVTI8l0EkUuaqg/iyOFhbfx8TUWMSm0+kOBAGs+KHFOS2Tue6VeIqRF
I/NcUKlPnPaZmKULU9g81SjJGfjCs1VbaHupWQFBBoOMz0x8lCFCe7dGz+xmAZdy
xu4/sNYrrhCXNFgNqGlIXkF4SxgwaDReU0pRh6JMcV0LZMG/Vnk+UMgY+KY4pZbF
TZcnIIlptfsC7tcoCYRxPJx4AkmTLPvP5FKS5r5/vKyBeA3RAYOfc9RPVGO6Usk3
Ac6/KrFwoNQsibcKUbEM+P/YiO8PsSVTy6rOLasVmx1SvkC7ASVFWf1AcSW2A7j/
Ah9BaEe7Zy8Nw76+q7ok4xVohM9Hue1CSt1vsBuzjaRMQukYkIsndKmDHN9QuGtR
wTcf6eHvtoPBOwYkWH/+cQ8mHGxeqCYakxwAqQJpYXSQ1hoSXhSpYUAOZyN/mtmt
a3qseWvt6Yda4PunhTj3PpodItJVwMZZtzzU2uLE+BYcmv8f/oKpVy7UvQLR5nz5
9JFxgOGkfiXaBPn/Wwmpd7aSrll59QIMO27vMN2w1PbiuNxE9FtTVkQfpkbBuknQ
bWUnCtjhUr3q/aNplXmCmd7DMNr//TYcCKgxsXchDDNgwJGD/x4=
=0bCT
-----END PGP SIGNATURE-----
pgpHJTAj5pkCI.pgp
Description: PGP signature
--- End Message ---