GNU bug report logs - #10684
guile-2.0.5 test failures on powerpc-darwin8

Previous Next

Package: guile;

Reported by: David Fang <fang <at> csl.cornell.edu>

Date: Tue, 31 Jan 2012 22:53:01 UTC

Severity: normal

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

Bug is archived. No further changes may be made.

Full log


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

From: ludo <at> gnu.org (Ludovic Courtès)
To: David Fang <fang <at> csl.cornell.edu>
Cc: 10684 <at> debbugs.gnu.org
Subject: Re: bug#10684: guile-2.0.5 test failures on powerpc-darwin8
Date: Sat, 04 Feb 2012 12:04:53 +0100
Hi,

David Fang <fang <at> csl.cornell.edu> skribis:

> Updated results look better:

Good. :-)

> Only one failure:
> FAIL: i18n.test: format ~h: English: 12345.5678

Yes, that’s a new feature, and a new regression.  ;-)

Can you try:

  (use-modules (ice-9 format))
  (setlocale LC_ALL "en_US")
  (format #f "~h" 12345.5678)

and:

  (use-modules (ice-9 i18n))
  (setlocale LC_ALL "en_US")
  (locale-decimal-point)
  (locale-thousands-separator)

Thanks,
Ludo’.




This bug report was last modified 13 years and 160 days ago.

Previous Next


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