"Mansour Al Akeel" <[EMAIL PROTECTED]> posted
[EMAIL PROTECTED], excerpted
below, on  Fri, 14 Nov 2008 15:54:28 -0400:

> FEATURES=-sandbox emerge sandbox"

I'm sorry, I didn't make myself clear on this.  If you change the feature 
in make.conf, you'd use your normal features only change "sandbox" to 
"-sandbox".

What I was suggesting there was to go on the command line (not 
make.conf).  You set FEATURES to -sandbox for just a single command, 
which is emerge sandbox.

So combining that with the ccache suggestion, now for both gcc and 
sandbox, it would be this (after setting the FEATURES line in make.conf 
back to normal):

First command:

FEATURES="-ccache -sandbox" emerge sandbox

Second command:

FEATURES="-ccache -sandbox" emerge gcc

If you are lucky, after those two commands, you should be back to normal 
and can remerge gcc without anything funny in either make.conf or on the 
command line.

-- 
Duncan - List replies preferred.   No HTML msgs.
"Every nonfree program has a lord, a master --
and if you use the program, he is your master."  Richard Stallman


Reply via email to