[poky] [POKY] glibc-2.12.1-r6: task do_package: Failed
Richard Purdie
richard.purdie at linuxfoundation.org
Wed Feb 29 03:08:11 PST 2012
On Wed, 2012-02-29 at 12:55 +0530, sonu vishwakarma wrote:
> Hi,
> The error mentioned was generated on commenting the line ,
> #currency_symbol "<U20A1>" in file es_CR .
> But the actual error was something like this :
> ************************
> | NOTE: stdout:
> | NOTE:
> | NOTE: stderr:
> |
> NOTE: /home/poky_gigabyte_09Nov_xbmc/build/tmp/work/atom-poky-linux/glibc-2.12.1-r6/locale-tree//usr/share/i18n/locales/es_CR:56: LC_MONETARY: unknown character in field `currency_symbol'
> |
> | ERROR: Function 'localedef returned an error' failed
> NOTE: package glibc-2.12.1-r6: task do_package: Failed
> ************************
>
Bernard shipped with glibc 2.10, not 2.12. I'd imagine the easiest way
to work around this is to blacklist the locale. You can see the locale
blacklist in the glibc recipe:
GLIBC_BROKEN_LOCALES = " _ER _ET so_ET yn_ER sid_ET tr_TR mn_MN gez_ET gez_ER bn_BD te_IN"
so try adding es_CR to the list.
Cheers,
Richard
More information about the poky
mailing list