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.

Home Page:https://gnuradio.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error installing package gr-iqbal with PyBOMBS

fdgm0001 opened this issue · comments

Hi all, I had recently installed GNU Radio 3.8 with PyBOMBS. Then, I have tried to install gr-iqbal but I have obtained the following result:

INFO] Prefix Python version is: 3.8.5
[INFO] PyBOMBS Version 2.3.4
[INFO] Phase 1: Creating install tree and installing binary packages:
Install tree:
|
\- gr-iqbal
[INFO] Phase 1 complete: All binary dependencies installed.
[INFO] Phase 2: Recursively installing source packages to prefix:
[INFO] Installing package: gr-iqbal
[WARNING] Build dir already exists: /home/fdgm0001/pybombs/bladeRF/src/gr-iqbal/build
Configuring: (100%) [===================================================================================================]
[WARNING] Configuration failed. Re-trying with higher verbosity.
CMake Error at CMakeLists.txt:32 (find_package):
  Could not find a configuration file for package "Gnuradio" that is
  compatible with requested version "3.9".

  The following configuration files were considered but not accepted:

    /home/fdgm0001/pybombs/bladeRF/lib/cmake/gnuradio/GnuradioConfig.cmake, version: 3.8.1.0



-- Configuring incomplete, errors occurred!
See also "/home/fdgm0001/pybombs/bladeRF/src/gr-iqbal/build/CMakeFiles/CMakeOutput.log".
[ERROR] Configuration failed after running at least twice.
[ERROR] Problem occurred while building package gr-iqbal:
Configuration failed
[ERROR] Error installing package gr-iqbal. Aborting.

Attending to the result, I understand that the GNU Radio version should be 3.9. However, I don't know how to install this version with PyBOMS. It is possible to solve the problem without install GNU Radio again?

Thanks for posting the issue. I've opened an issue on the recipes repository, that's where a fix would have to happen. I've left some comments on the other issue here: gnuradio/gnuradio#4154

gnuradio/gr-recipes#246