make.conf says ccache disabled, but emerge --info says enabled <snip> porkoo ~ # less /etc/make.conf | grep FEATURES= FEATURES="prelink loadpolicy distlocks autoaddcvs" #ccache distcc </snip> <snip> porkoo ~ # emerge --info Portage 2.0.51_rc9 (default-linux/x86/2004.3, gcc-3.4.1, glibc-2.3.4.20041006-r0, 2.6.8-gentoo-r9 i686) ================================================================= System uname: 2.6.8-gentoo-r9 i686 Intel(R) Pentium(R) 4 CPU 1.60GHz Gentoo Base System version 1.6.2 distcc 2.18 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled] ccache version 2.3 [enabled] Autoconf: sys-devel/autoconf-2.59-r5 Automake: sys-devel/automake-1.8.5-r1 Binutils: sys-devel/binutils-2.15.92.0.2-r1 Headers: sys-kernel/linux26-headers-2.6.8.1-r1 Libtools: sys-devel/libtool-1.5.2-r5 ACCEPT_KEYWORDS="x86 ~x86" </snip>
jak - forgot - and it is truly used by emerge (but it is disabled in make.conf)
$ grep ccache /etc/make.globals FEATURES="sandbox distlocks ccache autoaddcvs"
mmmh ok - but how do i disable ccache then - w/o removing it?
FEATURES=-ccache