On Saturday 06 September 2003 19:34, Mike Williams wrote: > On Sunday 07 September 2003 01:22, Paulo da Silva wrote: > > Hi, > > > > I couldn't get lilypond compiled because of ccache! > > I needed to unemerge ccache, emerge lilypond and > > then reemerge ccache again. Is there a way to emerge > > forcing ccache or distcc not to be used? > > Yep, check /etc/make.conf and remove ccache and distcc from FEATURES. > If FEATURES isn't set, thus using the defaults, then do an 'emerge info' > find out what is being used and set FEATURES minus what you don't want.
Better yet. For one offs where you need to disable features, do the following: env FEATURES="... ... ..." emerge lilypond ===== Make sure FEATURES contains everything from the variable in make.conf except for what you want to disable. -- [EMAIL PROTECTED] mailing list
