Re: [Discuss-gnuradio] Trouble with Pybombs 2.0.0

2016-02-08 Thread Martin Braun
Guys, thanks for the PyBOMBS feedback. I'm very interested in all issues people run into. You might be interested in 'pybombs recipes list', which will tell you how stuff is installed. At least, which packager recognizes it. As for uninstalling system-wide through PyBOMBS, that's something we've

Re: [Discuss-gnuradio] Trouble with Pybombs 2.0.0

2016-02-07 Thread Hans Van Ingelgom
Thanks for that info, Richard, it helped me solve some problems I have here. I added the forcebuild lines to my config and it helped. (ldconfig path was already ok here in Mint) And now some more feedback on Pybombs 2: If pybombs wants to use apt-get in some cases that is fine by me, but then I

Re: [Discuss-gnuradio] Trouble with Pybombs 2.0.0

2016-02-05 Thread Collins, Richard
I may have found the solution. Looking up the error with libuhd.so.003, I found that I should add the following line to /etc/ld.so.conf: /usr/local/lib and then run: sudo ldconfig Manually cleaning out everything from find / -name '*gnuradio*' and pattern-matching with "gr-" and "uhd", (oy),

[Discuss-gnuradio] Trouble with Pybombs 2.0.0

2016-02-05 Thread Collins, Richard
Hello, I recently tried installing gnuradio on two newer core-i7 machines (both with Ubuntu 14.04LTS) with the new version of pybombs. Trying to stay away from pip (since I guess it's not updated as soon or often?), I used the following commands to attempt both installs: git clone git://github.c