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

Bug 179380

Summary: [EAPI-1] add ECONF_SOURCE support to the default src_compile() function
Product: Gentoo Hosted Projects Reporter: Zac Medico <zmedico>
Component: PMS/EAPIAssignee: PMS/EAPI <pms>
Status: RESOLVED FIXED    
Severity: normal CC: james.georgas
Priority: High Keywords: InVCS
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 194041, 194876    
Attachments: make the default src_compile() support ECONF_SOURCE if EAPI > 0

Description Zac Medico gentoo-dev 2007-05-22 05:13:28 UTC
The default src_compile() function in current versions of portage only executes econf if ${WORKDIR}/configure is executable.  I would be better if it supported ${ECONF_SOURCE}/configure.  This suggestion originated in bug 178378.
Comment 1 Zac Medico gentoo-dev 2007-10-03 16:14:05 UTC
Created attachment 132462 [details, diff]
make the default src_compile() support ECONF_SOURCE if EAPI > 0

This patch has been in trunk for awhile but it's never been released.
Comment 2 Zac Medico gentoo-dev 2007-10-06 04:27:41 UTC
This is supported in >=sys-apps/portage-2.1.3.12 when EAPI > 0.