Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 179380 - [EAPI-1] add ECONF_SOURCE support to the default src_compile() function
Summary: [EAPI-1] add ECONF_SOURCE support to the default src_compile() function
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: PMS/EAPI (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: PMS/EAPI
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks: 194041 194876
  Show dependency tree
 
Reported: 2007-05-22 05:13 UTC by Zac Medico
Modified: 2007-10-06 04:28 UTC (History)
1 user (show)

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


Attachments
make the default src_compile() support ECONF_SOURCE if EAPI > 0 (econf_source.patch,427 bytes, patch)
2007-10-03 16:14 UTC, Zac Medico
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.