GNU bug report logs - #33580
Guix pull: building guix-manual.drv locale not fund

Previous Next

Package: guix;

Reported by: <znavko <at> tutanota.com>

Date: Sun, 2 Dec 2018 15:07:02 UTC

Severity: normal

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 33580 in the body.
You can then email your comments to 33580 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#33580; Package guix. (Sun, 02 Dec 2018 15:07:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to <znavko <at> tutanota.com>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Sun, 02 Dec 2018 15:07:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: <znavko <at> tutanota.com>
To: Bug Guix <bug-guix <at> gnu.org>
Subject: Guix pull: building guix-manual.drv locale not fund
Date: Sun, 2 Dec 2018 15:56:28 +0100 (CET)
[Message part 1 (text/plain, inline)]
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

[Message part 2 (text/html, inline)]

Reply sent to ludo <at> gnu.org (Ludovic Courtès):
You have taken responsibility. (Sun, 02 Dec 2018 22:43:01 GMT) Full text and rfc822 format available.

Notification sent to <znavko <at> tutanota.com>:
bug acknowledged by developer. (Sun, 02 Dec 2018 22:43:01 GMT) Full text and rfc822 format available.

Message #10 received at 33580-done <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: <znavko <at> tutanota.com>
Cc: 33580-done <at> debbugs.gnu.org
Subject: Re: bug#33580: Guix pull: building guix-manual.drv locale not fund
Date: Sun, 02 Dec 2018 23:42:50 +0100
Hello,

<znavko <at> 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’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 31 Dec 2018 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 5 years and 107 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.