Hi William, Am Freitag, den 31.10.2008, 22:21 -0700 schrieb William Tracy: > Hello, > > I can build the TLX target from SVN revision 31052, but in revision > 31053 and later, uClibc refuses to build. > > The relevant snippet from the log is: > ... lots of LN lines ... > LN include/sys/ucontext.h > LN include/sys/user.h > LN include/sys/vm86.h > HOSTCC extra/locale/gen_wc8bit > GEN extra/locale/c8tables.h > cannot open file "extra/locale/charmaps/ISO-8859-7.pairs" > make: *** [extra/locale/c8tables.h] Error 1 > Due to previous errors, no 0-uclibc.log file! > > Interestingly, the "generic embedded" target continues to build normally. > > This early in the build sequence, the packages present in both targets > seem to be the same, which has me puzzled. I've been staring at the > build_image.sh, and build.sh files and rootfs/ directory for the > embedded target, but I don't see that they produce anything relevant > to this problem. > > Ideas? Anyone want to see the full log file(s)?
the difference is in target/embedded/config.in, this targets explicitly disables locale support with SDECFGSET_DISABLE_NLS=1 and hence uClibc is configured without locales. The build failure is fixed in r31078. Thanks for the report. Michael ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe t2
