On 5/30/07, DJ Lucas <[EMAIL PROTECTED]> wrote: > > Okay..sorry for spamming the list, but xkeyboard-config was the > culprit. I didn't find it because this also was not logged. There is a > problem however. xkeyboard-config creates this file > $XORG_PREFIX/share/X11/xkb/compiled. It is a symlink to /var/lib/xkb, > which does not exist.
I sometimes don't see these issues because I usually install to a DESTDIR, but I recall people having issues. Regardless, it has been removed upstream. http://webcvs.freedesktop.org/xlibs/xkbdesc/xkeyboard-config/Makefile.am?r1=1.19&r2=1.20 We can probably do sed -i 's/ install-compiled//' Makefile.in to not run that hook. Oh, now I see. I've been feeding --with-xkb-output=/var/lib/xkb to xorg-server, so it worked fine with that symlink. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
