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 23:27:29
Message-Id: 44DE62CE.3020304@vista-express.com
In Reply to: Re: [gentoo-user] ccache: unsupported compiler option by Dale
1 Dale wrote:
2 >
3 > Strange.
4 > root@smoker / # CCACHE_DIR="/var/tmp/ccache" ccache -s
5 > cache hit 76331
6 > cache miss 157987
7 > called for link 16817
8 > multiple source files 112
9 > compile failed 5118
10 > preprocessor error 4269
11 > bad compiler arguments 2
12 > not a C/C++ file 6042
13 > autoconf compile/link 55706
14 > unsupported compiler option 3205
15 > no input file 23230
16 > files in cache 59867
17 > cache size 872.9 Mbytes
18 > max cache size 976.6 Mbytes
19 > root@smoker / #
20 >
21 >
22 > At least it is working. Now why is it not reporting it with just ccache
23 > -s like it should??
24 >
25 > Dale
26 >
27 > :-) :-)
28 >
29
30 This helped:
31
32 > echo "CCACHE_DIR=\"/var/tmp/ccache\"" >> /etc/env.d/99local
33 > env-update && source /etc/profile
34
35 Now I get this:
36
37 > root@smoker / # ccache -s
38 > cache hit 76331
39 > cache miss 157987
40 > called for link 16817
41 > multiple source files 112
42 > compile failed 5118
43 > preprocessor error 4269
44 > bad compiler arguments 2
45 > not a C/C++ file 6042
46 > autoconf compile/link 55706
47 > unsupported compiler option 3205
48 > no input file 23230
49 > files in cache 59867
50 > cache size 872.9 Mbytes
51 > max cache size 976.6 Mbytes
52 > root@smoker / #
53
54 Dale
55 :-) :-)
56 --
57 gentoo-user@g.o mailing list