Announcement

Collapse
No announcement yet.

Phoronix Test Suite To Use PHP5-CLI

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

  • #11
    She's out: http://www.phoronix.com/vr.php?view=12136
    Michael Larabel
    https://www.michaellarabel.com/

    Comment


    • #12
      Hi, I had problems when I try PTS with my Linux From Scratch

      Code:
      ./phoronix-test-suite gui
      \n\nPHP5 CLI Must Be Installed To Run The Phoronix Test Suite!
      Only PHP For The Command Line Is Needed, Not A Full-Blown PHP w/ Web Server
      If you are using Ubuntu you must run: sudo apt-get install php5-cli
      If you are using Fedora you must run: yum install php-cli
      For support visit: http://www.phoronix.com/forums/forumdisplay.php?f=49\n\n
      
      Fatal error: Undefined class constant 'TYPE_STRING' in /home/users/turk2000/Download/phoronix-test-suite/pts-core/pts-main.php on line 48
      Code:
      ./phoronix-test-suite benchmark universe
      
      Warning: mkdir(): No such file or directory in /home/users/turk2000/Download/phoronix-test-suite/pts-core/functions/pts-functions.php on line 160
      
      Warning: mkdir(): No such file or directory in /home/users/turk2000/Download/phoronix-test-suite/pts-core/functions/pts-functions.php on line 162
      
      Warning: file_put_contents(/home/turk2000/pts-benchmark-env/.processes/phoronix-test-suite.p): failed to open stream: No such file or directory in /home/users/turk2000/Download/phoronix-test-suite/pts-core/functions/pts-functions.php on line 164
      
      Installing Benchmarks For Universe Test Suite...
      
      
      Warning: mkdir(): No such file or directory in /home/users/turk2000/Download/phoronix-test-suite/pts-core/functions/pts-functions-install.php on line 59
      
      Warning: mkdir(): No such file or directory in /home/users/turk2000/Download/phoronix-test-suite/pts-core/functions/pts-functions-install.php on line 63
      
      Warning: mkdir(): No such file or directory in /home/users/turk2000/Download/phoronix-test-suite/pts-core/functions/pts-functions-install.php on line 67
      and

      Code:
      =================================
      Installing Benchmark: encode-mp3
      =================================
      
      Warning: file_get_contents(/etc/lsb-release): failed to open stream: No such file or directory in /home/users/turk2000/Download/phoronix-test-suite/pts-core/functions/pts-functions_linux.php on line 60
      
      Warning: file_get_contents(/etc/lsb-release): failed to open stream: No such file or directory in /home/users/turk2000/Download/phoronix-test-suite/pts-core/functions/pts-functions_linux.php on line 60
      My distro is not LSB compliance.
      I have php5, php-gtk installed.
      Thank you and Good Game!

      Comment


      • #13
        Regarding the first error with GTK, that is because the GUI is shattered in there right now. It needs to be redone.

        In regards to the other errors, those should go away if you're using the latest git code. They've been fixed post-0.1.0. 0.1.1 will be out soon.
        Michael Larabel
        https://www.michaellarabel.com/

        Comment

        Working...
        X