Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 329475

Summary: dev-lang/php-5.3.2 QA notice
Product: Gentoo Linux Reporter: Theo Chatzimichos (RETIRED) <tampakrap>
Component: New packagesAssignee: PHP Bugs <php-bugs>
Status: RESOLVED CANTFIX    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.