[Bug 4593] building uClibc fails when USE_NLS is set to "yes"

bugzilla-daemon at amethyst.openembedded.net bugzilla-daemon at amethyst.openembedded.net
Thu Oct 2 12:05:10 UTC 2008


http://bugs.openembedded.net/show_bug.cgi?id=4593





--- Comment #5 from Jin <jin at mediatomb.cc>  2008-10-02 14:05:09 ---
It looks like something is generally screwed.

If I fix the uClibc_ctype.h include by modifying the Makefile.in:
-DUCLIBC_CTYPE_HEADER='"../../include/bits/uClibc_ctype.h"'

Then it fails with a different error:
| gcc extra/locale/gen_locale.c  -o
/opt/OE/build/angstrom/work/zoran-angstrom-linux-uclibcgnueabi/uclibc-0.9.29-r10/uClibc-0.9.29/extra/locale/gen_locale
-L/opt/OE/build/angstrom/staging/i686-linux/lib
-Wl,-rpath-link,/opt/OE/build/angstrom/staging/i686-linux/lib
-Wl,-rpath,/opt/OE/build/angstrom/staging/i686-linux/lib -Wl,-O1   -O2 -Wall
| extra/locale/gen_locale.c:12:22: error: c8tables.h: No such file or directory



c8tables.h is located in the top build directory, when I try to make it
available to gen_locale.c it bombs out with yet another error (not finding
ERA_YEAR and so on), those are defined in ./include/langinfo.h

So am an not sure, it seems that a lot of things are going wrong for some
reason...

-- 
Configure bugmail: http://bugs.openembedded.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




More information about the Openembedded-issues mailing list