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: 2.22: _nl_intern_locale_data: Assertion `cnt < (sizeof (_nl_value_type_LC_COLLATE) / sizeof (_nl_value_type_LC_COLLATE[0]))' failed.


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 )


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