unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Andreas Enge <andreas@enge.fr>
To: bug-guix@gnu.org
Subject: Re: Required packages
Date: Thu, 7 Feb 2013 13:27:31 +0100	[thread overview]
Message-ID: <201302071327.31563.andreas@enge.fr> (raw)
In-Reply-To: <201302071316.24589.andreas@enge.fr>

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

Concerning more checking in configure.ac:
The files included from nix require sqlite, it would be good to add a check 
for that.

Now I get the following error:
Backtrace:
In ice-9/boot-9.scm:
 157: 5 [catch #t #<catch-closure ca1780> ...]
In unknown file:
   ?: 4 [apply-smob/1 #<catch-closure ca1780>]
In ice-9/boot-9.scm:
  63: 3 [call-with-prompt prompt0 ...]
In ice-9/eval.scm:
 421: 2 [eval # #]
In /home/privat/.guix-profile/bin/guild:
  54: 1 [main ("/home/privat/.guix-profile/bin/guild" "compile" "-L" ...)]
In unknown file:
   ?: 0 [setlocale 6 ""]

ERROR: In procedure setlocale:
ERROR: In procedure setlocale: Invalid argument
make[2]: *** [guix/base32.go] Fehler 1

The lines in guild around the error are:
  (if (defined? 'setlocale)
      (setlocale LC_ALL ""))
If I replace this by
  (if (defined? 'setlocale)
      (setlocale LC_ALL "C"))
compilation succeeds. A bug in guile/guild?

Andreas

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

  reply	other threads:[~2013-02-07 12:27 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-04 18:52 Required packages Andreas Enge
2013-02-04 22:08 ` Ludovic Courtès
2013-02-04 22:28   ` Andreas Enge
2013-02-05 16:50     ` Ludovic Courtès
2013-02-05 23:09       ` Andreas Enge
2013-02-06 22:09       ` Ludovic Courtès
2013-02-07 12:16         ` Andreas Enge
2013-02-07 12:27           ` Andreas Enge [this message]
2013-02-07 16:08             ` Ludovic Courtès
2013-02-07 16:06           ` Ludovic Courtès
2013-02-07 16:19             ` Andreas Enge
2013-02-07 21:39               ` Ludovic Courtès
2013-02-07 12:34         ` Andreas Enge
2013-02-07 16:09           ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201302071327.31563.andreas@enge.fr \
    --to=andreas@enge.fr \
    --cc=bug-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).