ccache 0.0kB cache size
by unInstance from LinuxQuestions.org on (#4XX58)
My setup:
Code:cache directory /home/uninstance/.ccache
primary config /home/uninstance/.ccache/ccache.conf
secondary config (readonly) /etc/ccache.conf
stats updated Wed Jan 8 09:45:19 2020
cache hit (direct) 0
cache hit (preprocessed) 0
cache miss 0
cache hit rate 0.00 %
called for link 7
couldn't find the compiler 1
no input file 29
cleanups performed 0
files in cache 0
cache size 0.0 kB
max cache size 10.0 GBProblem: As you can see symlinks work and max cache size is appropriate but actual cache size is 0.


- SlackWare current 5.4.11
- ccache 3.7.6
Code:cache directory /home/uninstance/.ccache
primary config /home/uninstance/.ccache/ccache.conf
secondary config (readonly) /etc/ccache.conf
stats updated Wed Jan 8 09:45:19 2020
cache hit (direct) 0
cache hit (preprocessed) 0
cache miss 0
cache hit rate 0.00 %
called for link 7
couldn't find the compiler 1
no input file 29
cleanups performed 0
files in cache 0
cache size 0.0 kB
max cache size 10.0 GBProblem: As you can see symlinks work and max cache size is appropriate but actual cache size is 0.