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
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
___
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
CMakeCa
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:
_gr_disabled_components:INTERNA
son=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 doesn't install
> gr-uhd
>
>
>
> Usually, when GNU Radi
dio-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 insta
_
From: 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] p
-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 get
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 speci