You'll prolly run into same prob with hackrf. I did when I tried to use pybombs for some reason the other day. It's looking for the cmakelists file in the root, it's in host or something similar. I ended up just building everything by hand. And deleting pybombs. On Apr 21, 2016 7:20 PM, "Shahnaz Shirazi" <shshi...@eng.ucsd.edu> wrote:
> as suggested run it without gr-osmosdr and with -v > below is the error. > > PyBombs.Packager.source - DEBUG - In cwd - /home/shahnaz/Lab3/src/uhd/build > PyBombs._process_thread() - DEBUG - Executing command `CC= CXX= cmake .. > -DCMAKE_BUILD_TYPE=RelWithDebInfo > -DCMAKE_INSTALL_PREFIX=/home/shahnaz/Lab3 -Wno-dev' > CMake Error: The source directory "/home/shahnaz/Lab3/src/uhd" does not > appear to contain CMakeLists.txt. > Specify --help for usage, or press the help button on the CMake GUI. > PyBombs.monitor_process() - DEBUG - Thread signaled termination or returned > PyBombs.monitor_process() - DEBUG - Return value: 1 > PyBombs.Packager.source - ERROR - Problem occurred while building package > uhd: > Process returned value: 1 > PyBombs.install - ERROR - Error installing package uhd. Aborting. > > same error but this time for UHD folder. > going to uninstall the pybombs and try it again. > > > On Thu, Apr 21, 2016 at 8:06 AM, James Humphries < > james.humphr...@ettus.com> wrote: > >> Hi Shahnaz, >> >> Could you run the install step again but with the verbose flag (-v)? >> >> $ pybombs [-p myprefix] install gnuradio gr-osmosdr -v >> >> It might produce more helpful debugging information. Can you post the >> relevant output here when it hits the error? >> >> -Trip >> >> On Wed, Apr 20, 2016 at 9:12 PM, Shahnaz Shirazi <shshi...@eng.ucsd.edu> >> wrote: >> >>> Hi All, >>> >>> I'm trying to install Gnu radio through Pybombs. >>> I followed the steps from instruction as listed below without error >>> until step 4. >>> Quickstart >>> >>> For the impatient: >>> >>> 1. Install PyBOMBS as per the previous section >>> 2. >>> >>> Add a list of recipes, e.g. by running >>> >>> $ pybombs recipes add gr-recipes >>> git+https://github.com/gnuradio/gr-recipes.git >>> $ pybombs recipes add gr-etcetera >>> git+https://github.com/gnuradio/gr-etcetera.git >>> >>> 3. >>> >>> Create a prefix (a place to store your local installation): >>> >>> $ pybombs prefix init /path/to/prefix -a myprefix >>> >>> All commands after this will use myprefix as the default prefix. You >>> can change the default prefix later by runningpybombs config >>> default_prefix NEWPREFIX >>> 4. >>> >>> Start installing: >>> >>> $ pybombs [-p myprefix] install gnuradio gr-osmosdr >>> >>> >>> After step 4 I'm getting the below error: >>> >>> *CMake Error: The source directory "/home/shahnaz/Lab3/src/osmo-**sdr" >>> does not appear to contain CMakeLists.txt.* >>> *Specify --help for usage, or press the help button on the CMake GUI.* >>> *PyBombs.monitor_process() - DEBUG - Thread signaled termination or >>> returned* >>> *PyBombs.monitor_process() - DEBUG - Return value: 1* >>> *PyBombs.Packager.source - ERROR - Problem occurred while building >>> package osmo-sdr:* >>> *Process returned value: 1* >>> *PyBombs.install - ERROR - Error installing package osmo-sdr. Aborting.* >>> >>> I don't know why the osmo-sdr folder is not getting build correctly. >>> when I look at the folder the Cmake file is under >>> "/home/shahnaz/Lab3/src/osmo-sdr/software/libosmosdr" subfler not in the >>> main folder. >>> >>> Did some one now how can I fix it? >>> >>> >>> Thanks, >>> shahnaz >>> >>> >>> _______________________________________________ >>> Discuss-gnuradio mailing list >>> Discuss-gnuradio@gnu.org >>> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio >>> >>> >> > > _______________________________________________ > Discuss-gnuradio mailing list > Discuss-gnuradio@gnu.org > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio > >
_______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio