Re: [Discuss-gnuradio] pybomb gnuradio installation doesn't install gr-uhd

2014-07-18 Thread Tom Rondeau
On Thu, Jul 17, 2014 at 6:20 PM, Anderson, Douglas J. dander...@its.bldrdoc.gov wrote: Wish I had a clever solution to all this, but I ended up just nuking my prefix and pybombs dirs and starting over with pybombs - uhd - gnuradio. All is good now. I think it was in fact a failed build early

[Discuss-gnuradio] pybomb gnuradio installation doesn't install gr-uhd

2014-07-17 Thread Anderson, Douglas J.
I just installed gnuradio and uhd via pybomb, sourced the env file in the prefix dir, and attempted to do from gnuradio import uhd. gnuradio imports and inspection shows it's the prefixed version, but uhd fails with ImportError: No module named uhd. Do I need to pass pybomb some kind of

Re: [Discuss-gnuradio] pybomb gnuradio installation doesn't install gr-uhd

2014-07-17 Thread Marcus Müller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Usually, when GNU Radio is built and UHD is present, gr-uhd will be built and installed automatically. But to get this completely straight: from gnuradio import uhd fails, right? Because if there was no submodule uhd in gnuradio, I think you should

Re: [Discuss-gnuradio] pybomb gnuradio installation doesn't install gr-uhd

2014-07-17 Thread Anderson, Douglas J.
: discuss-gnuradio-bounces+danderson=its.bldrdoc@gnu.org [discuss-gnuradio-bounces+danderson=its.bldrdoc@gnu.org] on behalf of Marcus Müller [mar...@hostalia.de] Sent: Thursday, July 17, 2014 11:12 AM To: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] pybomb gnuradio installation

Re: [Discuss-gnuradio] pybomb gnuradio installation doesn't install gr-uhd

2014-07-17 Thread Tom Rondeau
, 2014 11:12 AM To: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] pybomb gnuradio installation doesn't install gr-uhd -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Usually, when GNU Radio is built and UHD is present, gr-uhd will be built and installed automatically. But to get

Re: [Discuss-gnuradio] pybomb gnuradio installation doesn't install gr-uhd

2014-07-17 Thread Marcus Müller
-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] pybomb gnuradio installation doesn't install gr-uhd Usually, when GNU Radio is built and UHD is present, gr-uhd will be built and installed automatically. But to get this completely straight: from gnuradio import uhd fails, right? Because

Re: [Discuss-gnuradio] pybomb gnuradio installation doesn't install gr-uhd

2014-07-17 Thread Anderson, Douglas J.
Thanks Tom and Marcus, Yeah not sure about the error discrepancy, must have been paraphrasing :) UHD is where it should be and was detected successfully by cmake, but these couple lines from CMakeCache.txt make me realize I have bigger problems than just gr-uhd:

Re: [Discuss-gnuradio] pybomb gnuradio installation doesn't install gr-uhd

2014-07-17 Thread Marcus Müller
Huh, strange... I'm trying to see a pattern in you disabled components, but fail to find one. I think Tom was right, this was probably due to CMake missing something on a previous run and now not catching up with everything. Hint: After doing your clean rebuild, you could have a look at the

Re: [Discuss-gnuradio] pybomb gnuradio installation doesn't install gr-uhd

2014-07-17 Thread Anderson, Douglas J.
Wish I had a clever solution to all this, but I ended up just nuking my prefix and pybombs dirs and starting over with pybombs - uhd - gnuradio. All is good now. I think it was in fact a failed build early on that wasn't cleaning up quite right. Thanks! -Doug