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

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

[debbugs-tracker] bug#33580: closed (Guix pull: building guix-manual.drv


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#33580: closed (Guix pull: building guix-manual.drv locale not fund)
Date: Sun, 02 Dec 2018 22:43:01 +0000

Your message dated Sun, 02 Dec 2018 23:42:50 +0100
with message-id <address@hidden>
and subject line Re: bug#33580: Guix pull: building guix-manual.drv locale not 
fund
has caused the debbugs.gnu.org bug report #33580,
regarding Guix pull: building guix-manual.drv locale not fund
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
33580: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=33580
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Guix pull: building guix-manual.drv locale not fund Date: Sun, 2 Dec 2018 15:56:28 +0100 (CET)
Now I am seeing:

# guix pull
guix ... adfb167
...
substitute: updating substitutes from 'https://mirror.hydra.gnu.org'... 100.0%
building /gnu/store/abm71vz51xi6b3s5l0yqxr8i22yfzyam-guix-manual.drv...
sh: locale: command not found
sh: locale: command not found
sh: locale: command not found


--- End Message ---
--- Begin Message --- Subject: Re: bug#33580: Guix pull: building guix-manual.drv locale not fund Date: Sun, 02 Dec 2018 23:42:50 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)
Hello,

<address@hidden> skribis:

> # guix pull
> guix ... adfb167
> ...
> substitute: updating substitutes from 'https://mirror.hydra.gnu.org'... 100.0%
> building /gnu/store/abm71vz51xi6b3s5l0yqxr8i22yfzyam-guix-manual.drv...
> sh: locale: command not found
> sh: locale: command not found
> sh: locale: command not found

It’s arguably confusing but not a bug: ‘makeinfo’ (which comes from
Texinfo) tries to invoke the ‘locale’ command, which isn’t available,
hence this message.  Specifically, this appears to come from xspara.c
when a UTF-8 locale could not be installed:

--8<---------------cut here---------------start------------->8---
  /* Otherwise, look for any UTF-8 locale in the output of "locale -a". */
  {
  FILE *p;
  char *line = 0;
  size_t n = 0;
  ssize_t ret;
  p = popen ("locale -a", "r");
--8<---------------cut here---------------end--------------->8---

This is now fixed in commit 2d337760501662f9a380a117312934e489bd5f1d.
Not sure whether it makes a different on the ‘makeinfo’ output.

Thanks,
Ludo’.


--- End Message ---

reply via email to

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