So was there ever an answer to this? Because I'm getting the same thing.
* PHP_TARGETS seems empty, php.ini file can't be configure.[sic]
* Make sure that PHP_TARGETS in /etc/make.conf is set.
I got that:
- When first installing with nothing in make.conf.
- With PHP_TARGETS="5.6"
- With PHP_TARGETS="php5.6"
- With PHP_TARGETS="php-5.6"
- With PHP_TARGETS="php5-6" (Finally I found the correct syntax
here).
(of course, not knowing the correct syntax to put is something I've already
encountered)
I've even tried with
PHP_INI_VERSION="production" / PHP_TARGETS="php5-6" in make.conf and
# eselect php list cli
[1] php5.6 *
and done an 'emerge -va php phoronix-test-suite'.
And still I get the same error each time.
So ignoring the error and running it anyway:
# phoronix-test-suite
PHP Fatal error: Call to undefined function ctype_upper() in /usr/share/phoronix-test-suite/pts-core/objects/pts_openbenchmarking.php on line 67
Is this package just, like, borken?