Your message dated Sat, 20 Sep 2025 19:50:46 +0000
with message-id <[email protected]>
and subject line Bug#1098011: fixed in tracetuner 3.0.6~beta+dfsg-4
has caused the Debian Bug report #1098011,
regarding tracetuner: 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.)
--
1098011: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098011
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:tracetuner
Version: 3.0.6~beta+dfsg-3
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/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
--- End Message ---
--- Begin Message ---
Source: tracetuner
Source-Version: 3.0.6~beta+dfsg-4
Done: Nilesh Patra <[email protected]>
We believe that the bug you reported is fixed in the latest version of
tracetuner, 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.
Nilesh Patra <[email protected]> (supplier of updated tracetuner 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: Sun, 21 Sep 2025 00:59:49 +0530
Source: tracetuner
Architecture: source
Version: 3.0.6~beta+dfsg-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team
<[email protected]>
Changed-By: Nilesh Patra <[email protected]>
Closes: 1098011
Changes:
tracetuner (3.0.6~beta+dfsg-4) unstable; urgency=medium
.
* Team Upload.
* Add patch to fixup FTBFS with gcc-15 (Closes: #1098011)
* Extend fix_format_security.patch to trainphd.c
Checksums-Sha1:
423d8b909ef1a72e50d14b6205f4ad5b684669fa 1448 tracetuner_3.0.6~beta+dfsg-4.dsc
bb76cd87827d16cc4ebcd6df241aeafabd494fde 8828
tracetuner_3.0.6~beta+dfsg-4.debian.tar.xz
e63c3a7a0a4d20c53e9281959e8fc85883ed5ec2 5386
tracetuner_3.0.6~beta+dfsg-4_amd64.buildinfo
Checksums-Sha256:
b738e4ff9269440f4ed163afd64ebd148de407ee72d1a47b588296fc62cf97a0 1448
tracetuner_3.0.6~beta+dfsg-4.dsc
306cb75c2fa7d59a1bcb0f7d2b620c164cf9c5f154b7b36b3e1719e564cd7c59 8828
tracetuner_3.0.6~beta+dfsg-4.debian.tar.xz
16cf2c1f3c9c5c5491ac482da98c13978999db8cbf8160d46ee8930b59fb21af 5386
tracetuner_3.0.6~beta+dfsg-4_amd64.buildinfo
Files:
62ef0819065e6b83b3e865251262532c 1448 science optional
tracetuner_3.0.6~beta+dfsg-4.dsc
7eb576bb00a9407853ccbcdbb856118f 8828 science optional
tracetuner_3.0.6~beta+dfsg-4.debian.tar.xz
722bad7c89bd52ef343cde29f5b3de8c 5386 science optional
tracetuner_3.0.6~beta+dfsg-4_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iIcEARYKADAWIQSglbZu4JAkvuai8HIqJ5BL1yQ+2gUCaM8EVBIcbmlsZXNoQGRl
Ymlhbi5vcmcACgkQKieQS9ckPtocwAD9GUJ9Ne/cKBhn2Wo/iIDP0O4J1sl89ZeH
VHeEDvwEbkkA9igUBMGFa2qMOvMP7k/W/GgOLz9BzIRtPBnPxZ1PEgo=
=0PXC
-----END PGP SIGNATURE-----
pgppoAuUOfkFz.pgp
Description: PGP signature
--- End Message ---