From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jesse Gibbons Subject: bug#37669: guile: warning: failed to install locale Date: Thu, 10 Oct 2019 09:08:45 -0600 Message-ID: References: <69d1192f051260a1e6fb0d89911ccd8091306de7.camel@gmail.com> <87r23kwtmk.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:59365) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iIaBj-0003Zx-6g for bug-guix@gnu.org; Thu, 10 Oct 2019 11:17:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iIaBf-0002IJ-1T for bug-guix@gnu.org; Thu, 10 Oct 2019 11:17:09 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:48154) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iIaBc-0002HX-HI for bug-guix@gnu.org; Thu, 10 Oct 2019 11:17:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iIaBc-0002ln-BI for bug-guix@gnu.org; Thu, 10 Oct 2019 11:17:04 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87r23kwtmk.fsf@gnu.org> 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= , =?UTF-8?Q?G=C3=A1bor?= Boskovits Cc: 37669-done@debbugs.gnu.org On Thu, 2019-10-10 at 16:41 +0200, Ludovic Courtès wrote: > Hi, > > Gábor Boskovits skribis: > > > This is most probably a transient core-updates effect. Reconfigure > > should > > fix this, and this should be harmless. > > Agreed. > > Normally ‘guix pull --news’ should give you hints on how to address > this, but otherwise see: > > https://guix.gnu.org/manual/en/html_node/Application-Setup.html#Locales > > for a “foreign distro”, or: > > > https://guix.gnu.org/manual/en/html_node/Locales.html#Locale-Data-Compatibility-Considerations > > on Guix System. > > Let us know if it works for you! > > Ludo’. Reconfiguring fixed this. Thanks!