PDA

View Full Version : Phoronix Test Suite Support For *BSDs


Michael
07-17-2008, 10:07 PM
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/pipermail/trondheim-pts_phoronix-test-suite.com/2008-July/000028.html

Michael


Mailing List; http://phoronix-test-suite.com/pipermail/trondheim-pts_phoronix-test-suite.com/2008-July/000033.html

grantek
08-29-2008, 01:49 AM
Cool - I don't watch the mailing list and yes, I've seen some talk about it in these forums, 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 :)

Michael
08-29-2008, 06:46 AM
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.

ferocious
03-13-2009, 04:42 PM
Hallo, I was using PTS 1.8 with FreeBSD 7.1, php5, php-gtk2, when I got the following error:



[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.

Michael
03-13-2009, 04:44 PM
Do you have the php_gtk2.so module loaded? Otherwise you need to add extension=php_gtk2.so to your php.ini.

ferocious
03-13-2009, 04:50 PM
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 :)