titanous / homebrew-gnuradio

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

not use --depth 1 when cloning rtlsdr or remote host hungup #43

Open kristianpaul opened 10 years ago

kristianpaul commented 10 years ago

How to solve: Just avoid --depth 1

Log: brew install --HEAD rtlsdr ==> 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: --shallow-file failed Error: Failure while executing: git clone --depth 1 git://git.osmocom.org/rtl-sdr.git /Library/Caches/Homebrew/rtlsdr--git

natevw commented 10 years ago

This seems to be an issue in homebrew itself. Is there a way to "avoid --depth 1" with homebrew or are you just manually building?

abadb commented 10 years ago

It seems the git.osmocom.org repo doesn't support the --depth command.

See this issue: https://github.com/Homebrew/homebrew/issues/25751