unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* make check fails if no en_US.iso88591 locale
@ 2009-09-09  0:45 Neil Jerram
  2009-09-09  1:28 ` Mike Gran
  2009-09-09  8:08 ` Ludovic Courtès
  0 siblings, 2 replies; 11+ messages in thread
From: Neil Jerram @ 2009-09-09  0:45 UTC (permalink / raw)
  To: Guile Development

make check fails for me in regexp.test:

  ...
  Running regexp.test
  guile: uncaught throw to unresolved: ()

because I don't have an en_US.iso88591 locale installed, and so

  (with-locale "en_US.iso88591" ...)

throws an 'unresolved exception.

I can allow make check to complete by changing that line to

  (false-if-exception (with-locale "en_US.iso88591"

but I doubt that's the best fix.  Is the "en_US.iso88591" locale
actually important for the enclosed tests?

Thanks,
        Neil





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

end of thread, other threads:[~2009-09-11  4:28 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-09  0:45 make check fails if no en_US.iso88591 locale Neil Jerram
2009-09-09  1:28 ` Mike Gran
2009-09-09 21:53   ` Neil Jerram
2009-09-10  2:36     ` Mike Gran
2009-09-10 10:27       ` Ludovic Courtès
2009-09-10 12:44         ` Mike Gran
2009-09-10 15:33           ` Ludovic Courtès
2009-09-11  4:28             ` Mike Gran
2009-09-10 19:34       ` Neil Jerram
2009-09-10 21:17         ` Mike Gran
2009-09-09  8:08 ` Ludovic Courtès

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).