From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] Gracefully handle incompatible locale data Date: Thu, 24 Sep 2015 21:32:22 +0200 Message-ID: <87d1x7wr3t.fsf@inria.fr> References: <876132lbic.fsf@gnu.org> <87eghotvel.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45824) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZfCFm-0008Fk-4f for guix-devel@gnu.org; Thu, 24 Sep 2015 15:32:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZfCFl-0001sD-20 for guix-devel@gnu.org; Thu, 24 Sep 2015 15:32:26 -0400 List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Mark H Weaver Cc: guix-devel@gnu.org Mark H Weaver skribis: > [Removed libc-alpha from the CC list] > > ludo@gnu.org (Ludovic Court=C3=A8s) writes: > >> With libc 2.22 people are starting to realize that libc does not >> guarantee that it can load locale data built with another libc version, >> but they learn it the hard way: >> >> loadlocale.c:130: _nl_intern_locale_data: Assertion `cnt < (sizeof (_n= l_value_type_LC_COLLATE) / sizeof (_nl_value_type_LC_COLLATE[0]))' failed. > > FYI, this is the cause of the test suite failures of our 'guix' packages > on the core-updates branch. It occurs during the "wrap-program, one > input, multiple calls" test in tests/build-utils. See below for the > relevant excerpt from test-suite.log. This test runs the bootstrap Bash, which is linked against an old libc, hence the failure. I think this is fixed by 12cd4dd. There=E2=80=99s a couple of other test failures that need to be fixed in bo= th branches before we can update the =E2=80=98guix-devel=E2=80=99 snapshot tho= ugh. Thanks, Ludo=E2=80=99.