unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#33580: Guix pull: building guix-manual.drv locale not fund
@ 2018-12-02 14:56 znavko
  2018-12-02 22:42 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: znavko @ 2018-12-02 14:56 UTC (permalink / raw)
  To: 33580

[-- Attachment #1: Type: text/plain, Size: 293 bytes --]

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


[-- Attachment #2: Type: text/html, Size: 683 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#33580: Guix pull: building guix-manual.drv locale not fund
  2018-12-02 14:56 bug#33580: Guix pull: building guix-manual.drv locale not fund znavko
@ 2018-12-02 22:42 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2018-12-02 22:42 UTC (permalink / raw)
  To: znavko; +Cc: 33580-done

Hello,

<znavko@tutanota.com> 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’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-12-02 22:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-02 14:56 bug#33580: Guix pull: building guix-manual.drv locale not fund znavko
2018-12-02 22:42 ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).