Re: pybombs install gr-osmosdr ........ bunch of errors

2020-01-16 Thread César MR
Hi! Try this: Uninstall MPIR3.0: it didn’t solve the problem you had, and it can cause incompatibilities sudo apt-get update sudo apt-get install libgmp-dev It’s posible that you will need to install liborc-0.4 package too Cesar.

Re: pybombs install gr-osmosdr ........ bunch of errors

2020-01-15 Thread CEL
Hi Fernando, the bug report you linked to was closed because it's a) inaccurate and b) posted to the wrong github repo. So, Sylvain actually tried to make gr-osmosdr 3.8 compatible, and it's sad that doesn't work for you. I don't think you should actually need MPIR – MPIR is kind of the fall

Re: pybombs install gr-osmosdr ........ bunch of errors

2020-01-15 Thread Vasil Velichkov
Hi Fernando, On 15/01/2020 18.57, Fernando wrote: > Then I installed last cmake (and  mpir3.0.0) and How did you install mpir 3.0.0? Could you give us all the commands that you have used to install it? > grc@gnuradio:~/gr-osmosdr/build$ bin/cmake ../ > -- Build type not specified: defaulting

Re: pybombs install gr-osmosdr ........ bunch of errors

2020-01-15 Thread Fernando
I have tried: * sudo apt install git sudo apt install cmake git clone git://git.osmocom.org/gr-osmosdr cd gr-osmosdr/ git checkout gr3.8 mkdir build cd build/ cmake ../ Error: CMake 3.13 or higher is required.  You are running version 3.10.2 Then I installed last cmake (and  mpir3.0.0)

Re: pybombs install gr-osmosdr ........ bunch of errors

2020-01-14 Thread CEL
Ah little correction: On Tue, 2020-01-14 at 10:10 +, Müller, Marcus (CEL) wrote: > Hi Fernando, > > GNU Radio itself doesn't interface with the bladeRF directly, at all – > things like gr-osmosdr do. > Hence, there's absolutely no need to build GNU Radio from source. > > Instead: > > 1. Get

Re: pybombs install gr-osmosdr ........ bunch of errors

2020-01-14 Thread CEL
Hi Fernando, GNU Radio itself doesn't interface with the bladeRF directly, at all – things like gr-osmosdr do. Hence, there's absolutely no need to build GNU Radio from source. Instead: 1. Get a modern GNU Radio (3.8.0.0 as of writing) as a binary package via our PPA [1]: sudo

Re: pybombs install gr-osmosdr ........ bunch of errors

2020-01-13 Thread Sylvain Munaut
> Why such an old version of gnuradio - 3.7.3? I'm on 3.7.13.5 and I'm > behind on building updates. 3.7.3 is the Python version, not the Gnuradio version. Cheers, Sylvain

Re: pybombs install gr-osmosdr ........ bunch of errors

2020-01-13 Thread Cinaed Simson
Why such an old version of gnuradio - 3.7.3? I'm on 3.7.13.5 and I'm behind on building updates. You installed libgmp-dev - and it's still complaining. So blow away the ./build directory and try again. I'm running on Debain 9 using libgmp-dev and I don't have mpir installed. And it appears

Re: pybombs install gr-osmosdr ........ bunch of errors

2020-01-13 Thread Vasil Velichkov
Hi Fernando, On 13/01/2020 22.53, Fernando wrote: > pybombs prefix init ~/gnuradio -R gnuradio-default > grc@gnuradio:~$ pybombs install gr-osmosdr > [INFO] Prefix Python version is: 3.7.3 / > CMake Error at CMakeLists.txt:179 (message): >   GnuRadio Runtime required to build gr-osmosdr You

pybombs install gr-osmosdr ........ bunch of errors

2020-01-13 Thread Fernando
As I reported before I'm trying to use a new bladeRF 2.0 in gnuradio but it does not work with the bladeRF in the ubuntu repos, so I'm trying to install gnuradio and gr-osmosdr with pybombs I'm using ubuntu 19.04. The precess i have followed is the following: ** *sudo apt install git* *