Gentoo Archives: gentoo-embedded

From: Douglas Campos <qmx2352@×××××.com>
To: gentoo-embedded@l.g.o
Subject: [gentoo-embedded] Kernel nls hell
Date: Thu, 29 Dec 2005 11:40:18
Message-Id: cc04c5eb0512290339q3d2acea5o60c19ddff9c2f125@mail.gmail.com
1 In my stage3-uclibc-0.9.28 attemps, i've found some nasty thing
2
3 By default, some apps request gettext as a dependency
4
5 when going to configure the kernel, the NLS checking is just seeing if there
6 is a libintl.h file!
7
8 It's no news that uclibc has a broken nls implementation, or better, doesn't
9 have. From this point, i can only go ahead defining by hand a override on
10 scripts/kconfig/Makefile as -D KBUILD_NO_NLS (i think)
11
12 Is there any other way to check specificaly for uclibc? gettext continues to
13 confuse makefile's behavior
14
15 Thanx
16 Douglas Campos

Replies

Subject Author
Re: [gentoo-embedded] Kernel nls hell Mike Frysinger <vapier@g.o>