From mboxrd@z Thu Jan 1 00:00:00 1970 From: zimoun Subject: bug#40899: Locales not set up correctly Date: Mon, 27 Apr 2020 14:53:17 +0200 Message-ID: References: <20200427122943.GA25049@inspiron-3147> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:40742) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jT3Gt-00058n-Bb for bug-guix@gnu.org; Mon, 27 Apr 2020 08:54:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jT3Gs-0004ul-0m for bug-guix@gnu.org; Mon, 27 Apr 2020 08:54:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:52592) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jT3Gr-0004ug-LO for bug-guix@gnu.org; Mon, 27 Apr 2020 08:54:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jT3Gr-0002tn-KE for bug-guix@gnu.org; Mon, 27 Apr 2020 08:54:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20200427122943.GA25049@inspiron-3147> 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-mx.org@gnu.org Sender: "bug-Guix" To: Matthew Kraai Cc: 40899@debbugs.gnu.org Dear, On Mon, 27 Apr 2020 at 14:30, Matthew Kraai wrote: > $ guix package -i nss-certs > guile: warning: failed to install locale There 3 points: a) "guix install glibc-utf8-locales" as root because of the daemon and restart it. (depending on your system init, an extra config should be required) b) "guix install glibc-utf8-locales" as regular user This should fix the locales issues. Note that depending on your locale, glibc-utf8-locles should not provide it. (The term utf8 could be misleading). But en_US is provided by it. > guix package: error: some substitutes for the outputs of derivation `/gnu/store/mxp55201zl6wm2d82xdjnc8qa7qwgr85-nss-certs-3.50.drv' failed (usually happens due to networking issues); try `--fallback' to build derivation from source c) Try: guix install nss-certs --fallback Hope that helps, simon