discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Pybombs broken?


From: Michael Kacher
Subject: Re: [Discuss-gnuradio] Pybombs broken?
Date: Thu, 17 Oct 2019 15:52:59 -0400

Sorry, I haven't had a chance to shake out 3.8 with pybombs yet. I'll provide an update if I get to look into it.
-Mike

On Thu, Oct 17, 2019 at 3:05 PM Richard Bell <address@hidden> wrote:
I should have added that when I try and mimic the way that worked for gnuradio37 that you gave above, replacing it with the gnuradio38 recipe, I get the following error:

rbell@rbell:~$ pybombs install gnuradio38
[INFO] Prefix Python version is: 2.7.15
[INFO] PyBOMBS Version 2.3.4a0
[INFO] Phase 1: Creating install tree and installing binary packages:
Install tree:
|
\- gnuradio38
[INFO] Phase 1 complete: All binary dependencies installed.
[INFO] Phase 2: Recursively installing source packages to prefix:
[INFO] Installing package: gnuradio38
fatal: No such remote or remote group: gnuradio38
[ERROR] Unexpected error while fetching git+https://github.com/gnuradio/gnuradio.git.
[ERROR] Command '['git', 'remote', 'update', 'gnuradio38']' returned non-zero exit status 1
[ERROR] Problem occurred while building package gnuradio38:
Unable to fetch recipe gnuradio38
[ERROR] Error installing package gnuradio38. Aborting.

On Thu, Oct 17, 2019 at 11:26 AM Richard Bell <address@hidden> wrote:
Michael,

I can confirm this worked for me without any issues. Now if I want to install the latest version of gnuradio next to this one in a new prefix, do you know what set of commands would work?

On Wed, Oct 16, 2019 at 11:45 AM Michael Kacher <address@hidden> wrote:
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 <address@hidden> 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 <address@hidden> 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 <address@hidden> 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
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

reply via email to

[Prev in Thread] Current Thread [Next in Thread]