From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#37662: substitution failure of nss-certs Date: Thu, 17 Oct 2019 11:08:40 +0200 Message-ID: <87o8yfrb6v.fsf@gnu.org> References: <87a7abwcav.fsf@inv.alid.pw> <877e5cy8np.fsf@gnu.org> <877e55an15.fsf@inv.alid.pw> <87pniwig4f.fsf@gnu.org> <878spkuy30.fsf@inv.alid.pw> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:49890) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iL1mJ-0006lM-JP for bug-guix@gnu.org; Thu, 17 Oct 2019 05:09:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iL1mI-0001eT-J6 for bug-guix@gnu.org; Thu, 17 Oct 2019 05:09:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:38308) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iL1mI-0001eE-FY for bug-guix@gnu.org; Thu, 17 Oct 2019 05:09:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iL1mI-00043Z-8B for bug-guix@gnu.org; Thu, 17 Oct 2019 05:09:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <878spkuy30.fsf@inv.alid.pw> (Josh Holland's message of "Wed, 16 Oct 2019 23:25:55 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Josh Holland Cc: 37662@debbugs.gnu.org Hi Josh, Josh Holland skribis: > Ludovic Court=C3=A8s writes: >> >> cat /proc/PID/environ | xargs -0 echo >> > > LANG=3Den_GB.UTF-8 PATH=3D/usr/local/sbin:/usr/local/bin:/usr/bin > INVOCATION_ID=3D15155558aca749efa1593610e892c3a0 JOURNAL_STREAM=3D9:19872 > GUIX_LOCPATH=3D/var/guix/profiles/per-user/root/guix-profile/lib/locale [=E2=80=A6] Does /var/guix/profiles/per-user/root/guix-profile/lib/locale/*/en_GB.UTF-8 exists? If you installed =E2=80=98glibc-utf8-locales=E2=80=99 in root=E2=80=99s pro= file, it certainly doesn=E2=80=99t: --8<---------------cut here---------------start------------->8--- $ ls $(guix build glibc-utf8-locales)/lib/locale/2.29 de_DE.utf8 el_GR.utf8 en_US.utf8 fr_FR.utf8 tr_TR.utf8 de_DE.UTF-8 el_GR.UTF-8 en_US.UTF-8 fr_FR.UTF-8 tr_TR.UTF-8 --8<---------------cut here---------------end--------------->8--- So I think you have to install the =E2=80=98glibc-locales=E2=80=99 package = in root=E2=80=99s profile: guix install glibc-locales Let me know if it helps! Ludo=E2=80=99.