titanous / homebrew-gnuradio

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

brew install rtlsdr --HEAD fails with fatal: The remote end hung up unexpectedly #50

Open coaic opened 10 years ago

coaic commented 10 years ago

brew install rtlsdr --HEAD ==> Cloning git://git.osmocom.org/rtl-sdr.git Cloning into '/Library/Caches/Homebrew/rtlsdr--git'... fatal: The remote end hung up unexpectedly fatal: early EOF fatal: index-pack failed Error: Failed to download resource "rtlsdr" Failure while executing: git clone --depth 1 git://git.osmocom.org/rtl-sdr.git /Library/Caches/Homebrew/rtlsdr--git

wseme commented 10 years ago

I am getting the same error. Anyone fix/figure this out?

wseme commented 10 years ago

figured it out... follow this: http://blog.in9ram.com/post/79970804505/notes-on-setting-up-rtl-sdr-for-os-x-10-9-mavericks

brew update && brew tap titanous/homebrew-gnuradio brew edit rtlsdr, and make the changes in the diff for the linked PR above. (Change the git remote address and add autoconf to the dependencies.) Hopefully at some point this PR or a similar one gets merged and won’t be necessary. brew install rtlsdr —HEAD