> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Bernhard 
> Reutner-Fischer
> Sent: Wednesday, December 10, 2008 5:41 PM
> To: poly-p man
> Cc: uclibc@uclibc.org
> Subject: Re: where's the locale data?
> 
> On Wed, Dec 10, 2008 at 10:21:32AM -0500, poly-p man wrote:
> >so, uclibc-0.9.30 and the snapshot I found in the download dir both 
> >have this
> >problem:
> 
> The use of pregenerated locale data is not recommended.
> 
> Rob promised to look into providing such data, not sure what 
> the status is.
> >
> >(Makefile.in in the extras/locale directory of the tarball) 
> >LOCALE_DATA_FILENAME := 
> uClibc-locale-20081111-$(ARCH_NATIVE_BIT)-$(if
> >$(ARCH_LITTLE_ENDIAN),el,eb).tgz
> >
> ><snip>
> >
> >locale_OUT)/$(LOCALE_DATA_FILENAME):
> >ifeq ($(UCLIBC_DOWNLOAD_PREGENERATED_LOCALE_DATA),y)
> >     ( cd $(dir $@); $(WGET) 
> http://www.uclibc.org/downloads/$(notdir $@) ) 
> >endif
> >
> >However, the only locale data in the downloads dir is 
> >http://www.uclibc.org/downloads/uClibc-locale-030818.tgz
> >
> >Can someone explain why this is completely wrong?
> 
> This old locale data didn't work for (IIRC) mips32(eb) and others.
> >
> >Is it correct to simply change LOCALE_DATA_FILENAME to the correct 
> >filename (the only locale data filename)?
> 
> You could try. If you're lucky then it may work.
> In the end you're imho better off to generate those few 
> locales that you really need, i.e. turn off using 
> pregenerated locale data.
You could also set UCLIBC_BUILD_MINIMAL_LOCALE=y to enable only few locales
And charset. Or you can manually copy LOCALES in locales.txt (in to the
directory 
Extra/locale) and remove from the latter the unuseful locale;

Filippo.
> _______________________________________________
> uClibc mailing list
> uClibc@uclibc.org
> http://busybox.net/cgi-bin/mailman/listinfo/uclibc
> 

_______________________________________________
uClibc mailing list
uClibc@uclibc.org
http://busybox.net/cgi-bin/mailman/listinfo/uclibc

Reply via email to