Re: [uclibc-ng-devel] [Buildroot] buildroot uClibc-ng build failure

2017-08-10 Thread Waldemar Brodkorb
Hi Eugene, Eugene Yudin wrote, > Yes. In that particular case loop iterates through en_US (from buildroot), > en_US and en_GB. > Of cause, that list can be patched but I don't know if that's correct. > It's look a bit strange if user passes locale which actually absent. > > Waldemar, what you thi

Re: [uclibc-ng-devel] [Buildroot] buildroot uClibc-ng build failure

2017-08-10 Thread Arnout Vandecappelle
On 10-08-17 11:09, Eugene Yudin wrote: > The system library makefile handles option the following way > (extra/locale/Makefile.in): > $(locale_OUT)/wctables.h: $(locale_OUT)/gen_wctype > @$(disp_gen) > $(Q)for locale in $(call qstrip,$(UCLIBC_BUILD_MINIMAL_LOCALES)) > en_US >

Re: [uclibc-ng-devel] [Buildroot] buildroot uClibc-ng build failure

2017-08-10 Thread Eugene Yudin
Yes. In that particular case loop iterates through en_US (from buildroot), en_US and en_GB. Of cause, that list can be patched but I don't know if that's correct. It's look a bit strange if user passes locale which actually absent. Waldemar, what you think about it? I made several tests with diff

Re: [uclibc-ng-devel] [Buildroot] buildroot uClibc-ng build failure

2017-08-10 Thread Eugene Yudin
I describe the current situation: 1) user enables locale support (BR2_TOOLCHAIN_BUILDROOT_LOCALE); 2) user optionally can set custom list of locales (BR2_GENERATE_LOCALE). The option "BR2_GENERATE_LOCALE" is handled in "package/uclibc/uclibc.mk": UCLIBC_GENERATE_LOCALES = $(call qstrip,$(BR2_GENE

Re: [uclibc-ng-devel] [Buildroot] buildroot uClibc-ng build failure

2017-08-09 Thread André Hentschel
done: $ locale -a C C.UTF-8 de_DE.utf8 en_US en_US.iso88591 en_US.utf8 POSIX Am 08.08.2017 um 21:07 schrieb Eugene Yudin: > Yes. Please install the locale "en_US.UTF-8". > It's used in buildroot by default: > package/uclibc/uclibc.mk:46:UCLIBC_LOCALES = en_US > > On Tue, Aug 8, 2017 at 7:52 PM,

Re: [uclibc-ng-devel] [Buildroot] buildroot uClibc-ng build failure

2017-08-09 Thread André Hentschel
Am 03.08.2017 um 10:11 schrieb Eugene Yudin: > Hi Thomas, > >> Is this check insufficient now ? > I think it's sufficient. > > Please post output of the following commands: > $ locale > $ locale -a > $ cat /etc/os-release $ locale LANG=de_DE.utf8 LANGUAGE=de_DE.utf8 LC_CTYPE="de_DE.utf8" LC_NUMER

Re: [uclibc-ng-devel] [Buildroot] buildroot uClibc-ng build failure

2017-08-08 Thread Thomas Petazzoni
Hello, On Tue, 8 Aug 2017 18:52:14 +0200, André Hentschel wrote: > > Please post output of the following commands: > > $ locale > > $ locale -a > > $ cat /etc/os-release > $ locale > LANG=de_DE.utf8 > LANGUAGE=de_DE.utf8 > LC_CTYPE="de_DE.utf8" > LC_NUMERIC="de_DE.utf8" > LC_TIME="de_DE.utf8" >

Re: [uclibc-ng-devel] [Buildroot] buildroot uClibc-ng build failure

2017-08-08 Thread Max Filippov
On Tue, Aug 8, 2017 at 12:07 PM, Eugene Yudin wrote: > Yes. Please install the locale "en_US.UTF-8". > It's used in buildroot by default: > package/uclibc/uclibc.mk:46:UCLIBC_LOCALES = en_US Just curious: why not defaulting to C (or C.UTF-8) locale? -- Thanks. -- Max ___

Re: [uclibc-ng-devel] [Buildroot] buildroot uClibc-ng build failure

2017-08-08 Thread Eugene Yudin
Yes. Please install the locale "en_US.UTF-8". It's used in buildroot by default: package/uclibc/uclibc.mk:46:UCLIBC_LOCALES = en_US On Tue, Aug 8, 2017 at 7:52 PM, André Hentschel wrote: > Am 03.08.2017 um 10:11 schrieb Eugene Yudin: > > Hi Thomas, > > > >> Is this check insufficient now ? > > I

Re: [uclibc-ng-devel] [Buildroot] buildroot uClibc-ng build failure

2017-08-03 Thread Eugene Yudin
Hi Thomas, > Is this check insufficient now ? I think it's sufficient. Please post output of the following commands: $ locale $ locale -a $ cat /etc/os-release It would be very helpful to reproduce build failure. On Thu, Aug 3, 2017 at 10:23 AM, Thomas Petazzoni < thomas.petazz...@free-electron

Re: [uclibc-ng-devel] [Buildroot] buildroot uClibc-ng build failure

2017-08-03 Thread Thomas Petazzoni
Hello, On Thu, 3 Aug 2017 07:48:28 +0200, Waldemar Brodkorb wrote: > we are seeing a build error on your machine when > locales in uClibc-ng are enabled: > http://autobuild.buildroot.net/results/d5b/d5ba81eea9223569ba5b363551c4a2f7044ff8ec/ > > Can you show us locale -a from your machine? > > F