View previous topic :: View next topic |
Author |
Message |
Xenzeo n00b

Joined: 27 Feb 2004 Posts: 49
|
Posted: Sun Oct 17, 2004 12:05 am Post subject: how to prevent ccache from using /root? (/root/.ccache) |
|
|
Hey ppl...
I found this in my log
Oct 17 02:02:19 XXX distccd[22598]: gcc /root/.ccache/uscan.tmp.x.18540.i on localhost completed ok
seems like ccache uses /root/.ccache as cache dir, this seams really odd for a default installation i think...
does anyone have a suggenstion on how too change this?
should I file a bugreport about it?
Thanks in advance
-Xenzeo |
|
Back to top |
|
 |
codergeek42 Bodhisattva

Joined: 05 Apr 2004 Posts: 5142 Location: Anaheim, CA (USA)
|
Posted: Sun Oct 17, 2004 12:27 am Post subject: |
|
|
try Code: | CCACHE_DIR="/other/dir" | in your /etc/make.conf _________________ ~~ Peter: Programmer, Mathematician, STEM & Free Software Advocate, Enlightened Agent, Transhumanist, Fedora contributor
Who am I? :: EFF & FSF |
|
Back to top |
|
 |
Xenzeo n00b

Joined: 27 Feb 2004 Posts: 49
|
Posted: Sun Oct 17, 2004 12:35 am Post subject: |
|
|
hehe.. yeah the did the trick
thanks |
|
Back to top |
|
 |
|