Gentoo Archives: gentoo-user

From: Alex Schuster <wonko@×××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] profiling:/var/tmp/portage/xfce-base ... Cannot create directory
Date: Mon, 09 Jul 2012 11:08:33
Message-Id: 20120709130606.55ce813a@weird.wonkology.org
In Reply to: Re: [gentoo-user] profiling:/var/tmp/portage/xfce-base ... Cannot create directory by v_2e@ukr.net
1 v_2e@×××.net writes:
2
3 > On Mon, 9 Jul 2012 08:51:32 +0800
4 > microcai <microcai@×××××××××××××.org> wrote:
5 >
6 > > You forgot to disable pgo when you compile some xfce-session .
7 > >
8 > What is 'pgo'?
9
10 Thanks, I just used this question to finally look up the man page of the
11 euses command, which I thought would give the description of use flags. It
12 turns out that it's simply 'euses pgo', which is much less to type than
13 my usual 'grep :pgo /var/portage/tree/profiles/use.*'. Anyway, it returns
14 that only firefox and torbrowser make use of this optimization for
15 gcc-4.5.
16
17 About the free inodes question, use df -i for that.
18
19 Wonko