#647 closed defect (fixed)
make check fails on 2011-07-11
| Reported by: | Mario Domenech Goulart | Owned by: | felix winkelmann |
|---|---|---|---|
| Priority: | critical | Milestone: | 4.9.0 |
| Component: | compiler | Version: | 4.7.x |
| Keywords: | make check | Cc: | |
| Estimated difficulty: |
Description
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.
Attachments (1)
Change History (3)
Changed 14 years ago by
| Attachment: | run-salmonella.log.txt added |
|---|
comment:1 Changed 14 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.

Should be better now. I'll close this ticket then.