chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-janitors] #647: make check fails on 2011-07-11


From: Chicken Trac
Subject: [Chicken-janitors] #647: make check fails on 2011-07-11
Date: Tue, 12 Jul 2011 13:24:52 -0000

#647: make check fails on 2011-07-11
------------------------+---------------------------------------------------
 Reporter:  mario       |       Owner:  felix
     Type:  defect      |      Status:  new  
 Priority:  critical    |   Milestone:  4.8.0
Component:  compiler    |     Version:  4.7.x
 Keywords:  make check  |  
------------------------+---------------------------------------------------
 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.

-- 
Ticket URL: <https://bugs.call-cc.org/ticket/647>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]