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
416 stars 190 forks source link

Problem with next branch of gnuradio #489

Open emozo opened 6 years ago

emozo commented 6 years ago

Hello, thank you for yor helping, but i have the follow problem. I have installed very well the Pybombs program and I want to install the next branch of the gnuradio ( have installed the master branch of gnuradio very well). For that reason I configure the ~/.pybombs/config.yml file for taking the next branch like :

         recipes:
                    gr-recipes: git+https://github.com/gnuradio/gr-recipes.git
                    gr-etcetera: git+https://github.com/gnuradio/gr-etcetera.git
        config:
                   default_prefix: /home/erislandy/prefix
        packages:
                   gnuradio:
                                gitbranch: next
                                forcebuild: 'True'

After that, I use: pypombs install gnuradio , for inatalling gnuradio but the instalation fall, it take me the follow error

     PyBOMBS.Packager.source - ERROR - Configuration failed after running at least twice.
    PyBOMBS.Packager.source - ERROR - Problem occurred while building package gnuradio:
    Configuration failed
    PyBOMBS.install_manager - ERROR - Error installing package gnuradio. Aborting.

I do not know if I have configured well the file ~/.pybombs/config.yml. I appreciate any advice about my problem, thank you