bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: i18n test fail, guile-2.0.0


From: Ludovic Courtès
Subject: Re: i18n test fail, guile-2.0.0
Date: Wed, 23 Feb 2011 22:58:47 +0100
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (gnu/linux)

Hi,

David Fang <address@hidden> writes:

> With guile-2.0.0, I see some i18n test failures on i686- and x86_64
> -pc-linux-gnu:

Which glibc version?  (See “ldd --version”.)

> ERROR: i18n.test: number->locale-string: French: integer - arguments:
> ((out-of-range #f "Value out of range ~S to ~S: ~S" (0 6 7) (7)))
> ERROR: i18n.test: number->locale-string: French: fraction - arguments:
> ((out-of-range #f "Value out of range ~S to ~S: ~S" (0 4 5) (5)))
> ERROR: i18n.test: number->locale-string: French: fraction, 1 digit - 
> arguments: ((out-of-range #f "Value out of range ~S to ~S: ~S" (0 4 5)
> (5)))

What does “locale -a | grep FR” say on your system?

Can you try this and report the backtrace?

   (let ((fr (make-locale LC_ALL "fr_FR.utf8")))
     (number->locale-string 123456 #t fr))

(If necessary, replace “fr_FR.utf8” with the locale name you found
above.)

Thanks for the report,
Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]