From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Lepiller Subject: Re: Suboptimal experience Date: Sun, 17 Jun 2018 22:16:36 +0200 Message-ID: <20180617221636.0b623e93@lepiller.eu> References: <5F881124-7897-40FD-B554-B845CB1200C5@rdsor.ro> <20180617173942.4e97e315@lepiller.eu> <20180617220904.0edffef2@lepiller.eu> 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]:49186) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fUe6e-0002hj-KV for guix-devel@gnu.org; Sun, 17 Jun 2018 16:17:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fUe6b-0003SZ-Ds for guix-devel@gnu.org; Sun, 17 Jun 2018 16:17:00 -0400 Received: from static-176-182-42-79.ncc.abo.bbox.fr ([176.182.42.79]:44526 helo=lepiller.eu) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fUe6b-0003RK-35 for guix-devel@gnu.org; Sun, 17 Jun 2018 16:16:57 -0400 In-Reply-To: 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" To: Dan Partelly Cc: guix-devel@gnu.org Le Sun, 17 Jun 2018 23:13:27 +0300, Dan Partelly a =C3=A9crit : > Ive seen that in manual Julien, but I did not tried it, because the > manual says: :When using Guix on top of GNU/Linux distribution other > than GuixSD=E2=80=94a so-called foreign distro=E2=80=94a few additional s= teps are > needed to get everything in place. Here are some of them.=E2=80=9D Note t= he > =E2=80=9C=E2=80=A6 other than GuixSD=E2=80=9D formulation. I use it on G= uixSD. Should i > understand that he manual is flawed and the step is necessary on > GuixSD as well ? Oh, you're right. It shouldn't be needed on GuixSD. I guess guix is now based on a different libc than your system, so it can't find the locale information. After you reconfigure and reboot, the message should go away. >=20 > > On Jun 17, 2018, at 23:09, Julien Lepiller > > wrote: > >=20 > > Le Sun, 17 Jun 2018 22:55:03 +0300, > > Dan Partelly a =C3=A9crit : > > =20 > >> guile: warning: failed to install locale. =20 > >=20 > > This is a "normal" message. You need to install glibc-locales in > > your profile and set an environment variable. Also, that's only a > > warning ;). > >=20 > > It's documented here: > > http://www.gnu.org/software/guix/manual/html_node/Application-Setup.htm= l#Locales-1 =20