Your message dated Sat, 20 Sep 2025 23:18:52 +0000 with message-id <E1v06qy-005oBl-2a@fasolo.debian.org> and subject line Bug#1096285: fixed in airspyhf 1.6.8-5 has caused the Debian Bug report #1096285, regarding airspyhf: 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 owner@bugs.debian.org immediately.) -- 1096285: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096285 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: maintonly@bugs.debian.org
- Subject: airspyhf: ftbfs with GCC-15
- From: Matthias Klose <doko@debian.org>
- Date: Mon, 17 Feb 2025 17:02:26 +0000
- Message-id: <E1tk4Vm-009H4Y-FZ@paradis.debian.org>
Package: src:airspyhf Version: 1.6.8-4 Severity: important Tags: sid forky User: debian-gcc@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/airspyhf_1.6.8-4_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 [...] cd /build/reproducible-path/airspyhf-1.6.8/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/reproducible-path/airspyhf-1.6.8 /build/reproducible-path/airspyhf-1.6.8/tools/src /build/reproducible-path/airspyhf-1.6.8/obj-x86_64-linux-gnu /build/reproducible-path/airspyhf-1.6.8/obj-x86_64-linux-gnu/tools/src /build/reproducible-path/airspyhf-1.6.8/obj-x86_64-linux-gnu/tools/src/CMakeFiles/airspyhf_calibrate.dir/DependInfo.cmake "--color=" make[3]: Leaving directory '/build/reproducible-path/airspyhf-1.6.8/obj-x86_64-linux-gnu' make -f tools/src/CMakeFiles/airspyhf_gpio.dir/build.make tools/src/CMakeFiles/airspyhf_gpio.dir/build make[3]: Entering directory '/build/reproducible-path/airspyhf-1.6.8/obj-x86_64-linux-gnu' make[3]: Leaving directory '/build/reproducible-path/airspyhf-1.6.8/obj-x86_64-linux-gnu' make[3]: Leaving directory '/build/reproducible-path/airspyhf-1.6.8/obj-x86_64-linux-gnu' make -f tools/src/CMakeFiles/airspyhf_info.dir/build.make tools/src/CMakeFiles/airspyhf_info.dir/build make -f tools/src/CMakeFiles/airspyhf_calibrate.dir/build.make tools/src/CMakeFiles/airspyhf_calibrate.dir/build make[3]: Leaving directory '/build/reproducible-path/airspyhf-1.6.8/obj-x86_64-linux-gnu' make[3]: Leaving directory '/build/reproducible-path/airspyhf-1.6.8/obj-x86_64-linux-gnu' make -f tools/src/CMakeFiles/airspyhf_rx.dir/build.make tools/src/CMakeFiles/airspyhf_rx.dir/build make -f tools/src/CMakeFiles/airspyhf_lib_version.dir/build.make tools/src/CMakeFiles/airspyhf_lib_version.dir/build make[3]: Entering directory '/build/reproducible-path/airspyhf-1.6.8/obj-x86_64-linux-gnu' make[3]: Entering directory '/build/reproducible-path/airspyhf-1.6.8/obj-x86_64-linux-gnu' make[3]: Entering directory '/build/reproducible-path/airspyhf-1.6.8/obj-x86_64-linux-gnu' make[3]: Entering directory '/build/reproducible-path/airspyhf-1.6.8/obj-x86_64-linux-gnu' [ 37%] Building C object tools/src/CMakeFiles/airspyhf_calibrate.dir/airspyhf_calibrate.c.o [ 43%] Building C object tools/src/CMakeFiles/airspyhf_rx.dir/airspyhf_rx.c.o cd /build/reproducible-path/airspyhf-1.6.8/obj-x86_64-linux-gnu/tools/src && /usr/bin/cc -D_FILE_OFFSET_BITS=64 -I/build/reproducible-path/airspyhf-1.6.8/libairspyhf/src -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/airspyhf-1.6.8=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -Wall -MD -MT tools/src/CMakeFiles/airspyhf_calibrate.dir/airspyhf_calibrate.c.o -MF CMakeFiles/airspyhf_calibrate.dir/airspyhf_calibrate.c.o.d -o CMakeFiles/airspyhf_calibrate.dir/airspyhf_calibrate.c.o -c /build/reproducible-path/airspyhf-1.6.8/tools/src/airspyhf_calibrate.c [ 50%] Building C object tools/src/CMakeFiles/airspyhf_gpio.dir/airspyhf_gpio.c.o cd /build/reproducible-path/airspyhf-1.6.8/obj-x86_64-linux-gnu/tools/src && /usr/bin/cc -D_FILE_OFFSET_BITS=64 -I/build/reproducible-path/airspyhf-1.6.8/libairspyhf/src -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/airspyhf-1.6.8=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -Wall -MD -MT tools/src/CMakeFiles/airspyhf_rx.dir/airspyhf_rx.c.o -MF CMakeFiles/airspyhf_rx.dir/airspyhf_rx.c.o.d -o CMakeFiles/airspyhf_rx.dir/airspyhf_rx.c.o -c /build/reproducible-path/airspyhf-1.6.8/tools/src/airspyhf_rx.c cd /build/reproducible-path/airspyhf-1.6.8/obj-x86_64-linux-gnu/tools/src && /usr/bin/cc -D_FILE_OFFSET_BITS=64 -I/build/reproducible-path/airspyhf-1.6.8/libairspyhf/src -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/airspyhf-1.6.8=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -Wall -MD -MT tools/src/CMakeFiles/airspyhf_gpio.dir/airspyhf_gpio.c.o -MF CMakeFiles/airspyhf_gpio.dir/airspyhf_gpio.c.o.d -o CMakeFiles/airspyhf_gpio.dir/airspyhf_gpio.c.o -c /build/reproducible-path/airspyhf-1.6.8/tools/src/airspyhf_gpio.c [ 56%] Building C object tools/src/CMakeFiles/airspyhf_info.dir/airspyhf_info.c.o cd /build/reproducible-path/airspyhf-1.6.8/obj-x86_64-linux-gnu/tools/src && /usr/bin/cc -D_FILE_OFFSET_BITS=64 -I/build/reproducible-path/airspyhf-1.6.8/libairspyhf/src -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/airspyhf-1.6.8=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -Wall -MD -MT tools/src/CMakeFiles/airspyhf_info.dir/airspyhf_info.c.o -MF CMakeFiles/airspyhf_info.dir/airspyhf_info.c.o.d -o CMakeFiles/airspyhf_info.dir/airspyhf_info.c.o -c /build/reproducible-path/airspyhf-1.6.8/tools/src/airspyhf_info.c [ 62%] Building C object tools/src/CMakeFiles/airspyhf_lib_version.dir/airspyhf_lib_version.c.o cd /build/reproducible-path/airspyhf-1.6.8/obj-x86_64-linux-gnu/tools/src && /usr/bin/cc -D_FILE_OFFSET_BITS=64 -I/build/reproducible-path/airspyhf-1.6.8/libairspyhf/src -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/airspyhf-1.6.8=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -Wall -MD -MT tools/src/CMakeFiles/airspyhf_lib_version.dir/airspyhf_lib_version.c.o -MF CMakeFiles/airspyhf_lib_version.dir/airspyhf_lib_version.c.o.d -o CMakeFiles/airspyhf_lib_version.dir/airspyhf_lib_version.c.o -c /build/reproducible-path/airspyhf-1.6.8/tools/src/airspyhf_lib_version.c /build/reproducible-path/airspyhf-1.6.8/tools/src/airspyhf_rx.c:41:13: error: ‘bool’ cannot be defined via ‘typedef’ 41 | typedef int bool; | ^~~~ /build/reproducible-path/airspyhf-1.6.8/tools/src/airspyhf_rx.c:41:13: note: ‘bool’ is a keyword with ‘-std=c23’ onwards /build/reproducible-path/airspyhf-1.6.8/tools/src/airspyhf_rx.c:41:1: warning: useless type name in empty declaration 41 | typedef int bool; | ^~~~~~~ [ 68%] Linking C static library libairspyhf.a cd /build/reproducible-path/airspyhf-1.6.8/obj-x86_64-linux-gnu/libairspyhf/src && /usr/bin/cmake -P CMakeFiles/airspyhf-static.dir/cmake_clean_target.cmake [ 75%] Linking C executable airspyhf_lib_version cd /build/reproducible-path/airspyhf-1.6.8/obj-x86_64-linux-gnu/tools/src && /usr/bin/cmake -E cmake_link_script CMakeFiles/airspyhf_lib_version.dir/link.txt --verbose=1 cd /build/reproducible-path/airspyhf-1.6.8/obj-x86_64-linux-gnu/libairspyhf/src && /usr/bin/cmake -E cmake_link_script CMakeFiles/airspyhf-static.dir/link.txt --verbose=1 make[3]: *** [tools/src/CMakeFiles/airspyhf_rx.dir/build.make:82: tools/src/CMakeFiles/airspyhf_rx.dir/airspyhf_rx.c.o] Error 1 make[3]: Leaving directory '/build/reproducible-path/airspyhf-1.6.8/obj-x86_64-linux-gnu' make[2]: *** [CMakeFiles/Makefile2:346: tools/src/CMakeFiles/airspyhf_rx.dir/all] Error 2 make[2]: *** Waiting for unfinished jobs.... /usr/bin/ar qc libairspyhf.a "CMakeFiles/airspyhf-static.dir/airspyhf.c.o" "CMakeFiles/airspyhf-static.dir/iqbalancer.c.o" /usr/bin/ranlib libairspyhf.a make[3]: Leaving directory '/build/reproducible-path/airspyhf-1.6.8/obj-x86_64-linux-gnu' /usr/bin/cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/airspyhf-1.6.8=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -Wl,-z,relro -rdynamic -Wl,--dependency-file=CMakeFiles/airspyhf_lib_version.dir/link.d CMakeFiles/airspyhf_lib_version.dir/airspyhf_lib_version.c.o -o airspyhf_lib_version -Wl,-rpath,/build/reproducible-path/airspyhf-1.6.8/obj-x86_64-linux-gnu/libairspyhf/src: ../../libairspyhf/src/libairspyhf.so.1.6.8 -lm -lusb-1.0 -lpthread make[3]: Leaving directory '/build/reproducible-path/airspyhf-1.6.8/obj-x86_64-linux-gnu' [ 75%] Built target airspyhf-static [ 81%] Linking C executable airspyhf_calibrate cd /build/reproducible-path/airspyhf-1.6.8/obj-x86_64-linux-gnu/tools/src && /usr/bin/cmake -E cmake_link_script CMakeFiles/airspyhf_calibrate.dir/link.txt --verbose=1 [ 81%] Built target airspyhf_lib_version [ 87%] Linking C executable airspyhf_gpio cd /build/reproducible-path/airspyhf-1.6.8/obj-x86_64-linux-gnu/tools/src && /usr/bin/cmake -E cmake_link_script CMakeFiles/airspyhf_gpio.dir/link.txt --verbose=1 /usr/bin/cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/airspyhf-1.6.8=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -Wl,-z,relro -rdynamic -Wl,--dependency-file=CMakeFiles/airspyhf_gpio.dir/link.d CMakeFiles/airspyhf_gpio.dir/airspyhf_gpio.c.o -o airspyhf_gpio -Wl,-rpath,/build/reproducible-path/airspyhf-1.6.8/obj-x86_64-linux-gnu/libairspyhf/src: ../../libairspyhf/src/libairspyhf.so.1.6.8 -lm -lusb-1.0 -lpthread make[3]: Leaving directory '/build/reproducible-path/airspyhf-1.6.8/obj-x86_64-linux-gnu' [ 93%] Linking C executable airspyhf_info [ 93%] Built target airspyhf_gpio cd /build/reproducible-path/airspyhf-1.6.8/obj-x86_64-linux-gnu/tools/src && /usr/bin/cmake -E cmake_link_script CMakeFiles/airspyhf_info.dir/link.txt --verbose=1 /usr/bin/cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/airspyhf-1.6.8=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -Wl,-z,relro -rdynamic -Wl,--dependency-file=CMakeFiles/airspyhf_calibrate.dir/link.d CMakeFiles/airspyhf_calibrate.dir/airspyhf_calibrate.c.o -o airspyhf_calibrate -Wl,-rpath,/build/reproducible-path/airspyhf-1.6.8/obj-x86_64-linux-gnu/libairspyhf/src: ../../libairspyhf/src/libairspyhf.so.1.6.8 -lm -lusb-1.0 -lpthread make[3]: Leaving directory '/build/reproducible-path/airspyhf-1.6.8/obj-x86_64-linux-gnu' [ 93%] Built target airspyhf_calibrate /usr/bin/cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/airspyhf-1.6.8=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -Wl,-z,relro -rdynamic -Wl,--dependency-file=CMakeFiles/airspyhf_info.dir/link.d CMakeFiles/airspyhf_info.dir/airspyhf_info.c.o -o airspyhf_info -Wl,-rpath,/build/reproducible-path/airspyhf-1.6.8/obj-x86_64-linux-gnu/libairspyhf/src: ../../libairspyhf/src/libairspyhf.so.1.6.8 -lm -lusb-1.0 -lpthread make[3]: Leaving directory '/build/reproducible-path/airspyhf-1.6.8/obj-x86_64-linux-gnu' [ 93%] Built target airspyhf_info make[2]: Leaving directory '/build/reproducible-path/airspyhf-1.6.8/obj-x86_64-linux-gnu' make[1]: *** [Makefile:139: all] Error 2 make[1]: Leaving directory '/build/reproducible-path/airspyhf-1.6.8/obj-x86_64-linux-gnu' dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j8 "INSTALL=install --strip-program=true" VERBOSE=1 returned exit code 2 make: *** [debian/rules:6: binary] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
- To: 1096285-close@bugs.debian.org
- Subject: Bug#1096285: fixed in airspyhf 1.6.8-5
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Sat, 20 Sep 2025 23:18:52 +0000
- Message-id: <E1v06qy-005oBl-2a@fasolo.debian.org>
- Reply-to: bottoms@debian.org (A. Maitland Bottoms)
Source: airspyhf Source-Version: 1.6.8-5 Done: A. Maitland Bottoms <bottoms@debian.org> We believe that the bug you reported is fixed in the latest version of airspyhf, 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 1096285@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. A. Maitland Bottoms <bottoms@debian.org> (supplier of updated airspyhf 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 ftpmaster@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 20 Sep 2025 17:15:14 -0400 Source: airspyhf Architecture: source Version: 1.6.8-5 Distribution: unstable Urgency: medium Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org> Changed-By: A. Maitland Bottoms <bottoms@debian.org> Closes: 1096285 1112691 Changes: airspyhf (1.6.8-5) unstable; urgency=medium . * update to 1.6.8-59-g87cf12a (Closes: #1096285) (would be 1.8.1 if upstream released) * upstream changed CMake minimum version to 3.12 (Closes: #1112691) Checksums-Sha1: 24ea93a6cafd12caa1eb580e84c9f107f34fc781 2079 airspyhf_1.6.8-5.dsc 9c3ad846a1d0427b250ec64ea3c69f9bfebfa8d4 52344 airspyhf_1.6.8-5.debian.tar.xz 23de784f985fb199362ab9a67e8eeeaf237188fb 7858 airspyhf_1.6.8-5_amd64.buildinfo Checksums-Sha256: 6f4f2dd70dba75ec25c9b69195105ca2a34a47063f600a82f073c77a264075c2 2079 airspyhf_1.6.8-5.dsc fd800d7e0995b6f831e4152bc259371d7217e291e9763318f5d6449da193ecfe 52344 airspyhf_1.6.8-5.debian.tar.xz 2301f910ff2c3f7e6b794979f476e339896253f3ed8c51ba5bf2e28ae332e7f9 7858 airspyhf_1.6.8-5_amd64.buildinfo Files: 2718dae6eb1269f42054b588a143316c 2079 hamradio optional airspyhf_1.6.8-5.dsc d7a6afef762392588e7a45a7ddeb66e7 52344 hamradio optional airspyhf_1.6.8-5.debian.tar.xz 687bec578ad9b9faf5c87aa6cd826683 7858 hamradio optional airspyhf_1.6.8-5_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEB8qH3cTCsGJAtrF0UEHxiR9E4JAFAmjPMiIACgkQUEHxiR9E 4JAsBw//Q8RvnBWPQ3X7Cp2Xwhdc7JjWw2aOBmv1oY0UuflUTPfE2qkDo6X/Y3T4 p8D0DTlbssSaglr21ygZnrYH6Ymq0yIvtdW7gjf2mvgCKizL8zG8OUVTpaBmpGEj kGe+L26UnL3FRzPpBy6HJz/xWbcaIRfC1LuADx5MdgQJ9cuFj2ggM2ZmAmgRRZE9 yYVxEGUfO5jobDEC2KdqNwsWS5Fytl4hCkAKB0AYQ5q5KiDPFNB6fcdCCDaqzUW1 iUTSDGUvfEJ2dBjcknJ49Bsfxhkhk4v2pwMa15sGl0ShMKFqgxPgIOJRrV+f31Mc SVBp0SByQQ7lFWN6VfGEGAgKBWDEcVJOzlcFaOiSagSLw0ip2zHMLtVV3kfdwL82 LyIDvnwLzbhdSTCQFZlrjATSNtXsvaHj9IxU97vCKCOJIrDevSXPYMH+blc22W5T bWe5kahTdfTwotJrzX9aMP6QAJlRGp7sF2l2IFvnC+Ul7NtrLX3uVZ0HZSxxkgWt sQx/+afAEVkca63HgXzeXWkSueu7p29ESu0hq+UpZDASnGL3lHeYuSt9uKAybkCe U+GyfQ+GfTDGeFSWe6rUhpzurt3NqntqHYrN6DjiYfpmKad8IOFkP5M2/6Hizd5M insuaZMRqJ+XgoGnnRpJkRJTOVZsClM4EqSjyXNhjPlSafvF70Q= =Lvgv -----END PGP SIGNATURE-----Attachment: pgpvzOBVN9SB9.pgp
Description: PGP signature
--- End Message ---