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.
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.humphries@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 -vIt might produce more helpful debugging information. Can you post the relevant output here when it hits the error?-TripOn Wed, Apr 20, 2016 at 9:12 PM, Shahnaz Shirazi <shshiraz@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:
- Install PyBOMBS as per the previous section
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.gitCreate a prefix (a place to store your local installation):
$ pybombs prefix init /path/to/prefix -a myprefixAll commands after this will use
myprefixas the default prefix. You can change the default prefix later by runningpybombs config default_prefix NEWPREFIXStart installing:
$ pybombs [-p myprefix] install gnuradio gr-osmosdrAfter 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 returnedPyBombs.monitor_process() - DEBUG - Return value: 1PyBombs.Packager.source - ERROR - Problem occurred while building package osmo-sdr:Process returned value: 1PyBombs.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
No comments:
Post a Comment