Re: [Discuss-gnuradio] GNU Radio installation script

2015-09-25 Thread Mike Gilmer
Guys, The RAM came a day late (thanks USPS) and I installed it and ran the script again Thursday and it finished this time with no errors. Now I have to see if I actually ended up with a usable "GNU Radio" installation. Thanks for the help! Mike On Wed, Sep 23, 2015 at 9:58 AM, Mike Gilmer wro

Re: [Discuss-gnuradio] GNU Radio installation script

2015-09-23 Thread Mike Gilmer
LOL... good thing I already ordered some and am getting RAM in the mail today! Mike On Wed, Sep 23, 2015 at 9:53 AM, Marcus Müller wrote: > "Killed" in almost all cases means "killed by the out-of-memory watchdog of > your operating system". You'll still need more RAM, need to reduce the > numbe

Re: [Discuss-gnuradio] GNU Radio installation script

2015-09-23 Thread Marcus Müller
"Killed" in almost all cases means "killed by the out-of-memory watchdog of your operating system". You'll still need more RAM, need to reduce the number of parallel compilation threads or at least swap storage to successfully compile GNU radio. I recommend getting more RAM - that is always a go

Re: [Discuss-gnuradio] GNU Radio installation script

2015-09-23 Thread Mike Gilmer
I worked my way up though the email chain and ran some of the "updates" suggested and reran the script It has gotten further along than before, but still fails... Scanning dependencies of target volk_profile [ 5%] Building CXX object volk/apps/CMakeFiles/volk_profile.dir/volk_profile.cc.o

Re: [Discuss-gnuradio] GNU Radio installation script

2015-09-22 Thread Peter Mathys
Actually I just checked and it is in the build-gnuradio script now. It wasn't there at the end of July or beginning of August when I ran into the problem and it prevented the script from installing UHD and thus the actual GNU Radio installation. -Peter- On 9/22/2015 10:19 AM, mle...@ripnet.c

Re: [Discuss-gnuradio] GNU Radio installation script

2015-09-22 Thread mleech
Hrrrm, I was pretty-sure that I'd made that update some time ago. I'll have to check my master copy when I get home. On 2015-09-22 11:08, Peter Mathys wrote: > As noted elsewhere the failure to find libzmq1-dev is expected (what is > needed is libzmq-dev) and does not affect the outcome o

Re: [Discuss-gnuradio] GNU Radio installation script

2015-09-22 Thread Mike Gilmer
I ran the mako template as suggested and the output indicated it was already up-to-date. I'm still looking back through this chain since it seem there are a lot of options Mike On Sep 22, 2015 11:35 AM, "Peter Mathys" wrote: > As noted elsewhere the failure to find libzmq1-dev is expected (what

Re: [Discuss-gnuradio] GNU Radio installation script

2015-09-22 Thread Peter Mathys
As noted elsewhere the failure to find libzmq1-dev is expected (what is needed is libzmq-dev) and does not affect the outcome of the installation. However, the UHD installation most likely fails because of the switch from the cheetah to the mako template engine which has not (yet?) made its way

Re: [Discuss-gnuradio] GNU Radio installation script

2015-09-22 Thread West, Nathan
Ubuntu 14.04 has 3.7.2.1 + some extra patches. Newer versions of Ubuntu have newer versions of GNU Radio... Anyway, the easiest way to get all of the dependencies on a fresh Ubuntu/Debian-based install is sudo apt-get build-dep gnuradio, then run whatever install script you want if you *really* wa

Re: [Discuss-gnuradio] GNU Radio installation script

2015-09-22 Thread West, Nathan
On Mon, Sep 21, 2015 at 11:13 PM, Mike Gilmer wrote: > All, > I recently asked the list some questions about getting GNU Radio up > and running on a Windows machine (using cygwin). It became obvious > there would be a lot of hurdles, for which the community would not be > able to offer much help.

Re: [Discuss-gnuradio] GNU Radio installation script

2015-09-22 Thread mleech
Yes, although, that will get you a not-terribly-recent GR and UHD... On 2015-09-22 10:45, West, Nathan wrote: > On Mon, Sep 21, 2015 at 11:13 PM, Mike Gilmer wrote: > >> All, >> I recently asked the list some questions about getting GNU Radio up >> and running on a Windows machine (using c

Re: [Discuss-gnuradio] GNU Radio installation script

2015-09-22 Thread mleech
The failure in libzmq1 is expected--Ubuntu changed package names mid-stream, so there's no way to tell which of two possible package-names to use, so it tries for both. The UHD failure is unexpected, so running: build-gnuradio -v Will give more details about errors as it builds. On 2015-

Re: [Discuss-gnuradio] GNU Radio installation script

2015-09-22 Thread James Humphries
You can try to run again as: ./build-gnuradio -v That will output a bunch of extra info. Hopefully it will show error why build failed. As an alternative, you could try pybombs. http://gnuradio.org/redmine/projects/pybombs/wiki/QuickStart Just run these commands: git clone git://github.com/p

Re: [Discuss-gnuradio] GNU Radio installation script

2015-09-22 Thread Mike Gilmer
I've gotten further along but it still failed. Here's the output +++ Failed to find package 'libzmq1-dev' in known package repositories <-- I noted this in my previous post SOME THINGS MAY NOT BUILD AS A RESULT Checking for package libzmq Checking for package l

Re: [Discuss-gnuradio] GNU Radio installation script

2015-09-21 Thread Mike Gilmer
I'm running 14.04 and yes I have Internet access (that was part of the aforementioned "drama") I ran the update/upgrade and reran the script and now things are "different" This seems like it may take a while. I'll report back when it's done. Hmm.. so far one error - it couldn't find libzmq1-dev;

Re: [Discuss-gnuradio] GNU Radio installation script

2015-09-21 Thread James Humphries
Hi Mike, Did you update your package manager? Usually helps when I get errors. sudo apt-get update && sudo apt-get upgrade Also, make sure build-essential is installed (Do this after update and upgrade). sudo apt-get install build-essential -Trip On Mon, Sep 21, 2015 at 11:13 PM, Mike Gilmer

Re: [Discuss-gnuradio] GNU Radio installation script

2015-09-21 Thread Marcus D. Leech
On 09/21/2015 11:13 PM, Mike Gilmer wrote: All, I recently asked the list some questions about getting GNU Radio up and running on a Windows machine (using cygwin). It became obvious there would be a lot of hurdles, for which the community would not be able to offer much help. So... I have insta

[Discuss-gnuradio] GNU Radio installation script

2015-09-21 Thread Mike Gilmer
All, I recently asked the list some questions about getting GNU Radio up and running on a Windows machine (using cygwin). It became obvious there would be a lot of hurdles, for which the community would not be able to offer much help. So... I have installed Ubuntu on a PC ( in a dual boot configur