From mboxrd@z Thu Jan 1 00:00:00 1970 From: swedebugia Subject: Re: Locale error (Was: Re: New detailed troubleshooting section in the manual) Date: Sun, 4 Nov 2018 20:04:09 +0100 Message-ID: References: <6d707c4a-77df-1ec6-3745-09d888fe7f9c@riseup.net> <5b7d7e06-d76e-4c35-673c-6392fcbe9291@riseup.net> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="------------77F7A2863DA7F7A699C89690" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52646) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gJNh5-00076c-HZ for guix-devel@gnu.org; Sun, 04 Nov 2018 14:04:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gJNh2-0001Vq-3x for guix-devel@gnu.org; Sun, 04 Nov 2018 14:04:19 -0500 Received: from mx1.riseup.net ([198.252.153.129]:44725) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gJNh1-0001SK-NZ for guix-devel@gnu.org; Sun, 04 Nov 2018 14:04:16 -0500 In-Reply-To: Content-Language: en-US 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: Laura Lazzati , guix-devel@gnu.org This is a multi-part message in MIME format. --------------77F7A2863DA7F7A699C89690 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Hi On 2018-11-04 18:54, Laura Lazzati wrote: > > Did your export > > export GUIX_LOCPATH=3D"$HOME/.guix-profile/lib/locale" from somewhe= re? > > I tried to solve it when i first installed guix, but then did not mind=20 > anymore. > > Could you send me the output of your environment? > > paste.debian.net/1050332 > =C2=A0 and > > $ cat .bash_profile (there should not be any environment variables > exported from .bashrc) > > I have .profile and .bashrc does not=C2=A0 have exported env variables: > paste.debian.net/1050331 According to this your ~.profile was not sourced when you logged in=20 (GUIX_LOCPATH is not defined in your environment) This is the cause of you seeing the message. I suggest you either try fixing this yourself by moving your variables=20 to .bash_profile or ask on an ubuntu forum or search the net for an=20 answer how to make ubuntu source your variables correctly. --=20 Cheers Swedebugia --------------77F7A2863DA7F7A699C89690 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable

Hi

On 2018-11-04 18:54, Laura Lazzati wrote:

Did your export

export GUIX_LOCPATH=3D"$HOME/.guix-profile/lib/locale" from somewhere?

I tried to solve it when i first installed guix, but then did not mind anymore.

Could you send me the output of your environment?

=C2=A0paste.debian.net/1050332
=C2=A0 and

$ cat .bash_profile (there should not be any environment variables exported from .bashrc)

I have .profile and .bashrc does not=C2=A0 have exported= env variables:

According to this your ~.profile was not sourced when you logged in (GUIX_LOCPATH is not defined in your environment)

This is the cause of you seeing the message.

I suggest you either try fixing this yourself by moving your variables to .bash_profile or ask on an ubuntu forum or search the net for an answer how to make ubuntu source your variables correctly.

--=20
Cheers
Swedebugia
--------------77F7A2863DA7F7A699C89690--