Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4623 - portage 2.0.10 and BUILD_PREFIX
Summary: portage 2.0.10 and BUILD_PREFIX
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-06 14:11 UTC by Spider (RETIRED)
Modified: 2011-10-30 22:19 UTC (History)
1 user (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 Spider (RETIRED) gentoo-dev 2002-07-06 14:11:10 UTC
I just wonder why this variable isn't adhered to anymore? this broke my current
setup as it suddenly started to build things inside my portage cvs tree.....


BUILD_PREFIX="${PORTAGE_TMPDIR}/build"
where PORTAGE_TMPDIR is on its own partition (/ is limited in speed and size)...
it wasn't pleasant :/
Comment 1 Daniel Robbins (RETIRED) gentoo-dev 2002-07-06 20:33:24 UTC
Set PORTAGE_TMPDIR instead.  We now use more conservative variable expansion to
prevent infinite expansion loops.  One of the side-effects is that only
variables defined earlier in the current config file can be expanded, which
required us to remove BUILD_PREFIX and define it internally.