Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

encode-mp3 test not working on RISC-V architecture #306

Open
geerlingguy opened this issue Mar 23, 2024 · 1 comment
Open

encode-mp3 test not working on RISC-V architecture #306

geerlingguy opened this issue Mar 23, 2024 · 1 comment

Comments

@geerlingguy
Copy link

I'm attempting to run some PTS suites on a RISC-V Lichee Console 4A (see geerlingguy/sbc-reviews#39), using this script — the install runs into:

Phoronix Test Suite v10.8.4

    Installed:     pts/timed-audio-encode-1.0.1
    To Install:    pts/encode-mp3-1.7.4

    Determining File Requirements ..................................................................................
    Searching Download Caches ......................................................................................

    1 Test To Install
        5MB Of Disk Space Is Needed
        5 Seconds Estimated Install Time

    pts/encode-mp3-1.7.4:
        Test Installation 1 of 1
        1 File Needed [1.45 MB / 1 Minute]
        File Found: lame-3.100.tar.gz                                                                       [1.45MB]
        Approximate Install Size: 5 MB
        Estimated Install Time: 5 Seconds
        Installing Test @ 02:15:47
            The installer exited with a non-zero exit status.
            ERROR: cannot guess build type; you must specify one
            LOG: /var/lib/phoronix-test-suite/installed-tests/pts/encode-mp3-1.7.4/install-failed.log

The ERROR: cannot guess build type; you must specify one is likely because this system is on riscv64, but I was wondering where I could add any configuration to specify the build architecture for a test like encode-mp3? I haven't had to customize it in the past even on arm64, but there are far fewer folks out there running on RISC-V so far...

@geerlingguy
Copy link
Author

It looks like pts/x264 also fails:

Phoronix Test Suite v10.8.4

    To Install:    pts/x264-2.7.0

    Determining File Requirements ..................................................................................
    Searching Download Caches ......................................................................................

    1 Test To Install
        2600MB Of Disk Space Is Needed
        18 Minutes, 42 Seconds Estimated Install Time

    pts/x264-2.7.0:
        Test Installation 1 of 1
        3 Files Needed [3321 MB / 7 Minutes]
        File Found: x264-git-20220222.tar.bz2                                                               [0.74MB]
        File Found: Bosphorus_1920x1080_120fps_420_8bit_YUV_Y4M.7z                                           [646MB]
        File Found: Bosphorus_3840x2160_120fps_420_8bit_YUV_Y4M.7z                                          [2675MB]
        Approximate Install Size: 2600 MB
        Estimated Install Time: 18 Minutes, 42 Seconds
        Installing Test @ 02:16:03
            The installer exited with a non-zero exit status.
            ERROR: Makefile:3: config.mak: No such file or directory
            LOG: /var/lib/phoronix-test-suite/installed-tests/pts/x264-2.7.0/install-failed.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant