Phoronix Forums  

Go Back   Phoronix Forums > Phoronix > Phoronix Test Suite

Phoronix Test Suite Discussion & collaboration on the Phoronix Test Suite software and specification.

Reply
 
Thread Tools Display Modes
  #1  
Old 05-03-2008, 08:49 PM
PeterKraus PeterKraus is offline
Junior Member
 
Join Date: Apr 2008
Posts: 6
Default Gentoo and PTS

Hello,
I have already posted elsewhere,
but is there anyone running PTS on Gentoo flawlessly? I can't upload results, login.. also, the HDD space shows only one partition (9GB /) and not whole drive... Information about running programs are missing as well (using 0.5.0).

Thanks.
Reply With Quote
  #2  
Old 05-05-2008, 07:03 PM
Redeeman Redeeman is offline
Senior Member
 
Join Date: Oct 2007
Posts: 370
Default

i use it.. i couldnt login, but i got the submission id from michael, and manually put into the xml file, which allows me to upload as my user.

as for hdd space, it only reports root. I dont use firefox or thunderbird or compiz, so it doesent say any of these, i do use konqueror, which it does not appear to mention in test notes.

0.5.0 and 0.5.1
Reply With Quote
  #3  
Old 05-10-2008, 04:18 AM
xris xris is offline
Junior Member
 
Join Date: May 2008
Posts: 8
Default USE flags for PHP

Maybe we can make this the Gentoo thread instead of starting many.

I have a general question about installing the PTS.

I know it needs PHP, but I'm wondering what USE flags it requires. Is it just the "cli" flag as well as the default ones, like unicode, xml, etc.

Maybe this is why people are having problems...

I'll try it now with the following flags:

berkdb bzip2 cli crypt exif gdbm iconv kerberos ldap ncurses nls pcre readline reflection session spell spl sqlite ssl threads truetype unicode xml zlib

and see if it works.
Reply With Quote
  #4  
Old 05-10-2008, 04:33 AM
ivanovic ivanovic is offline
Battle For Wesnoth
 
Join Date: Nov 2006
Posts: 228
Default

The useflags it does need are:
Code:
dev-lang/php cli gd posix
With those use flags set, the scripts should work. Though for me it is not able to find stuff in $PATH (like the etqw-demo) so, uhm, it does not work too well for me...
Reply With Quote
  #5  
Old 05-10-2008, 06:48 AM
Michael Michael is offline
Phoronix
 
Join Date: Jun 2006
Location: United States
Posts: 4,559
Default

ivanovic: What problems does it have with etqw-demo? Though I haven't touched that profile in like a month and last time I did I wasn't sure if it was even working at all, because unfortunately id got rid of a timenetdemoquit in that game.

But yeah, it really should just need cli, gd, and posix.
Reply With Quote
  #6  
Old 05-10-2008, 08:22 AM
ivanovic ivanovic is offline
Battle For Wesnoth
 
Join Date: Nov 2006
Posts: 228
Default

I installed the etqw demo (ETQW-demo2-client-full.r1.x86.run) via portage.

Using pts 0.6.0, this happens:
Code:
$ ./phoronix-test-suite run etqw-demo

================================================================
Etqw-demo isn't installed on this system.
To install this test, run: phoronix-test-suite install etqw-demo
================================================================
I have installed it systemwide, so it should be usable...
Code:
$ which etqw-demo
/usr/games/bin/etqw-demo
But okay, after installing it via ./phoronix-test-suite install etqw-demo, too, this is the result:

Code:
$ LC_ALL=C ./phoronix-test-suite run etqw-demo
Would you like to save these benchmark results (Y/n)? n

Video RAM:

1: 128MB
2: 256MB
3: 512MB
4: 640MB
5: 1GB

Please Enter Your Choice: 3

========================================
Enemy Territory: Quake Wars (Run 1 of 3)
========================================

./etqw: line 2: cd: data/n./etqw.x86: No such file or directory

========================================
Enemy Territory: Quake Wars (Run 2 of 3)
========================================

./etqw: line 2: cd: data/n./etqw.x86: No such file or directory

========================================
Enemy Territory: Quake Wars (Run 3 of 3)
========================================

./etqw: line 2: cd: data/n./etqw.x86: No such file or directory

Warning: Division by zero in /home/nils/Desktop/phoronix-test-suite/pts-core/functions/pts-functions-run.php on line 324

====================================
Enemy Territory: Quake Wars:
Video RAM: 512MB


Average: .00 FPS
====================================
Please tell me which info you need for further debugging and I will tell it you. I compiled php with these useflags:
dev-lang/php-5.2.6-r1 USE="bzip2 cli crypt ftp gd gdbm iconv ipv6 ncurses nls pcre posix readline reflection session spell spl ssl truetype unicode xml zlib"
Reply With Quote
  #7  
Old 05-10-2008, 11:34 AM
xris xris is offline
Junior Member
 
Join Date: May 2008
Posts: 8
Default

I'm having a few problems using PTS 0.6.0 on gentoo now that I have it installed.

I try commands like:

Code:
% phoronix-test-suite run wine
Which gives the error:
===========================================================
Wine isn't installed on this system.
To install this test, run: phoronix-test-suite install wine
===========================================================

% which wine
/usr/bin/wine

% wine --version
wine-0.9.61
I tried a few of the tests that I knew I had the prerequisites installed for like openssl:

Code:
% which openssl
/usr/bin/openssl

% phoronix-test-suite run openssl

===========================================================
Openssl isn't installed on this system.
To install this test, run: phoronix-test-suite install openssl
===========================================================
The compress-gzip test does run once I install it (install only gets the .tar.gz, doesn't install anything).

I think all the tests that I ran also gave this error just after executing it, just before the output starts for the actual test:
Code:
/usr/bin/xdg-screensaver: line 410: xset: command not found
I don't want to overload this thread now, but I can continue to provide information if you like.

My php was compiled with these USE flags: bcmath bzip2 cli crypt gd ncurses nls pcre posix ssl threads unicode xml

My system is amd64:
% uname -r
2.6.24-gentoo-r7

Last edited by xris; 05-10-2008 at 11:45 AM.
Reply With Quote
  #8  
Old 05-10-2008, 11:48 AM
uncle_fungus uncle_fungus is offline
Phoronix Test Suite
 
Join Date: Apr 2008
Location: York, UK
Posts: 134
Default

Pretty much all of the tests require that you install them locally through PTS rather than relying on system-wide installed versions.
Reply With Quote
  #9  
Old 05-10-2008, 12:33 PM
Michael Michael is offline
Phoronix
 
Join Date: Jun 2006
Location: United States
Posts: 4,559
Default

Quote:
Originally Posted by uncle_fungus View Post
Pretty much all of the tests require that you install them locally through PTS rather than relying on system-wide installed versions.
Yep in large part because different distributions use different arguments / optimizations while compiling, etc. By having a local copy for many of the tests is the only fair way of doing it.
Reply With Quote
  #10  
Old 05-10-2008, 09:28 PM
Michael Michael is offline
Phoronix
 
Join Date: Jun 2006
Location: United States
Posts: 4,559
Default

Quote:
Originally Posted by xris View Post
I think all the tests that I ran also gave this error just after executing it, just before the output starts for the actual test:
Code:
/usr/bin/xdg-screensaver: line 410: xset: command not found
I don't want to overload this thread now, but I can continue to provide information if you like.

My php was compiled with these USE flags: bcmath bzip2 cli crypt gd ncurses nls pcre posix ssl threads unicode xml

My system is amd64:
% uname -r
2.6.24-gentoo-r7
That should be fixed in git now.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 07:42 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright ©2004 - 2009 by Phoronix Media.