Summary

make check fails on 2011-07-11

Metadata

Attachments

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