[Bug 485596] Review Request: phoronix-test-suite - A Comprehensive Linux Benchmarking System

bugzilla at redhat.com bugzilla at redhat.com
Wed Oct 27 08:05:56 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=485596

Valent Turkovic <valent.turkovic at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |valent.turkovic at gmail.com

--- Comment #38 from Valent Turkovic <valent.turkovic at gmail.com> 2010-10-27 04:05:48 EDT ---
I managed to get all components needed for Phoronix test suite installed but
still have one issue.


# phoronix-test-suite gui
shell-init: error retrieving current directory: getcwd: cannot access parent
directories: No such file or directory
pwd: error retrieving current directory: getcwd: cannot access parent
directories: No such file or directory
pwd: error retrieving current directory: getcwd: cannot access parent
directories: No such file or directory
/usr/bin/phoronix-test-suite: line 28: [: /usr/share/phoronix-test-suite: unary
operator expected


You need two packages that aren't in Fedora, php-gtk, but php-gtk also has it's
dependency - pecl-cairo

php-gtk needs to be downloaded from svn because tar.gz version is really old
and doesn't work with php 5.3

Here is how I got all components built.


su -c "yum install php-cli php-devel make gcc gtk2-devel svn"

svn co [url]http://svn.php.net/repository/pecl/cairo/trunk[/url] pecl-cairo
cd pecl-cairo/
phpize
./configure
make
su -c "make install"

cd ..

svn co [url]http://svn.php.net/repository/gtk/php-gtk/trunk[/url] php-gtk
cd php-gtk
./buildconf
./configure
make
su -c "make install"

cd ..

wget
[url]http://www.phoronix-test-suite.com/download.php?file=phoronix-test-suite-2.8.1[/url]
tar xvzf phoronix-test-suite-2.8.1.tar.gz
cd phoronix-test-suite
su -c "./install-sh"

So please take where I left to get Phoronix test suite running on Fedora.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list