From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: locale warning and postgresql Date: Mon, 28 Nov 2016 20:57:25 -0500 Message-ID: <20161129015725.GA20132@jasmine> References: <87eg1vitxf.fsf@gmail.com> <877f7nmiu7.fsf@gnu.org> <87d1hfl1je.fsf@gmail.com> <87bmwzi3bs.fsf@gmail.com> <87a8cjhzrs.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58758) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cBXfv-0005SN-3T for help-guix@gnu.org; Mon, 28 Nov 2016 20:57:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cBXfs-0004A0-2L for help-guix@gnu.org; Mon, 28 Nov 2016 20:57:39 -0500 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:45794) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cBXfr-00049N-Qg for help-guix@gnu.org; Mon, 28 Nov 2016 20:57:35 -0500 Content-Disposition: inline In-Reply-To: <87a8cjhzrs.fsf@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Myles English Cc: Alex Kost , help-guix On Tue, Nov 29, 2016 at 12:53:59AM +0000, Myles English wrote: > > on [2016-11-28] at 23:37 Myles English writes: > > > $ initdb --locale=en_GB -E UTF8 -D '/home/myles/pgdata-guix' > > The files belonging to this database system will be owned by user "myles". > > This user must also own the server process. > > > > initdb: invalid locale name "en_GB" > > Excuse my arrogance, I thought that en_GB was important enough to make > it into glibc-utf8-locales. After installing glibc-locales it works. Glibc-ut8-locales is a small subset of glibc-locales. It's partially intended for test environments, where using the full set of locales could be impractical: $ guix size glibc-utf8-locales store item total self /gnu/store/bhj5xdwwd2dg770lmlks7hyny8vzjm9x-glibc-utf8-locales-2.24 6.3 6.3 100.0% total: 6.3 MiB $ guix size glibc-locales store item total self /gnu/store/hyi7svs0ds79wrcg5l0nr36zzjikqj7i-glibc-locales-2.24 474.5 474.5 100.0% total: 474.5 MiB Almost two orders of magnitude difference!