chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] locale egg 0.5.1 broken?


From: Alejandro Forero Cuervo
Subject: [Chicken-users] locale egg 0.5.1 broken?
Date: Mon, 24 May 2010 02:31:27 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

I'm trying to use the format-modular egg (the bulk of which I wrote)
and I notice it's now dependant on srfi-29 which depends on locale.
Loading a recent version of locale is giving me this error:

address@hidden:~/chicken-eggs/3/locale/tags/0.5.1$ 
/opt/www/chicken-3.4.0/bin/csi 

CHICKEN
(c)2008 The Chicken Team
(c)2000-2007 Felix L. Winkelmann
Version 3.4.0 - linux-unix-gnu-x86      [ manyargs dload ptables applyhook ]
SVN rev. 11987  compiled 2010-05-22 on mendeleev (Linux)

#;1> (use locale)
; loading /opt/www/chicken-3.4.0/lib/chicken/3/locale.so ...
; loading /opt/www/chicken-3.4.0/lib/chicken/3/locale-builtin.so ...
; loading /opt/www/chicken-3.4.0/lib/chicken/3/locale-posix.so ...
; loading /opt/www/chicken-3.4.0/lib/chicken/3/locale-categories.so ...
; loading /opt/www/chicken-3.4.0/lib/chicken/3/lookup-table.so ...
; loading /opt/www/chicken-3.4.0/lib/chicken/3/locale-components.so ...
; loading /opt/www/chicken-3.4.0/lib/chicken/3/locale-errors.so ...
; loading /opt/www/chicken-3.4.0/lib/chicken/3/locale-timezone.so ...
Error: (local-timezone) bad argument type - out of range
2010
4
0

        Call history:

        <syntax>                (use locale)
        <syntax>                (##core#require-extension (quote locale))
        <syntax>                (begin (begin (##sys#require (quote locale))) 
(##core#undefined))
        <syntax>                (begin (##sys#require (quote locale)))
        <syntax>                (##sys#require (quote locale))
        <syntax>                (quote locale)
        <syntax>                (##core#undefined)
        <eval>          (##sys#require (quote locale))  <--
#;1> 

If I revert the locale egg to version 0.5.0, the problem goes away.

Any idea as to what the problem may be?

Unless this is fixed by then, in a week or so I'll remove the dependency on on
srfi-29 from format-modular until this is fixed, to keep software I've
authored, and on which I obviously depend, working.

Thanks!

Alejo.
http://azul.freaks-unidos.net/



reply via email to

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