On 30.01.2007, at 10:59, Frank Groeneveld wrote:

I have no problem with your mails. Would like to see ccache working too :)

It _is_ working. There is just some weird CCACHE_DIR handling (which even exists on gentoo linux, not prefix, just the simple normal one).

CCACHE_DIR is usually ${HOME}/.ccache, but that is somehow messed up on OS X. There ccache wants to save the data in /var/root/.ccache. This is obviously some stupid behaviour, since we're not running emerge as root. This can be fixed by adding CCACHE_DIR=/Users/ stoile/.ccache" (use your prefered path here and later) to etc/ make.conf that portage recognizes a working ccache and it should also be added to etc/portage/bashrc (that it is used during unpack, compile, install, whatever).

if you want to use it outside of prefix, no problem: Simply add the path to your environment.

Philipp
--
[EMAIL PROTECTED] mailing list

Reply via email to