View previous topic :: View next topic |
Author |
Message |
Liquid Crystal Tux's lil' helper


Joined: 06 Nov 2003 Posts: 77
|
Posted: Wed Sep 22, 2004 1:05 pm Post subject: emerge blogtk tries to chmod ??? error |
|
|
I tried to emerge net-misc/blogtk and just got this error:
Code: |
>>> Source unpacked.
install -m 755 -d `pkg-config libgnome-2.0 --variable=prefix || echo /usr`/bin `pkg-config libgnome-2.0 --variable=prefix || echo /usr`/lib/blogtk `pkg-config libgnome-2.0 --variable=prefix || echo /usr`/share/blogtk `pkg-config libgnome-2.0 --variable=prefix || echo /usr`/share/applications `pkg-config libgnome-2.0 --variable=prefix || echo /usr`/share/pixmaps
ACCESS DENIED chmod: /usr/bin
install: cannot change permissions of `/usr/bin': Permission denied
ACCESS DENIED mkdir: /usr/lib/blogtk
install: cannot create directory `/usr/lib/blogtk': Permission denied
ACCESS DENIED mkdir: /usr/share/blogtk
install: cannot create directory `/usr/share/blogtk': Permission denied
ACCESS DENIED chmod: /usr/share/applications
install: cannot change permissions of `/usr/share/applications': Permission denied
ACCESS DENIED chmod: /usr/share/pixmaps
install: cannot change permissions of `/usr/share/pixmaps': Permission denied
make: *** [install] Error 1
!!! ERROR: net-misc/blogtk-0.9 failed.
!!! Function src_compile, Line 502, Exitcode 2
!!! emake failed
!!! If you need support, post the topmost build error, NOT this status message.
|
Why is it trying to chmod /usr/bin and the rest? _________________ Making *nix user friendly is easier than debugging Windoz
Tuxntosh web site The *nix Graphics Web Site (Warning! Not for M$ Windowz users!) |
|
Back to top |
|
 |
Liquid Crystal Tux's lil' helper


Joined: 06 Nov 2003 Posts: 77
|
Posted: Wed Sep 22, 2004 1:16 pm Post subject: |
|
|
Sorry guys, this might help. I get this message under the error on top:
Code: |
--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-net-misc_-_blogtk-0.9-7162.log"
chmod: /usr/bin
mkdir: /usr/lib/blogtk
mkdir: /usr/share/blogtk
chmod: /usr/share/applications
chmod: /usr/share/pixmaps
--------------------------------------------------------------------------------
|
_________________ Making *nix user friendly is easier than debugging Windoz
Tuxntosh web site The *nix Graphics Web Site (Warning! Not for M$ Windowz users!) |
|
Back to top |
|
 |
Liquid Crystal Tux's lil' helper


Joined: 06 Nov 2003 Posts: 77
|
Posted: Thu Sep 23, 2004 7:06 am Post subject: |
|
|
Anyone got an idea yet? _________________ Making *nix user friendly is easier than debugging Windoz
Tuxntosh web site The *nix Graphics Web Site (Warning! Not for M$ Windowz users!) |
|
Back to top |
|
 |
gour Apprentice


Joined: 16 Apr 2003 Posts: 231 Location: Zagreb, Croatia
|
Posted: Fri Sep 24, 2004 9:24 pm Post subject: |
|
|
Liquid Crystal wrote: | Anyone got an idea yet? |
One has to tweak ebuild to modify Makefile in order to prevent sandbox violation.
I post the error to bugzilla.
However, if I find enough time in a few days, I'll try to make it
Sincerely,
Gour |
|
Back to top |
|
 |
|