From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43035) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gK3QZ-0002c4-4U for guix-patches@gnu.org; Tue, 06 Nov 2018 10:38:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gK3QY-0008LU-FV for guix-patches@gnu.org; Tue, 06 Nov 2018 10:38:03 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:33209) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gK3QY-0008LN-Ag for guix-patches@gnu.org; Tue, 06 Nov 2018 10:38:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gK3QY-0003Rt-6N for guix-patches@gnu.org; Tue, 06 Nov 2018 10:38:02 -0500 Subject: [bug#33186] [PATCH 4/7] gnu: glibc: Export supported locales. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20181028124043.21773-2-m.othacehe@gmail.com> <20181028124043.21773-5-m.othacehe@gmail.com> Date: Tue, 06 Nov 2018 16:37:31 +0100 In-Reply-To: <20181028124043.21773-5-m.othacehe@gmail.com> (Mathieu Othacehe's message of "Sun, 28 Oct 2018 21:40:40 +0900") Message-ID: <8736sexlms.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Mathieu Othacehe Cc: 33186@debbugs.gnu.org Hi, Mathieu Othacehe skribis: > Debian and Archlinux (at least) force the installation of the > localedata/SUPPORTED file of the glibc. This file lists all the supported > locales of the glibc. > > * gnu/packages/patches/glibc-supported-locales.patch: New file. > * gnu/local.mk (dist_patch_DATA): Add it. > * gnu/packages/base.scm (glibc/linux): Add the previous patch, > (glibc-2.28): ditto. Sounds good. Note that this is for =E2=80=98core-updates-next=E2=80=99. > --- /dev/null > +++ b/gnu/packages/patches/glibc-supported-locales.patch > @@ -0,0 +1,31 @@ > +This patch is taken from debian's glibc package (generate-supported.mk). Please add a line saying what it does. Thanks! Ludo=E2=80=99.