--- Begin Message ---
Package: src:xdelta
Version: 1.1.3-10.7
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/xdelta_1.1.3-10.7_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
[...]
edsio_edsio.c:104:11: error: too many arguments to function
'edsio_property_getter((const char *)"PropTest", (const char *)"EdsioUint",
prop.code, & ep)'; expected 0, have 3
104 | return (* edsio_property_getter ("PropTest", "EdsioUint", prop.code,
& ep)) (obj, ep, arg);
|
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~
edsio_edsio.c: In function 'proptest_set_edsiouint':
edsio_edsio.c:112:11: error: too many arguments to function
'edsio_property_setter((const char *)"PropTest", (const char *)"EdsioUint",
prop.code, & ep)'; expected 0, have 3
112 | return (* edsio_property_setter ("PropTest", "EdsioUint", prop.code,
& ep)) (obj, ep, arg);
|
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~
edsio_edsio.c: In function 'proptest_get_string':
edsio_edsio.c:139:11: error: too many arguments to function
'edsio_property_getter((const char *)"PropTest", (const char *)"string",
prop.code, & ep)'; expected 0, have 3
139 | return (* edsio_property_getter ("PropTest", "string", prop.code, &
ep)) (obj, ep, arg);
|
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~
edsio_edsio.c: In function 'proptest_set_string':
edsio_edsio.c:147:11: error: too many arguments to function
'edsio_property_setter((const char *)"PropTest", (const char *)"string",
prop.code, & ep)'; expected 0, have 3
147 | return (* edsio_property_setter ("PropTest", "string", prop.code, &
ep)) (obj, ep, arg);
|
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~
edsio_edsio.c: In function 'proptest_get_bytes':
edsio_edsio.c:174:11: error: too many arguments to function
'edsio_property_getter((const char *)"PropTest", (const char *)"bytes",
prop.code, & ep)'; expected 0, have 4
174 | return (* edsio_property_getter ("PropTest", "bytes", prop.code, &
ep)) (obj, ep, arg, arg_len);
|
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~
edsio_edsio.c: In function 'proptest_set_bytes':
edsio_edsio.c:182:11: error: too many arguments to function
'edsio_property_setter((const char *)"PropTest", (const char *)"bytes",
prop.code, & ep)'; expected 0, have 4
182 | return (* edsio_property_setter ("PropTest", "bytes", prop.code, &
ep)) (obj, ep, arg, arg_len);
|
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~
edsio_edsio.c: In function 'proptest_get_uint':
edsio_edsio.c:209:11: error: too many arguments to function
'edsio_property_getter((const char *)"PropTest", (const char *)"uint",
prop.code, & ep)'; expected 0, have 3
209 | return (* edsio_property_getter ("PropTest", "uint", prop.code, &
ep)) (obj, ep, arg);
|
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~
edsio_edsio.c: In function 'proptest_set_uint':
edsio_edsio.c:217:11: error: too many arguments to function
'edsio_property_setter((const char *)"PropTest", (const char *)"uint",
prop.code, & ep)'; expected 0, have 3
217 | return (* edsio_property_setter ("PropTest", "uint", prop.code, &
ep)) (obj, ep, arg);
|
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~
edsio.c:330:1: warning: 'GTime' is deprecated: Use 'GDateTime' instead
[-Wdeprecated-declarations]
330 | edsio_time_t_to_iso8601 (GTime t0)
| ^~~~~~~~~~~~~~~~~~~~~~~
edsio.c: In function 'edsio_property_get':
edsio.c:850:13: error: too many arguments to function
'prop->type->unserialize'; expected 0, have 2
850 | if (! prop->type->unserialize (src, & ent))
| ^~~~ ~~~
edsio.c:628:19: note: declared here
628 | PropUnserialize unserialize;
| ^~~~~~~~~~~
edsio.c: In function 'edsio_property_set':
edsio.c:905:13: error: too many arguments to function 'prop->type->serialize';
expected 0, have 2
905 | if (! prop->type->serialize (sink, set))
| ^~~~ ~~~~
edsio.c:627:17: note: declared here
627 | PropSerialize serialize;
| ^~~~~~~~~
edsio.c: In function 'edsio_property_unset':
edsio.c:977:27: warning: variable 'ent' set but not used
[-Wunused-but-set-variable]
977 | EdsioPropertyEntry* ent;
| ^~~
make[4]: *** [Makefile:506: edsio_edsio.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: *** [Makefile:506: edsio.lo] Error 1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread
-Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/xdelta-1.1.3=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wno-error=int-conversion
-Wno-error=incompatible-pointer-types -Wall -c library.c -o library.o
>/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread
-Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/xdelta-1.1.3=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wno-error=int-conversion
-Wno-error=incompatible-pointer-types -Wall -c fh.c -o fh.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread
-Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/xdelta-1.1.3=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wno-error=int-conversion
-Wno-error=incompatible-pointer-types -Wall -c simple.c -o simple.o >/dev/null
2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread
-Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/xdelta-1.1.3=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wno-error=int-conversion
-Wno-error=incompatible-pointer-types -Wall -c md5c.c -o md5c.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread
-Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/xdelta-1.1.3=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wno-error=int-conversion
-Wno-error=incompatible-pointer-types -Wall -c sha.c -o sha.o >/dev/null 2>&1
make[4]: Leaving directory '/build/reproducible-path/xdelta-1.1.3/libedsio'
make[3]: *** [Makefile:381: all] Error 2
make[3]: Leaving directory '/build/reproducible-path/xdelta-1.1.3/libedsio'
make[2]: *** [Makefile:748: all-recursive] Error 1
make[2]: Leaving directory '/build/reproducible-path/xdelta-1.1.3'
make[1]: *** [Makefile:453: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/xdelta-1.1.3'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:11: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---