From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jesse Gibbons Subject: bug#37669: guile: warning: failed to install locale Date: Tue, 08 Oct 2019 16:50:03 -0600 Message-ID: <69d1192f051260a1e6fb0d89911ccd8091306de7.camel@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:57048) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iHyJr-00085W-OG for bug-guix@gnu.org; Tue, 08 Oct 2019 18:51:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iHyJp-0004rB-U5 for bug-guix@gnu.org; Tue, 08 Oct 2019 18:51:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42831) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iHyJp-0004r7-RY for bug-guix@gnu.org; Tue, 08 Oct 2019 18:51:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iHyJp-0003Vp-OF for bug-guix@gnu.org; Tue, 08 Oct 2019 18:51:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:56983) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iHyIx-0007w2-6T for bug-guix@gnu.org; Tue, 08 Oct 2019 18:50:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iHyIw-00047i-5Q for bug-guix@gnu.org; Tue, 08 Oct 2019 18:50:07 -0400 Received: from mail-io1-xd2a.google.com ([2607:f8b0:4864:20::d2a]:43805) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iHyIw-00047U-14 for bug-guix@gnu.org; Tue, 08 Oct 2019 18:50:06 -0400 Received: by mail-io1-xd2a.google.com with SMTP id v2so597283iob.10 for ; Tue, 08 Oct 2019 15:50:05 -0700 (PDT) Received: from piranhaplant.local ([157.201.96.100]) by smtp.googlemail.com with ESMTPSA id q66sm261612ili.69.2019.10.08.15.50.04 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 08 Oct 2019 15:50:04 -0700 (PDT) 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: 37669@debbugs.gnu.org On a GuixSD install, the following message began appearing today (I did not record what time): guile: warning: failed to install locale It appears whenever I run `guix` regardless of the command-line arguments I pass to it. GUIX_LOCPATH looks like this: ~$ echo $GUIX_LOCPATH /run/current-system/locale I have not today run "guix system reconfigure" - Could this be related to the core-updates merge? - Is there a work-around? -- -Jesse