PDA

View Full Version : Can't download encode-flac


Melcar
05-10-2008, 09:40 AM
On PTS 0.6.0 every time I try to download the encode-flac I get an "invalid-checksum" error. Anybody having a similar problem?

Melcar
05-10-2008, 11:04 AM
It does the same things for a few other tests as well. Build-php gives me an invalid checksum error, as well as Nexuiz. Also, super-pi does not run; it initializes the test, but never finishes.

Michael
05-10-2008, 11:14 AM
What file specifically is the checksum not matching for?

Melcar
05-10-2008, 12:05 PM
It tells me that the downloaded checksum is incorrect:

Downloading Files For: encode-flac
====================================

http://internap.dl.sourceforge.net/sourceforge/flac/flac-1.2.1.tar.gz

Downloading File: flac-1.2.1.tar.gz

--09:37:12-- http://internap.dl.sourceforge.net/sourceforge/flac/flac-1.2.1.tar.gz
=> `flac-1.2.1.tar.gz'
Resolving internap.dl.sourceforge.net... 74.201.27.131
Connecting to internap.dl.sourceforge.net|74.201.27.131|:80... failed: Connection timed out.
Retrying.

--09:42:22-- http://internap.dl.sourceforge.net/sourceforge/flac/flac-1.2.1.tar.gz
(try: 2) => `flac-1.2.1.tar.gz'
Connecting to internap.dl.sourceforge.net|74.201.27.131|:80... failed: No route to host.

The MD5 check-sum of the downloaded file is incorrect.
Would you like to try downloading the file again (Y/n)?

Maybe a problem with sourceforge itself?

uncle_fungus
05-10-2008, 12:19 PM
Looks to me like your machine can't actually get to that sourceforge mirror.

Try a traceroute to internap.dl.sourceforge.net, there's nothing wrong with the file itself:

[uncle_fungus@Iguana encode-flac]$ md5sum flac-1.2.1.tar.gz
153c8b15a54da428d1f0fadc756c22c7 flac-1.2.1.tar.gz
[uncle_fungus@Iguana phoronix-test-suite]$ grep -C 1 internap pts/test-resources/encode-flac/downloads.xml | grep MD5
<MD5>153c8b15a54da428d1f0fadc756c22c7</MD5>

Michael
05-10-2008, 05:40 PM
I just added in another SourceForge mirror in the git code, which it will automatically turn to if one of the other mirrors fails.