![]() |
|
|||||||
| Phoronix Test Suite Discussion & collaboration on the Phoronix Test Suite software and specification. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Phoronix: Phoronix Test Suite 2.2 Enters Beta
After a three month development period following the release of Phoronix Test Suite 2.0, the first beta release of Phoronix Test Suite 2.2 "Bardu" is now available for all of your testing needs on Linux, Mac OS X, OpenSolaris, and BSD platforms. Phoronix Test Suite 2.2 Beta 1 carries more than 200 changes since the release of 2.0 Sandtorg with many new prominent features being introduced, new test profiles added, and greater usability enhancements. In this article, we will go over some of the key improvements to be found in Phoronix Test Suite 2.2. http://www.phoronix.com/vr.php?view=14302 |
|
#2
|
|||
|
|||
|
Hi Phoronix,
Kongrats, and two Questions: 1. Do you anticipate that the OpenGL version of the Heaven benchmark will be released in time for PTS 2.2? 2. Do you intend to use the opensuse build service so that opensuse users can easily install and use PTS 2.2? Regards |
|
#3
|
|||
|
|||
|
Quote:
2. I thought before I heard it was within the OpenSuSE Build Service already (well, 2.0 or some earlier version). Bring it up with the OpenSuSE Build Service maintainer for the PTS package to get 2.2 in there. |
|
#4
|
|||
|
|||
|
Well, I'd like to test, but I can't get the GUI to work. I use Fedora 11 on AMD64.
Here the error: phoronix-test-suite]$ ./phoronix-test-suite gui PHP Fatal error: Class 'GtkWindow' not found in /home/x/Desktop/phoronix-test-suite/pts-core/objects/gtk/pts_gtk_window.php on line 23 I installed all packages I think, I even compiled this strange php gtk stuff, installed it. But I don't know if the module is loaded or not. It's pretty hard if you need to compile and search for many solutions to get an application running. Isn't there a possibility to get this stuff running without compiling etc? Thanks. |
|
#5
|
|||
|
|||
|
Are you running Beta 1? It shouldn't be giving that fatal error but providing a Phoronix Test Suite message instead.
Unfortunately, PHP GTK is not packaged in Fedora or Ubuntu, so it's a bitch to get the GUI to work... Sadly building PHP GTK is the only way to get the GUI working... Though the CLI version will run straight-up, of course. |
|
#6
|
|||
|
|||
|
I am running not fedora12, I run fedora 11 the final release. I know the cli version runs fine, but I want to try the GUI!
![]() I installed also the pts package provided by fedora, the same error if I start it with the GUI parameter. Maybe something with my php gtk installation is wrong? i took the version 2 thing and then ./buildconfig, then ./configure, then make -j3 and (as root) make install. Thanks! |
|
#7
|
|||
|
|||
|
Did you add "extension=php_gtk.so" (or whatever the so ends up being named) to your /etc/php5/cli/php.ini ?
|
|
#8
|
|||
|
|||
|
Quote:
|
|
#9
|
|||
|
|||
|
Quote:
Thanks. |
|
#10
|
|||
|
|||
|
Quote:
1) Install dependencies using Synaptic (php5-cli, php5-dev, libgtk2.0-dev) 2) Run the following: Code:
su - cd /usr/share/aclocal cat lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4 >> libtool.m4 4) Start Terminal in the extracted location 5) Run ./buildconf then ./configure then make then sudo make install 6) Add the following line to /etc/php5/conf.d/php_gtk2.ini Code:
extension=php_gtk2.so Quote:
Last edited by tronath; 11-04-2009 at 10:02 AM. Reason: Added some more info |
![]() |
| Thread Tools | |
| Display Modes | |
|
|