On 11/11/06, Jeremy Huntwork <[EMAIL PROTECTED]> wrote:
<snip>
/usr/bin/msgfmt: too many errors, aborting
make[2]: *** [ru.gmo] Error 1

The fix is simple enough,
http://lists.gnu.org/archive/html/bug-bash/2006-10/msg00076.html

However, I'd suggest a simple sed command instead of the patch so that
the fix isn't unnecessarily hidden. Something like:

sed 's:UTF-8:KOI8-R:'

In fact, it's probably simpler if we just pass --disable-nls to
everything since the localization just bloats /tools anyway. DIY has
been doing this for a long time by putting enable_nls=no in a
CONFIG_SITE file.

But, if people like the localization, then the sed you've suggested
sure looks easy. Oh yeah, it's probably needed in Ch. 6, too.

--
Dan
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to