Summary
make check fails on 2011-07-11
Metadata
- Id: de668fde022235be60ae5adf4c43d12db37492c1
- Trac id: 647
- Type: defect
- Reporter: mario
- Owner: felix
- Cc:
- Status: closed
- Component: compiler
- Estimated difficulty:
- Resolution: fixed
- Priority: critical
- Milestone: 4.9.0
- Version: 4.7.x
- Changetime: 2012-09-24 21:47:48 UTC
- Created: 2011-07-12 15:24:51 UTC
- Keywords: make check
Attachments
- de668fde022235be60ae5adf4c43d12db37492c1/attachments/run-salmonella.log.txt
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.
Changes and comments
[2011-07-12 15:25:20 UTC] mario attached run-salmonella.log.txt (description=#f)
[2011-07-17 23:28:28 UTC] felix changed status from new to closed
[2011-07-17 23:28:28 UTC] felix set resolution to fixed
[2011-07-17 23:28:28 UTC] felix wrote:
Should be better now. I'll close this ticket then.
[2012-09-24 21:47:48 UTC] felix changed milestone from 4.8.0 to 4.9.0
[2012-09-24 21:47:48 UTC] felix wrote:
Milestone 4.8.0 deleted