Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Could not make directory '/etc/gconf/...': Permission denied
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
Ansorg
Apprentice
Apprentice


Joined: 13 Jul 2002
Posts: 193

PostPosted: Thu May 08, 2003 8:24 pm    Post subject: Could not make directory '/etc/gconf/...': Permission denied Reply with quote

hi,

I just emerged a bunch of Gnome-2.3.x packages. All went fine up to gnome-panel

the ebuild stops somewhere during the install (build root install in /var/tmp/...) with messages like


Code:

Failed to access configuration source(s): Failed:
 Could not make directory `/etc/gconf/gconf.xml.defaults': Permission denied
Failed to access configuration source(s): Failed:
 Could not make directory `/etc/gconf/gconf.xml.defaults': Permission denied
Setting default for /apps/panel/default_setup/toplevels/top_panel/name to Top Panel
Failed to access configuration source(s): Failed:
 Could not make directory `/etc/gconf/gconf.xml.defaults': Permission denied
Failed to access configuration source(s): Failed:
 Could not make directory `/etc/gconf/gconf.xml.defaults': Permission denied


and so on ...

looks like some part of the installation does not respect the build root and wants to go directly into /etc

so how can I work around this?

something that can be done in the ebuild or do I have to modify the source ?

thanks
Jens
_________________
thanks
Jens
Back to top
View user's profile Send private message
Daganoth
Apprentice
Apprentice


Joined: 12 Jun 2002
Posts: 194
Location: Greensboro, NC

PostPosted: Thu May 08, 2003 10:37 pm    Post subject: Reply with quote

I'm having the same problem emerging 2.3.1. Its a problem with sandbox being enabled and therefore here is the solution:

Code:
export SANDBOX_DISABLED=1; emerge gnome-panel


Works for me, hope it works for you.
Back to top
View user's profile Send private message
Ansorg
Apprentice
Apprentice


Joined: 13 Jul 2002
Posts: 193

PostPosted: Fri May 09, 2003 7:07 am    Post subject: Reply with quote

yes, but Sandbox seems always like a bad hack to me.

there has to be another way to deal with that: probably fix the source but I'm not familiar enough with linux programming to do that without some help ... :(
_________________
thanks
Jens
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum