| View previous topic :: View next topic |
| Author |
Message |
BeOSKid n00b


Joined: 28 Mar 2003 Posts: 8
|
Posted: Tue Nov 21, 2006 9:50 am Post subject: xorg compile issue |
|
|
hey
i used the gentoo live cd to get the basic gentoo on my laptop (been through the regular installs enough, not enough time to spend doing a whole thing, need laptop for work) and i'm trying to merge xorg-x11 and it fails saying:
!!! cannot write to '/usr/share/X11/xkb/compiled.'
!!! please check permissions and directores for broken symlinks.
!!!then it goes on saying on to merge again.
i looked and it looks like the /usr/share/X11/xkb/compiled is a symlink to /var/lib/xkb/ but /xkb isn't in /var/lib/.
any clues how to fix this?
thanks
mike _________________ AMD64 X2 4400+, ASUS Crossfire MOBO, Dual ATI x1800xt 512's, SB Audigy 4. |
|
| Back to top |
|
 |
aralis n00b


Joined: 11 Nov 2004 Posts: 19 Location: Lubbock Texas
|
Posted: Tue Nov 21, 2006 10:19 am Post subject: |
|
|
The problem is that you do not have write permissions in the directories that you are trying to write. What user are you using to do this emerge? If not root, I would personally probably use root.
If you get that problem with root, simply change the permissions of the folders that are giving you problems.
| Code: | | chmod -R 775 /folder/ |
also, think back to when you unpacked the gentoo package after mounting /mnt/gentoo: Did you type tar -xvjfp? The p preserves permissions when extracting files.
Hope that helps! _________________ Daddy, What does formatting drive c: mean? |
|
| Back to top |
|
 |
BeOSKid n00b


Joined: 28 Mar 2003 Posts: 8
|
Posted: Tue Nov 21, 2006 10:37 am Post subject: |
|
|
hey
thanks for reposting. i am root. i do all my emerging as root.
when i said the live cd, i meant the actual easy install live cd, the boot into gnome and install. i don't know if that is causing anything or not. i built another box going all the way through the minimal cd and haven't had the problem.
thanks i'll try it.
mike _________________ AMD64 X2 4400+, ASUS Crossfire MOBO, Dual ATI x1800xt 512's, SB Audigy 4. |
|
| Back to top |
|
 |
anthrax_ Apprentice


Joined: 17 Oct 2006 Posts: 168 Location: Poland
|
Posted: Tue Nov 21, 2006 11:12 am Post subject: |
|
|
| Code: | | rm -R /usr/share/X11/xkb/compiled | to remove this stupid symlink. it works for me |
|
| Back to top |
|
 |
|