emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#18085: closed (libc locales moved to separate pack


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#18085: closed (libc locales moved to separate package)
Date: Mon, 20 Apr 2015 13:37:02 +0000

Your message dated Mon, 20 Apr 2015 15:36:16 +0200
with message-id <address@hidden>
and subject line Re: bug#18085: libc locales moved to separate package
has caused the debbugs.gnu.org bug report #18085,
regarding libc locales moved to separate package
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
18085: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=18085
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: libc locales moved to separate package Date: Tue, 22 Jul 2014 23:45:47 +0200 User-agent: Gnus/5.130009 (Ma Gnus v0.9) Emacs/24.3 (gnu/linux)
The ‘locales’ output of libc is huge, and contains way more locale data
than anyone needs.

We should follow roughly what other distros do, that is:

  • Provide just 1 or 2 locales by default, in the ‘locales’ output (say
    en_US.utf8 and en_US.iso88591).

  • Add a parametric package that builds the specified locales, which
    users can choose to install and add to their $LOCPATH.

The big ‘locale-archive’ will actually be ignored when $LOCPATH is set,
as per locale/findlocale.c:

  /* We really have to load some data.  First we try the archive,
     but only if there was no LOCPATH environment variable specified.  */
  if (__glibc_likely (locale_path == NULL))
    {
      struct __locale_data *data
        = _nl_load_locale_from_archive (category, name);
Ludo’.

--- End Message ---
--- Begin Message --- Subject: Re: bug#18085: libc locales moved to separate package Date: Mon, 20 Apr 2015 15:36:16 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)
address@hidden (Ludovic Courtès) skribis:

> The ‘locales’ output of libc is huge, and contains way more locale data
> than anyone needs.

This was done in Nov. 2014, commit 97e1120.

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]