Re: [Discuss-gnuradio] Pybomb installation error

2016-05-03 Thread Martin Braun
You may have a broken pip. Does 'pip list' work for you on the command line?

M

On 05/02/2016 08:50 PM, Shahnaz Shirazi wrote:
> Just an update.
> 
> I found the Pybomb source cod got updated to try it one more time
> All step went through without error except the installation.
> I got bellow error after running last command to install the Gnu radio:
> 
> 
> PyBombs.Packager.pip - ERROR - Command '['pip', 'list']' returned
> non-zero exit status 2PyBombs.Packager.pip - ERROR - Could not run pip
> list. Hm.PyBombs.Packager.pip - DEBUG - Loading pip install cache.
> 
> my Pymobmbs version is 2.0.1
> pip 1.5.4 from /usr/lib/python2.7/dist-packages (python 2.7)
> 
> Ununtu 14.04.4-desktop-
> 
> look forward for an update.
> If anyone got it to work recently I would appreciate your feedback.
> 
> 
> On Sat, Apr 23, 2016 at 4:50 PM, Shahnaz Shirazi  > wrote:
> 
> Hi Nathan,
> 
> After trying the new Pybomb cod I'm not able to initialize the prefix.
> I think some dependency is broken in new pybomb source file.
> I get below error after installing pybombs
> 
>  
> Installing pybombs script to /usr/local/bin
>  *Could not find .egg-info directory in install record for
> PyBOMBS==2.0.1 from git+https://github.com/gnuradio/pybombs.git in
> /usr/local/lib/python2.7/dist-packages*
> Successfully installed setuptools requests PyBOMBS
> Cleaning up...
> 
> after trying to use any pybomb command I'm getting an error.
> here is after trying to make a prefix:
> 
> shahnaz@ubuntu:~$ pybombs prefix init /home/shahnaz/lab -a mylab
> Traceback (most recent call last):
>   File "/usr/local/bin/pybombs", line 9, in 
> load_entry_point('PyBOMBS==2.0.1', 'console_scripts', 'pybombs')()
>   File "/usr/local/lib/python2.7/dist-packages/pybombs/main.py",
> line 30, in main
> return dispatch() or 0
>   File
> "/usr/local/lib/python2.7/dist-packages/pybombs/commands/base.py",
> line 141, in dispatch
> return get_cmd_dict(cmd_list)[args.command](cmd=args.command,
> args=args).run()
>   File
> "/usr/local/lib/python2.7/dist-packages/pybombs/commands/prefix.py",
> line 102, in run
> return
> self.prefix_cmd_name_list[self.args.prefix_command]['run'](self)
>   File
> "/usr/local/lib/python2.7/dist-packages/pybombs/commands/prefix.py",
> line 150, in _run_init
> if op.exists(op.join(path, self.prefix.prefix_conf_dir)):
> *AttributeError: 'NoneType' object has no attribute 'prefix_conf_dir'
> *
> *
> *
> I've deleted and reinstalled my virtual machine multiple times to
> make sure it's new and nothing broken before running the cod.
> 
> Thanks,
> Shahnaz
> *
> *
> 
> On Thu, Apr 21, 2016 at 8:53 AM, West, Nathan
> >
> wrote:
> 
> This was a bug that's been fixed recently.
> 
> https://github.com/gnuradio/pybombs/commit/38ed9d169ed67ef090e6015b07c4918f7c112209
> 
> On Thu, Apr 21, 2016 at 11:23 AM, Jason Matusiak
>  > wrote:
> 
> > $ pybombs [-p myprefix] install gnuradio gr-osmosdr -v
> 
> I ran it, but it thinks that -v is a recipe and it errors
> out there.  If instead I run $ pybombs -v [-p myprefix] -v
> install gnuradio gr-osmosdr, i get:
> 
> PyBombs.Packager.source - DEBUG - Configuring recipe uhd
> PyBombs.Packager.source - DEBUG - Using vars -
> {'config_opt': '', 'builddir':
> '/home/jmat/gnuradio/src/uhd/build'}
> PyBombs.Packager.source - DEBUG - In cwd -
> /home/jmat/gnuradio/src/uhd/build
> PyBombs._process_thread() - DEBUG - Executing command `CC=
> CXX= cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo
> -DCMAKE_INSTALL_PREFIX=/home/jmat/gnuradio  -Wno-dev'
> CMake Error: The source directory
> "/home/jmat/gnuradio/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.
> jmatusiak@wk-jmatusiak-02:~/.pybombs/recipes/gr-recipes$
> 
> 
> 
> ___
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org 

Re: [Discuss-gnuradio] Pybomb installation error

2016-05-02 Thread Shahnaz Shirazi
Just an update.

I found the Pybomb source cod got updated to try it one more time
All step went through without error except the installation.
I got bellow error after running last command to install the Gnu radio:


PyBombs.Packager.pip - ERROR - Command '['pip', 'list']' returned non-zero
exit status 2PyBombs.Packager.pip - ERROR - Could not run pip list.
Hm.PyBombs.Packager.pip - DEBUG - Loading pip install cache.

my Pymobmbs version is 2.0.1
pip 1.5.4 from /usr/lib/python2.7/dist-packages (python 2.7)

Ununtu 14.04.4-desktop-

look forward for an update.
If anyone got it to work recently I would appreciate your feedback.


On Sat, Apr 23, 2016 at 4:50 PM, Shahnaz Shirazi 
wrote:

> Hi Nathan,
>
> After trying the new Pybomb cod I'm not able to initialize the prefix.
> I think some dependency is broken in new pybomb source file.
> I get below error after installing pybombs
>
>
> Installing pybombs script to /usr/local/bin
>  * Could not find .egg-info directory in install record for
> PyBOMBS==2.0.1 from git+https://github.com/gnuradio/pybombs.git
>  in
> /usr/local/lib/python2.7/dist-packages*
> Successfully installed setuptools requests PyBOMBS
> Cleaning up...
>
> after trying to use any pybomb command I'm getting an error.
> here is after trying to make a prefix:
>
> shahnaz@ubuntu:~$ pybombs prefix init /home/shahnaz/lab -a mylab
> Traceback (most recent call last):
>   File "/usr/local/bin/pybombs", line 9, in 
> load_entry_point('PyBOMBS==2.0.1', 'console_scripts', 'pybombs')()
>   File "/usr/local/lib/python2.7/dist-packages/pybombs/main.py", line 30,
> in main
> return dispatch() or 0
>   File "/usr/local/lib/python2.7/dist-packages/pybombs/commands/base.py",
> line 141, in dispatch
> return get_cmd_dict(cmd_list)[args.command](cmd=args.command,
> args=args).run()
>   File
> "/usr/local/lib/python2.7/dist-packages/pybombs/commands/prefix.py", line
> 102, in run
> return self.prefix_cmd_name_list[self.args.prefix_command]['run'](self)
>   File
> "/usr/local/lib/python2.7/dist-packages/pybombs/commands/prefix.py", line
> 150, in _run_init
> if op.exists(op.join(path, self.prefix.prefix_conf_dir)):
>
> *AttributeError: 'NoneType' object has no attribute 'prefix_conf_dir'*
>
> I've deleted and reinstalled my virtual machine multiple times to make
> sure it's new and nothing broken before running the cod.
>
> Thanks,
> Shahnaz
>
>
>
> On Thu, Apr 21, 2016 at 8:53 AM, West, Nathan  > wrote:
>
>> This was a bug that's been fixed recently.
>> https://github.com/gnuradio/pybombs/commit/38ed9d169ed67ef090e6015b07c4918f7c112209
>>
>> On Thu, Apr 21, 2016 at 11:23 AM, Jason Matusiak <
>> ja...@gardettoengineering.com> wrote:
>>
>>> > $ pybombs [-p myprefix] install gnuradio gr-osmosdr -v
>>>
>>> I ran it, but it thinks that -v is a recipe and it errors out there.  If
>>> instead I run $ pybombs -v [-p myprefix] -v install gnuradio gr-osmosdr, i
>>> get:
>>> 
>>> PyBombs.Packager.source - DEBUG - Configuring recipe uhd
>>> PyBombs.Packager.source - DEBUG - Using vars - {'config_opt': '',
>>> 'builddir': '/home/jmat/gnuradio/src/uhd/build'}
>>> PyBombs.Packager.source - DEBUG - In cwd -
>>> /home/jmat/gnuradio/src/uhd/build
>>> PyBombs._process_thread() - DEBUG - Executing command `CC= CXX= cmake ..
>>> -DCMAKE_BUILD_TYPE=RelWithDebInfo
>>> -DCMAKE_INSTALL_PREFIX=/home/jmat/gnuradio  -Wno-dev'
>>> CMake Error: The source directory "/home/jmat/gnuradio/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.
>>> jmatusiak@wk-jmatusiak-02:~/.pybombs/recipes/gr-recipes$
>>> 
>>>
>>>
>>> ___
>>> 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


Re: [Discuss-gnuradio] Pybomb installation error

2016-04-25 Thread Martin Braun
On 04/25/2016 05:39 AM, Jason Matusiak wrote:
>> My apologies, just double-checked and I was looking at an older version.
>> Try updating, it should be fixed now.
> 
> I just pulled down the latest and still get the same UHD CMakeList error.  
> Nathan W
> sat down at my laptop last THUR and poked around and seemed to be stumped as 
> well (though 
> he couldn't recreate it on his laptop).

This was a different issue though, right? Are you referring to the
builddir thing?

M


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Pybomb installation error

2016-04-25 Thread Jason Matusiak

My apologies, just double-checked and I was looking at an older version.
Try updating, it should be fixed now.


I just pulled down the latest and still get the same UHD CMakeList error.  
Nathan W
sat down at my laptop last THUR and poked around and seemed to be stumped as 
well (though
he couldn't recreate it on his laptop).

___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Pybomb installation error

2016-04-24 Thread Martin Braun
My apologies, just double-checked and I was looking at an older version.
Try updating, it should be fixed now.

M

On 04/24/2016 11:12 AM, Martin Braun wrote:
> Shanaz,
> 
> On 04/23/2016 04:50 PM, Shahnaz Shirazi wrote:
>> [...]
>> line 150, in _run_init
>> if op.exists(op.join(path, self.prefix.prefix_conf_dir)):
>> *AttributeError: 'NoneType' object has no attribute 'prefix_conf_dir'
> 
> This line doesn't exist in PyBOMBS. Maybe you do have an old version or
> something. I know you said you've reinstalled, but that's not the
> current code.
> 
> M
> 


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Pybomb installation error

2016-04-24 Thread Martin Braun
Shanaz,

On 04/23/2016 04:50 PM, Shahnaz Shirazi wrote:
> [...]
> line 150, in _run_init
> if op.exists(op.join(path, self.prefix.prefix_conf_dir)):
> *AttributeError: 'NoneType' object has no attribute 'prefix_conf_dir'

This line doesn't exist in PyBOMBS. Maybe you do have an old version or
something. I know you said you've reinstalled, but that's not the
current code.

M


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Pybomb installation error

2016-04-23 Thread Shahnaz Shirazi
Hi Nathan,

After trying the new Pybomb cod I'm not able to initialize the prefix.
I think some dependency is broken in new pybomb source file.
I get below error after installing pybombs


Installing pybombs script to /usr/local/bin
 * Could not find .egg-info directory in install record for PyBOMBS==2.0.1
from git+https://github.com/gnuradio/pybombs.git
 in
/usr/local/lib/python2.7/dist-packages*
Successfully installed setuptools requests PyBOMBS
Cleaning up...

after trying to use any pybomb command I'm getting an error.
here is after trying to make a prefix:

shahnaz@ubuntu:~$ pybombs prefix init /home/shahnaz/lab -a mylab
Traceback (most recent call last):
  File "/usr/local/bin/pybombs", line 9, in 
load_entry_point('PyBOMBS==2.0.1', 'console_scripts', 'pybombs')()
  File "/usr/local/lib/python2.7/dist-packages/pybombs/main.py", line 30,
in main
return dispatch() or 0
  File "/usr/local/lib/python2.7/dist-packages/pybombs/commands/base.py",
line 141, in dispatch
return get_cmd_dict(cmd_list)[args.command](cmd=args.command,
args=args).run()
  File "/usr/local/lib/python2.7/dist-packages/pybombs/commands/prefix.py",
line 102, in run
return self.prefix_cmd_name_list[self.args.prefix_command]['run'](self)
  File "/usr/local/lib/python2.7/dist-packages/pybombs/commands/prefix.py",
line 150, in _run_init
if op.exists(op.join(path, self.prefix.prefix_conf_dir)):

*AttributeError: 'NoneType' object has no attribute 'prefix_conf_dir'*

I've deleted and reinstalled my virtual machine multiple times to make sure
it's new and nothing broken before running the cod.

Thanks,
Shahnaz



On Thu, Apr 21, 2016 at 8:53 AM, West, Nathan 
wrote:

> This was a bug that's been fixed recently.
> https://github.com/gnuradio/pybombs/commit/38ed9d169ed67ef090e6015b07c4918f7c112209
>
> On Thu, Apr 21, 2016 at 11:23 AM, Jason Matusiak <
> ja...@gardettoengineering.com> wrote:
>
>> > $ pybombs [-p myprefix] install gnuradio gr-osmosdr -v
>>
>> I ran it, but it thinks that -v is a recipe and it errors out there.  If
>> instead I run $ pybombs -v [-p myprefix] -v install gnuradio gr-osmosdr, i
>> get:
>> 
>> PyBombs.Packager.source - DEBUG - Configuring recipe uhd
>> PyBombs.Packager.source - DEBUG - Using vars - {'config_opt': '',
>> 'builddir': '/home/jmat/gnuradio/src/uhd/build'}
>> PyBombs.Packager.source - DEBUG - In cwd -
>> /home/jmat/gnuradio/src/uhd/build
>> PyBombs._process_thread() - DEBUG - Executing command `CC= CXX= cmake ..
>> -DCMAKE_BUILD_TYPE=RelWithDebInfo
>> -DCMAKE_INSTALL_PREFIX=/home/jmat/gnuradio  -Wno-dev'
>> CMake Error: The source directory "/home/jmat/gnuradio/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.
>> jmatusiak@wk-jmatusiak-02:~/.pybombs/recipes/gr-recipes$
>> 
>>
>>
>> ___
>> 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


Re: [Discuss-gnuradio] Pybomb installation error

2016-04-21 Thread Anon Lister
How much RAM do you have? With higher parallelization, uhd requires a good
bit of RAM during compile. Idk what pybombs does to calculate the level to
use, if you can override it try with only 1 thread being passed to make.
On Apr 21, 2016 8:52 PM, "Shahnaz Shirazi"  wrote:

Hi,
I updated Pybombs to latest today and then run install command.
Got bellow error

c++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See  for instructions.
make[2]: ***
[lib/CMakeFiles/uhd.dir/transport/nirio/niusrprio_session.cpp.o] Error 4
make[2]: *** Waiting for unfinished jobs
make[1]: *** [lib/CMakeFiles/uhd.dir/all] Error 2
make: *** [all] Error 2

PyBombs.monitor_process() - DEBUG - Thread signaled termination or returned
PyBombs.monitor_process() - DEBUG - Return value: 2

PyBombs.Packager.source - ERROR - Problem occurred while building package
uhd:
Process returned value: 2

PyBombs.install - ERROR - Error installing package uhd. Aborting.

Bug report is attached

Thanks,
Shahnaz


On Thu, Apr 21, 2016 at 8:53 AM, West, Nathan 
wrote:

> This was a bug that's been fixed recently.
> https://github.com/gnuradio/pybombs/commit/38ed9d169ed67ef090e6015b07c4918f7c112209
>
> On Thu, Apr 21, 2016 at 11:23 AM, Jason Matusiak <
> ja...@gardettoengineering.com> wrote:
>
>> > $ pybombs [-p myprefix] install gnuradio gr-osmosdr -v
>>
>> I ran it, but it thinks that -v is a recipe and it errors out there.  If
>> instead I run $ pybombs -v [-p myprefix] -v install gnuradio gr-osmosdr, i
>> get:
>> 
>> PyBombs.Packager.source - DEBUG - Configuring recipe uhd
>> PyBombs.Packager.source - DEBUG - Using vars - {'config_opt': '',
>> 'builddir': '/home/jmat/gnuradio/src/uhd/build'}
>> PyBombs.Packager.source - DEBUG - In cwd -
>> /home/jmat/gnuradio/src/uhd/build
>> PyBombs._process_thread() - DEBUG - Executing command `CC= CXX= cmake ..
>> -DCMAKE_BUILD_TYPE=RelWithDebInfo
>> -DCMAKE_INSTALL_PREFIX=/home/jmat/gnuradio  -Wno-dev'
>> CMake Error: The source directory "/home/jmat/gnuradio/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.
>> jmatusiak@wk-jmatusiak-02:~/.pybombs/recipes/gr-recipes$
>> 
>>
>>
>> ___
>> 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


Re: [Discuss-gnuradio] Pybomb installation error

2016-04-21 Thread Shahnaz Shirazi
Hi,
I updated Pybombs to latest today and then run install command.
Got bellow error

c++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See  for instructions.
make[2]: ***
[lib/CMakeFiles/uhd.dir/transport/nirio/niusrprio_session.cpp.o] Error 4
make[2]: *** Waiting for unfinished jobs
make[1]: *** [lib/CMakeFiles/uhd.dir/all] Error 2
make: *** [all] Error 2
PyBombs.monitor_process() - DEBUG - Thread signaled termination or returned
PyBombs.monitor_process() - DEBUG - Return value: 2
PyBombs.Packager.source - ERROR - Problem occurred while building package
uhd:
Process returned value: 2
PyBombs.install - ERROR - Error installing package uhd. Aborting.

Bug report is attached

Thanks,
Shahnaz


On Thu, Apr 21, 2016 at 8:53 AM, West, Nathan 
wrote:

> This was a bug that's been fixed recently.
> https://github.com/gnuradio/pybombs/commit/38ed9d169ed67ef090e6015b07c4918f7c112209
>
> On Thu, Apr 21, 2016 at 11:23 AM, Jason Matusiak <
> ja...@gardettoengineering.com> wrote:
>
>> > $ pybombs [-p myprefix] install gnuradio gr-osmosdr -v
>>
>> I ran it, but it thinks that -v is a recipe and it errors out there.  If
>> instead I run $ pybombs -v [-p myprefix] -v install gnuradio gr-osmosdr, i
>> get:
>> 
>> PyBombs.Packager.source - DEBUG - Configuring recipe uhd
>> PyBombs.Packager.source - DEBUG - Using vars - {'config_opt': '',
>> 'builddir': '/home/jmat/gnuradio/src/uhd/build'}
>> PyBombs.Packager.source - DEBUG - In cwd -
>> /home/jmat/gnuradio/src/uhd/build
>> PyBombs._process_thread() - DEBUG - Executing command `CC= CXX= cmake ..
>> -DCMAKE_BUILD_TYPE=RelWithDebInfo
>> -DCMAKE_INSTALL_PREFIX=/home/jmat/gnuradio  -Wno-dev'
>> CMake Error: The source directory "/home/jmat/gnuradio/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.
>> jmatusiak@wk-jmatusiak-02:~/.pybombs/recipes/gr-recipes$
>> 
>>
>>
>> ___
>> Discuss-gnuradio mailing list
>> Discuss-gnuradio@gnu.org
>> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>>
>
>


README.Bugs
Description: Binary data
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Pybomb installation error

2016-04-21 Thread Anon Lister
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"  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 
>> 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


Re: [Discuss-gnuradio] Pybomb installation error

2016-04-21 Thread Shahnaz Shirazi
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 
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 
> 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


Re: [Discuss-gnuradio] Pybomb installation error

2016-04-21 Thread Martin Braun
It should... is the commit Nathan mentioned in your installation?

M

On 04/21/2016 08:56 AM, Jason Matusiak wrote:
>> This was a bug that's been fixed recently.
> https://github.com/gnuradio/pybombs/commit
>> /38ed9d169ed67ef090e6015b07c4918f7c112209
> 
> 
> What is weird though is that I pulled down a fresh pybombs this morning,
> shouldn't that commit have taken effect already?
> 
> 
> ___
> 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


Re: [Discuss-gnuradio] Pybomb installation error

2016-04-21 Thread Jason Matusiak
> This was a bug that's been fixed recently. 
https://github.com/gnuradio/pybombs/commit 

> /38ed9d169ed67ef090e6015b07c4918f7c112209 



What is weird though is that I pulled down a fresh pybombs this morning, 
shouldn't that commit have taken effect already?
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Pybomb installation error

2016-04-21 Thread Anon Lister
-v has to go before install. Ran into this the other day.
On Apr 21, 2016 11:29 AM, "Jason Matusiak" 
wrote:

> > $ pybombs [-p myprefix] install gnuradio gr-osmosdr -v
>
> I ran it, but it thinks that -v is a recipe and it errors out there.  If
> instead I run $ pybombs -v [-p myprefix] -v install gnuradio gr-osmosdr, i
> get:
> 
> PyBombs.Packager.source - DEBUG - Configuring recipe uhd
> PyBombs.Packager.source - DEBUG - Using vars - {'config_opt': '',
> 'builddir': '/home/jmat/gnuradio/src/uhd/build'}
> PyBombs.Packager.source - DEBUG - In cwd -
> /home/jmat/gnuradio/src/uhd/build
> PyBombs._process_thread() - DEBUG - Executing command `CC= CXX= cmake ..
> -DCMAKE_BUILD_TYPE=RelWithDebInfo
> -DCMAKE_INSTALL_PREFIX=/home/jmat/gnuradio  -Wno-dev'
> CMake Error: The source directory "/home/jmat/gnuradio/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.
> jmatusiak@wk-jmatusiak-02:~/.pybombs/recipes/gr-recipes$
> 
>
> ___
> 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


Re: [Discuss-gnuradio] Pybomb installation error

2016-04-21 Thread West, Nathan
This was a bug that's been fixed recently.
https://github.com/gnuradio/pybombs/commit/38ed9d169ed67ef090e6015b07c4918f7c112209

On Thu, Apr 21, 2016 at 11:23 AM, Jason Matusiak <
ja...@gardettoengineering.com> wrote:

> > $ pybombs [-p myprefix] install gnuradio gr-osmosdr -v
>
> I ran it, but it thinks that -v is a recipe and it errors out there.  If
> instead I run $ pybombs -v [-p myprefix] -v install gnuradio gr-osmosdr, i
> get:
> 
> PyBombs.Packager.source - DEBUG - Configuring recipe uhd
> PyBombs.Packager.source - DEBUG - Using vars - {'config_opt': '',
> 'builddir': '/home/jmat/gnuradio/src/uhd/build'}
> PyBombs.Packager.source - DEBUG - In cwd -
> /home/jmat/gnuradio/src/uhd/build
> PyBombs._process_thread() - DEBUG - Executing command `CC= CXX= cmake ..
> -DCMAKE_BUILD_TYPE=RelWithDebInfo
> -DCMAKE_INSTALL_PREFIX=/home/jmat/gnuradio  -Wno-dev'
> CMake Error: The source directory "/home/jmat/gnuradio/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.
> jmatusiak@wk-jmatusiak-02:~/.pybombs/recipes/gr-recipes$
> 
>
>
> ___
> 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


Re: [Discuss-gnuradio] Pybomb installation error

2016-04-21 Thread Jason Matusiak

> $ pybombs [-p myprefix] install gnuradio gr-osmosdr -v

I ran it, but it thinks that -v is a recipe and it errors out there.  If 
instead I run $ pybombs -v [-p myprefix] -v install gnuradio gr-osmosdr, 
i get:


PyBombs.Packager.source - DEBUG - Configuring recipe uhd
PyBombs.Packager.source - DEBUG - Using vars - {'config_opt': '', 
'builddir': '/home/jmat/gnuradio/src/uhd/build'}

PyBombs.Packager.source - DEBUG - In cwd - /home/jmat/gnuradio/src/uhd/build
PyBombs._process_thread() - DEBUG - Executing command `CC= CXX= cmake .. 
-DCMAKE_BUILD_TYPE=RelWithDebInfo 
-DCMAKE_INSTALL_PREFIX=/home/jmat/gnuradio  -Wno-dev'
CMake Error: The source directory "/home/jmat/gnuradio/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.
jmatusiak@wk-jmatusiak-02:~/.pybombs/recipes/gr-recipes$


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Pybomb installation error

2016-04-21 Thread James Humphries
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 
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


Re: [Discuss-gnuradio] Pybomb installation error

2016-04-21 Thread James Humphries
Hi Jason,

I replied to the other thread as well, but could you also do this to see if
its the same error?

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 Thu, Apr 21, 2016 at 10:42 AM, Jason Matusiak <
ja...@gardettoengineering.com> wrote:

> > 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.
>
> FWIW, I am having the exact same issues.  I am running Ubuntu 14.04 and
> installed pybombs via the git clone method (not pip).
>
> --
> ~Jason
>
>
> ___
> 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] Pybomb installation error

2016-04-21 Thread Jason Matusiak

> 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.


FWIW, I am having the exact same issues.  I am running Ubuntu 14.04 and 
installed pybombs via the git clone method (not pip).


--
~Jason

___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


[Discuss-gnuradio] Pybomb installation error

2016-04-20 Thread Shahnaz Shirazi
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