From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 27 08:53:38 2020 Received: (at 40899) by debbugs.gnu.org; 27 Apr 2020 12:53:39 +0000 Received: from localhost ([127.0.0.1]:35905 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jT3GU-0002sz-Ol for submit@debbugs.gnu.org; Mon, 27 Apr 2020 08:53:38 -0400 Received: from mail-qt1-f176.google.com ([209.85.160.176]:43732) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jT3GT-0002sn-H5 for 40899@debbugs.gnu.org; Mon, 27 Apr 2020 08:53:37 -0400 Received: by mail-qt1-f176.google.com with SMTP id z90so14043839qtd.10 for <40899@debbugs.gnu.org>; Mon, 27 Apr 2020 05:53:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=R1XFOaFnfWXgRkm6Rn63u1xAVWajGgSFF6aIc/Fqxmo=; b=ulJ9GpM2aw1CMw1Lf980qLIBdDjJhId9vAl3YxbhfrXyMr+k9QYkSSW7jo9ipirLzy XUL4gi28JoME3kVgxt+/1ThtJyO5KQdiu3DnzEFtQdPaswEPT8YfEuR1L7BldxHGUaDP p9b0iZKrpPjdyNAkHMZsaG+Ceumz4idagoDKmglp/K8xR5xhd+1mzrffCTKyRq7vVMTb /e4fLunhcpS5RJwZS/Gkj8PTlXeUfsEytmNnbBM/Vu5oD9ceKuhv3i/nSh9YHhx21g93 dOSIhIxNCkIxwQdZJaur9ig9ETnkxmKrpyKeH4xiAOPGNKNNYF5p8i4m87ybaMJfdO6K P2Tw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=R1XFOaFnfWXgRkm6Rn63u1xAVWajGgSFF6aIc/Fqxmo=; b=D7XuNd7Ebp83qOAnGxu7R1Po4sRtOW4ubkol6E7zx1GOirULP06EcBO7e6Hgg18SSr q0P3GQhuxvRnzPbnCBdKuvGRieTg7aArqBd+H9Cr38J9kxb4i1ZfKhfAkBzsacRvh6XB atVwRFiIpbbdyz/nwxHne9Wu9HNdF5C1ZTBGuff6zCsZtldRyCJfPgynk2RcSVEwjfsW MaJc92I+kMrfIRfahkuYxJd7o5n1oq2MlOr4evH9XaS7fITP0aQbnyAmnkAL7ewzGZJO HJrt7UtoalzhCy6dclbd6HChz173EQFHQsDJOTVEJ1wWvQvBuyrvUoOUwkk8V4k4YjMk L2qQ== X-Gm-Message-State: AGi0PuZP+FQ3JuBGGZK/dHom6QkgQrq8Z05iVIcp+sZq7iVVh64Ev0We J1XdRRjkI6S9YaYrGv+XJt9mQAIdLxeh0y8Qgx4Www== X-Google-Smtp-Source: APiQypIBSIaj3KxzHGY9VkFYDSFvxjL2pnXg1m8Z5AZ5lSOLg+Ertn6Ax/pVoX9R18gQHjqUQeWXxbx3Py2VL/wRQGU= X-Received: by 2002:ac8:19fd:: with SMTP id s58mr23134753qtk.354.1587992011133; Mon, 27 Apr 2020 05:53:31 -0700 (PDT) MIME-Version: 1.0 References: <20200427122943.GA25049@inspiron-3147> In-Reply-To: <20200427122943.GA25049@inspiron-3147> From: zimoun Date: Mon, 27 Apr 2020 14:53:17 +0200 Message-ID: Subject: Re: bug#40899: Locales not set up correctly To: Matthew Kraai Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 40899 Cc: 40899@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) 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