Re: [Discuss-gnuradio] gnu radio installation on Mac via MacPorts

2018-02-03 Thread Michael Dickens
Great! You're welcome. For my knowledge, when you were using the "uhd" port, which version was it? If you haven't already uninstalled it from MacPorts, you can see via "port installed uhd"; if already gone then "port info uhd". Thx! - MLD On Sat, Feb 3, 2018, at 2:04 AM, Vipin Sharma wrote: > uhd-d

Re: [Discuss-gnuradio] gnu radio installation on Mac via MacPorts

2018-02-02 Thread Vipin Sharma
uhd-devel did the trick. No more crashes. Thanks a bunch! Vipin On Fri, Feb 2, 2018 at 11:18 AM, Michael Dickens wrote: > Hi Vipin - OK; interesting. Can you try the following: > {{{ > sudo port -f deactivate uhd > sudo port install uhd-devel > }}} > then if those work, try running "uhd_fft" ag

Re: [Discuss-gnuradio] gnu radio installation on Mac via MacPorts

2018-02-02 Thread Michael Dickens
Hi Vipin - OK; interesting. Can you try the following: {{{ sudo port -f deactivate uhd sudo port install uhd-devel }}} then if those work, try running "uhd_fft" again & hopefully it will work. If not, send me the crash log off-list & we'll try something else. - MLD On Fri, Feb 2, 2018, at 1:23 PM,

Re: [Discuss-gnuradio] gnu radio installation on Mac via MacPorts

2018-01-31 Thread Michael Dickens
Thanks for reporting back, Vipin, and your creative solution. Sometimes starting over is the way to go ;) A strange note: the "rev-upgrade" logfile was clean; no errors or issues found beyond the usual innocuous ones. I've no idea why port thought uhd was broken the final run-through. Anyway: Good

Re: [Discuss-gnuradio] gnu radio installation on Mac via MacPorts

2018-01-30 Thread Vipin Sharma
Ok, I tried another attempt by completely removing the MacPorts and restarting. This time it worked! sudo port -fp uninstall installed sudo rm -rf /opt/local /Applications/DarwinPorts /Applications/MacPorts /Library/LaunchDaemons/org.macports.* /Library/Receipts/DarwinPor

Re: [Discuss-gnuradio] gnu radio installation on Mac via MacPorts

2018-01-30 Thread Vipin Sharma
Alright, I gave it a try after your fix just now. Still not successful. Here is what I do/get. At first it seemed uhd installation went successful but while building gnuradio something goes wrong. I also tried collecting the uhd_rev.txt file from your earlier comment. I will send that file directly

Re: [Discuss-gnuradio] gnu radio installation on Mac via MacPorts

2018-01-30 Thread Michael Dickens
I pushed fixes into MacPorts this morning. Will be live by around 9:30 AM US/Eastern (about 30 minutes from now). You will need to "selfupdate" or "sync" to get the changes. Please let me know (here or off list) success or failure. Cheers! - MLD On Mon, Jan 29, 2018, at 8:54 PM, Vipin Sharma wrote:

Re: [Discuss-gnuradio] gnu radio installation on Mac via MacPorts

2018-01-29 Thread Vipin Sharma
Great; thank you. I will just wait for your fix. Vipin On Mon, Jan 29, 2018 at 2:38 PM, Michael Dickens wrote: > I can now replicate the issue locally, so I don't need your rev-upgrade > log. The issue is that a dependency, gpsd, was recently updated in MacPorts > & the update somehow changed t

Re: [Discuss-gnuradio] gnu radio installation on Mac via MacPorts

2018-01-29 Thread Michael Dickens
I can now replicate the issue locally, so I don't need your rev-upgrade log. The issue is that a dependency, gpsd, was recently updated in MacPorts & the update somehow changed the self-id of the primary library -- was "${prefix}/lib/libgpsd.dylib" and now is just "libgpsd.dylib", which won't w

Re: [Discuss-gnuradio] gnu radio installation on Mac via MacPorts

2018-01-29 Thread Michael Dickens
Hi Vipin - Can you execute: {{{ sudo port -d -y rev-upgrade > ~/Desktop/uhd_rev.txt 2>&1 bzip2 ~/Desktop/uhd_rev.txt }}} then send me off-list the resulting file? That's going to be the easiest way for me to debug what's going on. The basic issue is that 'port' is finding library linkage inconsis

Re: [Discuss-gnuradio] gnu radio installation on windows

2016-03-21 Thread Marcus Müller
Do you have Cheetah installed? On 03/21/2016 09:18 PM, Rohit Jatana wrote: > hey! > > The error message showing while installing is > > > $ cmake ../ > -- The CXX compiler identification is GNU 5.3.0 > -- The C compiler identification is GNU 5.3.0 > CMake Warning at > /usr/share/cmake-3.3.2/Module

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

Re: [Discuss-gnuradio] GNU Radio Installation Error

2015-09-09 Thread Michael Dickens
Hi Rama/Dave - I can't say -why- the error is happening, but the error is because for some reason the llibusb1 library is not being included in the linking. This might be because the libusb1 library has been updated since the last time GNU Radio was built; or, it might be for other reasons too; not

Re: [Discuss-gnuradio] GNU radio Installation

2015-06-09 Thread Marcus Müller
Hi Siva, the problem is that you most probably want to do apt-get install gnuradio , right? Since programs only work with the library versions they were linked with at build time, Ubuntu must install Ubuntu's old UHD version. That's a bad thing -- you now have 3.8.4 (possibly from our website o

Re: [Discuss-gnuradio] GNU Radio Installation

2015-05-28 Thread Silverfox
: [Discuss-gnuradio] GNU Radio Installation What do you mean IPv6? I'm using IPv4. Sorry, but I don't quiet get your suggestion. Please elaborate. Thanks. Gerome Jan M. Llames Engineering Research and Development for Technology (ERDT) Scholar University of San Carlos - Tec

Re: [Discuss-gnuradio] GNU Radio Installation

2015-05-28 Thread Gerome Jan L
What do you mean IPv6? I'm using IPv4. Sorry, but I don't quiet get your suggestion. Please elaborate. Thanks. *Gerome Jan M. Llames * Engineering Research and Development for Technology (ERDT) Scholar University of San Carlos - Technological Campus Nasipit Talamban, Cebu City, Philippines, 6000 M

Re: [Discuss-gnuradio] GNU Radio Installation

2015-05-28 Thread Silverfox
The fixes to Ubuntu installed IPV6 which basically kills the network opens. Disable it and reboot. 73, Alan - W6ARH From: discuss-gnuradio-bounces+alan.r.hill=gmail@gnu.org [mailto:discuss-gnuradio-bounces+alan.r.hill=gmail@gnu.org] On Behalf Of Gerome Jan L Sent: Thursday, May

Re: [Discuss-gnuradio] GNU Radio Installation

2015-05-28 Thread Marcus D. Leech
On 05/28/2015 07:31 PM, Gerome Jan L wrote: I'm installing gnuradio again on my ubuntu 14.04 installed in VMware 11.1.0. I tried it several times, but I can't seem to pass this step: Fetching various packages (Gnu Radio, UHD, gr-osmosdr, gr-iqbal, etc) via the Internet ===> THIS MAY TAKE QU

Re: [Discuss-gnuradio] gnu radio installation error

2013-09-24 Thread Marcus Müller
Sandhya, please always reply to the list. Maybe remove the formatting, makes things easier on my eyes at least ;) You're still ommitting relevant information. Why did you follow the specific "how to make CMake work different systems" build guide instead of the "official" installation / build gu

Re: [Discuss-gnuradio] gnu radio installation error

2013-09-24 Thread Marcus Müller
Hi Sadhya, usually, there is a line that follows that error, describing what went wrong. That would be interesting here. Greetings, Marcus On 09/24/2013 08:59 AM, Sandhya G wrote: Hi all, I have a problem after cloning the gnuradio .when i execute cmake command i'm getting the bel

Re: [Discuss-gnuradio] gnu radio installation: grc and gtk issues.

2009-08-27 Thread Yu Gu
Hello Josh and everyone who answered, Thank you for your advices. I installed python-cairo package and then grc can be installed properly. It seems that my ubuntu 9.04 does not have the python-cairo on default settings. With best regards Yu Gu Josh Blum wrote: I think that your pygtk i

Re: [Discuss-gnuradio] gnu radio installation: grc and gtk issues.

2009-08-26 Thread Josh Blum
I think that your pygtk install is broken. That should not happen. Try installing python-cairo from your package manager. Gu,Yu wrote: Hi Josh, Thank you for your reply. I put these commands in the console. It seems that there is an error when importing "_gtk". And it is related to "Cario".

Re: [Discuss-gnuradio] gnu radio installation: grc and gtk issues.

2009-08-26 Thread Yu Gu
I am using Ubuntu 9.04. Gu,Yu wrote: Hi Josh, Thank you for your reply. I put these commands in the console. It seems that there is an error when importing "_gtk". And it is related to "Cario". I do not know Cario. Is it needed? g...@ubuntu:/$ python -c "import pygtk; print pygtk" g...@ubu

Re: [Discuss-gnuradio] gnu radio installation: grc and gtk issues.

2009-08-26 Thread Gu,Yu
Hi Josh, Thank you for your reply. I put these commands in the console. It seems that there is an error when importing "_gtk". And it is related to "Cario". I do not know Cario. Is it needed? g...@ubuntu:/$ python -c "import pygtk; print pygtk" g...@ubuntu:/$ python -c "import pygtk; print p

Re: [Discuss-gnuradio] gnu radio installation: grc and gtk issues.

2009-08-26 Thread Milo Wong
Yu Gu, Try to install from binary source for Unbuntu: http://gnuradio.org/trac/wiki/DebianPackages Thanks, Milo ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio