View previous topic :: View next topic |
Author |
Message |
pmj n00b
Joined: 06 Jun 2002 Posts: 27 Location: Newfoundland, Canada
|
Posted: Sat Jul 20, 2002 2:46 pm Post subject: X-Chat 1.9.2 emerge problems |
|
|
/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 |
|
|
Bosnian[X] n00b
Joined: 12 Jul 2002 Posts: 66 Location: Sweden, Malmö
|
Posted: Sat Jul 20, 2002 2:57 pm Post subject: |
|
|
hmm...seems like u trying to install XChat like regular user....
"su root" and than try to install it |
|
Back to top |
|
|
pmj n00b
Joined: 06 Jun 2002 Posts: 27 Location: Newfoundland, Canada
|
Posted: Sat Jul 20, 2002 3:00 pm Post subject: |
|
|
that's what it looks like, but emerge doesn't work unless you're root. I'm root. _________________ pmj / [a]orange |
|
Back to top |
|
|
KiTaSuMbA Guru
Joined: 28 Jun 2002 Posts: 430 Location: Naples Italy
|
Posted: Sun Jul 21, 2002 1:23 am Post subject: |
|
|
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 . ) _________________ Need to flame people LIVE on IRC? Join #gentoo-otw on freenode! |
|
Back to top |
|
|
Mishima n00b
Joined: 29 Jun 2002 Posts: 4 Location: Spain
|
Posted: Tue Jul 23, 2002 6:29 pm Post subject: |
|
|
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:
Then you'll be able to finish the building. Someone should fix the bug. |
|
Back to top |
|
|
xwild n00b
Joined: 15 Jun 2002 Posts: 7 Location: NY
|
Posted: Tue Jul 30, 2002 12:32 am Post subject: same problem here |
|
|
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 |
|
|
|