Gentoo Archives: gentoo-user

From: sempsteen <sempsteen@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] about ccache permission adjusting
Date: Sat, 19 Nov 2005 11:06:13
Message-Id: 85901b690511190259h2b633c1dl7ccb456bf92ee7ae@mail.gmail.com
1 Hi,
2 I've changed my CFLAGS settings and merged ccache for future works. Now i'm
3 updating my system with "emerge -e world". During merge i realize that
4 ccache is adjusting permissions before and after for all packages, it's
5 something like this:
6
7 >>> media-libs/libsdl-1.2.8-r1 merged.
8 * Adjusting permissions on ccache in /root/.ccache
9
10 >>> clean: No packages selected for removal.
11
12 >>> emerge (105 of 405) media-libs/jpeg-6b-r5 to /
13 * Adjusting permissions on ccache in /root/.ccache
14
15 My question is about this adjusting process, each adjusting process longs
16 about 4 to 5 seconds. For whole update this makes 54 to 67.5 minutes and if
17 this really is only an permission adjusting process i thought this is just
18 loosing time. Can you help to understand this and if there is a settings for
19 this that i missed would you show me?
20
21 -----------------------
22 My make.conf file
23 -----------------------
24
25 CFLAGS="-march=pentium4 -mcpu=pentium4 -O2 -pipe -fomit-frame-pointer
26 -momit-leaf-frame-pointer -fno-ident"
27 CHOST="i686-pc-linux-gnu"
28 CXXFLAGS="${CFLAGS}"
29 MAKEOPTS="-j2"
30 GENTOO_MIRRORS="http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/
31 http://ftp.uni-erlangen.de/pub/mirrors/gentoo
32 http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/
33 http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/
34 http://pandemonium.tiscali.de/pub/gentoo/ http://gentoo.intergenia.de
35 http://mirror.aiya.ru/pub/gentoo/ http://ftp.citkit.ru/pub/Linux/gentoo
36 http://ftp.ankara.edu.tr/gentoo/"
37 SYNC="rsync://rsync.de.gentoo.org/gentoo-portage"
38 USE="-3dfx -3dnow -3dnowext -afs -aim -qt -kde -ipv6 -nsplugin -doc -debug
39 -spell -arts oss esd unicode gnome alsa mmx sse sse2 nls X gtk gtk2"
40 PORT_LOGDIR=/home/portage/logs
41 CLEAN_DELAY=0
42 FEATURES="ccache"
43 CCACHE_SIZE="2G"
44 CCACHE_DIR="/root/.ccache"