I could not get the Phoronix test suites (that have to be compiled) to work on Fedora 16.
So I installed a Fedora 17 system and have the same problem. This example is the "scimark2" suite. I can do the compile myself ("make" as per the README instructions) and the actual test runs just fine. The run is done by an ordinary user-id (not root).
Suggestions appreciated. Thanks.
Details of the situation:
Attempted install of phoronix test suite "scimark2"
Note: "phts" is my alias for "phoronix-test-suite"
-----------------------------------------------------------------------------
$ phts install scimark2
Phoronix Test Suite v3.8.0
To Install: pts/scimark2-1.1.1
Determining File Requirements ..........................................
Searching Download Caches ..............................................
1 Test To Install
1 File To Download [0.01MB]
1MB Of Disk Space Is Needed
pts/scimark2-1.1.1:
Test Installation 1 of 1
1 File Needed [0.01 MB]
Downloading: scimark2_1c.zip [0.01MB]
Downloading .................................................. ......
Installation Size: 0.04 MB
Installing Test @ 14:43:04
The installer exited with a non-zero exit status.
Installation Log: /home/bobe/.phoronix-test-suite/installed-tests/pts/scimark2-1.1.1/install-failed.log
The following tests failed to install:
- pts/scimark2-1.1.1
---------------------------------------------------------------------------
*** install-failed.log for scimark2 ***
Archive: scimark2_1c.zip
inflating: scimark2_files/array.h
inflating: scimark2_files/constants.h
inflating: scimark2_files/FFT.h
inflating: scimark2_files/kernel.h
inflating: scimark2_files/LU.h
inflating: scimark2_files/MonteCarlo.h
inflating: scimark2_files/Random.h
inflating: scimark2_files/scimark2.h
inflating: scimark2_files/SOR.h
inflating: scimark2_files/SparseCompRow.h
inflating: scimark2_files/Stopwatch.h
inflating: scimark2_files/array.c
inflating: scimark2_files/FFT.c
inflating: scimark2_files/kernel.c
inflating: scimark2_files/LU.c
inflating: scimark2_files/MonteCarlo.c
inflating: scimark2_files/Random.c
inflating: scimark2_files/scimark2.c
inflating: scimark2_files/SOR.c
inflating: scimark2_files/SparseCompRow.c
inflating: scimark2_files/Stopwatch.c
inflating: scimark2_files/Makefile
inflating: scimark2_files/README
/tmp/pts-compiler-mask-scimark21.1.1//g++: fork: retry: No child processes
/tmp/pts-compiler-mask-scimark21.1.1//g++: fork: retry: No child processes
/tmp/pts-compiler-mask-scimark21.1.1//g++: fork: retry: No child processes
/tmp/pts-compiler-mask-scimark21.1.1//g++: fork: retry: No child processes
/tmp/pts-compiler-mask-scimark21.1.1//g++: fork: Resource temporarily unavailable
------------------------------------------------------------------------------
System is Fedora 17, with available maintenance installed (yum update).
Compiler: gcc version 4.7.0 20120507 (Red Hat 4.7.0-5) (GCC)