﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
647	make check fails on 2011-07-11	Mario Domenech Goulart	felix winkelmann	"make check fails for the master branch on 2011-07-11 (salmonella on call-cc.org).  The error is:

{{{
======================================== syntax tests ...

Error: unbound variable: bar

        Call history:

        <syntax>          (##core#if (not540 (equal?541 (quote (1 2 3 a)) tmp538)) (error542 ""test failed"" (quote (1 2 3 a)) t......
        <syntax>          (not540 (equal?541 (quote (1 2 3 a)) tmp538))
        <syntax>          (equal?541 (quote (1 2 3 a)) tmp538)
        <syntax>          (quote (1 2 3 a))
        <syntax>          (##core#quote (1 2 3 a))
        <syntax>          (error542 ""test failed"" (quote (1 2 3 a)) tmp538 (quote543 (foo a)))
        <syntax>          (quote (1 2 3 a))
        <syntax>          (##core#quote (1 2 3 a))
        <syntax>          (quote543 (foo a))
        <syntax>          (##core#quote (foo a))
        <syntax>          (pp544 tmp538)
        <syntax>          (foo a)
        <eval>    (##sys#list (##core#quote bar) (##core#quote a) (cadr x))
        <eval>    (cadr x)
        <syntax>          (bar548 a547 a)
        <eval>    (bar548 a547 a)       <--
3
100
(M1: (m1 n))
3628800
34
45
now
outer
7
(1 2 3 a)
(1 2 3 a)
make[1]: *** [check] Error 70
make[1]: Leaving directory `/root/salmonella/chicken-core'
make: *** [check] Error 2
}}}

Attached is the log from the script which builds chicken and runs
salmonella.

I can only reproduce the problem on my machine when I build the
bootstrap compiler.  Without the 'boot-chicken' step it seems to
run fine.
"	defect	closed	critical	4.9.0	compiler	4.7.x	fixed	make check		
