I staged a system with openSUSE 11.2 RC2 (64-bit) and am running Phoronix Test Suite as a non-root user from a local directory. I did
$ ./phoronix-test-suite install filesystem
Everything installed except the sqlite test - it fails with no error messages:
znmeb@linux-ulfm:~/phoronix-test-suite> ./phoronix-test-suite install sqlite
Checking For Needed External Dependencies.
====================================
Installing Test: sqlite
Estimated Install Size: 18.4 MB
====================================
The sqlite installer exited with a non-zero exit status. Installation failed.
znmeb@linux-ulfm:~/phoronix-test-suite>
I'm guessing this is something simple - are there log files from the compiles I can look at / post here?
I'll try that, but I think it's something simpler, like permissions. It worked when I did the install as "root".
Meanwhile, even as "root", "encode-ape" doesn't install. That one I'm guessing is a missing dependency, but I don't know the video libraries well enough to track that down. Knowing where compile and link log files were would be a very big help (broad hint) ;-)
Oh, yeah - this is 2.2 beta 2 - should I be filing bug reports?
Last edited by znmeb; 11-04-2009 at 03:39 AM.
Looks like the upstream source might be bad for the "encode-ape" test:
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Shared -I../../src/Shared -O3 -Wall -pedantic -Wno-long-long -MT APELink.lo -MD -MP -MF .deps/APELink.Tpo -c APELink.cpp -fPIC -DPIC -o .libs/APELink.o
APELink.cpp: In member function ‘void CAPELink::ParseData(const char*, const str_utf16*)’:
APELink.cpp:66: error: invalid conversion from ‘const char*’ to ‘char*’
APELink.cpp:67: error: invalid conversion from ‘const char*’ to ‘char*’
APELink.cpp:68: error: invalid conversion from ‘const char*’ to ‘char*’
APELink.cpp:69: error: invalid conversion from ‘const char*’ to ‘char*’
make[3]: *** [APELink.lo] Error 1
make[3]: Leaving directory `/benchmark/phoronix-test-suite/pts/test-resources/encode-ape/mac-3.99-u4-b5-s4/src/MACLib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/benchmark/phoronix-test-suite/pts/test-resources/encode-ape/mac-3.99-u4-b5-s4/src/MACLib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/benchmark/phoronix-test-suite/pts/test-resources/encode-ape/mac-3.99-u4-b5-s4/src'
make: *** [all-recursive] Error 1
AlgoCompSynth:/benchmark/phoronix-test-suite/pts/test-resources/encode-ape/mac-3.99-u4-b5-s4 #
znmeb: Logs are generally found in ~/.phoronix-test-suite/installed-tests/<test name>/install-failed.log