GNU bug report logs -
#10684
guile-2.0.5 test failures on powerpc-darwin8
Previous Next
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
View this message in rfc822 format
Hi David,
David Fang <fang <at> csl.cornell.edu> skribis:
> FAIL: i18n.test: character mapping: char-locale-upcase Turkish
> FAIL: i18n.test: character mapping: char-locale-downcase Turkish
> FAIL: i18n.test: string mapping: string-locale-upcase Turkish
> FAIL: i18n.test: string mapping: string-locale-downcase Turkish
This most likely indicates that Darwin 8 has incorrect case mapping data
for the Turkish locale.
Can you try this (in a UTF-8 terminal):
(use-modules (ice-9 i18n))
(setlocale LC_ALL "tr_TR.UTF-8")
(char-locale-upcase #\i)
> FAIL: net-db.test: getaddrinfo: wrong service name
Can you try this:
(getaddrinfo "127.0.0.1" "does-not-exist" AI_NUMERICHOST)
> ERROR: regexp.test: regexp-quote: regexp/extended: (char 254 #\þ
> "þ") -
> arguments: ((regular-expression-syntax "make-regexp" "empty
> (sub)expression" #f ("þ")))
Hm?
> FAIL: regexp.test: regexp-quote: regexp/extended: (string "aX" 254
> #\þ "aþ" "aþ")
> FAIL: regexp.test: regexp-quote: regexp/extended: string of all chars
Can you try:
(setlocale LC_ALL "en_US.ISO-8859-1") ;; or some other ISO-8859-1 locale
(let* ((s (string (integer->char 254)))
(q (regexp-quote s)))
(regexp-exec (make-regexp q regexp/extended) s))
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.