Hello
Some news on an old problem which, if I didn't forget
any message on this list (Ken writed regularly about
this), is still unresolved in CLFS SVN for x86_64
multilib.
I've done a lot of research in all the code about the
errors in the check of Glibc 32 bits about locale. In
conclusion, the problem is that the make doesn't
install the locale data if we are cross-compiling, and
so, the gencat test fails with the messages about
invalid characters.
A solution (perhaps there is better and nicer methods)
is to apply the following command before the "make -k
check":
sed -i '/cross-compiling/[EMAIL PROTECTED]@[EMAIL PROTECTED]'
../glibc-2.4/localedata/Makefile
After that, the check run well, but fail on one of the
latest tests (also in 64 bits) on an error:
scripts/check-c++-types.sh: line 38: syntax error near
unexpected token '('.
I've looked at the shell check-c++-types.sh, and if I
can understand what it tries to check, I don't
understand the syntax, and bash don't like it either.
I've found this bug:
http://sourceware.org/bugzilla/show_bug.cgi?id=2930
about this problem, but there is still no solution.
If someone can correct/patch this shell, or have any
solution, it would be very nice.
Please forgive my bad english.
Regards
G. Moko
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
_______________________________________________
Clfs-dev mailing list
[email protected]
http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-dev