No se puede instalar el software usando brew install

0

No puedo instalar el software usando brew install . He intentado brew cleanup & brew update , y eliminar el archivo, ¡pero simplemente no funciona!

Este es el mensaje de error:

==> Downloading http://ftpmirror.gnu.org/automake/automake-1.14.tar.gz
######################################################################## 100.0%
Error: SHA1 mismatch
Expected: 648f7a3cf8473ff6aa433c7721cab1c7fae8d06c
Actual: 3432ee773dd67c6333bdeda956bd364497630fab
Archive: /Library/Caches/Homebrew/automake-1.14.tar.gz
(To retry an incomplete download, remove the file above.)
    
pregunta xu hua 16.08.2013 - 11:27

1 respuesta

1

El problema es que gnu ha movido el archivo para que no obtengas la fuente de automake cuando Homebrew lo descarga.

Si descarga el archivo http://ftpmirror.gnu.org/automake/automake-1.14.tar.gz obtendrá

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>302 Found</title>
</head><body>
<h1>Found</h1>
<p>The document has moved <a href="http://ftp.heanet.ie/mirrors/gnu/automake/automake-1.14.tar.gz">here</a>.</p>
<hr>
<address>Apache/2.2.16 (Debian) Server at ftpmirror.gnu.org Port 80</address>
</body></html>
    
respondido por el Mark 16.08.2013 - 15:20

Lea otras preguntas en las etiquetas