gnuradio / pybombs

PyBOMBS (Python Build Overlay Managed Bundle System) is the GNU Radio install management system for resolving dependencies and pulling in out-of-tree projects.
https://gnuradio.org
GNU General Public License v3.0
414 stars 191 forks source link

Error while installing GNU Radio #622

Open wutzzz opened 1 year ago

wutzzz commented 1 year ago

[INFO] Phase 2: Recursively installing source packages to prefix: [INFO] Installing package: gnuradio [WARNING] Build dir already exists: /usr/local/src/gnuradio/build Configuring: (100%) [=========================================================] [WARNING] Configuration failed. Re-trying with higher verbosity. -- Build type set to RelWithDebInfo. -- Build date set to Sun, 27 Nov 2022 13:24:29Z. -- -- The build system will automatically enable all components. -- Use -DENABLE_DEFAULT=OFF to disable components by default. -- Extracting version information from git describe... Boost 1.69 found. Found Boost components: date_time;program_options;system;regex;thread;unit_test_framework CMake Error in /usr/local/share/cmake-3.9/Modules/FindBoost.cmake: cmake_policy PUSH without matching POP Call Stack (most recent call first): cmake/Modules/GrBoost.cmake:111 (find_package) CMakeLists.txt:62 (include)

-- -- Configuring testing-support support... -- Dependency Boost_UNIT_TEST_FRAMEWORK_FOUND = 1 -- Enabling testing-support support. -- Override with -DENABLE_TESTING=ON/OFF -- Compiler Version: cc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0 Copyright (C) 2021 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:::-O2 -g -DNDEBUG -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized /usr/bin/c++:::-O2 -g -DNDEBUG -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -- ADDING PERF COUNTERS -- User set python executable /usr/bin/python3 CMake Error at cmake/Modules/GrPython.cmake:110 (target_link_libraries): Cannot specify link libraries for target "Python::NumPy" which is not built by this project. Call Stack (most recent call first): CMakeLists.txt:245 (include)

-- Configuring incomplete, errors occurred! See also "/usr/local/src/gnuradio/build/CMakeFiles/CMakeOutput.log". See also "/usr/local/src/gnuradio/build/CMakeFiles/CMakeError.log". [ERROR] Configuration failed after running at least twice. [ERROR] Problem occurred while building package gnuradio: Configuration failed [ERROR] Error installing package gnuradio. Aborting.