Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 103185 - SANDBOX_DISABLE in global scope for dev-lisp/gcl*
Summary: SANDBOX_DISABLE in global scope for dev-lisp/gcl*
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Matthew Kennedy (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-20 14:22 UTC by Brian Harring (RETIRED)
Modified: 2005-08-22 00:10 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 Brian Harring (RETIRED) gentoo-dev 2005-08-20 14:22:29 UTC
Shift it to the phase that requires it; SANDBOX_DISABLE in the global scope
turns off the sandbox during depends phase which is extremely evil.
Comment 1 Matthew Kennedy (RETIRED) gentoo-dev 2005-08-21 12:59:40 UTC
There must be more to the story.  I moved SANDBOX_DISABLED to the src_compile and 
also src_install sections of the ebuild (eg. src_compile() { export 
SANDBOX_DISABLED=1 ...}) and the build fails as if the sandbox is active.  So 
please advise further.
Comment 2 Brian Harring (RETIRED) gentoo-dev 2005-08-21 13:03:06 UTC
export SANDBOX_ON=0
SANDBOX_DISABLE is a worthless var that just toggles that :)
Comment 3 Matthew Kennedy (RETIRED) gentoo-dev 2005-08-22 00:10:46 UTC
Thanks. Fixed in portage for dev-lisp/gcl.