This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: 2.22: _nl_intern_locale_data: Assertion `cnt < (sizeof (_nl_value_type_LC_COLLATE) / sizeof (_nl_value_type_LC_COLLATE[0]))' failed.
- From: Arkadiusz MiÅkiewicz <arekm at maven dot pl>
- To: Mike Frysinger <vapier at gentoo dot org>
- Cc: libc-alpha at sourceware dot org
- Date: Thu, 6 Aug 2015 08:29:17 +0200
- Subject: Re: 2.22: _nl_intern_locale_data: Assertion `cnt < (sizeof (_nl_value_type_LC_COLLATE) / sizeof (_nl_value_type_LC_COLLATE[0]))' failed.
- Authentication-results: sourceware.org; auth=none
- References: <201508060718 dot 36693 dot arekm at maven dot pl> <20150806054548 dot GU26572 at vapier> <201508060811 dot 33894 dot arekm at maven dot pl>
On Thursday 06 of August 2015, Arkadiusz MiÅkiewicz wrote:
> On Thursday 06 of August 2015, Mike Frysinger wrote:
> > On 06 Aug 2015 07:18, Arkadiusz MiÅkiewicz wrote:
> > > On 2.22, x86_64 linux I'm getting:
> > >
> > > $ sudo ldconfig -v
> > > ldconfig: loadlocale.c:130: _nl_intern_locale_data: Assertion `cnt <
> > > (sizeof (_nl_value_type_LC_COLLATE) / sizeof
> > > (_nl_value_type_LC_COLLATE[0]))' failed.
> >
> > what is your `locale` set to ?
> > -mike
>
> pl_PL.UTF-8 but also fails with en_US
>
> with C works fine
>
>
> # localedef -f UTF-8 -i pl_PL pl_PL.UTF-8
> # locale
> LANG=pl_PL.UTF-8
> LC_CTYPE="pl_PL.UTF-8"
> LC_NUMERIC="pl_PL.UTF-8"
> LC_TIME="pl_PL.UTF-8"
> LC_COLLATE="pl_PL.UTF-8"
> LC_MONETARY="pl_PL.UTF-8"
> LC_MESSAGES="pl_PL.UTF-8"
> LC_PAPER="pl_PL.UTF-8"
> LC_NAME="pl_PL.UTF-8"
> LC_ADDRESS="pl_PL.UTF-8"
> LC_TELEPHONE="pl_PL.UTF-8"
> LC_MEASUREMENT="pl_PL.UTF-8"
> LC_IDENTIFICATION="pl_PL.UTF-8"
> LC_ALL=
> # ldconfig
> ldconfig: loadlocale.c:130: _nl_intern_locale_data: Assertion `cnt <
> (sizeof (_nl_value_type_LC_COLLATE) / sizeof
> (_nl_value_type_LC_COLLATE[0]))' failed. Przerwane
Ok, false alarm, looks like this local patch (that was fine with 2.21) breaks things
http://git.pld-linux.org/gitweb.cgi?p=packages/glibc.git;a=blob_plain;f=glibc-locale_fixes.patch;hb=HEAD
Does anyone see what's invalid with this patch that it breaks with 2.22 ? (pl_PL hunk for example)
--
Arkadiusz MiÅkiewicz, arekm / ( maven.pl | pld-linux.org )