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

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

bug#62489: closed ([PATCH] system: Remove obsolete GUIX_LOCPATH workarou


From: GNU bug Tracking System
Subject: bug#62489: closed ([PATCH] system: Remove obsolete GUIX_LOCPATH workaround.)
Date: Thu, 30 Mar 2023 20:45:01 +0000

Your message dated Thu, 30 Mar 2023 22:44:17 +0200
with message-id <87v8iihsv2.fsf@gnu.org>
and subject line Re: [bug#62489] [PATCH] system: Remove obsolete GUIX_LOCPATH 
workaround.
has caused the debbugs.gnu.org bug report #62489,
regarding [PATCH] system: Remove obsolete GUIX_LOCPATH workaround.
to be marked as done.

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


-- 
62489: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62489
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] system: Remove obsolete GUIX_LOCPATH workaround. Date: Mon, 27 Mar 2023 17:56:14 +0100
* gnu/system.scm (operating-system-environment-variables): Do not set 
GUIX_LOCPATH.
---

Tested with: make check-system TESTS="basic mcron mpd mympd"

 gnu/system.scm | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/gnu/system.scm b/gnu/system.scm
index 48cc68f449..c17c6e4e98 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -1201,15 +1201,7 @@ (define (operating-system-environment-variables os)
 
     ;; By default, applications that use D-Bus, such as Emacs, abort at startup
     ;; when /etc/machine-id is missing.  Make sure these warnings are 
non-fatal.
-    ("DBUS_FATAL_WARNINGS" . "0")
-
-    ;; XXX: Normally we wouldn't need to do this, but our glibc@2.23 package
-    ;; used to look things up in 'PREFIX/lib/locale' instead of
-    ;; '/run/current-system/locale' as was intended.  Keep this hack around so
-    ;; that people who still have glibc@2.23-using packages in their profiles
-    ;; can use them correctly.
-    ;; TODO: Remove when glibc@2.23 is long gone.
-    ("GUIX_LOCPATH" . "/run/current-system/locale")))
+    ("DBUS_FATAL_WARNINGS" . "0")))
 
 ;; Ensure LST is a list of <setuid-program> records and warn otherwise.
 (define-with-syntax-properties (ensure-setuid-program-list (lst properties))
-- 
2.39.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#62489] [PATCH] system: Remove obsolete GUIX_LOCPATH workaround. Date: Thu, 30 Mar 2023 22:44:17 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hi Bruno,

Bruno Victal <mirai@makinata.eu> skribis:

> * gnu/system.scm (operating-system-environment-variables): Do not set 
> GUIX_LOCPATH.

Applied, thanks!

Ludo’.


--- End Message ---

reply via email to

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