fventuri / gr-sdrplay3

Out-of-tree GNU Radio module for SDRplay RSP devices - SDRplay API V3.X
GNU General Public License v3.0
45 stars 7 forks source link

Cmake issue #37

Open ghassel opened 8 months ago

ghassel commented 8 months ago

I'm trying to install gr-sdrplay3 on Ubuntu 22.04, and encounter the following error when I run cmake:

cmake .. -- Build type not specified: defaulting to release. -- Found Boost: /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake (found suitable version "1.74.0", minimum required is "1.65") found components: filesystem program_options regex thread -- Using GMP. -- Found Boost: /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake (found suitable version "1.74.0", minimum required is "1.74.0") found components: date_time program_options system regex thread unit_test_framework -- Extracting version information from git describe... -- Found pybind11: /usr/include (found version "2.9.1") -- Using install prefix: /usr/local -- Building for version: v3.11.0.4-0-gcaab7f71 / 3.11.0git -- No C++ unit tests... skipping -- User set python executable /usr/bin/python3.10 -- PYTHON and GRC components are disabled -- Configuring donecmake .. -- Build type not specified: defaulting to release. -- Found Boost: /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake (found suitable version "1.74.0", minimum required is "1.65") found components: filesystem program_options regex thread -- Using GMP. -- Found Boost: /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake (found suitable version "1.74.0", minimum required is "1.74.0") found components: date_time program_options system regex thread unit_test_framework -- Extracting version information from git describe... -- Found pybind11: /usr/include (found version "2.9.1") -- Using install prefix: /usr/local -- Building for version: v3.11.0.4-0-gcaab7f71 / 3.11.0git -- No C++ unit tests... skipping -- User set python executable /usr/bin/python3.10 -- PYTHON and GRC components are disabled -- Configuring done CMake Error in CMakeLists.txt: IMPORTED_LOCATION not set for imported target "gnuradio::gnuradio-runtime" configuration "Release".

-- Generating done CMake Generate step failed. Build files cannot be regenerated correctly.

CMake Error in CMakeLists.txt: IMPORTED_LOCATION not set for imported target "gnuradio::gnuradio-runtime" configuration "Release".

-- Generating done CMake Generate step failed. Build files cannot be regenerated correctly.

I have re-installed gnuradio and all of the dependencies, I think. I appreciate any suggestions. Thanks! -George

fventuri commented 8 months ago

@ghassel - George, I have never seen that error before, however I just ran this command on my system:

find /usr -name gnuradio-runtimeTargets-release.cmake | xargs grep -H IMPORTED_LOCATION

and I do see that it finds the file gnuradio-runtimeTargets-release.cmake, and that that file contains the cmake variable IMPORTED_LOCATION_RELEASE:

/usr/local/lib64/cmake/gnuradio/gnuradio-runtimeTargets-release.cmake:  IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib64/libgnuradio-runtime.so.v3.11.0.0git-672-gc3aa5bec"

Can you try running the same command on your computer to see if you have that file too and if it contains that variable?

Franco

ghassel commented 8 months ago

Hi Franco,

I get: find /usr/ -name gnuradio-runtimeTargets-release.cmake | xargs grep -H IMPORTED_LOCATION /usr/lib/x86_64-linux-gnu/cmake/gnuradio/gnuradio-runtimeTargets-release.cmake: IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/x86_64-linux-gnu/libgnuradio-runtime.so.3.10.1.1"

On Tue, Mar 19, 2024 at 6:07 PM Franco Venturi @.***> wrote:

@ghassel https://github.com/ghassel - George, I have never seen that error before, however I just ran this command on my system:

find /usr -name gnuradio-runtimeTargets-release.cmake | xargs grep -H IMPORTED_LOCATION

and I do see that it finds the file gnuradio-runtimeTargets-release.cmake, and that that file contains the cmake variable IMPORTED_LOCATION_RELEASE:

/usr/local/lib64/cmake/gnuradio/gnuradio-runtimeTargets-release.cmake: IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib64/libgnuradio-runtime.so.v3.11.0.0git-672-gc3aa5bec"

Can you try running the same command on your computer to see if you have that file too and if it contains that variable?

Franco

— Reply to this email directly, view it on GitHub https://github.com/fventuri/gr-sdrplay3/issues/37#issuecomment-2008222992, or unsubscribe https://github.com/notifications/unsubscribe-auth/AG5YWTGADB2ZVP6MNSDEYFDYZCZKHAVCNFSM6AAAAABE6C5QK2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMBYGIZDEOJZGI . You are receiving this because you were mentioned.Message ID: @.***>

fventuri commented 8 months ago

George, please run cmake with the --debug-find option:

cmake --debug-find ..

The output will be very verbose but hopefully it will tell us what's going on.

Franco

ghassel commented 8 months ago

Hi Franco,

Here it is:

cmake --debug-find .. Running with debug output on for the find commands. -- Build type not specified: defaulting to release. CMake Debug Log at /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:141 (find_package):

/usr/lib/x86_64-linux-gnu/cmake/boost_headers-1.74.0/boost_headersConfig.cmake

/usr/lib/x86_64-linux-gnu/cmake/boost_headers-1.74.0/boost_headers-config.cmake

Call Stack (most recent call first): /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:215 (boost_find_component) /usr/share/cmake-3.22/Modules/FindBoost.cmake:594 (find_package) CMakeLists.txt:84 (find_package)

CMake Debug Log at /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:141 (find_package): Call Stack (most recent call first): /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:215 (boost_find_component) /usr/share/cmake-3.22/Modules/FindBoost.cmake:594 (find_package) CMakeLists.txt:84 (find_package)

CMake Debug Log at /usr/lib/x86_64-linux-gnu/cmake/boost_filesystem-1.74.0/boost_filesystem-config.cmake:100 (find_package):

/usr/lib/x86_64-linux-gnu/cmake/boost_headers-1.74.0/boost_headersConfig.cmake

/usr/lib/x86_64-linux-gnu/cmake/boost_headers-1.74.0/boost_headers-config.cmake

Call Stack (most recent call first): /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:141 (find_package) /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:258 (boost_find_component) /usr/share/cmake-3.22/Modules/FindBoost.cmake:594 (find_package) CMakeLists.txt:84 (find_package)

CMake Debug Log at /usr/lib/x86_64-linux-gnu/cmake/boost_filesystem-1.74.0/boost_filesystem-config.cmake:100 (find_package): Call Stack (most recent call first): /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:141 (find_package) /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:258 (boost_find_component) /usr/share/cmake-3.22/Modules/FindBoost.cmake:594 (find_package) CMakeLists.txt:84 (find_package)

CMake Debug Log at /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:141 (find_package):

/usr/lib/x86_64-linux-gnu/cmake/boost_filesystem-1.74.0/boost_filesystemConfig.cmake

/usr/lib/x86_64-linux-gnu/cmake/boost_filesystem-1.74.0/boost_filesystem-config.cmake

Call Stack (most recent call first): /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:258 (boost_find_component) /usr/share/cmake-3.22/Modules/FindBoost.cmake:594 (find_package) CMakeLists.txt:84 (find_package)

CMake Debug Log at /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:141 (find_package): Call Stack (most recent call first): /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:258 (boost_find_component) /usr/share/cmake-3.22/Modules/FindBoost.cmake:594 (find_package) CMakeLists.txt:84 (find_package)

CMake Debug Log at /usr/lib/x86_64-linux-gnu/cmake/boost_program_options-1.74.0/boost_program_options-config.cmake:100 (find_package):

/usr/lib/x86_64-linux-gnu/cmake/boost_headers-1.74.0/boost_headersConfig.cmake

/usr/lib/x86_64-linux-gnu/cmake/boost_headers-1.74.0/boost_headers-config.cmake

Call Stack (most recent call first): /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:141 (find_package) /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:258 (boost_find_component) /usr/share/cmake-3.22/Modules/FindBoost.cmake:594 (find_package) CMakeLists.txt:84 (find_package)

CMake Debug Log at /usr/lib/x86_64-linux-gnu/cmake/boost_program_options-1.74.0/boost_program_options-config.cmake:100 (find_package): Call Stack (most recent call first): /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:141 (find_package) /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:258 (boost_find_component) /usr/share/cmake-3.22/Modules/FindBoost.cmake:594 (find_package) CMakeLists.txt:84 (find_package)

CMake Debug Log at /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:141 (find_package):

/usr/lib/x86_64-linux-gnu/cmake/boost_program_options-1.74.0/boost_program_optionsConfig.cmake

/usr/lib/x86_64-linux-gnu/cmake/boost_program_options-1.74.0/boost_program_options-config.cmake

Call Stack (most recent call first): /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:258 (boost_find_component) /usr/share/cmake-3.22/Modules/FindBoost.cmake:594 (find_package) CMakeLists.txt:84 (find_package)

CMake Debug Log at /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:141 (find_package): Call Stack (most recent call first): /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:258 (boost_find_component) /usr/share/cmake-3.22/Modules/FindBoost.cmake:594 (find_package) CMakeLists.txt:84 (find_package)

CMake Debug Log at /usr/lib/x86_64-linux-gnu/cmake/boost_regex-1.74.0/boost_regex-config.cmake:100 (find_package):

/usr/lib/x86_64-linux-gnu/cmake/boost_headers-1.74.0/boost_headersConfig.cmake

/usr/lib/x86_64-linux-gnu/cmake/boost_headers-1.74.0/boost_headers-config.cmake

Call Stack (most recent call first): /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:141 (find_package) /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:258 (boost_find_component) /usr/share/cmake-3.22/Modules/FindBoost.cmake:594 (find_package) CMakeLists.txt:84 (find_package)

CMake Debug Log at /usr/lib/x86_64-linux-gnu/cmake/boost_regex-1.74.0/boost_regex-config.cmake:100 (find_package): Call Stack (most recent call first): /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:141 (find_package) /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:258 (boost_find_component) /usr/share/cmake-3.22/Modules/FindBoost.cmake:594 (find_package) CMakeLists.txt:84 (find_package)

CMake Debug Log at /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:141 (find_package):

/usr/lib/x86_64-linux-gnu/cmake/boost_regex-1.74.0/boost_regexConfig.cmake

/usr/lib/x86_64-linux-gnu/cmake/boost_regex-1.74.0/boost_regex-config.cmake

Call Stack (most recent call first): /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:258 (boost_find_component) /usr/share/cmake-3.22/Modules/FindBoost.cmake:594 (find_package) CMakeLists.txt:84 (find_package)

CMake Debug Log at /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:141 (find_package): Call Stack (most recent call first): /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:258 (boost_find_component) /usr/share/cmake-3.22/Modules/FindBoost.cmake:594 (find_package) CMakeLists.txt:84 (find_package)

CMake Debug Log at /usr/lib/x86_64-linux-gnu/cmake/boost_atomic-1.74.0/boost_atomic-config.cmake:100 (find_package):

/usr/lib/x86_64-linux-gnu/cmake/boost_headers-1.74.0/boost_headersConfig.cmake

/usr/lib/x86_64-linux-gnu/cmake/boost_headers-1.74.0/boost_headers-config.cmake

Call Stack (most recent call first):

/usr/lib/x86_64-linux-gnu/cmake/boost_thread-1.74.0/boost_thread-config.cmake:100 (find_package) /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:141 (find_package) /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:258 (boost_find_component) /usr/share/cmake-3.22/Modules/FindBoost.cmake:594 (find_package) CMakeLists.txt:84 (find_package)

CMake Debug Log at /usr/lib/x86_64-linux-gnu/cmake/boost_atomic-1.74.0/boost_atomic-config.cmake:100 (find_package): Call Stack (most recent call first):

/usr/lib/x86_64-linux-gnu/cmake/boost_thread-1.74.0/boost_thread-config.cmake:100 (find_package) /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:141 (find_package) /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:258 (boost_find_component) /usr/share/cmake-3.22/Modules/FindBoost.cmake:594 (find_package) CMakeLists.txt:84 (find_package)

CMake Debug Log at /usr/lib/x86_64-linux-gnu/cmake/boost_thread-1.74.0/boost_thread-config.cmake:100 (find_package):

/usr/lib/x86_64-linux-gnu/cmake/boost_atomic-1.74.0/boost_atomicConfig.cmake

/usr/lib/x86_64-linux-gnu/cmake/boost_atomic-1.74.0/boost_atomic-config.cmake

Call Stack (most recent call first): /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:141 (find_package) /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:258 (boost_find_component) /usr/share/cmake-3.22/Modules/FindBoost.cmake:594 (find_package) CMakeLists.txt:84 (find_package)

CMake Debug Log at /usr/lib/x86_64-linux-gnu/cmake/boost_thread-1.74.0/boost_thread-config.cmake:100 (find_package): Call Stack (most recent call first): /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:141 (find_package) /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:258 (boost_find_component) /usr/share/cmake-3.22/Modules/FindBoost.cmake:594 (find_package) CMakeLists.txt:84 (find_package)

CMake Debug Log at /usr/lib/x86_64-linux-gnu/cmake/boost_thread-1.74.0/boost_thread-config.cmake:100 (find_package):

/usr/lib/x86_64-linux-gnu/cmake/boost_headers-1.74.0/boost_headersConfig.cmake

/usr/lib/x86_64-linux-gnu/cmake/boost_headers-1.74.0/boost_headers-config.cmake

Call Stack (most recent call first): /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:141 (find_package) /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:258 (boost_find_component) /usr/share/cmake-3.22/Modules/FindBoost.cmake:594 (find_package) CMakeLists.txt:84 (find_package)

CMake Debug Log at /usr/lib/x86_64-linux-gnu/cmake/boost_thread-1.74.0/boost_thread-config.cmake:100 (find_package): Call Stack (most recent call first): /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:141 (find_package) /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:258 (boost_find_component) /usr/share/cmake-3.22/Modules/FindBoost.cmake:594 (find_package) CMakeLists.txt:84 (find_package)

CMake Debug Log at /usr/share/cmake-3.22/Modules/CMakeFindDependencyMacro.cmake:47 (find_package): find_package considered the following paths for Threads.cmake

/home/scmeteors/Research/gr-sdrplay3/cmake/Modules/FindThreads.cmake

The file was found at

/usr/share/cmake-3.22/Modules/FindThreads.cmake

Call Stack (most recent call first):

/usr/lib/x86_64-linux-gnu/cmake/boost_thread-1.74.0/boost_thread-config.cmake:116 (find_dependency) /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:141 (find_package) /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:258 (boost_find_component) /usr/share/cmake-3.22/Modules/FindBoost.cmake:594 (find_package) CMakeLists.txt:84 (find_package)

CMake Debug Log at /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:141 (find_package):

/usr/lib/x86_64-linux-gnu/cmake/boost_thread-1.74.0/boost_threadConfig.cmake

/usr/lib/x86_64-linux-gnu/cmake/boost_thread-1.74.0/boost_thread-config.cmake

Call Stack (most recent call first): /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:258 (boost_find_component) /usr/share/cmake-3.22/Modules/FindBoost.cmake:594 (find_package) CMakeLists.txt:84 (find_package)

CMake Debug Log at /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:141 (find_package): Call Stack (most recent call first): /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:258 (boost_find_component) /usr/share/cmake-3.22/Modules/FindBoost.cmake:594 (find_package) CMakeLists.txt:84 (find_package)

CMake Debug Log at /usr/share/cmake-3.22/Modules/FindBoost.cmake:594 (find_package): /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake

Call Stack (most recent call first): CMakeLists.txt:84 (find_package)

CMake Debug Log at /usr/share/cmake-3.22/Modules/FindBoost.cmake:594 (find_package): Call Stack (most recent call first): CMakeLists.txt:84 (find_package)

-- Found Boost: /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake (found suitable version "1.74.0", minimum required is "1.65") found components: filesystem program_options regex thread CMake Debug Log at CMakeLists.txt:84 (find_package): find_package considered the following paths for Boost.cmake

/home/scmeteors/Research/gr-sdrplay3/cmake/Modules/FindBoost.cmake

The file was found at

/usr/share/cmake-3.22/Modules/FindBoost.cmake

CMake Debug Log at /usr/lib/x86_64-linux-gnu/cmake/spdlog/spdlogConfig.cmake:40 (find_package): find_package considered the following paths for Threads.cmake

/usr/local/lib/cmake/gnuradio/FindThreads.cmake
/home/scmeteors/Research/gr-sdrplay3/cmake/Modules/FindThreads.cmake

The file was found at

/usr/share/cmake-3.22/Modules/FindThreads.cmake

Call Stack (most recent call first): /usr/share/cmake-3.22/Modules/CMakeFindDependencyMacro.cmake:47 (find_package) /usr/local/lib/cmake/gnuradio/GnuradioConfig.cmake:13 (find_dependency) CMakeLists.txt:105 (find_package)

CMake Debug Log at /usr/share/cmake-3.22/Modules/CMakeFindDependencyMacro.cmake:47 (find_package): /usr/lib/x86_64-linux-gnu/cmake/fmt/fmtConfig.cmake /usr/lib/x86_64-linux-gnu/cmake/fmt/fmt-config.cmake

Call Stack (most recent call first): /usr/lib/x86_64-linux-gnu/cmake/spdlog/spdlogConfig.cmake:47 (find_dependency) /usr/share/cmake-3.22/Modules/CMakeFindDependencyMacro.cmake:47 (find_package) /usr/local/lib/cmake/gnuradio/GnuradioConfig.cmake:13 (find_dependency) CMakeLists.txt:105 (find_package)

CMake Debug Log at /usr/share/cmake-3.22/Modules/CMakeFindDependencyMacro.cmake:47 (find_package): Call Stack (most recent call first): /usr/lib/x86_64-linux-gnu/cmake/spdlog/spdlogConfig.cmake:47 (find_dependency) /usr/share/cmake-3.22/Modules/CMakeFindDependencyMacro.cmake:47 (find_package) /usr/local/lib/cmake/gnuradio/GnuradioConfig.cmake:13 (find_dependency) CMakeLists.txt:105 (find_package)

CMake Debug Log at /usr/share/cmake-3.22/Modules/CMakeFindDependencyMacro.cmake:47 (find_package): find_package considered the following paths for spdlog.cmake

/usr/local/lib/cmake/gnuradio/Findspdlog.cmake
/home/scmeteors/Research/gr-sdrplay3/cmake/Modules/Findspdlog.cmake
/usr/share/cmake-3.22/Modules/Findspdlog.cmake

The file was not found.

/usr/lib/x86_64-linux-gnu/cmake/spdlog/spdlogConfig.cmake

Call Stack (most recent call first): /usr/local/lib/cmake/gnuradio/GnuradioConfig.cmake:13 (find_dependency) CMakeLists.txt:105 (find_package)

CMake Debug Log at /usr/share/cmake-3.22/Modules/CMakeFindDependencyMacro.cmake:47 (find_package): Call Stack (most recent call first): /usr/local/lib/cmake/gnuradio/GnuradioConfig.cmake:13 (find_dependency) CMakeLists.txt:105 (find_package)

CMake Debug Log at /usr/local/lib/cmake/gnuradio/FindGMP.cmake:1 (find_package): find_package considered the following paths for PkgConfig.cmake

/usr/local/lib/cmake/gnuradio/FindPkgConfig.cmake
/home/scmeteors/Research/gr-sdrplay3/cmake/Modules/FindPkgConfig.cmake

The file was found at

/usr/share/cmake-3.22/Modules/FindPkgConfig.cmake

Call Stack (most recent call first): /usr/local/lib/cmake/gnuradio/FindMPLIB.cmake:1 (find_package) /usr/share/cmake-3.22/Modules/CMakeFindDependencyMacro.cmake:47 (find_package) /usr/local/lib/cmake/gnuradio/GnuradioConfig.cmake:14 (find_dependency) CMakeLists.txt:105 (find_package)

CMake Debug Log at /usr/local/lib/cmake/gnuradio/FindMPLIB.cmake:1 (find_package): find_package considered the following paths for GMP.cmake

/usr/share/cmake-3.22/Modules/FindGMP.cmake

The file was found at

/usr/local/lib/cmake/gnuradio/FindGMP.cmake

Call Stack (most recent call first): /usr/share/cmake-3.22/Modules/CMakeFindDependencyMacro.cmake:47 (find_package) /usr/local/lib/cmake/gnuradio/GnuradioConfig.cmake:14 (find_dependency) CMakeLists.txt:105 (find_package)

-- Using GMP. CMake Debug Log at /usr/share/cmake-3.22/Modules/CMakeFindDependencyMacro.cmake:47 (find_package): find_package considered the following paths for MPLIB.cmake

/usr/share/cmake-3.22/Modules/FindMPLIB.cmake

The file was found at

/usr/local/lib/cmake/gnuradio/FindMPLIB.cmake

Call Stack (most recent call first): /usr/local/lib/cmake/gnuradio/GnuradioConfig.cmake:14 (find_dependency) CMakeLists.txt:105 (find_package)

CMake Debug Log at /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:141 (find_package):

/usr/lib/x86_64-linux-gnu/cmake/boost_headers-1.74.0/boost_headersConfig.cmake

/usr/lib/x86_64-linux-gnu/cmake/boost_headers-1.74.0/boost_headers-config.cmake

Call Stack (most recent call first): /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:215 (boost_find_component) /usr/share/cmake-3.22/Modules/FindBoost.cmake:594 (find_package) /usr/share/cmake-3.22/Modules/CMakeFindDependencyMacro.cmake:47 (find_package) /usr/local/lib/cmake/gnuradio/GnuradioConfig.cmake:28 (find_dependency) CMakeLists.txt:105 (find_package)

CMake Debug Log at /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:141 (find_package): Call Stack (most recent call first): /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:215 (boost_find_component) /usr/share/cmake-3.22/Modules/FindBoost.cmake:594 (find_package) /usr/share/cmake-3.22/Modules/CMakeFindDependencyMacro.cmake:47 (find_package) /usr/local/lib/cmake/gnuradio/GnuradioConfig.cmake:28 (find_dependency) CMakeLists.txt:105 (find_package)

CMake Debug Log at /usr/lib/x86_64-linux-gnu/cmake/boost_date_time-1.74.0/boost_date_time-config.cmake:100 (find_package):

/usr/lib/x86_64-linux-gnu/cmake/boost_headers-1.74.0/boost_headersConfig.cmake

/usr/lib/x86_64-linux-gnu/cmake/boost_headers-1.74.0/boost_headers-config.cmake

Call Stack (most recent call first): /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:141 (find_package) /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:258 (boost_find_component) /usr/share/cmake-3.22/Modules/FindBoost.cmake:594 (find_package) /usr/share/cmake-3.22/Modules/CMakeFindDependencyMacro.cmake:47 (find_package) /usr/local/lib/cmake/gnuradio/GnuradioConfig.cmake:28 (find_dependency) CMakeLists.txt:105 (find_package)

CMake Debug Log at /usr/lib/x86_64-linux-gnu/cmake/boost_date_time-1.74.0/boost_date_time-config.cmake:100 (find_package): Call Stack (most recent call first): /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:141 (find_package) /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:258 (boost_find_component) /usr/share/cmake-3.22/Modules/FindBoost.cmake:594 (find_package) /usr/share/cmake-3.22/Modules/CMakeFindDependencyMacro.cmake:47 (find_package) /usr/local/lib/cmake/gnuradio/GnuradioConfig.cmake:28 (find_dependency) CMakeLists.txt:105 (find_package)

CMake Debug Log at /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:141 (find_package):

/usr/lib/x86_64-linux-gnu/cmake/boost_date_time-1.74.0/boost_date_timeConfig.cmake

/usr/lib/x86_64-linux-gnu/cmake/boost_date_time-1.74.0/boost_date_time-config.cmake

Call Stack (most recent call first): /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:258 (boost_find_component) /usr/share/cmake-3.22/Modules/FindBoost.cmake:594 (find_package) /usr/share/cmake-3.22/Modules/CMakeFindDependencyMacro.cmake:47 (find_package) /usr/local/lib/cmake/gnuradio/GnuradioConfig.cmake:28 (find_dependency) CMakeLists.txt:105 (find_package)

CMake Debug Log at /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:141 (find_package): Call Stack (most recent call first): /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:258 (boost_find_component) /usr/share/cmake-3.22/Modules/FindBoost.cmake:594 (find_package) /usr/share/cmake-3.22/Modules/CMakeFindDependencyMacro.cmake:47 (find_package) /usr/local/lib/cmake/gnuradio/GnuradioConfig.cmake:28 (find_dependency) CMakeLists.txt:105 (find_package)

CMake Debug Log at /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:141 (find_package):

/usr/lib/x86_64-linux-gnu/cmake/boost_program_options-1.74.0/boost_program_optionsConfig.cmake

/usr/lib/x86_64-linux-gnu/cmake/boost_program_options-1.74.0/boost_program_options-config.cmake

Call Stack (most recent call first): /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:258 (boost_find_component) /usr/share/cmake-3.22/Modules/FindBoost.cmake:594 (find_package) /usr/share/cmake-3.22/Modules/CMakeFindDependencyMacro.cmake:47 (find_package) /usr/local/lib/cmake/gnuradio/GnuradioConfig.cmake:28 (find_dependency) CMakeLists.txt:105 (find_package)

CMake Debug Log at /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:141 (find_package): Call Stack (most recent call first): /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:258 (boost_find_component) /usr/share/cmake-3.22/Modules/FindBoost.cmake:594 (find_package) /usr/share/cmake-3.22/Modules/CMakeFindDependencyMacro.cmake:47 (find_package) /usr/local/lib/cmake/gnuradio/GnuradioConfig.cmake:28 (find_dependency) CMakeLists.txt:105 (find_package)

CMake Debug Log at /usr/lib/x86_64-linux-gnu/cmake/boost_system-1.74.0/boost_system-config.cmake:100 (find_package):

/usr/lib/x86_64-linux-gnu/cmake/boost_headers-1.74.0/boost_headersConfig.cmake

/usr/lib/x86_64-linux-gnu/cmake/boost_headers-1.74.0/boost_headers-config.cmake

Call Stack (most recent call first): /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:141 (find_package) /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:258 (boost_find_component) /usr/share/cmake-3.22/Modules/FindBoost.cmake:594 (find_package) /usr/share/cmake-3.22/Modules/CMakeFindDependencyMacro.cmake:47 (find_package) /usr/local/lib/cmake/gnuradio/GnuradioConfig.cmake:28 (find_dependency) CMakeLists.txt:105 (find_package)

CMake Debug Log at /usr/lib/x86_64-linux-gnu/cmake/boost_system-1.74.0/boost_system-config.cmake:100 (find_package): Call Stack (most recent call first): /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:141 (find_package) /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:258 (boost_find_component) /usr/share/cmake-3.22/Modules/FindBoost.cmake:594 (find_package) /usr/share/cmake-3.22/Modules/CMakeFindDependencyMacro.cmake:47 (find_package) /usr/local/lib/cmake/gnuradio/GnuradioConfig.cmake:28 (find_dependency) CMakeLists.txt:105 (find_package)

CMake Debug Log at /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:141 (find_package):

/usr/lib/x86_64-linux-gnu/cmake/boost_system-1.74.0/boost_systemConfig.cmake

/usr/lib/x86_64-linux-gnu/cmake/boost_system-1.74.0/boost_system-config.cmake

Call Stack (most recent call first): /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:258 (boost_find_component) /usr/share/cmake-3.22/Modules/FindBoost.cmake:594 (find_package) /usr/share/cmake-3.22/Modules/CMakeFindDependencyMacro.cmake:47 (find_package) /usr/local/lib/cmake/gnuradio/GnuradioConfig.cmake:28 (find_dependency) CMakeLists.txt:105 (find_package)

CMake Debug Log at /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:141 (find_package): Call Stack (most recent call first): /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:258 (boost_find_component) /usr/share/cmake-3.22/Modules/FindBoost.cmake:594 (find_package) /usr/share/cmake-3.22/Modules/CMakeFindDependencyMacro.cmake:47 (find_package) /usr/local/lib/cmake/gnuradio/GnuradioConfig.cmake:28 (find_dependency) CMakeLists.txt:105 (find_package)

CMake Debug Log at /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:141 (find_package):

/usr/lib/x86_64-linux-gnu/cmake/boost_regex-1.74.0/boost_regexConfig.cmake

/usr/lib/x86_64-linux-gnu/cmake/boost_regex-1.74.0/boost_regex-config.cmake

Call Stack (most recent call first): /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:258 (boost_find_component) /usr/share/cmake-3.22/Modules/FindBoost.cmake:594 (find_package) /usr/share/cmake-3.22/Modules/CMakeFindDependencyMacro.cmake:47 (find_package) /usr/local/lib/cmake/gnuradio/GnuradioConfig.cmake:28 (find_dependency) CMakeLists.txt:105 (find_package)

CMake Debug Log at /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:141 (find_package): Call Stack (most recent call first): /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:258 (boost_find_component) /usr/share/cmake-3.22/Modules/FindBoost.cmake:594 (find_package) /usr/share/cmake-3.22/Modules/CMakeFindDependencyMacro.cmake:47 (find_package) /usr/local/lib/cmake/gnuradio/GnuradioConfig.cmake:28 (find_dependency) CMakeLists.txt:105 (find_package)

CMake Debug Log at /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:141 (find_package):

/usr/lib/x86_64-linux-gnu/cmake/boost_thread-1.74.0/boost_threadConfig.cmake

/usr/lib/x86_64-linux-gnu/cmake/boost_thread-1.74.0/boost_thread-config.cmake

Call Stack (most recent call first): /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:258 (boost_find_component) /usr/share/cmake-3.22/Modules/FindBoost.cmake:594 (find_package) /usr/share/cmake-3.22/Modules/CMakeFindDependencyMacro.cmake:47 (find_package) /usr/local/lib/cmake/gnuradio/GnuradioConfig.cmake:28 (find_dependency) CMakeLists.txt:105 (find_package)

CMake Debug Log at /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:141 (find_package): Call Stack (most recent call first): /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:258 (boost_find_component) /usr/share/cmake-3.22/Modules/FindBoost.cmake:594 (find_package) /usr/share/cmake-3.22/Modules/CMakeFindDependencyMacro.cmake:47 (find_package) /usr/local/lib/cmake/gnuradio/GnuradioConfig.cmake:28 (find_dependency) CMakeLists.txt:105 (find_package)

CMake Debug Log at /usr/lib/x86_64-linux-gnu/cmake/boost_unit_test_framework-1.74.0/boost_unit_test_framework-config.cmake:100 (find_package):

/usr/lib/x86_64-linux-gnu/cmake/boost_headers-1.74.0/boost_headersConfig.cmake

/usr/lib/x86_64-linux-gnu/cmake/boost_headers-1.74.0/boost_headers-config.cmake

Call Stack (most recent call first): /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:141 (find_package) /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:258 (boost_find_component) /usr/share/cmake-3.22/Modules/FindBoost.cmake:594 (find_package) /usr/share/cmake-3.22/Modules/CMakeFindDependencyMacro.cmake:47 (find_package) /usr/local/lib/cmake/gnuradio/GnuradioConfig.cmake:28 (find_dependency) CMakeLists.txt:105 (find_package)

CMake Debug Log at /usr/lib/x86_64-linux-gnu/cmake/boost_unit_test_framework-1.74.0/boost_unit_test_framework-config.cmake:100 (find_package): Call Stack (most recent call first): /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:141 (find_package) /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:258 (boost_find_component) /usr/share/cmake-3.22/Modules/FindBoost.cmake:594 (find_package) /usr/share/cmake-3.22/Modules/CMakeFindDependencyMacro.cmake:47 (find_package) /usr/local/lib/cmake/gnuradio/GnuradioConfig.cmake:28 (find_dependency) CMakeLists.txt:105 (find_package)

CMake Debug Log at /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:141 (find_package):

/usr/lib/x86_64-linux-gnu/cmake/boost_unit_test_framework-1.74.0/boost_unit_test_frameworkConfig.cmake

/usr/lib/x86_64-linux-gnu/cmake/boost_unit_test_framework-1.74.0/boost_unit_test_framework-config.cmake

Call Stack (most recent call first): /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:258 (boost_find_component) /usr/share/cmake-3.22/Modules/FindBoost.cmake:594 (find_package) /usr/share/cmake-3.22/Modules/CMakeFindDependencyMacro.cmake:47 (find_package) /usr/local/lib/cmake/gnuradio/GnuradioConfig.cmake:28 (find_dependency) CMakeLists.txt:105 (find_package)

CMake Debug Log at /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:141 (find_package): Call Stack (most recent call first): /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:258 (boost_find_component) /usr/share/cmake-3.22/Modules/FindBoost.cmake:594 (find_package) /usr/share/cmake-3.22/Modules/CMakeFindDependencyMacro.cmake:47 (find_package) /usr/local/lib/cmake/gnuradio/GnuradioConfig.cmake:28 (find_dependency) CMakeLists.txt:105 (find_package)

CMake Debug Log at /usr/share/cmake-3.22/Modules/FindBoost.cmake:594 (find_package): /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake

Call Stack (most recent call first): /usr/share/cmake-3.22/Modules/CMakeFindDependencyMacro.cmake:47 (find_package) /usr/local/lib/cmake/gnuradio/GnuradioConfig.cmake:28 (find_dependency) CMakeLists.txt:105 (find_package)

CMake Debug Log at /usr/share/cmake-3.22/Modules/FindBoost.cmake:594 (find_package): Call Stack (most recent call first): /usr/share/cmake-3.22/Modules/CMakeFindDependencyMacro.cmake:47 (find_package) /usr/local/lib/cmake/gnuradio/GnuradioConfig.cmake:28 (find_dependency) CMakeLists.txt:105 (find_package)

-- Found Boost: /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake (found suitable version "1.74.0", minimum required is "1.74.0") found components: date_time program_options system regex thread unit_test_framework CMake Debug Log at /usr/share/cmake-3.22/Modules/CMakeFindDependencyMacro.cmake:47 (find_package): find_package considered the following paths for Boost.cmake

/usr/local/lib/cmake/gnuradio/FindBoost.cmake
/home/scmeteors/Research/gr-sdrplay3/cmake/Modules/FindBoost.cmake

The file was found at

/usr/share/cmake-3.22/Modules/FindBoost.cmake

Call Stack (most recent call first): /usr/local/lib/cmake/gnuradio/GnuradioConfig.cmake:28 (find_dependency) CMakeLists.txt:105 (find_package)

CMake Debug Log at /usr/share/cmake-3.22/Modules/CMakeFindDependencyMacro.cmake:47 (find_package): find_package considered the following paths for Volk.cmake

/usr/local/lib/cmake/gnuradio/FindVolk.cmake
/home/scmeteors/Research/gr-sdrplay3/cmake/Modules/FindVolk.cmake
/usr/share/cmake-3.22/Modules/FindVolk.cmake

The file was not found.

/usr/lib/x86_64-linux-gnu/cmake/volk/VolkConfig.cmake

Call Stack (most recent call first): /usr/local/lib/cmake/gnuradio/GnuradioConfig.cmake:31 (find_dependency) CMakeLists.txt:105 (find_package)

CMake Debug Log at /usr/share/cmake-3.22/Modules/CMakeFindDependencyMacro.cmake:47 (find_package): Call Stack (most recent call first): /usr/local/lib/cmake/gnuradio/GnuradioConfig.cmake:31 (find_dependency) CMakeLists.txt:105 (find_package)

CMake Debug Log at CMakeLists.txt:105 (find_package): find_package considered the following paths for Gnuradio.cmake

/home/scmeteors/Research/gr-sdrplay3/cmake/Modules/FindGnuradio.cmake
/usr/share/cmake-3.22/Modules/FindGnuradio.cmake

The file was not found.

/usr/local/lib/cmake/gnuradio/GnuradioConfig.cmake

CMake Debug Log at CMakeLists.txt:105 (find_package):

CMake Debug Log at /usr/local/lib/cmake/gnuradio/GrVersion.cmake:27 (find_package): find_package considered the following paths for Git.cmake

The file was found at

/usr/local/lib/cmake/gnuradio/FindGit.cmake

Call Stack (most recent call first): CMakeLists.txt:106 (include)

-- Extracting version information from git describe... CMake Debug Log at /usr/share/cmake-3.22/Modules/FindDoxygen.cmake:526 (find_program): find_program called with the following settings:

VAR: DOXYGEN_DOT_EXECUTABLE
NAMES: "dot"
Documentation: Dot tool for use with Doxygen
Framework
  Only Search Frameworks: 0
  Search Frameworks Last: 0
  Search Frameworks First: 0
AppBundle
  Only Search AppBundle: 0
  Search AppBundle Last: 0
  Search AppBundle First: 0
CMAKE_FIND_USE_CMAKE_PATH: 1
CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: 1
CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: 1
CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: 1

find_program considered the following locations:

/usr/local/sbin/dot
/usr/local/bin/dot
/usr/sbin/dot
/usr/bin/dot
/sbin/dot
/bin/dot
/usr/games/dot
/usr/local/games/dot
/snap/bin/dot
/usr/local/dot
/usr/dot
/usr/X11R6/bin/dot
/usr/X11R6/sbin/dot
/usr/X11R6/dot
/usr/pkg/bin/dot
/usr/pkg/sbin/dot
/usr/pkg/dot
/opt/bin/dot
/opt/sbin/dot
/opt/dot
/ATT/Graphviz/bin/dot
C:/Program Files/ATT/Graphviz/bin/dot
/registry/bin/dot
/Applications/Graphviz.app/Contents/MacOS/dot
/Applications/Utilities/Graphviz.app/Contents/MacOS/dot
/Applications/Doxygen.app/Contents/Resources/dot
/Applications/Doxygen.app/Contents/MacOS/dot
/Applications/Utilities/Doxygen.app/Contents/Resources/dot
/Applications/Utilities/Doxygen.app/Contents/MacOS/dot

The item was not found.

Call Stack (most recent call first): /usr/share/cmake-3.22/Modules/FindDoxygen.cmake:627 (_Doxygen_find_dot) CMakeLists.txt:144 (find_package)

CMake Debug Log at CMakeLists.txt:144 (find_package): find_package considered the following paths for Doxygen.cmake

/usr/local/lib/cmake/gnuradio/FindDoxygen.cmake
/home/scmeteors/Research/gr-sdrplay3/cmake/Modules/FindDoxygen.cmake

The file was found at

/usr/share/cmake-3.22/Modules/FindDoxygen.cmake

CMake Debug Log at /usr/lib/cmake/pybind11/FindPythonLibsNew.cmake:98 (find_package): find_package considered the following paths for PythonInterp.cmake

/usr/local/lib/cmake/gnuradio/FindPythonInterp.cmake

/home/scmeteors/Research/gr-sdrplay3/cmake/Modules/FindPythonInterp.cmake /usr/lib/cmake/pybind11/FindPythonInterp.cmake

The file was found at

/usr/share/cmake-3.22/Modules/FindPythonInterp.cmake

Call Stack (most recent call first): /usr/lib/cmake/pybind11/pybind11Tools.cmake:50 (find_package) /usr/lib/cmake/pybind11/pybind11Common.cmake:206 (include) /usr/lib/cmake/pybind11/pybind11Config.cmake:250 (include) CMakeLists.txt:150 (find_package)

CMake Debug Log at /usr/lib/cmake/pybind11/pybind11Tools.cmake:50 (find_package): find_package considered the following paths for PythonLibsNew.cmake

/usr/local/lib/cmake/gnuradio/FindPythonLibsNew.cmake

/home/scmeteors/Research/gr-sdrplay3/cmake/Modules/FindPythonLibsNew.cmake /usr/share/cmake-3.22/Modules/FindPythonLibsNew.cmake

The file was found at

/usr/lib/cmake/pybind11/FindPythonLibsNew.cmake

Call Stack (most recent call first): /usr/lib/cmake/pybind11/pybind11Common.cmake:206 (include) /usr/lib/cmake/pybind11/pybind11Config.cmake:250 (include) CMakeLists.txt:150 (find_package)

-- Found pybind11: /usr/include (found version "2.9.1") CMake Debug Log at CMakeLists.txt:150 (find_package): find_package considered the following paths for pybind11.cmake

/usr/local/lib/cmake/gnuradio/Findpybind11.cmake
/home/scmeteors/Research/gr-sdrplay3/cmake/Modules/Findpybind11.cmake
/usr/share/cmake-3.22/Modules/Findpybind11.cmake

The file was not found.

/usr/lib/cmake/pybind11/pybind11Config.cmake

CMake Debug Log at CMakeLists.txt:150 (find_package):

CMake Debug Log at lib/CMakeLists.txt:28 (find_package): find_package considered the following paths for LibSDRplay.cmake

/usr/local/lib/cmake/gnuradio/FindLibSDRplay.cmake
/usr/share/cmake-3.22/Modules/FindLibSDRplay.cmake

The file was found at

/home/scmeteors/Research/gr-sdrplay3/cmake/Modules/FindLibSDRplay.cmake

-- Using install prefix: /usr/local -- Building for version: v3.11.0.4-0-gcaab7f71 / 3.11.0git -- No C++ unit tests... skipping -- User set python executable /usr/bin/python3.10 CMake Debug Log at /usr/local/lib/cmake/gnuradio/GrPython.cmake:21 (find_package): find_package considered the following paths for PythonInterp.cmake

/usr/local/lib/cmake/gnuradio/FindPythonInterp.cmake

/home/scmeteors/Research/gr-sdrplay3/cmake/Modules/FindPythonInterp.cmake

The file was found at

/usr/share/cmake-3.22/Modules/FindPythonInterp.cmake

Call Stack (most recent call first): apps/CMakeLists.txt:9 (include)

CMake Debug Log at /usr/local/lib/cmake/gnuradio/GrPython.cmake:27 (find_package): find_package considered the following paths for PythonLibs.cmake

/usr/local/lib/cmake/gnuradio/FindPythonLibs.cmake
/home/scmeteors/Research/gr-sdrplay3/cmake/Modules/FindPythonLibs.cmake

The file was found at

/usr/share/cmake-3.22/Modules/FindPythonLibs.cmake

Call Stack (most recent call first): apps/CMakeLists.txt:9 (include)

CMake Debug Log at /usr/share/cmake-3.22/Modules/FindDoxygen.cmake:526 (find_program): find_program called with the following settings:

VAR: DOXYGEN_DOT_EXECUTABLE
NAMES: "dot"
Documentation: Dot tool for use with Doxygen
Framework
  Only Search Frameworks: 0
  Search Frameworks Last: 0
  Search Frameworks First: 0
AppBundle
  Only Search AppBundle: 0
  Search AppBundle Last: 0
  Search AppBundle First: 0
CMAKE_FIND_USE_CMAKE_PATH: 1
CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: 1
CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: 1
CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: 1

find_program considered the following locations:

/usr/local/sbin/dot
/usr/local/bin/dot
/usr/sbin/dot
/usr/bin/dot
/sbin/dot
/bin/dot
/usr/games/dot
/usr/local/games/dot
/snap/bin/dot
/usr/local/dot
/usr/dot
/usr/X11R6/bin/dot
/usr/X11R6/sbin/dot
/usr/X11R6/dot
/usr/pkg/bin/dot
/usr/pkg/sbin/dot
/usr/pkg/dot
/opt/bin/dot
/opt/sbin/dot
/opt/dot
/ATT/Graphviz/bin/dot
C:/Program Files/ATT/Graphviz/bin/dot
/registry/bin/dot
/Applications/Graphviz.app/Contents/MacOS/dot
/Applications/Utilities/Graphviz.app/Contents/MacOS/dot
/Applications/Doxygen.app/Contents/Resources/dot
/Applications/Doxygen.app/Contents/MacOS/dot
/Applications/Utilities/Doxygen.app/Contents/Resources/dot
/Applications/Utilities/Doxygen.app/Contents/MacOS/dot

The item was not found.

Call Stack (most recent call first): /usr/share/cmake-3.22/Modules/FindDoxygen.cmake:627 (_Doxygen_find_dot) docs/CMakeLists.txt:12 (find_package)

CMake Debug Log at docs/CMakeLists.txt:12 (find_package): find_package considered the following paths for Doxygen.cmake

/usr/local/lib/cmake/gnuradio/FindDoxygen.cmake
/home/scmeteors/Research/gr-sdrplay3/cmake/Modules/FindDoxygen.cmake

The file was found at

/usr/share/cmake-3.22/Modules/FindDoxygen.cmake

-- PYTHON and GRC components are disabled -- Configuring done CMake Error in CMakeLists.txt: IMPORTED_LOCATION not set for imported target "gnuradio::gnuradio-runtime" configuration "Release".

-- Generating done CMake Generate step failed. Build files cannot be regenerated correctly.

On Tue, Mar 19, 2024 at 8:43 PM Franco Venturi @.***> wrote:

George, please run cmake with the --debug-find option:

cmake --debug-find ..

The output will be very verbose but hopefully it will tell us what's going on.

Franco

— Reply to this email directly, view it on GitHub https://github.com/fventuri/gr-sdrplay3/issues/37#issuecomment-2008433303, or unsubscribe https://github.com/notifications/unsubscribe-auth/AG5YWTE3VTSYKERBAYUQTZDYZDLUZAVCNFSM6AAAAABE6C5QK2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMBYGQZTGMZQGM . You are receiving this because you were mentioned.Message ID: @.***>

fventuri commented 8 months ago

George, thanks for the very detailed log.

I took a quick look at it, and I see several references to the cmake directory /usr/local/lib/cmake/gnuradio. On the other hand, when you ran the find command earlier, you found that gnuradio-runtimeTargets-release.cmake was located under /usr/lib/x86_64-linux-gnu/cmake/gnuradio.

I suspect that you might have two different installations of GNU Radio on your computer: one from Ubuntu packages, which usually install shared libraries and cmake configuration files under /usr/lib, and a second one perhaps from building GNU Radio from source, where the cmake configuration files end up typically under `/usr/local/lib'.

I wonder if these two different installs are creating some confusion for cmake on your computer. I would suggest to decide which one you want to keep, and remove all the files for the other one.

Franco

ghassel commented 8 months ago

Hi Franco, Thanks for the suggestion and for reading all the way though that. Is there an installation method that works better, or should it not matter?

On Tue, Mar 19, 2024 at 10:23 PM Franco Venturi @.***> wrote:

George, thanks for the very detailed log.

I took a quick look at it, and I see several references to the cmake directory /usr/local/lib/cmake/gnuradio. On the other hand, when you ran the find command earlier, you found that gnuradio-runtimeTargets-release.cmake was located under /usr/lib/x86_64-linux-gnu/cmake/gnuradio.

I suspect that you might have two different installations of GNU Radio on your computer: one from Ubuntu packages, which usually install shared libraries and cmake configuration files under /usr/lib, and a second one perhaps from building GNU Radio from source, where the cmake configuration files end up typically under `/usr/local/lib'.

I wonder if these two different installs are creating some confusion for cmake on your computer. I would suggest to decide which one you want to keep, and remove all the files for the other one.

Franco

— Reply to this email directly, view it on GitHub https://github.com/fventuri/gr-sdrplay3/issues/37#issuecomment-2008572809, or unsubscribe https://github.com/notifications/unsubscribe-auth/AG5YWTAKTA4ISDMJWXLBDO3YZDXLFAVCNFSM6AAAAABE6C5QK2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMBYGU3TEOBQHE . You are receiving this because you were mentioned.Message ID: @.***>

fventuri commented 8 months ago

George, both methods have pros and cons. Since I see that you are using Ubuntu 22.04, which I think is LTS, I think you might prefer to stay with the GNU Radio version that comes with Ubuntu (I think it is 3.10.1.1) - it is not the newest 3.10 version, but it is not too obsolete either.

If instead you are like me who like to be on the bleeding edge, and don't mind fixing an issue building it every once in a while, then you should definitely build it from the main branch in git. This is also true if you need any feature that are in the latest version of GNU Radio but not in the version that comes with Ubuntu.

This GNU Radio OOT module 'gr-sdrplay3' should build and run without errors with either installation.

Franco

ghassel commented 8 months ago

Hi Franco, I uninstalled gnuradio, then re-installed it and gr-sdplay3, and everything is working now. The error does seem to stem from two GR installations.

Many thanks for the assistance

On Wed, Mar 20, 2024 at 7:33 AM Franco Venturi @.***> wrote:

George, both methods have pros and cons. Since I see that you are using Ubuntu 22.04, which I think is LTS, I think you might prefer to stay with the GNU Radio version that comes with Ubuntu (I think it is 3.10.1.1) - it is not the newest 3.10 version, but it is not too obsolete either.

If instead you are like me who like to be on the bleeding edge, and don't mind fixing an issue building it every once in a while, then you should definitely build it from the main branch in git. This is also true if you need any feature that are in the latest version of GNU Radio but not in the version that comes with Ubuntu.

This GNU Radio OOT module 'gr-sdrplay3' should build and run without errors with either installation.

Franco

— Reply to this email directly, view it on GitHub https://github.com/fventuri/gr-sdrplay3/issues/37#issuecomment-2009358274, or unsubscribe https://github.com/notifications/unsubscribe-auth/AG5YWTGRLX6ITX7V5N36TEDYZFXZFAVCNFSM6AAAAABE6C5QK2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMBZGM2TQMRXGQ . You are receiving this because you were mentioned.Message ID: @.***>