curl falla en OS X con la discrepancia de SHA1

1

Estoy experimentando problemas con homebrew en OS X 10.10.2 y parece que el rizo los está causando:

brew install gdal
==> Installing dependencies for gdal: giflib, lzlib, proj, libgeotiff, ge
==> Installing gdal dependency: giflib
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/giflib-4.1.
######################################################################## 100.0%
Error: SHA1 mismatch
Expected: 4900c1066c954c77f0590d954a6f8a6b77f55cec
Actual: a2fd3379ea944f6b2f97fb0f79b7b85cb3e14d0b
Archive: /Library/Caches/Homebrew/giflib-4.1.6.yosemite.bottle.2.tar.gz
To retry an incomplete download, remove the file above.
Warning: Bottle installation failed: building from source.
==> Downloading https://downloads.sourceforge.net/project/giflib/giflib-4.x/gifl
######################################################################## 100.0%
Error: SHA1 mismatch
Expected: 22680f604ec92065f04caf00b1c180ba74fb8562
Actual: a2fd3379ea944f6b2f97fb0f79b7b85cb3e14d0b
Archive: /Library/Caches/Homebrew/giflib-4.1.6.tar.bz2
To retry an incomplete download, remove the file above.

De alguna manera, curl crea archivos que son demasiado pequeños:

ls -al /Library/Caches/Homebrew/
total 16
drwxrwxr-x   5 root    admin  170 Feb 10 20:57 .
drwxrwxrwt  15 root    admin  510 Feb 10 20:46 ..
drwxr-xr-x  24 xxxxxx  admin  816 Feb 10 20:57 Formula
-rw-r--r--   1 xxxxxx  admin  635 Feb 10 20:57 giflib-4.1.6.tar.bz2
-rw-r--r--   1 xxxxxx  admin  635 Feb 10 20:57 giflib-4.1.6.yosemite.bottle.2.tar.gz

¿Algún pensamiento?

Edición 1:

He intentado enlace pero eso no funcionó.

which curl
/usr/local/bin/curl

Ruta:

$PATH
-bash: /usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/Users/xxxxxx/.rvm/bin:
    
pregunta pieterprovoost 10.02.2015 - 21:03

1 respuesta

1

Sourceforge está caído, inténtalo más tarde. Estoy casi 100% seguro de que esto es lo que está causando el problema.

    
respondido por el DisplayName 10.02.2015 - 22:58

Lea otras preguntas en las etiquetas