Package: libuhd-dev
Version: 4.9.0.0+ds1-2
Severity: serious
Tags: ftbfs
Control: affects -1 src:gnuradio

https://buildd.debian.org/status/fetch.php?pkg=gnuradio&arch=amd64&ver=3.10.12.0-5.1%2Bb1&stamp=1771060981&raw=0

...
CMake Warning (dev) at 
/usr/share/cmake-4.2/Modules/CMakeFindDependencyMacro.cmake:93 (find_package):
  Policy CMP0144 is not set: find_package uses upper-case <PACKAGENAME>_ROOT
  variables.  Run "cmake --help-policy CMP0144" for policy details.  Use the
  cmake_policy command to set the policy and suppress this warning.

  CMake variable BOOST_ROOT is set to:

    /usr

  For compatibility, find_package is ignoring the variable, but code in a
  .cmake module might still use it.
Call Stack (most recent call first):
  /usr/share/cmake-4.2/Modules/CMakeFindDependencyMacro.cmake:125 
(__find_dependency_common)
  /usr/lib/x86_64-linux-gnu/cmake/uhd/UHDConfig.cmake:27 (find_dependency)
  cmake/Modules/FindUHD.cmake:43 (find_package)
  gr-uhd/CMakeLists.txt:13 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at 
/usr/share/cmake-4.2/Modules/CMakeFindDependencyMacro.cmake:93 (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/share/cmake-4.2/Modules/CMakeFindDependencyMacro.cmake:125 
(__find_dependency_common)
  /usr/lib/x86_64-linux-gnu/cmake/uhd/UHDConfig.cmake:27 (find_dependency)
  cmake/Modules/FindUHD.cmake:43 (find_package)
  gr-uhd/CMakeLists.txt:13 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Python checking for PyQt5 - found
-- 
-- Configuring gr-uhd support...
--   Dependency Boost_FOUND = FALSE
--   Dependency UHD_FOUND = 0
--   Dependency ENABLE_GNURADIO_RUNTIME = ON
--   Dependency ENABLE_GR_FILTER = ON
--   Dependency ENABLE_GR_BLOCKS = ON
--   Dependency ENABLE_GR_ANALOG = ON
--   Disabling gr-uhd support.
...
   dh_install -a -O--buildsystem=cmake\+ninja
dh_install: warning: Cannot find (any matches for) 
"usr/lib/*/libgnuradio-uhd.so.3.10.12*" (tried in ., debian/tmp)

dh_install: warning: libgnuradio-uhd3.10.12 missing files: 
usr/lib/*/libgnuradio-uhd.so.3.10.12*
dh_install: error: missing files, aborting
make: *** [debian/rules:11: binary-arch] Error 255



UHDConfig.cmake:27 is the new find_dependency(Boost), libuhd-dev must depend
on everything that is searched there (e.g. libboost-filesystem-dev).

Reply via email to