Package Details: phoronix-test-suite-git 10.8.2.r0.g59dd31383-1

Git Clone URL: https://aur.archlinux.org/phoronix-test-suite-git.git (read-only, click to copy)
Package Base: phoronix-test-suite-git
Description: The most comprehensive testing and benchmarking platform available for Linux
Upstream URL: https://www.phoronix-test-suite.com/
Licenses: GPL3
Conflicts: phoronix-test-suite
Provides: phoronix-test-suite
Submitter: None
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 15
Popularity: 0.60
First Submitted: 2009-11-27 20:09 (UTC)
Last Updated: 2022-02-13 13:30 (UTC)

Dependencies (20)

Required by (0)

Sources (2)

Latest Comments

1 2 Next › Last »

tdolega commented on 2020-03-23 16:32 (UTC)

doesn't work: To run the Phoronix Test Suite locally you must first change directories to phoronix-test-suite/ or install the program using the install-sh script.

savagezen commented on 2017-07-09 02:29 (UTC)

@darkbasic and @tantlum I have pushed an update and corrected the issues in package(). Please leave a message or send me an email if the issue persists.

tantalum commented on 2017-07-02 07:38 (UTC) (edited on 2017-07-02 07:39 (UTC) by tantalum)

i can't get this to install. first i am getting the warning "ERROR: ld.so: object 'libfakeroot.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored" then after entering the sudo password it says user is not allowed to execute "./install-sh" - this should not need root rights as it installs into the packaging directory? i needed to either change sudo configuration or pkgbuild for this. then it copies the files to $pkgdir and makes a package, but when i try to install it it says "phoronix-test-suite-git: /bin exists in filesystem". i guess that is because /bin is a symlink to /usr/bin, which afaik is the standard in arch. it is perhaps an upstream issue that it installs into /bin in the first place, but there should be a workaround for arch.

darkbasic commented on 2016-11-27 15:47 (UTC)

==> Estrazione dei sorgenti in corso... -> Creazione di una copia di lavoro del repository phoronix-test-suite git in corso... Switched to a new branch 'makepkg' ==> Avvio di pkgver() in corso... ==> Entro nell'ambiente fakeroot... ==> Avvio di package() in corso... ERROR: ld.so: object 'libfakeroot.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. Phoronix Test Suite Installation Completed

savagezen commented on 2016-11-12 15:06 (UTC)

@Kerr the package is not out of date. If you build and install per the PKGBUILD, open a terminal and run to see that the installed version is indeed 6.8.0m1. $ phoronix-test-suite version If I understand things correctly, the discrepancy is because makepkg pulls its version number from the Git repo's source tree (and corresponding commit).

ram4nd commented on 2016-03-24 15:21 (UTC)

ra@ra:/var/www/service$ yaourt -S php-gtk error: target not found: php-gtk

savagezen commented on 2015-12-13 16:35 (UTC)

Thanks for the updates guys. If you get a 'failed to find XXX support' error, you'll need to uncomment the relevant extension in /etc/php/php.ini Likewise, if you get a message about an 'open_basedir' restriction, commenting this line out of /etc/php/php.ini fixed the problem for me. I'm not a very experienced packager so I'm working on getting the binary installed to /usr/bin instead of the relative build path. In the mean time, if you clone the source and run the .install-sh script as root the package appears installs correctly. Any help is greatly appreciated: see my git repo @ https://github.com/gtbjj/pkgbuild

shkercuh commented on 2015-12-07 19:47 (UTC)

@kozaki Also required: extension=sockets.so

kozaki commented on 2015-12-02 17:07 (UTC)

Some issues preventing using PTS: 1. The freshly installed binary contains somehow the makepkg's path, instead of the correct one: $ grep PTS_DIR=/ /usr/bin/phoronix-test-suite export PTS_DIR=/tmp/makepkg/phoronix-test-suite-git/pkg/phoronix-test-suite-git/usr/share/phoronix-test-suite 2. Loading php modules $ egrep "open_basedir|=(json|zip|curl|openssl|gd)" /etc/php/php.ini ; open_basedir, if set, limits all file operations to the defined directory open_basedir = /srv/http/:/home/:/tmp/:/usr/share/pear/:/usr/share/webapps/:/ extension=curl.so extension=gd.so extension=openssl.so extension=zip.so $ phoronix-test-suite -h PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/gd.so' - /usr/lib/php/modules/gd.so: cannot open shared object file: No such file or directory in Unknown on line 0 NOTICE: The php.ini configuration is using the "open_basedir" directive, which may prevent some parts of the Phoronix Test Suite from working. See the Phoronix Test Suite documentation for more details and to disable this setting. Phoronix Test Suite v6.0.1 (Hammerfest) More by klenamenis on http://www.phoronix.com/forums/forum/phoronix/phoronix-test-suite/48465-installation-problems-on-arch-linux

commented on 2012-07-03 18:08 (UTC)

Sorry, I’m not at home until ~16th, I’ll update everything when I’ll be back.