Re: [Discuss-gnuradio] error using new PyBombs

2016-08-05 Thread Marcus Müller
I think this is not the case here, but for those that will come to this thread in the future: The very most common way people ended up with an apt-get/yum/dnf-installed version of UHD that they didn't want to have is that they installed their linux distro's gnuradio package – these depend on the d

Re: [Discuss-gnuradio] error using new PyBombs

2016-08-05 Thread Jason Matusiak
Stefan, your last note was the key. I did a sudo apt-get untinstall on uhd and things were kosher again. I don't recall ever installing uhd via apt-get, but that seems to have been the issue anyway. Thanks! On 08/04/2016 03:35 PM, Jason wrote: Thanks Stefan. I ran that and changed the libuh

Re: [Discuss-gnuradio] error using new PyBombs

2016-08-04 Thread Jason Matusiak
Thanks Stefan. I ran that and changed the libuhd*.so* to libuhd_bu*.so* in both /usr/lib/x86_64-linux-gnu/ and /usr/local/lib/ and yet it still fails at the same point. The only other locations (which aren't in my $PATH or $LD_LIBRARY) are /usr/local/oecore-x86_64_older/sysroots/armv7ahf-vfp-

Re: [Discuss-gnuradio] error using new PyBombs

2016-08-04 Thread Stefan Wunsch
This helps a lot to find all installations: $ sudo find / -name libuhd*.so* If the path is not inside a pybombs prefix, it is most likely an installation by your package manager. I had this problem as well :P Greetings Stefan On 08/04/2016 06:56 PM, Jason Matusiak wrote: >> For some reason, if

Re: [Discuss-gnuradio] error using new PyBombs

2016-08-04 Thread Marcus Müller
make sure it's not somewhere in the folders that these tools pick up; so watch your include paths, $PATH, $LD_LIBRARY_PATH, etc. It's pretty specific to each system, so I must admit that I really don't know what resides where. I'd start by searching for uhd header filenames on your system and makin

Re: [Discuss-gnuradio] error using new PyBombs

2016-08-04 Thread Jason Matusiak
For some reason, if you have conflicting UHD versions installed, the most common place for compilation to break is the swig'ging of the ATR registers. So: Please make sure there's only one UHD that cmake / swig/ your compiler will find when building! Thank you for the insight Marcus!! What shou

Re: [Discuss-gnuradio] error using new PyBombs

2016-08-04 Thread Marcus Müller
For some reason, if you have conflicting UHD versions installed, the most common place for compilation to break is the swig'ging of the ATR registers. So: Please make sure there's only one UHD that cmake / swig/ your compiler will find when building! Best regards, Marcus On 04.08.2016 18:16, Ja

[Discuss-gnuradio] error using new PyBombs

2016-08-04 Thread Jason Matusiak
I was having some issues updating some of my stuff, so I decided to buckle down, and you the new pybombs to try to get my setup installed again. It works for a while and then errors out on UHD: >>pybombs prefix init ~/pybombs -a myprefix -R gnuradio-default <> [ 86%] Building CXX object gr-uhd