Your message dated Tue, 02 Sep 2025 22:21:56 +0000
with message-id <[email protected]>
and subject line Bug#1097777: fixed in readsb 3.16-2
has caused the Debian Bug report #1097777,
regarding readsb: 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.)
--
1097777: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097777
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:readsb
Version: 3.14.1630+git20240609.adc080d-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/readsb_3.14.1630+git20240609.adc080d-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
[...]
User Environment
----------------
APT_CONFIG=/var/lib/sbuild/apt.conf
HOME=/sbuild-nonexistent
LANG=C.UTF-8
LC_ALL=C.UTF-8
LOGNAME=user42
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
SHELL=/bin/sh
USER=user42
dpkg-buildpackage
-----------------
Command: dpkg-buildpackage --sanitize-env -us -uc -b
dpkg-buildpackage: info: source package readsb
dpkg-buildpackage: info: source version 3.14.1630+git20240609.adc080d-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Thorsten Alteholz
<[email protected]>
dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
debian/rules clean
dh clean
dh_auto_clean
make -j8 clean
make[1]: Entering directory
'/build/reproducible-path/readsb-3.14.1630+git20240609.adc080d'
/bin/sh: 1: git: not found
rm -f *.o uat2esnt/*.o compat/clock_gettime/*.o compat/clock_nanosleep/*.o
readsb viewadsb cprtests crctests convert_benchmark
make[1]: Leaving directory
'/build/reproducible-path/readsb-3.14.1630+git20240609.adc080d'
dh_clean
rm -f debian/debhelper-build-stamp
rm -rf debian/.debhelper/
rm -f -- debian/readsb.substvars debian/files
rm -fr -- debian/readsb/ debian/tmp/
find . \( \( \
\( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path
.\*/.hg -o -path .\*/CVS -o -path .\*/.pc -o -path .\*/_darcs \) -prune -o
-type f -a \
\( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
-o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
-o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
-o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
\) -exec rm -f {} + \) -o \
\( -type d -a \( -name autom4te.cache -o -name __pycache__ \)
-prune -exec rm -rf {} + \) \)
debian/rules binary
dh binary
dh_update_autotools_config
dh_autoreconf
dh_auto_configure
debian/rules override_dh_auto_build
make[1]: Entering directory
'/build/reproducible-path/readsb-3.14.1630+git20240609.adc080d'
make -j2
make[2]: Entering directory
'/build/reproducible-path/readsb-3.14.1630+git20240609.adc080d'
/bin/sh: 1: git: not found
cc -std=c11 -W -D_GNU_SOURCE -D_DEFAULT_SOURCE -Wall -Werror -fno-common -O2
-DMODES_READSB_VERSION=\""3.14.1630 compiled on 241017"\" -Wdate-time
-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wformat
-Werror=format-security -Wno-format-truncation -g -c argp.c -o argp.o
cc -std=c11 -W -D_GNU_SOURCE -D_DEFAULT_SOURCE -Wall -Werror -fno-common -O2
-DMODES_READSB_VERSION=\""3.14.1630 compiled on 241017"\" -Wdate-time
-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wformat
-Werror=format-security -Wno-format-truncation -g -c anet.c -o anet.o
cc -std=c11 -W -D_GNU_SOURCE -D_DEFAULT_SOURCE -Wall -Werror -fno-common -O2
-DMODES_READSB_VERSION=\""3.14.1630 compiled on 241017"\" -Wdate-time
-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wformat
-Werror=format-security -Wno-format-truncation -g -c interactive.c -o
interactive.o
cc -std=c11 -W -D_GNU_SOURCE -D_DEFAULT_SOURCE -Wall -Werror -fno-common -O2
-DMODES_READSB_VERSION=\""3.14.1630 compiled on 241017"\" -Wdate-time
-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wformat
-Werror=format-security -Wno-format-truncation -g -c mode_ac.c -o mode_ac.o
interactive.c: In function ‘interactiveShowData’:
interactive.c:126:23: error: initializer-string for array of ‘char’ is too long
[-Werror=unterminated-string-initialization]
126 | char spinner[4] = "|/-\\";
| ^~~~~~~
cc -std=c11 -W -D_GNU_SOURCE -D_DEFAULT_SOURCE -Wall -Werror -fno-common -O2
-DMODES_READSB_VERSION=\""3.14.1630 compiled on 241017"\" -Wdate-time
-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wformat
-Werror=format-security -Wno-format-truncation -g -c mode_s.c -o mode_s.o
cc1: all warnings being treated as errors
make[2]: *** [Makefile:154: interactive.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory
'/build/reproducible-path/readsb-3.14.1630+git20240609.adc080d'
make[1]: *** [debian/rules:39: override_dh_auto_build] Error 2
make[1]: Leaving directory
'/build/reproducible-path/readsb-3.14.1630+git20240609.adc080d'
make: *** [debian/rules:55: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: readsb
Source-Version: 3.16-2
Done: Thorsten Alteholz <[email protected]>
We believe that the bug you reported is fixed in the latest version of
readsb, 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.
Thorsten Alteholz <[email protected]> (supplier of updated readsb 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, 02 Sep 2025 23:18:24 +0200
Source: readsb
Architecture: source
Version: 3.16-2
Distribution: unstable
Urgency: medium
Maintainer: Thorsten Alteholz <[email protected]>
Changed-By: Thorsten Alteholz <[email protected]>
Closes: 1097777 1112633
Changes:
readsb (3.16-2) unstable; urgency=medium
.
* fix gcc-15 compilation (Closes: #1097777)
This was already done in v3.16-1
* remove -march=native (Closes: #1112633)
Checksums-Sha1:
7bb2c637fb2ecfadaf91ad8a3fc231473b385641 2158 readsb_3.16-2.dsc
1d2c777ca80723e486ac7200f5b0a364ca911875 409643 readsb_3.16.orig.tar.gz
7135432658cdb35610d7488e7bd00a4ee30df46e 8976 readsb_3.16-2.debian.tar.xz
f65b137745b1ee8c41ccdedf6178fa1921ca7ee8 6932 readsb_3.16-2_amd64.buildinfo
Checksums-Sha256:
d53580e143e36a12c16b0354687cce94c21ee8d4819f6bc8d5c864c27e537891 2158
readsb_3.16-2.dsc
314748d7128301e3980d1b6024c4f1675f39ae5d67a737b277943aeca5df41b9 409643
readsb_3.16.orig.tar.gz
7932fa1a51856681d0a9cd2b4ea8e32aedabbb59fa00dc095ac8e5244db0ebf6 8976
readsb_3.16-2.debian.tar.xz
7829684b7aa6295ba49d50a82b3a3ee4b3f07b5c6d33ad611030587b1dd432c6 6932
readsb_3.16-2_amd64.buildinfo
Files:
3cfc03db5b2753a1bac441b4eb92309b 2158 net optional readsb_3.16-2.dsc
b67ea5c906d73954ca8782022ed86b43 409643 net optional readsb_3.16.orig.tar.gz
60ac06b0ea9b13b3a4a96f6f2784ea01 8976 net optional readsb_3.16-2.debian.tar.xz
c84a5b8f80c53e470a4c2df490ea608a 6932 net optional
readsb_3.16-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQKnBAEBCgCRFiEEYgH7/9u94Hgi6ruWlvysDTh7WEcFAmi3ZepfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDYy
MDFGQkZGREJCREUwNzgyMkVBQkI5Njk2RkNBQzBEMzg3QjU4NDcTHGRlYmlhbkBh
bHRlaG9sei5kZQAKCRCW/KwNOHtYR3dCEACaaAi4NlEYzjR5c28j+wgqiMx93M/O
Nc83Ij5Dpu4qyLNXnwDgxsEw6Jb4dIXX6ji8SpM2QqBJN9gvZmMk63j+Gr1kbc28
5HAfBWsdQ9IEhDm4861APJ93/hAepxcyVQTuyBuhHcqWNZ+TkuXVsmVmmOHhREsB
lso+D0rPNdjXVd2QE7EoV6Tuw3XGfiDRrTxiAxBwjVc5bqTuyVRx1z/jKPfZgK8I
6b5/iVt6fw7r/rmMAw5oWyY9VyMnW0lLVCMtFDTpeQXA8S1JnDFuC3htc4f0CY1E
KFMymhN1sZBpvqzE4wBve4EGCPDieFwC7PESwwCPPshGM4SfM5rEfMp/18b39NtB
YYV9OAN3kl2UPU8soeOtufcxghfQNnsRNhqjYQD1mPzvChyDvHCpsVEJ2RZPcjq8
iYwciSV8eLn1dRp5UB3asB5CdDeNGDFIwsLc2bQzOG7bfRKT0EOgsZ6Es+G5xvDu
g9XapUEjs4os6adqL0qMcbxAGoQF1i/yunI2wG1BS9tR7VjYtB1Kmjz69e/L6RNL
PZZjaVh8vaBPSqRMIdNDJZlMnjZklv9RorsmF+7XljqbNg2sGVweIQz02s8MsZa0
ZRkI2nF1kwATM2ATOuXg/NK8ce2keIZi79cjbTObHA1Truzi2JMOqFFbfRdolicP
4pLlwYcCJYyIvg==
=tF99
-----END PGP SIGNATURE-----
pgpTwWTd2Znsh.pgp
Description: PGP signature
--- End Message ---