On Tue, 5 Sep 2006 09:39:07 +0300 "Angel Tsankov" <[EMAIL PROTECTED]> wrote:
> The addition of this feature is desired since the glibc 2.3.4 > installation (from LFS 6.1.1) calls mkdir with relative paths to create > directories in /usr/share/local. If you've followed the advice from the hint you should have logged your glibc installation. This is an excerpt from my install.log make[2]: Entering directory `/usr/src/glibc/builddir/glibc-2.4/po' msgfmt -o be.mo be.po .././scripts/mkinstalldirs /usr/share/locale/be/LC_MESSAGES mkdir /usr/share/locale/be *** mkdir /usr/share/locale/be mkdir /usr/share/locale/be/LC_MESSAGES *** mkdir /usr/share/locale/be/LC_MESSAGES As you can clearly see, glibc calls mkdir with full path. Grep your LOG for LC_MESSAGES and post the surrounding text. MSB -- I'm old enough to be as childish as I want to be. -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
