Gentoo Archives: gentoo-user

From: Tamas Sarga <tamas@×××××××××××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] ccache taking way too long time
Date: Wed, 28 Sep 2005 19:59:58
Message-Id: Pine.LNX.4.58.0509282150110.1950@wansite.homelinux.net
In Reply to: [gentoo-user] ccache taking way too long time by Fernando Meira
1 On Sun, 25 Sep 2005, Fernando Meira wrote:
2
3 >
4 > Hi,
5 >
6 > I been using ccache for sometime since its mail goal is to speedup common
7 > compiling sets.
8 > This is great when updating several packages.
9 > However, every time that a package is to be emerge/updated my system waits
10 > for ccache some long minutes. This happens twice, at the emerge start and
11 > end. For some small packages, it takes more time to handle ccache than
12 > compiling the package itself... so I wondering if this is normal, or it is
13 > something mis-configured?
14 >
15 > Here is how it looks:
16 >
17 > >>> emerge (2 of 10) media-sound/cdparanoia-3.9.8-r2 to /
18 > * Adjusting permissions on ccache in /root/.ccache
19 > * Adjusting permissions on ccache in /root/.ccache
20 > >>> Downloading ftp://ftp.tu-clausthal.de/pub/linux/...
21 > (...)
22 > >>> Completed installing cdparanoia-3.9.8-r2 into
23 > /var/tmp/portage/cdparanoia-3.9.8-r2/image/
24 >
25 > >>> Merging media-sound/cdparanoia-3.9.8-r2 to /
26 > * Adjusting permissions on ccache in /root/.ccache
27 > (...)
28 >
29 > Fernando
30 >
31
32 Hi,
33
34 I also use ccache for a some time.
35 I use
36 $CCACHE_DIR=/var/cache/ccache/
37
38 ls -la /var/cache/ccache
39 drwxrws--- 18 portage portage 4096 Sep 25 16:29 .
40 drwxr-xr-x 7 root root 4096 Oct 14 2004 ..
41 drwxr-sr-x 18 portage portage 4096 Oct 24 2004 0
42 drwxr-sr-x 18 portage portage 4096 Oct 24 2004 1
43 drwxr-sr-x 18 portage portage 4096 Oct 24 2004 2
44 <snip>
45
46 My portage user is portage.
47
48 I haven't got the mentioned problem.
49 What are your settings?
50
51 Cheers,
52 Tamas Sarga Sárga Tamás
53 --
54 Make the world confused! Zavard össze a világot!
55 Smile on monday morning! Mosolyogj hétfõ reggel!
56
57 --
58 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] ccache taking way too long time Fernando Meira <fmeira@×××××.com>