Announcement

Collapse
No announcement yet.

file used for encode-ape no longer available

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

  • file used for encode-ape no longer available

    encode-ape:
    Test Installation 1 of 5
    1 File Needed [75.4 MB / 9 Minutes]
    Downloading: mac-3.99-u4-b5-s4.tar.gz [0.41MB]
    Estimated Download Time: 1m ....................................
    MD5 Failed: http://etree.org/shnutils/shntool/su...4-b5-s4.tar.gz
    Updated encode-ape files

    /phoronix-test-suite/pts/test-resources/encode-ape/downloads.xml
    Code:
    <PhoronixTestSuite>
        <Downloads>
            <Package>
                <URL>http://etree.org/shnutils/shntool/support/formats/ape/unix/3.99-u4-b5/s4/mac-3.99-u4-b5-s4.tar.gz</URL>
                <MD5>6dacee0ebcb133954479c3c0c9a79fdc</MD5>
                <FileSize>447599</FileSize>
            </Package>
        </Downloads>
    </PhoronixTestSuite>
    /phoronix-test-suite/pts/test-resources/encode-ape/install.sh

    Code:
    #!/bin/sh
    
    mkdir $HOME/ape_
    
    tar -zxvf mac-3.99-u4-b5-s6.tar.gz
    cd mac-3.99-u4-b5-s6/
    CXXFLAGS="-DSHNTOOL" ./configure --prefix=$HOME/ape_
    make -j $NUM_CPU_JOBS
    echo $? > ~/install-exit-status
    make install
    cd ..
    rm -rf mac-3.99-u4-b5-s6/
    
    echo "#!/bin/sh
    \$TIMER_START
    ./ape_/bin/mac \$TEST_EXTENDS/pts-trondheim.wav /dev/null -c4000 > \$LOG_FILE 2>&1
    \$TIMER_STOP" > encode-ape
    chmod +x encode-ape

  • #2
    Fixed in Git, thanks.
    Michael Larabel
    https://www.michaellarabel.com/

    Comment

    Working...
    X