Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 329475 - dev-lang/php-5.3.2 QA notice
Summary: dev-lang/php-5.3.2 QA notice
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-22 21:17 UTC by Theo Chatzimichos (RETIRED)
Modified: 2010-07-27 17:20 UTC (History)
0 users

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 Theo Chatzimichos (RETIRED) archtester gentoo-dev Security 2010-07-22 21:17:16 UTC
* QA Notice: econf called in src_compile instead of src_configure

dunno if any other versions are affected
Comment 1 Matti Bickel (RETIRED) gentoo-dev 2010-07-27 16:55:27 UTC
They are all affected. I'd be happy to hear a solution, but this is the recommended way to build php: one SAPI at a time. You have to ./configure && make && make clean for each one in turn, before everything's assembled.

So, sorry, but this is CANTFIX, except by ripping php apart and I'm certainly not the one doing this (again).
Comment 2 Ole Markus With (RETIRED) gentoo-dev 2010-07-27 17:20:37 UTC
You could have the ebuild copy the source code to one directory per SAPI and iterate through each of these directories for each phase function.