Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
X-Chat 1.9.2 emerge problems
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
pmj
n00b
n00b


Joined: 06 Jun 2002
Posts: 27
Location: Newfoundland, Canada

PostPosted: Sat Jul 20, 2002 2:46 pm    Post subject: X-Chat 1.9.2 emerge problems Reply with quote

/bin/sh ./mkinstalldirs /usr/share/pixmaps
/bin/install -c -m 644 ./xchat.png /usr/share/pixmaps/xchat.png
ACCESS DENIED open_wr: /usr/share/pixmaps/xchat.png
/bin/install: cannot create regular file `/usr/share/pixmaps/xchat.png': Permission denied

I get that error message when trying to emerge xchat 1.9.2 ... anyone with any ideas?
_________________
pmj / [a]orange
Back to top
View user's profile Send private message
Bosnian[X]
n00b
n00b


Joined: 12 Jul 2002
Posts: 66
Location: Sweden, Malmö

PostPosted: Sat Jul 20, 2002 2:57 pm    Post subject: Reply with quote

hmm...seems like u trying to install XChat like regular user....
"su root" and than try to install it
Back to top
View user's profile Send private message
pmj
n00b
n00b


Joined: 06 Jun 2002
Posts: 27
Location: Newfoundland, Canada

PostPosted: Sat Jul 20, 2002 3:00 pm    Post subject: Reply with quote

that's what it looks like, but emerge doesn't work unless you're root. I'm root. :)
_________________
pmj / [a]orange
Back to top
View user's profile Send private message
KiTaSuMbA
Guru
Guru


Joined: 28 Jun 2002
Posts: 430
Location: Naples Italy

PostPosted: Sun Jul 21, 2002 1:23 am    Post subject: Reply with quote

Access violation: this seems to be the same kind of problem I met while trying to emerge nmap 2.54-beta36. While I do not know why this happens this is how I worked around it.
What fails here is the make install target. That means that the actual software is already compiled and can be found at /var/tmp/portage/<package>/image/ in the relative dirs. So you push the files down the system's throat manually in the supposed-to-be places and voila! It works. To have less nuissance by the portage, you can then inject the package and go on with your life.
It's definatelly not a clean trick but at least it works (and you avoid compiling by hand anyway . :wink: )
_________________
Need to flame people LIVE on IRC? Join #gentoo-otw on freenode!
Back to top
View user's profile Send private message
Mishima
n00b
n00b


Joined: 29 Jun 2002
Posts: 4
Location: Spain

PostPosted: Tue Jul 23, 2002 6:29 pm    Post subject: Reply with quote

I had the same problem and this is the solution i found in the forums:
Since it is a sandbox problem (not even root has permissions) you can complete the ebuild just disabling the sandbox protection feature:
Code:
SANDBOX_DISABLED=1

Then you'll be able to finish the building. Someone should fix the bug.
Back to top
View user's profile Send private message
xwild
n00b
n00b


Joined: 15 Jun 2002
Posts: 7
Location: NY

PostPosted: Tue Jul 30, 2002 12:32 am    Post subject: same problem here Reply with quote

I just recompiled everything on my box using GCC 3.1-r7. Everything went beautifully, up till I hit xchat. (emerge -pe world was the command used). Then I got this same error as well. Am trying the SANDBOX_DISABLED=1 trick, will inform if it gets around the problem.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo 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