Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 344283 - app-benchmarks/phoronix-test-suite-2.6.1 still require php with pcre use flag
Summary: app-benchmarks/phoronix-test-suite-2.6.1 still require php with pcre use flag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Doug Goldstein (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-05 16:28 UTC by Fabio Bonfante
Modified: 2010-11-10 19:38 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fabio Bonfante 2010-11-05 16:28:58 UTC
emerge -auvDN world

These are the packages that would be merged, in order:

Calculating dependencies... done!

emerge: there are no ebuilds built with USE flags to satisfy "dev-lang/php:5[cli,gd,posix,pcntl,truetype,pcre]".
!!! One of the following packages is required to complete your request:
- dev-lang/php-5.3.3-r1 (Missing IUSE: pcre)
(dependency required by "app-benchmarks/phoronix-test-suite-2.6.1" [installed])
(dependency required by "world" [argument])
-------------
I've masked previous version of php to prevent the downgrade and check the origin of the problem.

So is the pcre useflag in php-5.3.3-r1 (now stable) really required for phoronix-test-suite-2.6.1?
Comment 1 Fernando 2010-11-06 16:06:26 UTC
The pcre useflag has been removed from dev-lang/php-5.3.3-r1 ebuild and now dev-libs/libpcre is a required dependency so it should be removed from phoronix-test-suite-2.6.1 dependencies.
Comment 2 Patrick Lauer gentoo-dev 2010-11-10 19:38:05 UTC
+  10 Nov 2010; Patrick Lauer <patrick@gentoo.org>
+  phoronix-test-suite-2.6.1.ebuild:
+  Fixing deps for #344283

Still tries to pull in php-5.2 if I don't have 5.3 already installed, but works for me now