From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Kx1Yf-0003xM-Ia for garchives@archives.gentoo.org; Mon, 03 Nov 2008 15:41:37 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0505E0253; Mon, 3 Nov 2008 15:41:36 +0000 (UTC) Received: from yx-out-1718.google.com (yx-out-1718.google.com [74.125.44.157]) by pigeon.gentoo.org (Postfix) with ESMTP id 8DBD0E0253 for ; Mon, 3 Nov 2008 15:41:36 +0000 (UTC) Received: by yx-out-1718.google.com with SMTP id 4so1119986yxp.46 for ; Mon, 03 Nov 2008 07:41:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=5cMj6fLDlTnuHrSF76MEbsRRAQdxmBU8SN2Q93kvvbc=; b=g3RR4A0RvDQ6lfgFKBhfkmQISLHwBegD6Jm/iqx4I8xNosEzmCO79VCHnZp3OIFONa cIYyIn8gJXeuH/zTXutHc6KzUuQAvnTNqezEZ4TBPAdVABHD5TshuKFhkoY/LO9yjz7B 1rEKZRzLVV/LljzY51QJtHSxulTrvtplrbwz4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=Pc9hDhgiBc6CCjo01cfxIfrUbTt+jUUbvEyl0irv/7z4ITIAlWnf2y/8+85q/c/niR Im884u/gP1ukCTvjox8dz/d1IAkjFV1ZSQHjmoGLFMnjD2+2q7/0aReuumxRtOb9+jI/ fIwC6jL4TDOOd4TDcxyCQWo+CfiUhwtNwkU6I= Received: by 10.100.92.4 with SMTP id p4mr59159anb.3.1225726894903; Mon, 03 Nov 2008 07:41:34 -0800 (PST) Received: by 10.100.165.9 with HTTP; Mon, 3 Nov 2008 07:41:34 -0800 (PST) Message-ID: Date: Mon, 3 Nov 2008 12:41:34 -0300 From: "Rafael Barrera Oro" To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] can not emerge KDE-META (ACCESS DENIED chmod: /usr/share/config) In-Reply-To: <200811031737.14323.alan.mckinnon@gmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_37109_6008728.1225726894867" References: <200811031737.14323.alan.mckinnon@gmail.com> X-Archives-Salt: ce45e686-c61c-4c7f-90dd-0f9101ff5966 X-Archives-Hash: de4f6b2e92c7752ed6e624650e82e391 ------=_Part_37109_6008728.1225726894867 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Will do thanks for the explanation 2008/11/3 Alan McKinnon > On Monday 03 November 2008 17:31:59 Rafael Barrera Oro wrote: > > Whenever i try to emerge KDE-META-4.1.2-r1, everything goes fine until > the > > process suddenly dies with the following epitaph: > > > > ACCESS DENIED chmod: /usr/share/config > > chmod: changing permissions of `/usr/share/config': Permission denied > > You are running emerge in a sandbox and the ebuild is trying to chmod a > directory with these permissions: > > $ ls -ald /usr/share/config > drwxr-xr-x 4 root root 208 Oct 23 15:39 /usr/share/config > > which of course will never work. This is a bug, so report it at bgo unless > someone else has already done so. > > > -- > alan dot mckinnon at gmail dot com > > ------=_Part_37109_6008728.1225726894867 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Will do

thanks for the explanation

2008/11/3 Alan McKinnon <alan.mckinnon@gmail.com>
On Monday 03 November 2008 17:31:59 Rafael Barrera Oro wrote:
> Whenever i try to emerge KDE-META-4.1.2-r1, everything goes fine until the
> process suddenly dies with the following epitaph:
>
> ACCESS DENIED  chmod:     /usr/share/config
> chmod: changing permissions of `/usr/share/config': Permission denied

You are running emerge in a sandbox and the ebuild is trying to chmod a
directory with these permissions:

 $ ls -ald /usr/share/config
drwxr-xr-x 4 root root 208 Oct 23 15:39 /usr/share/config

which of course will never work. This is a bug, so report it at bgo unless
someone else has already done so.


--
alan dot mckinnon at gmail dot com


------=_Part_37109_6008728.1225726894867--