Announcement

Collapse
No announcement yet.

Can't download encode-flac

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Can't download encode-flac

    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?

  • #2
    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.
    Last edited by Melcar; 10 May 2008, 12:07 PM.

    Comment


    • #3
      What file specifically is the checksum not matching for?
      Michael Larabel
      https://www.michaellarabel.com/

      Comment


      • #4
        It tells me that the downloaded checksum is incorrect:
        Code:
        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?

        Comment


        • #5
          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:

          Code:
          [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>

          Comment


          • #6
            I just added in another SourceForge mirror in the git code, which it will automatically turn to if one of the other mirrors fails.
            Michael Larabel
            https://www.michaellarabel.com/

            Comment

            Working...
            X