* [Buildroot] [***SPAM*** Score: 3.3] problem with locale
@ 2009-10-01 15:54 William Wagner
2009-10-02 9:00 ` Will Newton
0 siblings, 1 reply; 6+ messages in thread
From: William Wagner @ 2009-10-01 15:54 UTC (permalink / raw)
To: buildroot
Hello all,
Just started moving to latest buildroot dev tree. I have hit an error
using the attached config, it is a pretty plain x86 config but with
locale support.
It fails to build uClibc with this error:
LN include/sys/vm86.h
HOSTCC extra/locale/gen_wc8bit
extra/locale/gen_wc8bit.c: In function 'main':
extra/locale/gen_wc8bit.c:356: warning: array subscript is above array
bounds
extra/locale/gen_wc8bit.c:415: warning: array subscript is above array
bounds
extra/locale/gen_wc8bit.c:481: warning: array subscript is above array
bounds
GEN extra/locale/codesets.txt
GEN extra/locale/c8tables.h
setlocale(LC_CTYPE,"en_US.UTF-8") failed!
make[1]: *** [extra/locale/c8tables.h] Error 1
make[1]: Leaving directory
`/home/willw/buildroot/output/toolchain/uClibc-0.9.30.1'
make: ***
[/home/willw/buildroot/output/toolchain/uClibc-0.9.30.1/.configured]
Error 2
I vaguely remember seeing something on the mailing list previously but I
have not been able to find it.
Any help much appreciated.
Will.
--
------------------------------------------------------------------------
Will Wagner will_wagner at carallon.com
Development Manager Office Tel: +44 (0)20 7371 2032
Carallon Ltd, Studio G20, Shepherds Building, Rockley Rd, London W14 0DA
------------------------------------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: .config
Type: application/xml
Size: 19179 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20091001/8e591ef9/attachment.xml>
^ permalink raw reply [flat|nested] 6+ messages in thread* [Buildroot] [***SPAM*** Score: 3.3] problem with locale
2009-10-01 15:54 [Buildroot] [***SPAM*** Score: 3.3] problem with locale William Wagner
@ 2009-10-02 9:00 ` Will Newton
2009-10-02 9:05 ` [Buildroot] " William Wagner
0 siblings, 1 reply; 6+ messages in thread
From: Will Newton @ 2009-10-02 9:00 UTC (permalink / raw)
To: buildroot
On Thu, Oct 1, 2009 at 4:54 PM, William Wagner <will_wagner@carallon.com> wrote:
> Hello all,
>
> Just started moving to latest buildroot dev tree. I have hit an error using
> the attached config, it is a pretty plain x86 config but with locale
> support.
>
> It fails to build uClibc with this error:
> ? LN include/sys/vm86.h
> ? HOSTCC extra/locale/gen_wc8bit
> extra/locale/gen_wc8bit.c: In function 'main':
> extra/locale/gen_wc8bit.c:356: warning: array subscript is above array
> bounds
> extra/locale/gen_wc8bit.c:415: warning: array subscript is above array
> bounds
> extra/locale/gen_wc8bit.c:481: warning: array subscript is above array
> bounds
> ? GEN extra/locale/codesets.txt
> ? GEN extra/locale/c8tables.h
> setlocale(LC_CTYPE,"en_US.UTF-8") failed!
> make[1]: *** [extra/locale/c8tables.h] Error 1
> make[1]: Leaving directory
> `/home/willw/buildroot/output/toolchain/uClibc-0.9.30.1'
> make: ***
> [/home/willw/buildroot/output/toolchain/uClibc-0.9.30.1/.configured]
> Error 2
This looks like your host system does not support the en_US.UTF-8
locale, although that would seem unlikely. Is it listed by locale -a?
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] problem with locale
2009-10-02 9:00 ` Will Newton
@ 2009-10-02 9:05 ` William Wagner
2009-10-02 9:45 ` Will Newton
2009-10-02 9:47 ` Bernhard Reutner-Fischer
0 siblings, 2 replies; 6+ messages in thread
From: William Wagner @ 2009-10-02 9:05 UTC (permalink / raw)
To: buildroot
On 02/10/2009 10:00, Will Newton wrote:
>> It fails to build uClibc with this error:
>> LN include/sys/vm86.h
>> HOSTCC extra/locale/gen_wc8bit
>> extra/locale/gen_wc8bit.c: In function 'main':
>> extra/locale/gen_wc8bit.c:356: warning: array subscript is above array
>> bounds
>> extra/locale/gen_wc8bit.c:415: warning: array subscript is above array
>> bounds
>> extra/locale/gen_wc8bit.c:481: warning: array subscript is above array
>> bounds
>> GEN extra/locale/codesets.txt
>> GEN extra/locale/c8tables.h
>> setlocale(LC_CTYPE,"en_US.UTF-8") failed!
>> make[1]: *** [extra/locale/c8tables.h] Error 1
>> make[1]: Leaving directory
>> `/home/willw/buildroot/output/toolchain/uClibc-0.9.30.1'
>> make: ***
>> [/home/willw/buildroot/output/toolchain/uClibc-0.9.30.1/.configured]
>> Error 2
>>
> This looks like your host system does not support the en_US.UTF-8
> locale, although that would seem unlikely. Is it listed by locale -a?
>
locale -a lists:
C
en_GB.utf8
POSIX
Is the easiest way of fixing this just going to be to add the extra locale?
Thanks.
Will
--
------------------------------------------------------------------------
Will Wagner will_wagner at carallon.com
Development Manager Office Tel: +44 (0)20 7371 2032
Carallon Ltd, Studio G20, Shepherds Building, Rockley Rd, London W14 0DA
------------------------------------------------------------------------
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] problem with locale
2009-10-02 9:05 ` [Buildroot] " William Wagner
@ 2009-10-02 9:45 ` Will Newton
2009-10-02 9:47 ` Bernhard Reutner-Fischer
1 sibling, 0 replies; 6+ messages in thread
From: Will Newton @ 2009-10-02 9:45 UTC (permalink / raw)
To: buildroot
On Fri, Oct 2, 2009 at 10:05 AM, William Wagner
<will_wagner@carallon.com> wrote:
> On 02/10/2009 10:00, Will Newton wrote:
>>>
>>> It fails to build uClibc with this error:
>>> ? LN include/sys/vm86.h
>>> ? HOSTCC extra/locale/gen_wc8bit
>>> extra/locale/gen_wc8bit.c: In function 'main':
>>> extra/locale/gen_wc8bit.c:356: warning: array subscript is above array
>>> bounds
>>> extra/locale/gen_wc8bit.c:415: warning: array subscript is above array
>>> bounds
>>> extra/locale/gen_wc8bit.c:481: warning: array subscript is above array
>>> bounds
>>> ? GEN extra/locale/codesets.txt
>>> ? GEN extra/locale/c8tables.h
>>> setlocale(LC_CTYPE,"en_US.UTF-8") failed!
>>> make[1]: *** [extra/locale/c8tables.h] Error 1
>>> make[1]: Leaving directory
>>> `/home/willw/buildroot/output/toolchain/uClibc-0.9.30.1'
>>> make: ***
>>> [/home/willw/buildroot/output/toolchain/uClibc-0.9.30.1/.configured]
>>> Error 2
>>>
>>
>> This looks like your host system does not support the en_US.UTF-8
>> locale, although that would seem unlikely. Is it listed by locale -a?
>>
>
> locale -a lists:
> C
> en_GB.utf8
> POSIX
>
> Is the easiest way of fixing this just going to be to add the extra locale?
Yes, that will be the easiest way. I would not recommend looking at
the locale code!
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] problem with locale
2009-10-02 9:05 ` [Buildroot] " William Wagner
2009-10-02 9:45 ` Will Newton
@ 2009-10-02 9:47 ` Bernhard Reutner-Fischer
1 sibling, 0 replies; 6+ messages in thread
From: Bernhard Reutner-Fischer @ 2009-10-02 9:47 UTC (permalink / raw)
To: buildroot
Yes (as documented)
On Oct 2, 2009 11:06 AM, "William Wagner" <will_wagner@carallon.com> wrote:
On 02/10/2009 10:00, Will Newton wrote: >> >> It fails to build uClibc with
this error: >> LN incl...
locale -a lists:
C
en_GB.utf8
POSIX
Is the easiest way of fixing this just going to be to add the extra locale?
Thanks.
Will
-- ------------------------------------------------------------------------
Will Wagner ...
_______________________________________________ buildroot mailing list
buildroot at busybox.net http://...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20091002/65079914/attachment.htm>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] Problem with LOCALE
@ 2008-08-16 9:25 carlos at guadalfeo.com
0 siblings, 0 replies; 6+ messages in thread
From: carlos at guadalfeo.com @ 2008-08-16 9:25 UTC (permalink / raw)
To: buildroot
Hi,
I'm new from here and I'm starting with buildroot. I've the behavoir
explained in the post
http://buildroot.uclibc.org/lists/buildroot/2007-March/002232.html thas is
more than one year old and I can't find any answer about this problem. Can
any body help me?
Thanks in advance..
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2009-10-02 9:47 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-01 15:54 [Buildroot] [***SPAM*** Score: 3.3] problem with locale William Wagner
2009-10-02 9:00 ` Will Newton
2009-10-02 9:05 ` [Buildroot] " William Wagner
2009-10-02 9:45 ` Will Newton
2009-10-02 9:47 ` Bernhard Reutner-Fischer
-- strict thread matches above, loose matches on Subject: below --
2008-08-16 9:25 [Buildroot] Problem with LOCALE carlos at guadalfeo.com
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox