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 14:05:14 +0200 Message-ID: <87mudzpog5.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> <87o8yfrb6v.fsf@gnu.org> <877e53vf6d.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]:52198) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iL4Xg-0005eS-DS for bug-guix@gnu.org; Thu, 17 Oct 2019 08:06:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iL4Xa-0001Az-9y for bug-guix@gnu.org; Thu, 17 Oct 2019 08:06:08 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:38468) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iL4Xa-0001Av-72 for bug-guix@gnu.org; Thu, 17 Oct 2019 08:06:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iL4XZ-0002L5-Vn for bug-guix@gnu.org; Thu, 17 Oct 2019 08:06:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <877e53vf6d.fsf@inv.alid.pw> (Josh Holland's message of "Thu, 17 Oct 2019 11:28:58 +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 Holland skribis: > [root@spica ~]# guix install glibc-locales > guile: warning: failed to install locale > hint: Consider installing the `glibc-utf8-locales' or `glibc-locales' pac= kage and defining Note that this tells you that this =E2=80=98guix=E2=80=99 command is probab= ly linked against 2.28; this is fixed by making sure you=E2=80=99re running the latest =E2=80=98guix=E2=80=99 produced by =E2=80=98guix pull=E2=80=99, for instanc= e with: ~root/.config/guix/current/bin/guix install glibc-locales (IOW, it=E2=80=99s not the same problem as substitution problem we were initially discussing.) Ludo=E2=80=99.