This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GNU C Library master sources branch master updated. glibc-2.18-147-g58a9606


On Mon, 23 Sep 2013, cjl@sourceware.org wrote:

> commit 58a96064d193317236b740998e134b652d3d62ad
> Author: Chris Leonard <cjlhomeaddress@gmail.com>
> Date:   Sun Sep 22 19:18:05 2013 -0400
> 
>     Adjust language-code fields of LC_ADDRESS.

> diff --git a/localedata/locales/ayc_PE b/localedata/locales/ayc_PE
> index d7b6c59..a65dff0 100644
> --- a/localedata/locales/ayc_PE
> +++ b/localedata/locales/ayc_PE
> @@ -202,6 +202,12 @@ country_ab3   "<U0050><U0045><U0052>"
>  country_num   604
>  % PE
>  country_car    "<U0050><U0045>"
> +% ay
> +lang_ab    "<U0061><U0079>"
> +% ayc
> +lang_term    "<U0061><U0079><U0063>"

I'm not sure where this patch was posted to libc-alpha.  But, I see

ayc_PE.UTF-8...LC_ADDRESS: terminology language code `ayc' not defined

from "make localedata/install-locales", which I suspect was caused by this 
patch.  I also see

lzh_TW.UTF-8...locales/lzh_TW:153: LC_TIME: syntax error
locales/lzh_TW:155: LC_TIME: syntax error
locales/lzh_TW:157: LC_TIME: syntax error
locales/lzh_TW:159: LC_TIME: syntax error
locales/lzh_TW:160: LC_TIME: syntax error
locales/lzh_TW:161: LC_TIME: definition does not end with `END LC_TIME'
No definition for LC_NUMERIC category found

which appears to come from a patch you committed for someone else.  Please 
make sure that you test all localedata patches you commit using "make 
localedata/install-locales", and ensure that they don't introduce any new 
errors or warnings (and fix existing errors and warnings introduced by 
such patches).

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]