Re: [Discuss-gnuradio] PyBombs installation issue

2017-01-26 Thread Martin Braun
You can add a gitrev or gitbranch value. Example: $ pybombs config --package uhd gitrev release_003_009_005 -- M On 01/25/2017 08:42 AM, Usman Haider wrote: > Hi Ben, > > Thanks for your reply. Source build configured same components as > PyBobms. I think PyBombs did not install all

Re: [Discuss-gnuradio] PyBombs installation issue

2017-01-24 Thread Usman Haider
Hi Ben, Thanks for your reply. Source build configured same components as PyBobms. I think PyBombs did not install all prerequisites. I installed all prerequisites using "build_gnuradio" script $ ./build_gnuradio.sh -v prereqs and then I ran following command $ pybombs -vv rebuild gnuradio

Re: [Discuss-gnuradio] PyBombs installation issue

2017-01-24 Thread Ben Hilburn
Hi Usman - Give the source build a shot and see what components it configures during the `cmake` process. Try to install the dependencies from your OS's package manager if you don't

Re: [Discuss-gnuradio] PyBombs installation issue

2017-01-23 Thread Usman Haider
Hi, What is recommend to fix the issue? Should I go for source install instead of PyBombs? -- Usman On Fri, Jan 20, 2017 at 10:58 AM, Usman Haider wrote: > Hi Martin, > > I see from output of the command that a lot of components are disabled. > > --

Re: [Discuss-gnuradio] PyBombs installation issue

2017-01-19 Thread Usman Haider
Hi Martin, I see from output of the command that a lot of components are disabled. -- ## -- # Gnuradio disabled components -- ## -- * python-support -- * doxygen -- * sphinx -- *

Re: [Discuss-gnuradio] PyBombs installation issue

2017-01-19 Thread Martin Braun
It did not install GRC, and no other graphical tools either. Rerun $ pybombs -vv rebuild gnuradio to see where it fails during cmake. Cheers, Martin On 01/18/2017 10:35 PM, Usman Haider wrote: > Hi Martin, > > Yeah. Please find below the output > > $ ls ~/rfnoc/bin > > gnuradio-config-info

Re: [Discuss-gnuradio] PyBombs installation issue

2017-01-18 Thread Usman Haider
Hi Martin, Yeah. Please find below the output $ ls ~/rfnoc/bin gnuradio-config-info uhd_cal_tx_iq_balance usrp2_card_burner octoclock_firmware_burner uhd_config_info usrp_n2xx_simple_net_burner rfnocmodtool uhd_find_devices usrp_x3xx_fpga_burner thrift uhd_image_loader volk-config-info

Re: [Discuss-gnuradio] PyBombs installation issue

2017-01-18 Thread Martin Braun
It's almost as if UHD installed, but GNU Radio didn't, although your output says otherwise. What does $ ls ~/rfnoc/bin look like? Or $ pybombs inv ? On 01/18/2017 02:10 AM, Usman Haider wrote: > Hi Nicolas, > > Thanks for your time. I did that but the result is same. I can run > >

Re: [Discuss-gnuradio] PyBombs installation issue

2017-01-18 Thread Usman Haider
Hi Nicolas, Thanks for your time. I did that but the result is same. I can run $ uhd_images_downloader but $ gnuradio-companion fails. Let me know if any further information is needed. Thanks -- Usman On Wed, Jan 18, 2017 at 2:11 PM, Nicolas Cuervo wrote: > Hello

Re: [Discuss-gnuradio] PyBombs installation issue

2017-01-18 Thread Nicolas Cuervo
Hello Usman, Did you set up your PyBOMBS environment? If not, please do so. As long as I understand your prefix is at ~/rfnoc. Being that the case, please run: $ source ~/rfnoc/setup_env.sh After this your shell will have access to everything which has been installed in that prefix, and you

Re: [Discuss-gnuradio] PyBombs installation issue

2017-01-18 Thread Usman Haider
Yes, could be the cause. After running the following commands $ cd ~/rfnoc $ source ./setup_env.sh $ uhd_images_downloader I was able to download the images. But when I tried to run $ gnuradio-companion It failed giving "The program 'gnuradio-companion' is currently not installed. You can

Re: [Discuss-gnuradio] PyBombs installation issue

2017-01-17 Thread Marcus Müller
Possibly just a temporary failure then; github or your network might have had problems :) Cheers, Marcus On 17.01.2017 08:01, Usman Haider wrote: > Hello Marcus, > > I am surprised the following command ran successfully. > > $ pybombs -vv recipes add gr-recipes >

Re: [Discuss-gnuradio] PyBombs installation issue

2017-01-16 Thread Usman Haider
Hello Marcus, I am surprised the following command ran successfully. $ pybombs -vv recipes add gr-recipes git+ https://github.com/gnuradio/gr-recipes.git -- Usman On Mon, Jan 16, 2017 at 5:10 PM, Marcus Müller wrote: > Hm, interesting. Could you run your pybombs

Re: [Discuss-gnuradio] PyBombs installation issue

2017-01-16 Thread Marcus Müller
Hm, interesting. Could you run your pybombs command with "-vv"? Best regards, Marcus On 01/16/2017 12:55 PM, Usman Haider wrote: > Hello Nicolas, > > Thanks for your reply. I have sufficient disk space, more than 400 > GB, so that is not an issue. I do not have any .gitconfig file in my >

Re: [Discuss-gnuradio] PyBombs installation issue

2017-01-16 Thread Usman Haider
Hello Nicolas, Thanks for your reply. I have sufficient disk space, more than 400 GB, so that is not an issue. I do not have any .gitconfig file in my home directory. I can download the recipes manually using the command you mentioned. git clone https://github.com/gnuradio/gr-recipes.git

Re: [Discuss-gnuradio] PyBombs installation issue

2017-01-16 Thread Nicolas Cuervo
Hello Usman, uhm, this is odd. So far I can see the command is correct. Although error 128 means that git did not exit cleanly, and I just run it and it ran fine. Just some guesses for now: 1. Do you have enough disk space? the recipes do not require a lot of disk space, though, but not enough

[Discuss-gnuradio] PyBombs installation issue

2017-01-16 Thread Usman Haider
I am following this guide to get started with RFNoC. I am using Ubuntu 14.04 and I ran following commands $ sudo apt-get install git $ sudo apt-get install python-setuptools python-dev build-essential $ sudo easy_install pip $ sudo pip install git+https://github.com/gnuradio/pybombs.git When I