Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 72569 - xorg-x11-6.8.0-r4: /usr/X11R6/lib/X11/xkb symlink broken
Summary: xorg-x11-6.8.0-r4: /usr/X11R6/lib/X11/xkb symlink broken
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-26 10:54 UTC by Jasmin Buchert
Modified: 2004-11-26 11:07 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jasmin Buchert 2004-11-26 10:54:44 UTC
The /usr/X11R6/lib/X11/xkb symlink is broken.
It should link to ../../xkb instead of ../../lib/xkb.
Comment 1 Jasmin Buchert 2004-11-26 11:07:26 UTC
Hrm. Forget that report. There's something other wrong:

The /usr/X11R6/lib/X11/xkb/xkb should be /usr/X11R6/lib/X11/xkb.
Seems that somehow the old /usr/X11R6/lib/X11/xkb didn't get removed.
So "dosym ../../lib/xkb /usr/X11R6/lib/X11/xkb" made an xbd symlink inside xkb.

But that problem should be fixed now on new installs:
        # Get rid of the directory if it's not a symlink
        [ ! -L ${ROOT}usr/X11R6/$(get_libdir)/X11/xkb ] \
                && rmdir ${ROOT}usr/X11R6/$(get_libdir)/X11/xkb