From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: /run/current-system Date: Sun, 07 Jun 2015 18:19:14 +0200 Message-ID: <87sia3xzi5.fsf@gnu.org> References: <20150515164602.GA13539@debian> <87d217itfr.fsf@kepler.schwinge.homeip.net> <878ubvirpj.fsf@kepler.schwinge.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53047) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z1dKA-0004fC-IL for guix-devel@gnu.org; Sun, 07 Jun 2015 12:21:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z1dK5-0003ks-QI for guix-devel@gnu.org; Sun, 07 Jun 2015 12:21:26 -0400 In-Reply-To: <878ubvirpj.fsf@kepler.schwinge.homeip.net> (Thomas Schwinge's message of "Sun, 7 Jun 2015 15:16:40 +0200") 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: Thomas Schwinge Cc: guix-devel@gnu.org Thomas Schwinge skribis: > $ guix --version > warning: failed to install locale: Invalid argument > guix (GNU Guix) 0.8.2 > [...] The fix is to install a locale package and define LOCPATH accordingly: http://lists.gnu.org/archive/html/guix-devel/2015-05/msg00282.html /run/current-system exists on GuixSD (but obviously not on other systems). It contains the =E2=80=9Csystem profile=E2=80=9D, and in particu= lar contains the locale data specified in the OS configuration (see .) Thanks, Ludo=E2=80=99.