2015-02-10 87 views
0

我有使用BREW在Mac OS X安裝優勝美地的libpng問題。Mac OS X上使用的優勝美地衝泡安裝的libpng失敗

輸出看起來是這樣的:

brew install libpng 
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/libpng-1.6.16.yosemite.bottle.tar.gz 
######################################################################## 100,0% 
Error: SHA1 mismatch 
Expected: f7b47fcf9d4111075745b04b6fbdb63062982bca 
Actual: a2fd3379ea944f6b2f97fb0f79b7b85cb3e14d0b 
Archive: /Library/Caches/Homebrew/libpng-1.6.16.yosemite.bottle.tar.gz 
To retry an incomplete download, remove the file above. 
Warning: Bottle installation failed: building from source. 
==> Downloading https://downloads.sf.net/project/libpng/libpng16/1.6.16/libpng-1.6.16.tar.xz 
######################################################################## 100,0% 
Error: SHA1 mismatch 
Expected: 31855a8438ae795d249574b0da15b34eb0922e13 
Actual: a2fd3379ea944f6b2f97fb0f79b7b85cb3e14d0b 
Archive: /Library/Caches/Homebrew/libpng-1.6.16.tar.xz 
To retry an incomplete download, remove the file above. 

我覺得這個輸出是很奇怪的,因爲SHA1哈希是兩個不同的文件相同。 我該如何解決這個問題?

+0

我有同樣的問題。我認爲這個版本有些搞砸了。 – iamwill 2015-02-10 18:59:03

+0

得到了同樣的事情,認爲這是在災難恢復模式與downloads.sf.net – antonj 2015-02-10 21:02:38

回答

1

Sourforge目前正處於災難模式......這些文件沖泡下載很可能包含類似:

<html><head> 
<title>Testing</title> 
<!-- <script src="/js/jquery.com/jquery-1.11.0.min.js"></script> --> 
<script src="//code.jquery.com/jquery-1.11.0.min.js"></script> 
<script src="//sourceforge.net/js/mirrors.js"></script> 
<script src="/js/sf.js"></script> 
<script> 
var DR_loc = DR_parse_hash_url(); 
if (DR_loc) { 
    DR_sf_main(DR_loc); 
} else { 
    window.location.href = 'http://sourceforge.net/home.html'; 
} 
</script> 
</head><body> 
<noscript> 
We're sorry -- the Sourceforge site is currently in Disaster Recovery mode, and currently requires 
the use of javascript to function. Please check back later. 
</noscript> 
</body></html> 
+0

https://twitter.com/sfnet_ops – antonj 2015-02-10 21:17:22

+0

仍然是個問題。事實上,通過curl從sf下載旅行根本不起作用。儘管如此,這已經是一個多星期的時間,這對於災後恢復來說似乎相當漫長。 – p4010 2015-02-18 11:43:08

相關問題