titanous / homebrew-gnuradio

GNU Radio Formulae for Homebrew (unmaintained)
110 stars 110 forks source link

rtlsdr -- autoreconf failing on OSX 10.9 #42

Closed sshandilya closed 10 years ago

sshandilya commented 10 years ago
$ brew install rtlsdr --HEAD
==> Cloning git://git.osmocom.org/rtl-sdr.git
Updating /Library/Caches/Homebrew/rtlsdr--git
==> autoreconf -i
Failed to execute: autoreconf -i

READ THIS: https://github.com/mxcl/homebrew/wiki/troubleshooting
If reporting this issue please do so at (not mxcl/homebrew):
https://github.com/titanous/homebrew-gnuradio/issues
arrtchiu commented 10 years ago

I had this issue too, and was able to work around it by running the commands manually:

cd /Library/Caches/Homebrew/rtlsdr--git
autoreconf -i
./configure --prefix=/usr/local/Cellar/rtlsdr/HEAD
make install

Installed fine, I noticed there were some warnings from autoreconf - perhaps homebrew itself is picking up the warnings and treating them as errors? Return value from autoreconf was 0 though.

abadb commented 10 years ago

https://github.com/titanous/homebrew-gnuradio/pull/46