I noticed this because it made my xorg-server-1.0.2-r7 emerge fail in the "merge" step. I was working on a fresh gentoo install. The problem is that xkeyboard-config installs /usr/share/xkb/compiled as a symlink to the /var/lib/xkb directory, but the later isn't created. Later, when the xorg-server tries to install a file in /usr/share/xkb/compiled, it doesn't create the directory because there's already a symlink, but as it points to an invalid location, the merge fails ("cannot write to /usr/share/xkb/compiled"). Work-around : create /var/lib/xkb yourself Suggested fix : make xkeyboard-config ebuild create /var/lib/xkb
Created attachment 93842 [details, diff] ebuild patch Adds "dodir /var/lib/xkb" in src_install
*** This bug has been marked as a duplicate of 143335 ***
.