Davide, Thanks for the help, turning off locale support worked and I might try your patch when I having something that needs it.
--Mark On Mon, Jan 3, 2011 at 10:37 AM, Davide Rizzo <[email protected]> wrote: > This is out of topic here, it's a uClibc problem, not a busybox one. > Locale support is not working on uClibc for arm. > If you don't need it, simply compile uClibc with locale support disabled. > If you (like me) need it (e.g. for i18n, gettext, and similar), you can use > my uClibc patch, that I tested only on Arm9 (it's for 0.9.31, but you can > simply adapt it to 0.9.30): http://www.elpa.it/data/buildroot.tar.bz2 > Please note that this patch corrects setlocale() for all options excepted > LC_COLLATE. > I never tested this patch on systems different from Arm9. This doesn't mean > that it will not work, it means that I don't know if it will work or not. > > 2011/1/3 Mark Guagenti <[email protected]> >> >> I was finally able to get back to trying this and I'm still seeing >> some strange results with using uClibc version 0.9.30.3: >> # date -s "2010-01-03 09:53:00" >> day February 3 09:53:00 MST 2010 >> # date -s "2011-01-03 09:53:00" >> t February 3 09:53:00 MST 2011 >> # date +%a >> t >> # date +%A >> day >> >> On Fri, Dec 24, 2010 at 11:24 PM, Denys Vlasenko >> <[email protected]> wrote: >> > On Wednesday 22 December 2010 17:37, Mark Guagenti wrote: >> >> I'm using uClibc version 0.9.30.2 and my target has an ARM core. >> > >> > I use 0.9.30.3 and it works. Can you try it? >> > >> > -- >> > vda >> > >> _______________________________________________ >> busybox mailing list >> [email protected] >> http://lists.busybox.net/mailman/listinfo/busybox > > > > -- > All difficult problems have a simple solution. That is wrong. [A. Einstein] > _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
