You have too limited environment. Raise your limits if you have the permissions. (ulimit is the command)
OS: Fedora 16 x86_64
Hardware: IVB Desktop
Command: phoronix-test-suite debug-install cairo-demos
Error Info:
/tmp/pts-compiler-mask-cairo-demos1.0.1//gcc: redirection error: cannot duplicate fd: Too many open files
/tmp/pts-compiler-mask-cairo-demos1.0.1//gcc: line 5: /tmp/pts-compiler-mask-cairo-demos1.0.1/CC-options-gcc: Too many open files
/tmp/pts-compiler-mask-cairo-demos1.0.1//gcc: line 5: /tmp/pts-compiler-mask-cairo-demos1.0.1/CC-options-gcc: Too many open files
/bin/bash: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: Error 24
/tmp/pts-compiler-mask-cairo-demos1.0.1//gcc: redirection error: cannot duplicate fd: Too many open files
Can you help me solve it?
Last edited by tianye; 11-21-2012 at 07:15 PM.
You have too limited environment. Raise your limits if you have the permissions. (ulimit is the command)
"ulimit -a"
I can install success that follow the install-file "test-profiles/pts/cairo-demos-1.0.1/install.sh" step by step, but use phoronix-test-suite install cairo-demos will report the same error.
cat install.sh
#!/bin/sh
tar -xvjf cairo-demos-20120130.tar.bz2
cd cairo-demos/
make -j $NUM_CPU_JOBS
echo $? > ~/install-exit-status
cd ~
echo "#!/bin/sh
cd cairo-demos/
./\$@ > \$LOG_FILE 2>&1
echo \$? > ~/test-exit-status" > cairo-perf-demos
chmod +x cairo-perf-demos