Gentoo Archives: gentoo-user

From: Dale <teendale@×××××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] ccache: unsupported compiler option
Date: Sat, 12 Aug 2006 22:44:04
Message-Id: 44DE5857.9010509@vista-express.com
In Reply to: Re: [gentoo-user] ccache: unsupported compiler option by Justin Findlay
1 Justin Findlay wrote:
2 > On Sat, Aug 12, 2006 at 04:33:30PM -0500, Dale wrote:
3 >
4 >> root@smoker / # ccache -s
5 >> cache hit 0
6 >> cache miss 0
7 >> files in cache 0
8 >> cache size 0 Kbytes
9 >> max cache size 768.0 Mbytes
10 >> root@smoker / #
11 >>
12 >
13 > Try `CCACHE_DIR="/var/tmp/ccache" ccache -s` and see if you get anything
14 > different.
15 >
16 >
17 > Justin
18 >
19
20 Strange.
21
22 > root@smoker / # CCACHE_DIR="/var/tmp/ccache" ccache -s
23 > cache hit 76331
24 > cache miss 157987
25 > called for link 16817
26 > multiple source files 112
27 > compile failed 5118
28 > preprocessor error 4269
29 > bad compiler arguments 2
30 > not a C/C++ file 6042
31 > autoconf compile/link 55706
32 > unsupported compiler option 3205
33 > no input file 23230
34 > files in cache 59867
35 > cache size 872.9 Mbytes
36 > max cache size 976.6 Mbytes
37 > root@smoker / #
38
39 At least it is working. Now why is it not reporting it with just ccache
40 -s like it should??
41
42 Dale
43
44 :-) :-)
45 --
46 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] ccache: unsupported compiler option Dale <teendale@×××××××××××××.com>