On Nov 4, 2011, at 1:37 PM, Pekka Niiranen wrote:

Hi Pekka.

> port->fileno...FAIL [ 8 ]
> gmake[1]: Leaving directory `/home/pekka/compile/chicken-4.7.0.3-st'
> gmake: *** [check] Error 2
> 
> I commented out the following two lines from "port-tests.scm"
> 
>       (check (port->fileno out))
>       (check (port->fileno in))

You found the correct solution--the test is erroneous.  The fix was applied to 
the stability branch in commit 6097b12 after the 4.7.0.3-st release.

> and the test sequence continued up to the next error:
> 
> starting with 1232 symbols
> interning 10000 symbols ...
> Segmentation fault (core dumped)

This one I am not sure of, we will have to look into it.  I assume this is 
occurring only on OpenBSD; I don't know if it's been fixed in the master branch.

In the meantime I created a ticket for you:
https://bugs.call-cc.org/ticket/724
_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to