[Debian-med-packaging] Bug#1098011: tracetuner: ftbfs with GCC-15
Matthias Klose
doko at debian.org
Mon Feb 17 17:57:39 GMT 2025
Package: src:tracetuner
Version: 3.0.6~beta+dfsg-3
Severity: important
Tags: sid forky
User: debian-gcc at lists.debian.org
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/tracetuner_3.0.6~beta+dfsg-3_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
[...]
1111 | int spos, cpos; /* Sample and consensus positions. */
| ^~~~
lut.c: In function ‘main’:
lut.c:1404:15: error: passing argument 1 of ‘time’ makes pointer from integer without a cast [-Wint-conversion]
1404 | t1 = time((time_t) NULL);
| ^
| |
| long int
In file included from lut.c:45:
/usr/include/time.h:76:29: note: expected ‘time_t *’ {aka ‘long int *’} but argument is of type ‘long int’
76 | extern time_t time (time_t *__timer) __THROW;
| ~~~~~~~~^~~~~~~
lut.c:1449:34: warning: format ‘%d’ expects argument of type ‘int *’, but argument 3 has type ‘unsigned int *’ [-Wformat=]
1449 | sscanf(optarg, "%d", &threshold_count);
| ~^ ~~~~~~~~~~~~~~~~
| | |
| | unsigned int *
| int *
| %d
lut.c:1520:15: error: passing argument 1 of ‘time’ makes pointer from integer without a cast [-Wint-conversion]
1520 | t2 = time((time_t) NULL);
| ^
| |
| long int
/usr/include/time.h:76:29: note: expected ‘time_t *’ {aka ‘long int *’} but argument is of type ‘long int’
76 | extern time_t time (time_t *__timer) __THROW;
| ~~~~~~~~^~~~~~~
lut.c:1573:15: error: passing argument 1 of ‘time’ makes pointer from integer without a cast [-Wint-conversion]
1573 | t2 = time((time_t) NULL);
| ^
| |
| long int
/usr/include/time.h:76:29: note: expected ‘time_t *’ {aka ‘long int *’} but argument is of type ‘long int’
76 | extern time_t time (time_t *__timer) __THROW;
| ~~~~~~~~^~~~~~~
lut.c:1604:15: error: passing argument 1 of ‘time’ makes pointer from integer without a cast [-Wint-conversion]
1604 | t2 = time((time_t) NULL);
| ^
| |
| long int
/usr/include/time.h:76:29: note: expected ‘time_t *’ {aka ‘long int *’} but argument is of type ‘long int’
76 | extern time_t time (time_t *__timer) __THROW;
| ~~~~~~~~^~~~~~~
lut.c:1645:15: error: passing argument 1 of ‘time’ makes pointer from integer without a cast [-Wint-conversion]
1645 | t2 = time((time_t) NULL);
| ^
| |
| long int
/usr/include/time.h:76:29: note: expected ‘time_t *’ {aka ‘long int *’} but argument is of type ‘long int’
76 | extern time_t time (time_t *__timer) __THROW;
| ~~~~~~~~^~~~~~~
make[2]: *** [../include.mk:180: ../../obj/Linux_64/lut.o] Error 1
make[2]: Leaving directory '/build/reproducible-path/tracetuner-3.0.6~beta+dfsg/src/mklut'
make[2]: Entering directory '/build/reproducible-path/tracetuner-3.0.6~beta+dfsg/src/mkchk'
mkdir -p ../../obj/Linux_64
/usr/bin/gcc -g -Wall -I../compute_qv -I../mktrain -I../mklut -I. -I -I../../../jtc_tt -I. -I../../../io_lib -I../../../io_lib/utils -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/tracetuner-3.0.6~beta+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -pedantic -Wdate-time -D_FORTIFY_SOURCE=2 -c checkbc.c -o ../../obj/Linux_64/checkbc.o
checkbc.c: In function ‘main’:
checkbc.c:175:6: error: too many arguments to function ‘errorStatswithQVs’; expected 0, have 1
175 | errorStatswithQVs(argv[optind]);
| ^~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~
checkbc.c:48:1: note: declared here
48 | errorStatswithQVs( )
| ^~~~~~~~~~~~~~~~~
make[2]: *** [../include.mk:180: ../../obj/Linux_64/checkbc.o] Error 1
make[2]: Leaving directory '/build/reproducible-path/tracetuner-3.0.6~beta+dfsg/src/mkchk'
make[1]: *** [Makefile:7: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/tracetuner-3.0.6~beta+dfsg/src'
dh_auto_build: error: cd src && make -j1 "INSTALL=install --strip-program=true" returned exit code 2
make: *** [debian/rules:8: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
More information about the Debian-med-packaging
mailing list