chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] upgrading to 4.6.0 in Arch


From: Felix
Subject: Re: [Chicken-users] upgrading to 4.6.0 in Arch
Date: Sun, 14 Nov 2010 15:24:25 +0100 (CET)

From: Hugo Arregui <address@hidden>
Subject: Re: [Chicken-users] upgrading to 4.6.0 in Arch
Date: Fri, 12 Nov 2010 10:05:46 -0300

> Thanks!
> 
> I'm not sure if it's a problem of my install, but I found this:
> 
> CHICKEN
> (c)2008-2010 The Chicken Team
> (c)2000-2007 Felix L. Winkelmann
> Version 4.6.0
> linux-unix-gnu-x86 [ manyargs dload ptables ]
> compiled 2010-11-09 on archlinux (Linux)
> 
> ; loading ./.csirc ...
> #;1> (use charconv)
> ; loading /usr/lib/chicken/5/charconv.import.so ...
> ; loading /usr/lib/chicken/5/scheme.import.so ...
> ; loading /usr/lib/chicken/5/chicken.import.so ...
> ; loading /usr/lib/chicken/5/extras.import.so ...
> ; loading /usr/lib/chicken/5/regex.import.so ...
> ; loading /usr/lib/chicken/5/ports.import.so ...
> ; loading /usr/lib/chicken/5/posix.import.so ...
> ; loading /usr/lib/chicken/5/srfi-69.import.so ...
> ; loading /usr/lib/chicken/5/iconv.import.so ...
> ; loading /usr/lib/chicken/5/foreign.import.so ...
> ; loading /usr/lib/chicken/5/charconv.so ...
> ; loading /usr/lib/chicken/5/iconv.so ...
> 
> Error: unbound variable: make-hash-table
> 
>       Call history:
> 
>       <syntax>          (quote charconv)
>       <syntax>          (##core#quote charconv)
>       <syntax>          (import charconv)
>       <syntax>          (import scheme chicken extras regex ports posix 
> srfi-69 iconv)
>       <syntax>          (import scheme chicken extras foreign)
>       <syntax>          (##core#undefined)
>       <syntax>          (##core#undefined)
>       <syntax>          (##core#undefined)
>       <syntax>          (##core#undefined)
>       <eval>    (##sys#require (quote charconv))      <--
> 
> 
> It works if I add srfi-69 previously.
> 

charconv imports but does not load srfi-69. I'll fix this (I guess Alex
will not have a problem with that) and tag a new version (1.3.3).

Thanks for reporting this.


cheers,
felix



reply via email to

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