Your message dated Sun, 14 Dec 2025 11:49:19 +0000 with message-id <E1vUkbH-00BCua-2B@fasolo.debian.org> and subject line Bug#1122420: fixed in gr-funcube 3.10.0~rc3-5 has caused the Debian Bug report #1122420, regarding gr-funcube: FTBFS: ModuleNotFoundError: No module named 'six' 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.) -- 1122420: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1122420 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian BTS <submit@bugs.debian.org>
- Subject: gr-funcube: FTBFS: ModuleNotFoundError: No module named 'six'
- From: Santiago Vila <sanvila@debian.org>
- Date: Wed, 10 Dec 2025 20:39:11 +0000
- Message-id: <[🔎] E1vTQxr-009kEC-1s@paradis.debian.org>
Package: src:gr-funcube Version: 3.10.0~rc3-4 Severity: serious Tags: ftbfs forky sid Dear maintainer: During a rebuild of all packages in unstable, this package failed to build. Below you will find the last part of the build log (probably the most relevant part, but not necessarily). If required, the full build log is available here: https://people.debian.org/~sanvila/build-logs/202512/ About the archive rebuild: The build was made on virtual machines from AWS, using sbuild and a reduced chroot with only build-essential packages. If you cannot reproduce the bug please contact me privately, as I am willing to provide ssh access to a virtual machine where the bug is fully reproducible. If this is really a bug in one of the build-depends, please use reassign and add an affects on src:gr-funcube, so that this is still visible in the BTS web page for this package. Thanks. -------------------------------------------------------------------------------- [...] debian/rules clean dh clean --with python3 --with numpy3 debian/rules override_dh_auto_clean make[1]: Entering directory '/<<PKGBUILDDIR>>' rm -rf docs/doxygen/doxyxml/__pycache__ rm -rf docs/doxygen/doxyxml/generated/__pycache__ dh_auto_clean override_dh_auto_clean make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_clean debian/rules binary dh binary --with python3 --with numpy3 dh_update_autotools_config dh_autoreconf debian/rules override_dh_auto_configure make[1]: Entering directory '/<<PKGBUILDDIR>>' dh_auto_configure -- -DLIB_SUFFIX="/x86_64-linux-gnu" -DCMAKE_BUILD_TYPE="Release" cd obj-x86_64-linux-gnu && DEB_PYTHON_INSTALL_LAYOUT=deb PKG_CONFIG=/usr/bin/pkg-config cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON -DFETCHCONTENT_FULLY_DISCONNECTED=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run -DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON "-GUnix Makefiles" -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu -DLIB_SUFFIX=/x86_64-linux-gnu -DCMAKE_BUILD_TYPE=Release .. CMake Deprecation Warning at CMakeLists.txt:12 (cmake_minimum_required): Compatibility with CMake < 3.10 will be removed from a future version of CMake. Update the VERSION argument <min> value. Or, use the <min>...<max> syntax to tell CMake that the project requires at least <min> but has been updated to work with policies introduced by <max> or earlier. -- The CXX compiler identification is GNU 15.2.0 -- The C compiler identification is GNU 15.2.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Found PkgConfig: /usr/bin/pkg-config (found version "1.8.1") -- Checking for module 'gmp' -- Found gmp, version 6.3.0 -- Found GMP: /usr/lib/x86_64-linux-gnu/libgmpxx.so -- Using GMP. -- Found MPLIB: /usr/lib/x86_64-linux-gnu/libgmpxx.so CMake Warning (dev) at /usr/share/cmake-3.31/Modules/CMakeFindDependencyMacro.cmake:76 (find_package): Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake --help-policy CMP0167" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Call Stack (most recent call first): /usr/lib/x86_64-linux-gnu/cmake/gnuradio/GnuradioConfig.cmake:28 (find_dependency) CMakeLists.txt:39 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. -- Found Boost: /usr/lib/x86_64-linux-gnu/cmake/Boost-1.83.0/BoostConfig.cmake (found suitable version "1.83.0", minimum required is "1.83.0") found components: date_time program_options regex thread unit_test_framework -- Found Volk: Volk::volk -- User set python executable /usr/bin/python3 CMake Warning (dev) at /usr/lib/x86_64-linux-gnu/cmake/gnuradio/GrPython.cmake:21 (find_package): Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules are removed. Run "cmake --help-policy CMP0148" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Call Stack (most recent call first): /usr/lib/x86_64-linux-gnu/cmake/gnuradio/GnuradioConfig.cmake:37 (include) CMakeLists.txt:39 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. -- Found PythonInterp: /usr/bin/python3 (found version "3.13.11") CMake Warning (dev) at /usr/lib/x86_64-linux-gnu/cmake/gnuradio/GrPython.cmake:27 (find_package): Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules are removed. Run "cmake --help-policy CMP0148" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Call Stack (most recent call first): /usr/lib/x86_64-linux-gnu/cmake/gnuradio/GnuradioConfig.cmake:37 (include) CMakeLists.txt:39 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.13.so (found suitable exact version "3.13.11") -- Could NOT find Git (missing: GIT_EXECUTABLE) -- Performing Test HAVE_VISIBILITY_HIDDEN -- Performing Test HAVE_VISIBILITY_HIDDEN - Success -- Performing Test HAVE_WARN_SIGN_COMPARE -- Performing Test HAVE_WARN_SIGN_COMPARE - Success -- Performing Test HAVE_WARN_ALL -- Performing Test HAVE_WARN_ALL - Success -- Performing Test HAVE_WARN_NO_UNINITIALIZED -- Performing Test HAVE_WARN_NO_UNINITIALIZED - Success -- Performing Test HAVE_WARN_IGNORED_QUALIFIERS -- Performing Test HAVE_WARN_IGNORED_QUALIFIERS - Success -- Performing Test HAVE_WARN_CAST_QUAL -- Performing Test HAVE_WARN_CAST_QUAL - Success -- Compiler Version: cc (Debian 15.2.0-11) 15.2.0 Copyright (C) 2025 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -- Compiler Flags: /usr/bin/cc:::-O3 -DNDEBUG -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -Wignored-qualifiers -Wcast-qual /usr/bin/c++:::-O3 -DNDEBUG -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -Wignored-qualifiers -Wcast-qual -- Found libusb-1.0: /usr/include/libusb-1.0, /usr/lib/x86_64-linux-gnu/libusb-1.0.so -- Using libusb: /usr/lib/x86_64-linux-gnu/libusb-1.0.so -- Found hidapi lib: /usr/include/hidapi, /usr/lib/x86_64-linux-gnu/libhidapi-libusb.so -- Using Hidapi: /usr/lib/x86_64-linux-gnu/libhidapi-libusb.so CMake Deprecation Warning at /usr/lib/x86_64-linux-gnu/cmake/gnuradio/GrPlatform.cmake:10 (message): GrPlatform usage is deprecated, use GNUInstallDirs variables directly. See https://github.com/gnuradio/gnuradio/pull/7768. Call Stack (most recent call first): CMakeLists.txt:103 (include) -- Found Doxygen: /usr/bin/doxygen (found version "1.15.0") found components: doxygen missing components: dot CMake Warning (dev) at /usr/lib/cmake/pybind11/FindPythonLibsNew.cmake:101 (message): Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules are removed. Run "cmake --help-policy CMP0148" for policy details. Use the cmake_policy command to set the policy and suppress this warning, or preferably upgrade to using FindPython, either by calling it explicitly before pybind11, or by setting PYBIND11_FINDPYTHON ON before pybind11. Call Stack (most recent call first): /usr/lib/cmake/pybind11/pybind11Tools.cmake:44 (find_package) /usr/lib/cmake/pybind11/pybind11Common.cmake:226 (include) /usr/lib/cmake/pybind11/pybind11Config.cmake:257 (include) CMakeLists.txt:145 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. -- Found PythonInterp: /usr/bin/python3 (found suitable version "3.13.11", minimum required is "3.8") -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.13.so -- Performing Test HAS_FLTO_AUTO -- Performing Test HAS_FLTO_AUTO - Success -- Found pybind11: /usr/include (found version "3.0.1") -- Using install prefix: /usr -- Building for version: 3.10.0.0 / 3.10.0 CMake Warning (dev) at lib/CMakeLists.txt:59 (find_package): Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake --help-policy CMP0167" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. -- Found Boost: /usr/lib/x86_64-linux-gnu/cmake/Boost-1.83.0/BoostConfig.cmake (found version "1.83.0") found components: unit_test_framework -- Python checking for pygccxml - found -- Configuring done (1.6s) -- Generating done (0.0s) CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY FETCHCONTENT_FULLY_DISCONNECTED -- Build files have been written to: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_build cd obj-x86_64-linux-gnu && make -j2 INSTALL="install --strip-program=true" VERBOSE=1 make[1]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' /usr/bin/cmake -S"/<<PKGBUILDDIR>>" -B"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu" --check-build-system CMakeFiles/Makefile.cmake 0 /usr/bin/cmake -E cmake_progress_start "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu//CMakeFiles/progress.marks" make -f CMakeFiles/Makefile2 all make[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' make -f lib/CMakeFiles/gnuradio-funcube.dir/build.make lib/CMakeFiles/gnuradio-funcube.dir/depend make -f docs/doxygen/CMakeFiles/doxygen_target.dir/build.make docs/doxygen/CMakeFiles/doxygen_target.dir/depend make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' cd "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu" && /usr/bin/cmake -E cmake_depends "Unix Makefiles" "/<<PKGBUILDDIR>>" "/<<PKGBUILDDIR>>/lib" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/CMakeFiles/gnuradio-funcube.dir/DependInfo.cmake" "--color=" make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' cd "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu" && /usr/bin/cmake -E cmake_depends "Unix Makefiles" "/<<PKGBUILDDIR>>" "/<<PKGBUILDDIR>>/docs/doxygen" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/docs/doxygen" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/docs/doxygen/CMakeFiles/doxygen_target.dir/DependInfo.cmake" "--color=" make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' make -f docs/doxygen/CMakeFiles/doxygen_target.dir/build.make docs/doxygen/CMakeFiles/doxygen_target.dir/build make -f lib/CMakeFiles/gnuradio-funcube.dir/build.make lib/CMakeFiles/gnuradio-funcube.dir/build make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' [ 4%] Generating documentation with doxygen cd "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/docs/doxygen" && /usr/bin/doxygen /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/docs/doxygen/Doxyfile [ 8%] Building CXX object lib/CMakeFiles/gnuradio-funcube.dir/fcd_impl.cc.o cd "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib" && /usr/bin/c++ -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DFMT_SHARED -DGR_CTRLPORT -DGR_MPLIB_GMP -DGR_PERFORMANCE_COUNTERS -DSPDLOG_COMPILED_LIB -DSPDLOG_FMT_EXTERNAL -DSPDLOG_SHARED_LIB -Dgnuradio_funcube_EXPORTS -I/usr/include/hidapi -I"/<<PKGBUILDDIR>>/lib/../include" -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -Wignored-qualifiers -Wcast-qual -O3 -DNDEBUG -std=c++17 -fPIC -MD -MT lib/CMakeFiles/gnuradio-funcube.dir/fcd_impl.cc.o -MF CMakeFiles/gnuradio-funcube.dir/fcd_impl.cc.o.d -o CMakeFiles/gnuradio-funcube.dir/fcd_impl.cc.o -c "/<<PKGBUILDDIR>>/lib/fcd_impl.cc" warning: Tag 'HTML_TIMESTAMP' at line 1355 of file '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/docs/doxygen/Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'FORMULA_TRANSPARENT' at line 1690 of file '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/docs/doxygen/Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'LATEX_TIMESTAMP' at line 2034 of file '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/docs/doxygen/Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'DOT_FONTNAME' at line 2415 of file '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/docs/doxygen/Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'DOT_FONTSIZE' at line 2422 of file '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/docs/doxygen/Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'DOT_TRANSPARENT' at line 2679 of file '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/docs/doxygen/Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" /<<PKGBUILDDIR>>/include/funcube/fcd.h:31: warning: Found non-existing group 'funcube' for the command '@ingroup', ignoring command /<<PKGBUILDDIR>>/include/funcube/fcd_control.h:22: warning: Found non-existing group 'funcube' for the command '@ingroup', ignoring command /<<PKGBUILDDIR>>/include/funcube/fcdpp.h:30: warning: Found non-existing group 'funcube' for the command '@ingroup', ignoring command /<<PKGBUILDDIR>>/include/funcube/fcdpp_control.h:22: warning: Found non-existing group 'funcube' for the command '@ingroup', ignoring command make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' [ 8%] Built target doxygen_target [ 13%] Building CXX object lib/CMakeFiles/gnuradio-funcube.dir/fcd_control_impl.cc.o cd "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib" && /usr/bin/c++ -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DFMT_SHARED -DGR_CTRLPORT -DGR_MPLIB_GMP -DGR_PERFORMANCE_COUNTERS -DSPDLOG_COMPILED_LIB -DSPDLOG_FMT_EXTERNAL -DSPDLOG_SHARED_LIB -Dgnuradio_funcube_EXPORTS -I/usr/include/hidapi -I"/<<PKGBUILDDIR>>/lib/../include" -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -Wignored-qualifiers -Wcast-qual -O3 -DNDEBUG -std=c++17 -fPIC -MD -MT lib/CMakeFiles/gnuradio-funcube.dir/fcd_control_impl.cc.o -MF CMakeFiles/gnuradio-funcube.dir/fcd_control_impl.cc.o.d -o CMakeFiles/gnuradio-funcube.dir/fcd_control_impl.cc.o -c "/<<PKGBUILDDIR>>/lib/fcd_control_impl.cc" make -f python/CMakeFiles/pygen_python_987a446b56cfecbdd1a3cd074d897754.dir/build.make python/CMakeFiles/pygen_python_987a446b56cfecbdd1a3cd074d897754.dir/depend make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' cd "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu" && /usr/bin/cmake -E cmake_depends "Unix Makefiles" "/<<PKGBUILDDIR>>" "/<<PKGBUILDDIR>>/python" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/python" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/python/CMakeFiles/pygen_python_987a446b56cfecbdd1a3cd074d897754.dir/DependInfo.cmake" "--color=" make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' make -f python/CMakeFiles/pygen_python_987a446b56cfecbdd1a3cd074d897754.dir/build.make python/CMakeFiles/pygen_python_987a446b56cfecbdd1a3cd074d897754.dir/build make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' [ 17%] Generating __init__.pyc cd "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/python" && /usr/bin/python3 /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/python_compile_helper.py /<<PKGBUILDDIR>>/python/__init__.py /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/python/__init__.pyc make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' [ 17%] Built target pygen_python_987a446b56cfecbdd1a3cd074d897754 [ 21%] Building CXX object lib/CMakeFiles/gnuradio-funcube.dir/fcdpp_impl.cc.o cd "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib" && /usr/bin/c++ -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DFMT_SHARED -DGR_CTRLPORT -DGR_MPLIB_GMP -DGR_PERFORMANCE_COUNTERS -DSPDLOG_COMPILED_LIB -DSPDLOG_FMT_EXTERNAL -DSPDLOG_SHARED_LIB -Dgnuradio_funcube_EXPORTS -I/usr/include/hidapi -I"/<<PKGBUILDDIR>>/lib/../include" -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -Wignored-qualifiers -Wcast-qual -O3 -DNDEBUG -std=c++17 -fPIC -MD -MT lib/CMakeFiles/gnuradio-funcube.dir/fcdpp_impl.cc.o -MF CMakeFiles/gnuradio-funcube.dir/fcdpp_impl.cc.o.d -o CMakeFiles/gnuradio-funcube.dir/fcdpp_impl.cc.o -c "/<<PKGBUILDDIR>>/lib/fcdpp_impl.cc" [ 26%] Building CXX object lib/CMakeFiles/gnuradio-funcube.dir/fcdpp_control_impl.cc.o cd "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib" && /usr/bin/c [too-long-redacted] IR>>/lib/fcdpp_control_impl.cc" [ 30%] Linking CXX shared library libgnuradio-funcube.so cd "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib" && /usr/bin/cmake -E cmake_link_script CMakeFiles/gnuradio-funcube.dir/link.txt --verbose=1 /usr/bin/c++ -fPIC -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>> [too-long-redacted] x-gnu/libvolk.so.3.2.0 -ldl -lm cd "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib" && /usr/bin/cmake -E cmake_symlink_library libgnuradio-funcube.so.3.10.0.0 libgnuradio-funcube.so.3.10.0 libgnuradio-funcube.so make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' [ 30%] Built target gnuradio-funcube make -f lib/CMakeFiles/funcube_qa_fcdpp.cc.dir/build.make lib/CMakeFiles/funcube_qa_fcdpp.cc.dir/depend make -f lib/CMakeFiles/funcube_qa_fcdpp_control.cc.dir/build.make lib/CMakeFiles/funcube_qa_fcdpp_control.cc.dir/depend make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' cd "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu" && /usr/bin/cmake -E cmake_depends "Unix Makefiles" "/<<PKGBUILDDIR>>" "/<<PKGBUILDDIR>>/lib" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/CMakeFiles/funcube_qa_fcdpp.cc.dir/DependInfo.cmake" "--color=" make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' cd "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu" && /usr/bin/cmake -E cmake_depends "Unix Makefiles" "/<<PKGBUILDDIR>>" "/<<PKGBUILDDIR>>/lib" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/CMakeFiles/funcube_qa_fcdpp_control.cc.dir/DependInfo.cmake" "--color=" make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' make -f lib/CMakeFiles/funcube_qa_fcdpp.cc.dir/build.make lib/CMakeFiles/funcube_qa_fcdpp.cc.dir/build make -f lib/CMakeFiles/funcube_qa_fcdpp_control.cc.dir/build.make lib/CMakeFiles/funcube_qa_fcdpp_control.cc.dir/build make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' [ 39%] Building CXX object lib/CMakeFiles/funcube_qa_fcdpp.cc.dir/qa_fcdpp.cc.o [ 39%] Building CXX object lib/CMakeFiles/funcube_qa_fcdpp_control.cc.dir/qa_fcdpp_control.cc.o cd "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib" && /usr/bin/c [too-long-redacted] DDIR>>/lib/qa_fcdpp_control.cc" cd "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib" && /usr/bin/c [too-long-redacted] <PKGBUILDDIR>>/lib/qa_fcdpp.cc" [ 43%] Linking CXX executable funcube_qa_fcdpp.cc cd "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib" && /usr/bin/cmake -E cmake_link_script CMakeFiles/funcube_qa_fcdpp.cc.dir/link.txt --verbose=1 /usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fs [too-long-redacted] 4-linux-gnu/libhidapi-libusb.so make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' [ 43%] Built target funcube_qa_fcdpp.cc make -f lib/CMakeFiles/funcube_qa_fcd.cc.dir/build.make lib/CMakeFiles/funcube_qa_fcd.cc.dir/depend make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' cd "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu" && /usr/bin/cmake -E cmake_depends "Unix Makefiles" "/<<PKGBUILDDIR>>" "/<<PKGBUILDDIR>>/lib" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/CMakeFiles/funcube_qa_fcd.cc.dir/DependInfo.cmake" "--color=" [ 47%] Linking CXX executable funcube_qa_fcdpp_control.cc make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' make -f lib/CMakeFiles/funcube_qa_fcd.cc.dir/build.make lib/CMakeFiles/funcube_qa_fcd.cc.dir/build cd "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib" && /usr/bin/cmake -E cmake_link_script CMakeFiles/funcube_qa_fcdpp_control.cc.dir/link.txt --verbose=1 make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' [ 52%] Building CXX object lib/CMakeFiles/funcube_qa_fcd.cc.dir/qa_fcd.cc.o cd "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib" && /usr/bin/c [too-long-redacted] /<<PKGBUILDDIR>>/lib/qa_fcd.cc" /usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fs [too-long-redacted] 4-linux-gnu/libhidapi-libusb.so make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' [ 52%] Built target funcube_qa_fcdpp_control.cc make -f lib/CMakeFiles/funcube_qa_fcd_control.cc.dir/build.make lib/CMakeFiles/funcube_qa_fcd_control.cc.dir/depend make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' cd "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu" && /usr/bin/cmake -E cmake_depends "Unix Makefiles" "/<<PKGBUILDDIR>>" "/<<PKGBUILDDIR>>/lib" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/CMakeFiles/funcube_qa_fcd_control.cc.dir/DependInfo.cmake" "--color=" make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' make -f lib/CMakeFiles/funcube_qa_fcd_control.cc.dir/build.make lib/CMakeFiles/funcube_qa_fcd_control.cc.dir/build make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' [ 56%] Building CXX object lib/CMakeFiles/funcube_qa_fcd_control.cc.dir/qa_fcd_control.cc.o cd "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib" && /usr/bin/c [too-long-redacted] ILDDIR>>/lib/qa_fcd_control.cc" [ 60%] Linking CXX executable funcube_qa_fcd.cc cd "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib" && /usr/bin/cmake -E cmake_link_script CMakeFiles/funcube_qa_fcd.cc.dir/link.txt --verbose=1 /usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fs [too-long-redacted] 4-linux-gnu/libhidapi-libusb.so make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' [ 60%] Built target funcube_qa_fcd.cc make -f python/bindings/CMakeFiles/extracted_docstrings.dir/build.make python/bindings/CMakeFiles/extracted_docstrings.dir/depend make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' cd "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu" && /usr/bin/cmake -E cmake_depends "Unix Makefiles" "/<<PKGBUILDDIR>>" "/<<PKGBUILDDIR>>/python/bindings" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/python/bindings" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/python/bindings/CMakeFiles/extracted_docstrings.dir/DependInfo.cmake" "--color=" make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' make -f python/bindings/CMakeFiles/extracted_docstrings.dir/build.make python/bindings/CMakeFiles/extracted_docstrings.dir/build make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' [ 65%] Scraping generated documentation for docstrings ... cd "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/python/bindings" && /usr/bin/python3 /<<PKGBUILDDIR>>/docs/doxygen/update_pydoc.py scrape --xml_path /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/docs/doxygen/xml --json_path /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/python/bindings/extracted_docstrings.json [ 69%] Linking CXX executable funcube_qa_fcd_control.cc cd "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib" && /usr/bin/cmake -E cmake_link_script CMakeFiles/funcube_qa_fcd_control.cc.dir/link.txt --verbose=1 Traceback (most recent call last): File "/<<PKGBUILDDIR>>/docs/doxygen/update_pydoc.py", line 23, in <module> from doxyxml import DoxyIndex, DoxyClass, DoxyFriend, DoxyFunction, DoxyFile File "/<<PKGBUILDDIR>>/docs/doxygen/doxyxml/__init__.py", line 57, in <module> from .doxyindex import DoxyIndex, DoxyFunction, DoxyParam, DoxyClass, DoxyFile, DoxyNamespace, DoxyGroup, DoxyFriend, DoxyOther File "/<<PKGBUILDDIR>>/docs/doxygen/doxyxml/doxyindex.py", line 19, in <module> from .generated import index File "/<<PKGBUILDDIR>>/docs/doxygen/doxyxml/generated/index.py", line 13, in <module> from . import compound File "/<<PKGBUILDDIR>>/docs/doxygen/doxyxml/generated/compound.py", line 15, in <module> from . import compoundsuper as supermod File "/<<PKGBUILDDIR>>/docs/doxygen/doxyxml/generated/compoundsuper.py", line 15, in <module> import six ModuleNotFoundError: No module named 'six' make[3]: *** [python/bindings/CMakeFiles/extracted_docstrings.dir/build.make:76: python/bindings/extracted_docstrings.json] Error 1 make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' make[2]: *** [CMakeFiles/Makefile2:574: python/bindings/CMakeFiles/extracted_docstrings.dir/all] Error 2 make[2]: *** Waiting for unfinished jobs.... /usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fs [too-long-redacted] 4-linux-gnu/libhidapi-libusb.so make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' [ 69%] Built target funcube_qa_fcd_control.cc make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' make[1]: *** [Makefile:149: all] Error 2 make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j2 INSTALL="install --strip-program=true" VERBOSE=1 returned exit code 2 make: *** [debian/rules:7: binary] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2 --------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
- To: 1122420-close@bugs.debian.org
- Subject: Bug#1122420: fixed in gr-funcube 3.10.0~rc3-5
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Sun, 14 Dec 2025 11:49:19 +0000
- Message-id: <E1vUkbH-00BCua-2B@fasolo.debian.org>
- Reply-to: Alexandre Detiste <tchet@debian.org>
Source: gr-funcube Source-Version: 3.10.0~rc3-5 Done: Alexandre Detiste <tchet@debian.org> We believe that the bug you reported is fixed in the latest version of gr-funcube, 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 1122420@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Alexandre Detiste <tchet@debian.org> (supplier of updated gr-funcube 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: Sun, 14 Dec 2025 12:29:47 +0100 Source: gr-funcube Architecture: source Version: 3.10.0~rc3-5 Distribution: unstable Urgency: medium Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org> Changed-By: Alexandre Detiste <tchet@debian.org> Closes: 1122420 Changes: gr-funcube (3.10.0~rc3-5) unstable; urgency=medium . * Team Upload * Patch-out undeclared usage of "six" (Closes: #1122420) * Use newer dh-sequence-python3 * Bump Standards-Version to 4.7.2 * Apply Multi-Arch: hint * Add debian/gbp.conf Checksums-Sha1: adaf05b8b8cad08c5fee7e22b8858fea19540725 2480 gr-funcube_3.10.0~rc3-5.dsc 42183399cb43f1fb5823fd8166c9145214c9902e 5896 gr-funcube_3.10.0~rc3-5.debian.tar.xz 4ad09d9e61480f6d674d1f4f64d6904bacdd3b89 26755 gr-funcube_3.10.0~rc3-5_source.buildinfo Checksums-Sha256: d5b48e5bfa8b80a0ba2602e0ae2a69f383bd8419a2514a0079178b0d814716b5 2480 gr-funcube_3.10.0~rc3-5.dsc a1ca94180552a662f84ffd86f7e30994d3dd3644304ff20f015aa61a6d9ea24f 5896 gr-funcube_3.10.0~rc3-5.debian.tar.xz 66a29837ff93770662566821c5dd984a5d217572bb94b494970ec8c0aa8df710 26755 gr-funcube_3.10.0~rc3-5_source.buildinfo Files: c284d3b89e08b6bad3621199151250c1 2480 hamradio optional gr-funcube_3.10.0~rc3-5.dsc 2b87c620d2d6c9ee0addcd34c88ba01e 5896 hamradio optional gr-funcube_3.10.0~rc3-5.debian.tar.xz 9b821c7c381e9b8696c3888d3ddc6a84 26755 hamradio optional gr-funcube_3.10.0~rc3-5_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJFBAEBCgAvFiEEj23hBDd/OxHnQXSHMfMURUShdBoFAmk+odcRHHRjaGV0QGRl Ymlhbi5vcmcACgkQMfMURUShdBphlA//a5xJy7zyQpqeSQAUNLEYJ21FqQwaLVkc hu5E+yMuA1/0Hs+MVePs21TdlQ5NXgpchhhj6hXBKVt/qf6UCPsEG2FWd3Ehjy/d Ne3Y0c4repmjFr5chcvOz1AeinjMUksZltydKWYm/o0lmLiD0yoehown6Z+jVTuY nBXry7KgshwHVEkqWLDCqW9/tAz41jLPUnOeNd3LLAFOhehQ9zgnHUEjZhiymZ36 OtDWl5ck2zZRvTwSb0/5J8hfSlRgnl6+hmp36lhfRVX15zh0p+ub9O9EPFWTCk60 JQtCysxeCkcvM1FtTAEfEdr3f8iGKqO3joSYDMwh7Y/GGRFoj0jtY3bnz1CToHPp IEnY7hTVpIRsCdo1/3N2P6yrqbtXSVR56HNUj76toOoBZjSGtxFs0XdGnK8ZoU86 ODhzqhxtgSpQHPWINPtwe5Sz7PSeoX8x27dCLmL0T1XxeBcODvuN7zxlKx9KXhJ9 Dd4C/aVQeCalB8MZZIJrIEa4KkUZGjWShJ6RApYTsGE+CUyddCFtWuSMrUSgb7gb WO54hmE2WKAnNKDKqrvQYNXed94w1Bngh85Yr4pSvhru0wd5sZEsPQBqGGOnhIUp F64+PC6x3+j0fwtoTctdP8v7jitJwYW7091qQL+L/1RYoY95i5+NvwxHfKmZLmS5 vTgA9H9EfZ8= =IfGF -----END PGP SIGNATURE-----Attachment: pgpksuDw6JXkC.pgp
Description: PGP signature
--- End Message ---