Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] can not emerge KDE-META (ACCESS DENIED chmod: /usr/share/config)
Date: Mon, 03 Nov 2008 15:37:26
Message-Id: 200811031737.14323.alan.mckinnon@gmail.com
In Reply to: [gentoo-user] can not emerge KDE-META (ACCESS DENIED chmod: /usr/share/config) by Rafael Barrera Oro
1 On Monday 03 November 2008 17:31:59 Rafael Barrera Oro wrote:
2 > Whenever i try to emerge KDE-META-4.1.2-r1, everything goes fine until the
3 > process suddenly dies with the following epitaph:
4 >
5 > ACCESS DENIED chmod: /usr/share/config
6 > chmod: changing permissions of `/usr/share/config': Permission denied
7
8 You are running emerge in a sandbox and the ebuild is trying to chmod a
9 directory with these permissions:
10
11 $ ls -ald /usr/share/config
12 drwxr-xr-x 4 root root 208 Oct 23 15:39 /usr/share/config
13
14 which of course will never work. This is a bug, so report it at bgo unless
15 someone else has already done so.
16
17
18 --
19 alan dot mckinnon at gmail dot com

Replies

Subject Author
Re: [gentoo-user] can not emerge KDE-META (ACCESS DENIED chmod: /usr/share/config) Rafael Barrera Oro <borafael@×××××.com>