From mboxrd@z Thu Jan 1 00:00:00 1970 From: darlingmouse Subject: Re: Problem with Glbc-locales: failed to install locale Date: Thu, 15 Mar 2018 11:36:22 -0500 Message-ID: <5AAAA106.3030400@posteo.us> References: <5AA813D2.4090605@posteo.us> <87h8piyf24.fsf@gnu.org> <5AA93DCA.1040500@posteo.us> <87sh927jhp.fsf@gnu.org> <5AA9432D.4050901@posteo.us> <87r2olwxm5.fsf@gnu.org> <5AAA955F.6070905@posteo.us> <87y3ittib9.fsf@gnu.org> Reply-To: darlingmouse@posteo.us Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43550) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ewVrj-0003Wx-FK for help-guix@gnu.org; Thu, 15 Mar 2018 12:36:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ewVrf-0006p5-G2 for help-guix@gnu.org; Thu, 15 Mar 2018 12:36:31 -0400 Received: from mout01.posteo.de ([185.67.36.65]:50632) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ewVrf-0006oR-5g for help-guix@gnu.org; Thu, 15 Mar 2018 12:36:27 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 61D8420DE2 for ; Thu, 15 Mar 2018 17:36:25 +0100 (CET) In-Reply-To: <87y3ittib9.fsf@gnu.org> 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: =?UTF-8?Q?Ludovic_Court=c3=a8s?= Cc: help-guix ruki@ruki-ThinkPad-T400:~$ export=20 GUIX_LOCPATH=3D$HOME/.guix-profile/lib/locale ruki@ruki-ThinkPad-T400:~$ guix package guile: warning: failed to install locale warning: failed to install locale: Invalid argument On 03/15/2018 11:27 AM, Ludovic Court=C3=A8s wrote: > darlingmouse skribis: > >> Doing ls $GUIX_LOCPATH prints my working dir. > That means it=E2=80=99s undefined. Please run: > > export GUIX_LOCPATH=3D$HOME/.guix-profile/lib/locale > > Thanks, > Ludo=E2=80=99.