gregf Tux's lil' helper


Joined: 13 May 2003 Posts: 99 Location: USA, Maine
|
Posted: Fri Jan 04, 2008 11:28 pm Post subject: [solved] catalyst + ccache |
|
|
When trying to build my stage2 with catalyst my root partition / fills up because of ccache. Appears by default when you enable ccache with catalyst it uses /root/.ccache. So I got home to a failure of this because I forgot I had ccache enabled. Mad enough to start looking into it. ccache's website mentions an enviroment varible that shold solve this. So I added,
CCACHE_TEMPDIR="/home/gregf/catalyst/.ccache"
to my catalystrc file. Which is sourced from my catalyst.conf. Fired up catalyst with,
catalyst -a -c catalyst.conf -f stage2.spec
Still is looking for .ccache directory in /root. This time it failed with an error becaused I had deleted the directory. Any one have suggestions? Thanks in advance.
OOPS! Maybe I should be using CCACHE_DIR sorry. |
|