+ Reply to Thread
Results 1 to 6 of 6

Thread: Phoronix Test Suite Support For *BSDs

  1. #1

    Default Phoronix Test Suite Support For *BSDs

    Earlier this month there was support for Sun's OpenSolaris operating
    system added to the 1.2 branch of the Phoronix Test Suite[1]. Today
    there has been a basic level of support with pts-core for *BSD operating
    systems too. The software/hardware detection should now work on a BSD
    operating system and the tests should run as expected, etc.

    There may be a few corner cases where something isn't working right, but
    the vast majority of the pts-core functions should now support *BSD. The
    latest pts-core BSD support work was done with FreeBSD 7.0.

    [1]
    http://phoronix-test-suite.com/piper...ly/000028.html

    Michael


    Mailing List; http://phoronix-test-suite.com/piper...ly/000033.html

  2. #2
    Join Date
    Jul 2008
    Posts
    275

    Default

    Cool - I don't watch the mailing list [edit]and yes, I've seen some talk about it in these forums[/edit], but it'd be good to eventually get PTS going on Mac OSX, and pit it against Linux or the purer BSDs for various tasks
    Last edited by grantek; 08-29-2008 at 01:56 AM.

  3. #3

    Default

    I think Deanjo is going to work on Mac OS X support. I don't have access to a Mac right now so I can't do the porting, even though it would only take a few hours to do.

  4. #4
    Join Date
    Jun 2006
    Posts
    4

    Default

    Hallo, I was using PTS 1.8 with FreeBSD 7.1, php5, php-gtk2, when I got the following error:

    Code:
    [ferocious@desktop-pesco ~/Download/phoronix-test-suite]$ ./phoronix-test-suite gui
    
    Fatal error: Class 'GtkWindow' not found in /usr/home/ferocious/Download/phoronix-test-suite/pts-core/objects/gtk/pts_gtk_window.php on line 23
    [ferocious@desktop-pesco ~/Download/phoronix-test-suite]$
    I don't know where installing the php-gtk2 package. I have used --prefix=/usr/local.
    Last edited by ferocious; 03-13-2009 at 04:45 PM.

  5. #5

    Default

    Do you have the php_gtk2.so module loaded? Otherwise you need to add extension=php_gtk2.so to your php.ini.

  6. #6
    Join Date
    Jun 2006
    Posts
    4

    Default

    Quote Originally Posted by Michael View Post
    Do you have the php_gtk2.so module loaded? Otherwise you need to add extension=php_gtk2.so to your php.ini.
    Perfect! Thank you

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts