Re: [Discuss-gnuradio] New build-gnuradio script

2012-04-03 Thread Juha Vierinen
On Sun, Apr 1, 2012 at 19:50, Marcus D. Leech wrote: > Uploaded a new build-gnuradio: > > http://www.sbrac.org/files/build-gnuradio > > Apparently, on non-English Ubuntu systems, the post-prereq search for > "libboost_" fails, apparently due to the "_" character.  Farking weird, >  but there it is

[Discuss-gnuradio] New build-gnuradio script

2012-04-01 Thread Marcus D. Leech
Uploaded a new build-gnuradio: http://www.sbrac.org/files/build-gnuradio Apparently, on non-English Ubuntu systems, the post-prereq search for "libboost_" fails, apparently due to the "_" character. Farking weird, but there it is. So, removed the "_" and had it do a a somewhat more-ambiguo

Re: [Discuss-gnuradio] New build-gnuradio

2011-12-12 Thread محمد روسلي
Hi, I personally think we should include that as a part of pre-requisite library required for Ubuntu. Regards, Muhammad Rosli Student University of Canterbury On Tue, Dec 13, 2011 at 11:31 AM, Marcus D. Leech wrote: > Updated some Ubuntu depends that have come in "from the field", including >

[Discuss-gnuradio] New build-gnuradio

2011-12-12 Thread Marcus D. Leech
Updated some Ubuntu depends that have come in "from the field", including "gtk2-engines-pixbuf". -- Marcus Leech Principal Investigator Shirleys Bay Radio Astronomy Consortium http://www.sbrac.org ___ Discuss-gnuradio mailing list Discuss-gnuradio@

Re: [Discuss-gnuradio] New build-gnuradio

2011-10-26 Thread Marcus D. Leech
Docutils: "python-docutils" for both Fedora and Ubuntu. PyQwt: "PyQwt," "PyQwt-devel," and "qwt-devel" for Fedora*; it looks like you already have PyQwt covered on Ubuntu (python-qwt5-qt4 and libqwt5-qt4-dev). * - works on Fedora 13 Thanks, Sean Done. -- Marcus Leech Principal Investigato

Re: [Discuss-gnuradio] New build-gnuradio

2011-10-26 Thread Nowlan, Sean
Original Message- From: Marcus D. Leech [mailto:mle...@ripnet.com] Sent: Wednesday, October 26, 2011 9:41 AM To: Nowlan, Sean Cc: Discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] New build-gnuradio On 26/10/2011 9:23 AM, Nowlan, Sean wrote: > Can you add docutils and PyQwt to the de

Re: [Discuss-gnuradio] New build-gnuradio

2011-10-26 Thread Marcus D. Leech
On 26/10/2011 9:23 AM, Nowlan, Sean wrote: Can you add docutils and PyQwt to the dependency installation? I think those are missing. (Excellent script, by the way. Saves a lot of grunt work.) Sean Can you suggest package names for both Fedora and Ubuntu that would satisfy this request, and I

Re: [Discuss-gnuradio] New build-gnuradio

2011-10-26 Thread Nowlan, Sean
=gtri.gatech@gnu.org] On Behalf Of Marcus D. Leech Sent: Tuesday, October 25, 2011 9:56 PM To: Discuss-gnuradio@gnu.org Subject: [Discuss-gnuradio] New build-gnuradio I worked-over build-gnuradio tonight rather thoroughly, and it now uses the Cmake infrastructure to do its Gnu Radio builds

Re: [Discuss-gnuradio] New build-gnuradio

2011-10-25 Thread Dan CaJacob
On 10/25/2011 11:51 PM, Dan CaJacob wrote: On 10/25/2011 10:02 PM, Tom Rondeau wrote: On Tue, Oct 25, 2011 at 9:55 PM, Marcus D. Leech > wrote: I worked-over build-gnuradio tonight rather thoroughly, and it now uses the Cmake infrastructure to do its Gnu Radio

Re: [Discuss-gnuradio] New build-gnuradio

2011-10-25 Thread Dan CaJacob
On 10/25/2011 10:02 PM, Tom Rondeau wrote: On Tue, Oct 25, 2011 at 9:55 PM, Marcus D. Leech > wrote: I worked-over build-gnuradio tonight rather thoroughly, and it now uses the Cmake infrastructure to do its Gnu Radio builds. It also has built-in help:

Re: [Discuss-gnuradio] New build-gnuradio

2011-10-25 Thread Tom Rondeau
On Tue, Oct 25, 2011 at 9:55 PM, Marcus D. Leech wrote: > I worked-over build-gnuradio tonight rather thoroughly, and it now uses the > Cmake infrastructure to do its Gnu Radio builds. > > It also has built-in help: > > build-gnuradio --help > > Yields: > > Usage: build-gnuradio [--help|-h] [-v|-

[Discuss-gnuradio] New build-gnuradio

2011-10-25 Thread Marcus D. Leech
I worked-over build-gnuradio tonight rather thoroughly, and it now uses the Cmake infrastructure to do its Gnu Radio builds. It also has built-in help: build-gnuradio --help Yields: Usage: build-gnuradio [--help|-h] [-v|--verbose] [-jN] [-ja] [-l|--logfile logfile ] funcs -v|--verbose -

[Discuss-gnuradio] New build-gnuradio

2011-08-27 Thread Marcus D. Leech
I've updated build-gnuradio to use a somewhat different approach to fetching firmware/fpga images from the newly-shuffled website where they're now kept. I'm sure I'll need to do it again. http://www.sbrac.org/files/build-gnuradio -- Principal Investigator Shirleys Bay Radio Astronomy Consor

Re: [Discuss-gnuradio] New build-gnuradio

2011-08-03 Thread Marcus D. Leech
On 08/03/2011 06:02 PM, Steve Mcmahon wrote: Hello Marcus: Thank you very much for continuing to actively develop this script. It's a terrific contribution to the community. I know, at least for myself, I've used it several times and it's been very helpful. I would like to make a suggestion.

Re: [Discuss-gnuradio] New build-gnuradio

2011-08-03 Thread Steve Mcmahon
when they want/need to upgrade. Please let me know what you think. Thanks again. Steve --- On Mon, 8/1/11, Marcus D. Leech wrote: > From: Marcus D. Leech > Subject: [Discuss-gnuradio] New build-gnuradio > To: Discuss-gnuradio@gnu.org, "Hugh and Irene Pett" > Date: M

[Discuss-gnuradio] New build-gnuradio

2011-08-01 Thread Marcus D. Leech
There's a new build-gnuradio script up on: http://www.sbrac.org/files/build-gnuradio This one automatically updates the "timestamp_timeout" in /etc/sudoers so that the build script can run without further prompting after the first "sudo" prompt. -- Marcus Leech Principal Investigator Shirl

Re: [Discuss-gnuradio] New build-gnuradio

2011-07-23 Thread Marcus D. Leech
On 07/23/2011 02:09 PM, Nemanja Trecakov wrote: Hi Marcus, # # First, get listing of ettus.com/downloads/uhd_releases/master_images # We use spider mode, and use -r to descend # wget -np -r --spider http://www.ettus.com/downloads/uhd_releases/master_images>tmp$$ 2>

Re: [Discuss-gnuradio] New build-gnuradio

2011-07-23 Thread Nemanja Trecakov
Hi Marcus, > > # > # First, get listing of ettus.com/downloads/uhd_releases/master_images > # We use spider mode, and use -r to descend > # > wget -np -r --spider > http://www.ettus.com/downloads/uhd_releases/master_images >tmp$$ 2>&1 > > # > # Now search the

Re: [Discuss-gnuradio] New build-gnuradio

2011-07-23 Thread Philip Balister
On 07/23/2011 01:16 PM, Marcus D. Leech wrote: On 07/23/2011 12:27 PM, Josh Blum wrote: Is it because the version names changed? Can you wget the whole directory and pick out the first tar.gz file? If you mess with the paths, be aware the OE reciep that grabs the firmware and repackages it

Re: [Discuss-gnuradio] New build-gnuradio

2011-07-23 Thread Marcus D. Leech
On 07/23/2011 12:27 PM, Josh Blum wrote: Is it because the version names changed? Can you wget the whole directory and pick out the first tar.gz file? This is what I now do: # # First, get listing of ettus.com/downloads/uhd_releases/master_images # We use spider mode, and use -r

[Discuss-gnuradio] New build-gnuradio

2011-07-23 Thread Marcus D. Leech
Mr. UHD, being a man of some comedic genius, has once again roto-rootered the file structure on the web server that serves up UHD Firmware/FPGA images :-) So, I had to change build-gnuradio to deal with the new world. http://www.sbrac.org/build-gnuradio -- Marcus Leech Principal Investigat