homebrew-gnuradio
homebrew-gnuradio copied to clipboard
Installing on El Capitan
==> Downloading https://downloads.sourceforge.net/project/numpy/NumPy/1.10.0b1/numpy-1.10.0b1.tar.gz
curl: (22) The requested URL returned error: 404 Not Found Error: Failed to download resource "gnuradio--numpy" Download failed: https://downloads.sourceforge.net/project/numpy/NumPy/1.10.0b1/numpy-1.10.0b1.tar.g
I had the same problem, but found the following discussion and patch over at github.com/Homebrew/.
I just got another 404 error:
#brew install gnuradio ==> Installing gnuradio from metacollin/homebrew-gnuradio ==> Installing dependencies for gnuradio: mpfr, libmpc, isl, cloog, gcc, swig, boost, cppunit, gsl, fftw, sip, gettext, li ==> Installing gnuradio dependency: mpfr ==> Downloading http://ftpmirror.gnu.org/mpfr/mpfr-3.1.2.tar.bz2 Already downloaded: /Library/Caches/Homebrew/mpfr-3.1.2-p11.tar.bz2 ==> Downloading https://gist.githubusercontent.com/jacknagel/7f276cd60149a1ffc9a7/raw/98bd4a4d77d57d91d501e66af2237dfa41b12719/mp
curl: (22) The requested URL returned error: 404 Not Found Error: Failed to download resource "mpfr--patch" Download failed: https://gist.githubusercontent.com/jacknagel/7f276cd60149a1ffc9a7/raw/98bd4a4d77d57d91d501e66af2237dfa41b12719/mpfr-3.1.2-p11.diff
Same problem for me
It looks like each of these is a download error on a dependency packages and not something that can be resolved by modifying metacollin/homebrew-gnuradio.
The problem was finally fixed doing a "sudo brew upgrade"