emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#43737: closed ([PATCH 0/2] Getting rid of Guile's locale warning)


From: GNU bug Tracking System
Subject: bug#43737: closed ([PATCH 0/2] Getting rid of Guile's locale warning)
Date: Tue, 06 Oct 2020 12:27:01 +0000

Your message dated Tue, 06 Oct 2020 14:26:01 +0200
with message-id <87k0w3v8va.fsf@gnu.org>
and subject line Re: [bug#43737] [PATCH 0/2] Getting rid of Guile's locale 
warning
has caused the debbugs.gnu.org bug report #43737,
regarding [PATCH 0/2] Getting rid of Guile's locale warning
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
43737: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=43737
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 0/2] Getting rid of Guile's locale warning Date: Thu, 1 Oct 2020 10:35:07 +0200
Hello Guix!

These two patches provide the ultimate hack to get rid of:

  guile: warning: failed to install locale

This warning annoys all users, mostly on foreign distro, especially
when it gets printed each time something gets downloaded (‘guix
substitute’ is invoked) and they have no idea how to get rid of it.

It’s also fairly pointless because (guix ui) has its own locale
handling already, and because we already go to great lengths to set
‘GUIX_LOCPATH’ to a sensible value by default.

Let me know what you think!

Ludo’.

Ludovic Courtès (2):
  self: Use a 'guile' that doesn't complain about locales.
  build: Use a 'guile' executable that doesn't warn about locales.

 Makefile.am                             | 12 +++++++
 configure.ac                            |  3 ++
 gnu/packages/aux-files/guile-launcher.c | 46 ++++++++++++++++++++++++
 guix/self.scm                           | 48 ++++++++++++++++++++++++-
 4 files changed, 108 insertions(+), 1 deletion(-)
 create mode 100644 gnu/packages/aux-files/guile-launcher.c

-- 
2.28.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#43737] [PATCH 0/2] Getting rid of Guile's locale warning Date: Tue, 06 Oct 2020 14:26:01 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Hi!

Ludovic Courtès <ludo@gnu.org> skribis:

>   self: Use a 'guile' that doesn't complain about locales.
>   build: Use a 'guile' executable that doesn't warn about locales.

Pushed as 880fe019ae64df37815bbdb1a22305f99dae759d.

Lars-Dominik Braun <ldb@leibniz-psychology.org> skribis:

> I can confirm this patchset resolves https://issues.guix.gnu.org/issue/43739

Awesome, thanks for testing!

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]