View previous topic :: View next topic |
Author |
Message |
Gentoo Bob Tux's lil' helper
Joined: 12 Feb 2006 Posts: 129 Location: Sitting behind a PC in Indiana
|
Posted: Wed May 30, 2007 8:52 pm Post subject: [SOLVED] Xorg-x11-7.2 symbolic link issue |
|
|
I seem to have the issue a lot of other users are having with this modular X 7.2. I try to emerge xorg-x11 and it fails because it tells me that /usr/X11R6 is not a symbolic link to ../usr. I have found a few forums that say the same thing on how to fix it but when i run
ls -l /usr/X11*
it shows a lib directory and thats it. Well when I go to use the command
cd /usr && ln -s ../usr X11R6 (and supposedly this fixes it)
and i do another ls -l /usr/X11*, all it is show is
usr -> ../usr instead of /usr/X11R6 -> ../usr
This is not working for me. Any ideas? Thanks! _________________ AMD 64 X2 4400+ on ECS nForce4
2GB DDR, 250GB SATA, GeForce 5500FX 256MB DDR2 PCI-E
---and----
Dell Inspiron E1505 Laptop
Intel Centrino Duo, 2GB RAM, 80GB SATA HDD, Intel3490 ABG Wireless,CDRW
Last edited by Gentoo Bob on Thu May 31, 2007 12:38 pm; edited 1 time in total |
|
Back to top |
|
|
ricce_n Tux's lil' helper
Joined: 01 Jul 2004 Posts: 130
|
Posted: Wed May 30, 2007 9:03 pm Post subject: |
|
|
Begin to check what packages owns /usr/X11R6:
Code: |
emege portage-utils
qfile /usr/X11R6
|
Unmerge ALL packages listed by that command
If the dir still exists after unmergeing everything remove it manually:
You can now install the newest version of X11
|
|
Back to top |
|
|
Gentoo Bob Tux's lil' helper
Joined: 12 Feb 2006 Posts: 129 Location: Sitting behind a PC in Indiana
|
Posted: Thu May 31, 2007 2:26 am Post subject: |
|
|
hey thanks man. I will give that a try when i get into work first thing in the morning. I appreciate it. will give you feedback soon. _________________ AMD 64 X2 4400+ on ECS nForce4
2GB DDR, 250GB SATA, GeForce 5500FX 256MB DDR2 PCI-E
---and----
Dell Inspiron E1505 Laptop
Intel Centrino Duo, 2GB RAM, 80GB SATA HDD, Intel3490 ABG Wireless,CDRW |
|
Back to top |
|
|
Gentoo Bob Tux's lil' helper
Joined: 12 Feb 2006 Posts: 129 Location: Sitting behind a PC in Indiana
|
Posted: Thu May 31, 2007 12:38 pm Post subject: Works! |
|
|
Hey man thanks, that worked!!! Where did you find the fix for that? I appreciate! _________________ AMD 64 X2 4400+ on ECS nForce4
2GB DDR, 250GB SATA, GeForce 5500FX 256MB DDR2 PCI-E
---and----
Dell Inspiron E1505 Laptop
Intel Centrino Duo, 2GB RAM, 80GB SATA HDD, Intel3490 ABG Wireless,CDRW |
|
Back to top |
|
|
mark_alec Bodhisattva
Joined: 11 Sep 2004 Posts: 6066 Location: Melbourne, Australia
|
Posted: Thu May 31, 2007 1:17 pm Post subject: Re: Works! |
|
|
Gentoo Bob wrote: | Where did you find the fix for that? | http://www.gentoo.org/proj/en/desktop/x/x11/modular-x-howto.xml _________________ www.gentoo.org.au || #gentoo-au |
|
Back to top |
|
|
|