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
413 stars 191 forks source link

Error installing package gr-iqbal with PyBOMBS #594

Closed fdgm0001 closed 3 years ago

fdgm0001 commented 3 years ago

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?

dkozel commented 3 years ago

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: https://github.com/gnuradio/gnuradio/issues/4154

https://github.com/gnuradio/gr-recipes/issues/246