From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Locales not working Date: Tue, 10 Feb 2015 19:30:24 +0100 Message-ID: <20150210183024.GA30000@debian> References: <20150210180603.GA29701@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37816) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLFZy-0001gw-3h for guix-devel@gnu.org; Tue, 10 Feb 2015 13:30:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YLFZt-000489-4O for guix-devel@gnu.org; Tue, 10 Feb 2015 13:30:34 -0500 Received: from mout.kundenserver.de ([212.227.126.131]:55699) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLFZs-00047v-Qk for guix-devel@gnu.org; Tue, 10 Feb 2015 13:30:29 -0500 Content-Disposition: inline In-Reply-To: <20150210180603.GA29701@debian> 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: guix-devel@gnu.org Ah, it turns out that I wrote my message before reading the ongoing discussion on locales. What a coincidence! So we were at least two being bitten by this bug (yes, yes) at the same time! I do not think it is reasonable to break systems for saving 100MB. The code of glibc states ;; Installing a locale archive with all the locales is to ;; expensive (~100 MiB), so we rely on users to install the ;; locales they really want. But how do I do that? I wondered if there was an additional "locale" output of glibc, but there is not. $ guix package -A locale does not return anything useful. There is a section 6.2.6 in the manual, but it only speaks about GSD, not about Guix inside other systems. So there needs to be a simple way to install locales to be used by Guix packages, and it needs to be documented. Or the patch could be reverted. Andreas