Re: [Discuss-gnuradio] [PyBOMBS] Need your help!

2016-06-01 Thread Martin Braun
On 06/01/2016 06:26 AM, Marcus Müller wrote: > this loolks like there might be some headers of thrift installed on your > machine that don't match the binary library thrift found during linking; > that is especially surprising as it seems that pybombs makes no attempt > at installing thrift in the

Re: [Discuss-gnuradio] [PyBOMBS] Need your help!

2016-06-01 Thread Marcus Müller
Hi Mike, this loolks like there might be some headers of thrift installed on your machine that don't match the binary library thrift found during linking; that is especially surprising as it seems that pybombs makes no attempt at installing thrift in the first place, which either means it detects

Re: [Discuss-gnuradio] [PyBOMBS] Need your help!

2016-05-30 Thread Marcus Müller
I'm going through the code that calls python at build time. Is this a fresh, clean Antergos, or did you manually install different versions of python through something that is not pacman? Best regards, Marcus On 30.05.2016 14:07, Marcus Müller wrote: > Hi Ravi, > > On 30.05.2016 14:04, Ravi

Re: [Discuss-gnuradio] [PyBOMBS] Need your help!

2016-05-30 Thread Marcus Müller
Hi Ravi, On 30.05.2016 14:04, Ravi Sharan wrote: > Hi Marcus, > > I had already installed python2 before running pybombs on my PC. I > have just rechecked installing gnuradio with sudo privileges and it > seems to be picking the python2 version correctly. That's a bug. The GNU Radio build system

Re: [Discuss-gnuradio] [PyBOMBS] Need your help!

2016-05-30 Thread Ravi Sharan
Hi Marcus, I had already installed python2 before running pybombs on my PC. I have just rechecked installing gnuradio with sudo privileges and it seems to be picking the python2 version correctly. P.S. I was replying to Martin's mail dated

Re: [Discuss-gnuradio] [PyBOMBS] Need your help!

2016-05-30 Thread Marcus Müller
Hi Ravi, > The build fails due to the unmet dependency of Cheetah template engine. exactly that's why we depend on Python2 packages in python.lwr: category: baseline inherit: autoconf satisfy: deb: python2.7 && python-dev rpm: python-devel >= 2.7 cmd: python --version >= 2.7 pacman:

Re: [Discuss-gnuradio] [PyBOMBS] Need your help!

2016-05-30 Thread Marcus Müller
Hi Ravi, > The build fails due to the unmet dependency of Cheetah template engine. exactly that's why we depend on Python2 packages in python.lwr: category: baseline inherit: autoconf satisfy: deb: python2.7 && python-dev rpm: python-devel >= 2.7 cmd: python --version >= 2.7 pacman:

Re: [Discuss-gnuradio] [PyBOMBS] Need your help!

2016-05-30 Thread Ravi Sharan
Hi, Today, I have tried installing gnuradio on Antergos (Arch Linux based distro) using pybombs. Antergos ships Python3 as it's default python version and Cheetah seems to be incompatible with Python3. The build fails due to the unmet dependency of Cheetah template engine. The successful builds

Re: [Discuss-gnuradio] [PyBOMBS] Need your help!

2016-05-25 Thread Richard Bell
I just installed GR using Pybombs on a fresh Ubuntu 16.04 (16.04 not 14.04) with no problems. Rich On Tue, May 24, 2016 at 5:30 PM, Ben Hilburn wrote: > Hi all - > > Some great discussion here. > > We have talked about adding a "dry-run" option to PyBOMBS a couple of >

Re: [Discuss-gnuradio] [PyBOMBS] Need your help!

2016-05-24 Thread Ben Hilburn
Hi all - Some great discussion here. We have talked about adding a "dry-run" option to PyBOMBS a couple of times in the past. It sounds like a number of folks think it would be useful, here, too. With regard to using PyBOMBS on 'antiquated' OSes - one of the original purposes of PyBOMBS,

Re: [Discuss-gnuradio] [PyBOMBS] Need your help!

2016-05-23 Thread Martin Braun
Richard, thanks for giving it a try. Appreciate any feedback! On 05/23/2016 11:23 AM, Richard Bell wrote: > 1) If there are two installs, is it a matter of whichever one had a > "sudo make install" run last as to which version is actually being used? If you're installing into /usr/local, then

Re: [Discuss-gnuradio] [PyBOMBS] Need your help!

2016-05-23 Thread Richard Bell
I have GNU Radio installed via source on my computer, but I'd like to try the Pybombs method to see if it works. Before I do, I want to make sure I won't screw up my current install, whether its through conflicts or confusion over multiple installs or something else. Here a few questions I have:

Re: [Discuss-gnuradio] [PyBOMBS] Need your help!

2016-05-22 Thread Marcus Müller
Hi Sylvain, what platform are you on? (basically, libalsa should be installed via package whenever possible, which is the case on debian, ubuntu, fedora and centos, I thought) Also: I kind of like the "don't install, just list" idea. However, Pybombs would never encourage you to build stuff as

Re: [Discuss-gnuradio] [PyBOMBS] Need your help!

2016-05-22 Thread Sylvain Munaut
Hi, > My prime test case is the following pybombs command: > > $ pybombs prefix init ~/path/to/prefix -R gnuradio-default > > (Note you will need the most current PyBOMBS and gr-recipes to run this). I just gave this a shot, but I aborted pretty quickly. It started building alsa from sources

Re: [Discuss-gnuradio] [PyBOMBS] Need your help!

2016-05-18 Thread Eric Statzer
> Since I'm replying in the pybombs thread, I did try it and it broke > Yeah, I hear you, issue for us is we are on el6 for at least a couple > more years as it's what our primary customer uses so all our other > tools are built to it. Sofar I ripped deps from the windows build > and have compiled

Re: [Discuss-gnuradio] [PyBOMBS] Need your help!

2016-05-18 Thread Anon Lister
Yeah, I hear you, issue for us is we are on el6 for at least a couple more years as it's what our primary customer uses so all our other tools are built to it. Sofar I ripped deps from the windows build and have compiled most of them along with current GCC. Making decent progress(working a couple

Re: [Discuss-gnuradio] [PyBOMBS] Need your help!

2016-05-18 Thread Andy Walls
On Wed, 2016-05-18 at 03:11 -0400, Anon Lister wrote: > Andy, [snip] > Since I'm replying in the pybombs thread, I did try it and it broke > pretty badly. Missing deps and such, I'd be willing to try to help get > with that after I get the build down by hand and know what I can use > from yum

Re: [Discuss-gnuradio] [PyBOMBS] Need your help!

2016-05-18 Thread Anon Lister
Erm, sorry to mislead. I mean I built it by hand without problem. I didn't try pybombs there. Only on el6. Sorry :( On May 18, 2016 6:29 AM, "Marcus Müller" wrote: > Wait, pybombs builds GR including thrift without problems on your EL7? > That's awesome! I'm constantly

Re: [Discuss-gnuradio] [PyBOMBS] Need your help!

2016-05-18 Thread Marcus Müller
Wait, pybombs builds GR including thrift without problems on your EL7? That's awesome! I'm constantly failing to get it to build on a fresh minimal CentOS7, but if it works on RHEL7, I'll just leave it at that. On 18.05.2016 09:11, Anon Lister wrote: > > Andy, > If you ever find your self

Re: [Discuss-gnuradio] [PyBOMBS] Need your help!

2016-05-18 Thread Anon Lister
Andy, If you ever find your self building on an el6 like system again, any script (even bash history) of doing so would be awesome. I'm working on building on cent 6 when I get spare time (rarely) and would love if someone else had a head start. Since I'm replying in the pybombs thread, I did try

Re: [Discuss-gnuradio] [PyBOMBS] Need your help!

2016-05-17 Thread Andy Walls
On Tue, 2016-05-17 at 12:44 -0400, discuss-gnuradio-requ...@gnu.org wrote: > Date: Mon, 16 May 2016 22:51:45 +0200 > From: Marcus M?ller > To: discuss-gnuradio@gnu.org > > Hi Martin, > > first of all: thanks for jumping through all these hoops to push > PyBOMBS! > > So, trying to make things

Re: [Discuss-gnuradio] [PyBOMBS] Need your help!

2016-05-16 Thread Marcus Müller
Hi Martin, first of all: thanks for jumping through all these hoops to push PyBOMBS! So, trying to make things (especially recipe fixes etc) easier to test for me, I've built myself a small set of script to log in to a set of VMs, install pip & git there, install pybombs in the vm, adding a test

[Discuss-gnuradio] [PyBOMBS] Need your help!

2016-05-16 Thread Martin Braun
Hi everyone, there's been a lot of movement on PyBOMBS since the 2.0.1 release, and I'd like to release 2.1.0 soon. However, there's a bunch of problems that need resolving first, and I'm running out of ideas to find and reproduce them. My prime test case is the following pybombs command: $