chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] [Chicken-bugs] #414: Error: during expansion of (cond


From: Chicken Scheme
Subject: [Chicken-janitors] [Chicken-bugs] #414: Error: during expansion of (condition-case ...) - unbound variable: elsvar
Date: Wed, 23 Jan 2008 15:16:40 -0000

#414: Error: during expansion of (condition-case ...) - unbound variable: elsvar
----------------------------+-----------------------------------------------
 Reporter:  mario           |       Owner:          
     Type:  defect          |      Status:  new     
 Priority:  blocker         |   Milestone:          
Component:  compiler        |     Version:  3.0.0rc1
 Keywords:  condition-case  |  
----------------------------+-----------------------------------------------
 {{{condition-case}}} seems to have some issue (from r7878):

 {{{
 $ LD_LIBRARY_PATH=/usr/local/chicken-3.0.0rc1/lib
 /usr/local/chicken-3.0.0rc1/bin/chicken-setup http

 The extension http does not exist.
 Do you want to download it ? (yes/no/abort) [yes]
 downloading http.egg from (www.call-with-current-continuation.org eggs/3
 80)
   gzip -d -c ../http.egg | tar xf -
   /usr/local/chicken-3.0.0rc1/bin/csc -feature compiling-extension -s -O2
 -d1 -check-imports -emit-exports http-client.exports http-client.scm
 Warning: extension `http-utils' is currently not installed
 Error: during expansion of (condition-case ...) - unbound variable: elsvar

         Call history:

         <syntax>                (begin (##core#app (letrec ((retry (##core
 #loop-lambda () (condition-case (let-values (((i o) (cond...
         <syntax>                (##core#app (letrec ((retry (##core#loop-
 lambda () (condition-case (let-values (((i o) (cond ((and in...
         <syntax>                (letrec ((retry (##core#loop-lambda ()
 (condition-case (let-values (((i o) (cond ((and in out) (valu......
         <syntax>                (let ((retry (##core#undefined)))
 (##core#set! retry (##core#loop-lambda () (condition-case (let-val......
         <syntax>                (##core#undefined)
         <syntax>                (begin (##core#set! retry (##core#loop-
 lambda () (condition-case (let-values (((i o) (cond ((and in...
         <syntax>                (##core#set! retry (##core#loop-lambda ()
 (condition-case (let-values (((i o) (cond ((and in out) (v......
         <syntax>                (##core#loop-lambda () (condition-case
 (let-values (((i o) (cond ((and in out) (values in out)) ((ge......
 <--
 *** Shell command terminated with exit status 1:
 /usr/local/chicken-3.0.0rc1/bin/chicken http-client.scm -output-file http-
 client.c -dynamic -feature chicken-compile-shared -quiet -feature
 compiling-extension -optimize-level 2 -debug-level 1 -check-imports -emit-
 exports http-client.exports
 make: Failed to make http-client.so: shell invocation failed with non-zero
 return status
 Error: shell invocation failed with non-zero return status
 "/usr/local/chicken-3.0.0rc1/bin/csc -feature compiling-extension -s -O2
 -d1 -c...
 256

 }}}

-- 
Ticket URL: <http://trac.callcc.org/ticket/414>
Chicken Scheme <http://www.call-with-current-continuation.org/>
The CHICKEN Scheme-to-C compiler

reply via email to

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