Your message dated Wed, 12 Nov 2025 15:48:48 +0200
with message-id <aRSQQLerVZgM/u7o@localhost>
and subject line Not a FTBFS in gr-dab
has caused the Debian Bug report #1096765,
regarding gr-dab: 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.)
--
1096765: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096765
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:gr-dab
Version: 0.5-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/gr-dab_0.5-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
[...]
11: Test command: /usr/bin/sh "qa_reed_solomon_decode_bb_test.sh"
11: Working Directory:
/build/reproducible-path/gr-dab-0.5/obj-x86_64-linux-gnu/python/dab
11: Test timeout computed to be: 10000000
11: Traceback (most recent call last):
11: File
"/build/reproducible-path/gr-dab-0.5/python/dab/qa_reed_solomon_decode_bb.py",
line 24, in <module>
11: import dab_python as grdab
11: ImportError: generic_type: type "complex_to_interleaved_float_vcf"
referenced unknown base type "gr::sync_block"
11/13 Test #11: qa_reed_solomon_decode_bb ........***Failed 0.19 sec
Traceback (most recent call last):
File
"/build/reproducible-path/gr-dab-0.5/python/dab/qa_reed_solomon_decode_bb.py",
line 24, in <module>
import dab_python as grdab
ImportError: generic_type: type "complex_to_interleaved_float_vcf" referenced
unknown base type "gr::sync_block"
test 12
Start 12: qa_valve_ff
12: Test command: /usr/bin/sh "qa_valve_ff_test.sh"
12: Working Directory:
/build/reproducible-path/gr-dab-0.5/obj-x86_64-linux-gnu/python/dab
12: Test timeout computed to be: 10000000
12: Traceback (most recent call last):
12: File "/build/reproducible-path/gr-dab-0.5/python/dab/qa_valve_ff.py",
line 24, in <module>
12: import dab_python as grdab
12: ImportError: generic_type: type "complex_to_interleaved_float_vcf"
referenced unknown base type "gr::sync_block"
12/13 Test #12: qa_valve_ff ......................***Failed 0.21 sec
Traceback (most recent call last):
File "/build/reproducible-path/gr-dab-0.5/python/dab/qa_valve_ff.py", line
24, in <module>
import dab_python as grdab
ImportError: generic_type: type "complex_to_interleaved_float_vcf" referenced
unknown base type "gr::sync_block"
test 13
Start 13: qa_peak_detector_fb
13: Test command: /usr/bin/sh "qa_peak_detector_fb_test.sh"
13: Working Directory:
/build/reproducible-path/gr-dab-0.5/obj-x86_64-linux-gnu/python/dab
13: Test timeout computed to be: 10000000
13: Traceback (most recent call last):
13: File
"/build/reproducible-path/gr-dab-0.5/python/dab/qa_peak_detector_fb.py", line
26, in <module>
13: import dab_python as grdab
13: ImportError: generic_type: type "complex_to_interleaved_float_vcf"
referenced unknown base type "gr::sync_block"
13/13 Test #13: qa_peak_detector_fb ..............***Failed 0.20 sec
Traceback (most recent call last):
File "/build/reproducible-path/gr-dab-0.5/python/dab/qa_peak_detector_fb.py",
line 26, in <module>
import dab_python as grdab
ImportError: generic_type: type "complex_to_interleaved_float_vcf" referenced
unknown base type "gr::sync_block"
0% tests passed, 13 tests failed out of 13
Total Test time (real) = 2.65 sec
The following tests FAILED:
1 - qa_time_deinterleave_ff (Failed)
2 - qa_fib_sink_vb (Failed)
3 - qa_crc16_bb (Failed)
4 - qa_select_subch_vfvf (Failed)
5 - qa_unpuncture_ff (Failed)
6 - qa_prune (Failed)
7 - qa_puncture_bb (Failed)
8 - qa_mp2_decode_bs (Failed)
9 - qa_mp4_decode_bs (Failed)
10 - qa_dabplus_audio_decoder_ff (Failed)
11 - qa_reed_solomon_decode_bb (Failed)
12 - qa_valve_ff (Failed)
13 - qa_peak_detector_fb (Failed)
Errors while running CTest
make[1]: *** [Makefile:74: test] Error 8
make[1]: Leaving directory
'/build/reproducible-path/gr-dab-0.5/obj-x86_64-linux-gnu'
dh_auto_test: error: cd obj-x86_64-linux-gnu && make -j1 test ARGS\+=--verbose
ARGS\+=-j1 returned exit code 2
make: *** [debian/rules:16: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
gnuradio has some ABI stability issues, but gr-dab itself builds fine
and does not need any fixing.
cu
Adrian
--- End Message ---