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 13:38:00
Message-Id: 85901b690511190533x57175e4fgb23de50f7986d66e@mail.gmail.com
1 Hi,
2 I've changed my CFLAGS settings and merged ccache for later works. Now i'm
3 updating my system with "emerge -e world". During merge i realize that
4 ccache is adjusting permissions for 4 times per package; before merge,
5 before unmerge of existing packages, after unmerge and after merge. It's
6 something like this:
7
8 --- !targe sym /usr/lib/libglib-2.0.so <http://2.0.so>
9 * Adjusting permissions on ccache in /root/.ccache
10 >>> original instance of package unmerged safely.
11 * Adjusting permissions on ccache in /root/.ccache
12 >>> Regenerating /etc/ld.so.cache...
13 >>> dev-libs/glib-2.6.5 merged.
14 * Adjusting permissions on ccache in /root/.ccache
15
16 >>> clean: No packages selected for removal.
17
18 >>> emerge (133 of 405) x11-libs/pango-1.8.1-r1 to /
19 * Adjusting permissions on ccache in /root/.ccache
20
21 My question is about this adjusting process, each adjusting process longs
22 about 5 to 6 seconds. For whole update this makes 135 to 162 minutes and if
23 this really is only an permission adjusting process i thought this is just
24 loosing time. Can you help to understand this and if there is a setting for
25 this that i've missed would you show me?
26
27 -----------------------
28 My make.conf file
29 -----------------------
30
31 CFLAGS="-march=pentium4 -mcpu=pentium4 -O2 -pipe -fomit-frame-pointer
32 -momit-leaf-frame-pointer -fno-ident"
33 CHOST="i686-pc-linux-gnu"
34 CXXFLAGS="${CFLAGS}"
35 MAKEOPTS="-j2"
36 GENTOO_MIRRORS="http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/
37 http://ftp.uni-erlangen.de/pub/mirrors/gentoo
38 http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/
39 http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/
40 http://pandemonium.tiscali.de/pub/gentoo/ http://gentoo.intergenia.de
41 http://mirror.aiya.ru/pub/gentoo/ http://ftp.citkit.ru/pub/Linux/gentoo
42 http://ftp.ankara.edu.tr/gentoo/"
43 SYNC="rsync://rsync.de.gentoo.org/gentoo-portage"
44 USE="-3dfx -3dnow -3dnowext -afs -aim -qt -kde -ipv6 -nsplugin -doc -debug
45 -spell -arts oss esd unicode gnome alsa mmx sse sse2 nls X gtk gtk2"
46 PORT_LOGDIR=/home/portage/logs
47 CLEAN_DELAY=0
48 FEATURES="ccache"
49 CCACHE_SIZE="2G"
50 CCACHE_DIR="/root/.ccache"

Replies

Subject Author
Re: [gentoo-user] about ccache permission adjusting Richard Fish <bigfish@××××××××××.org>