You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
note: I got this working a minute ago by untapping untapping metacollin/hombrew-gnuradio after install gnuradio and then tapping andresv/homebrew-gnuradio to install just gr-osmosdr
I know that's not optimal but I need to get some wins under my belt before coming back to shave some more yaks.
Follow-up to follow
Gnuradio will build and run after installation but if I try compiling and installing gr-osmosdr it dies with:
$ gnuradio-companion
2015-08-23 14:57:36.933 Python[8379:3920782] *** WARNING: Method userSpaceScaleFactor in class NSView is deprecated on 10.7 and later. It should not be used in new applications. Use convertRectToBacking: instead.
Fatal Python error: PyThreadState_Get: no current thread
[1] 8379 abort gnuradio-companion
What am I missing?
### Is it a Library problem?
Is this (from the following code) the problem?: dyld: loaded: /System/Library/Frameworks/Python.framework/Versions/2.7/Python
#!/bin/bashecho"This script prints the filenames of any dylibs in your /usr/local/ that depend on the System Python"forfin`find /usr/local/lib`;do
otool -L "$f"2> /dev/null| grep Python | grep System &> /dev/null
status=$?if [ $status-eq 0 ];thenecho"$status: $f"fidone
gnuradio deps are installed
gyaresu on shazbot.local in~/programming/gr-osmosdr/build(38d3h36m|master*)
$ brew info gnuradio
metacollin/gnuradio/gnuradio: stable 3.7.7.1, HEAD
http://gnuradio.org
/usr/local/Cellar/gnuradio/3.7.7.1 (2761 files, 126M) *
Built from source
From: https://github.com/metacollin/homebrew-gnuradio/blob/master/gnuradio.rb
==> Dependencies
Build: swig ✔, cmake ✔
Required: boost ✔, cppunit ✔, gsl ✔, fftw ✔, sip ✔, pygobject ✔, pygtk ✔, sdl ✔, libusb ✔, orc ✔, pyqt ✔, pyqwt ✔, sphinx ✔, wxpython ✔, wxmac ✔, freetype ✔
==> Options
--without-docs
Build gnuradio documentation
--without-qt
Build with QT widgets in addition to wxWidgets
--HEAD
Install HEAD version
I definitely didn't follow everything that you did here, but at the top, you said that you tapped andresv/homebrew-gnuradio for just the gr-osmodo formula.
Try using (and testing) my formula instead: chleggett/homebrew-gr-osmosdr
@metacollin and I are trying to make discreet packages of each component to be able to quickly fold into homebrew when everything's stable.
Thanks @chleggett I'm up and running now but I'll uninstall and give that a try later tonight on the fresh OS X install to test.
I really appreciate the work making gnuradio modular and available via Homebrew. Happy to help and available in IRC (#hackrf & #gnuradio). Same username.
Tapping metacollin/gnuradio & chleggett/homebrew-gr-osmosdr didn't work. It still exploded.
Tapping metacollin/gnuradio and installing gnuradio followed by untapping it and then tapping andresv/gnuradio to install gr-osmosdr is the only way I can get it to work (from my regular and fresh OS X systems)
note: I got this working a minute ago by untapping untapping
metacollin/hombrew-gnuradio
after install gnuradio and then tappingandresv/homebrew-gnuradio
to install justgr-osmosdr
I know that's not optimal but I need to get some wins under my belt before coming back to shave some more yaks.
Follow-up to follow
Gnuradio will build and run after installation but if I try compiling and installing gr-osmosdr it dies with:
What am I missing?
### Is it a Library problem?
Is this (from the following code) the problem?:
dyld: loaded: /System/Library/Frameworks/Python.framework/Versions/2.7/Python
python
Homebrew python
python packages
Checked that libs aren't built against OS X python
https://gist.github.com/gyaresu/cb34de99bd8bb62a3f56
gnuradio deps are installed
Compile
http://sdr.osmocom.org/trac/wiki/GrOsmoSDR
mkdir build > cmake .. > make > sudo make install
Install
The text was updated successfully, but these errors were encountered: