Wednesday, October 16, 2019

Re: [Discuss-gnuradio] Pybombs broken?

Hi Richard,
The following steps have been successful in building v3.7.13.5 in my 18.04 docker. Give this a shot.

-Mike

$ pip install pybombs
$ pybombs auto-config
$ pybombs recipes add-defaults
$ pybombs config --package gnuradio gitrev v3.7.13.5
$ pybombs config --package uhd gitrev v3.14.1.0
$ pybombs prefix init -a {MyAlias} {MyPrefixPath}
$ pybombs config --package uhd forcebuild true
$ pybombs install gnuradio37

On Wed, Oct 16, 2019 at 2:22 PM Chris Kuethe <chris.kuethe@gmail.com> wrote:
On the upside, this is fantastic opportunity to figure out a framework/process for the 3.8-3.9 upgrade. 

On Wed, Oct 16, 2019, 11:18 Martin Braun <martin.braun@ettus.com> wrote:
Hey Richard,

PyBOMBS is having a hard time dealing with 3.7 vs. 3.8. Use the PyBOMBS master branch for any hope of it working.

-- M

On Tue, Oct 15, 2019 at 5:00 PM Richard Bell <richard.bell4@gmail.com> wrote:
Hello,

I'm using pybombs to install gnuradio 3.7.13.5 onto ubuntu 18.04. Pybombs seems to be unable to install dependencies anymore. Each time I run 

pybombs prefix init ~/Documents/gnuradio/gr37 -a gr37 -R gnuradio-default

it goes for a while until it finds software that is missing and errors out. I then manually install the software and rerun the above command. I've had to do this for several dependencies now, including:

mako, cppunit, pyqt4, cheetah, thrift, numpy and more.

Did something change recently that broke pybombs? About a year ago I was using it without much problem, it installed everything for me.

v/r,

Rich
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

No comments:

Post a Comment