homebrew-gnuradio icon indicating copy to clipboard operation
homebrew-gnuradio copied to clipboard

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

Open kristianpaul opened this issue 11 years ago • 2 comments

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

kristianpaul avatar Jan 03 '14 22:01 kristianpaul

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?

natevw avatar Jan 17 '14 09:01 natevw

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

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

abadb avatar Jan 26 '14 13:01 abadb