chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] [Chicken-bugs] #440: Chicken 4.0: install of numbers


From: Chicken Scheme
Subject: [Chicken-janitors] [Chicken-bugs] #440: Chicken 4.0: install of numbers egg fails
Date: Tue, 09 Sep 2008 16:02:12 -0000

#440: Chicken 4.0: install of numbers egg fails
-----------------------------------------+----------------------------------
 Reporter:  John Cowan <address@hidden>  |        Type:  defect  
   Status:  new                          |    Priority:  minor   
Milestone:                               |   Component:  compiler
  Version:  3.0.0                        |    Keywords:          
-----------------------------------------+----------------------------------
 I did svn update to revision 11939, and did a chicken distclean and clean
 and rebuilt and installed Chicken 4.  It is my only Chicken now.

 Here's what "sudo chicken-install numbers" printed.  When I installed
 silex by hand first, all went well.

 {{{
 retrieving ...
 connecting to host "galinha.ucpel.tche.br", port 80 ...
 requesting "/cgi-bin/henrietta?name=numbers" ...
 HTTP/1.1 200 OK
 Date: Tue, 09 Sep 2008 15:18:23 GMT
 Server: Apache
 Connection: close
 Transfer-Encoding: chunked
 Content-Type: text/plain; charset=ISO-8859-1
 reading chunks ...
 reading files ...
   ./tests/
   ./tests/numbers-test-ashinn.scm
   ./tests/numbers-test.scm
   ./tests/r4rstest.scm
   ./tests/run.scm
   ./spin.scm
   ./fac.scm
   ./numbers.meta
   ./numbers.setup
   ./numbers-compiler-macros.scm
   ./numbers-c.c
   ./numbers-c.h
   ./numbers.scm
  numbers located at /tmp/setup-bb.tmp/numbers
 checking dependencies for `numbers' ...
  missing: silex, easyffi
 retrieving ...
 connecting to host "galinha.ucpel.tche.br", port 80 ...
 requesting "/cgi-bin/henrietta?name=silex" ...
 HTTP/1.1 200 OK
 Date: Tue, 09 Sep 2008 15:18:27 GMT
 Server: Apache
 Connection: close
 Transfer-Encoding: chunked
 Content-Type: text/plain; charset=ISO-8859-1
 reading chunks ...
 reading files ...
   ./silex.setup
   ./silex.scm
   ./silex.meta
  silex located at /tmp/setup-bb.tmp/silex
 connecting to host "galinha.ucpel.tche.br", port 80 ...
 requesting "/cgi-bin/henrietta?name=easyffi" ...
 HTTP/1.1 200 OK
 Date: Tue, 09 Sep 2008 15:18:30 GMT
 Server: Apache
 Connection: close
 Transfer-Encoding: chunked
 Content-Type: text/plain; charset=ISO-8859-1
 reading chunks ...
 reading files ...
   ./TODO
   ./easyffi.meta
   ./easyffi.scm
   ./chicken-wrap.scm
   ./easyffi-base.scm
   ./runsilex.scm
   ./easyffi.setup
   ./tests.scm
   ./easyffi.l
  easyffi located at /tmp/setup-bb.tmp/easyffi
 checking dependencies for `easyffi' ...
  missing: silex
 retrieving ...
 checking dependencies for `silex' ...
 installing easyffi ...
 changing current directory to /tmp/setup-bb.tmp/easyffi
   /usr/local/bin/csi -s runsilex.scm
 Error: (import) during expansion of (import ...) - can not import from
 undefined module: silex

         Call history:

         <syntax>                (require-extension silex)
         <syntax>                (##core#require-extension (silex) #t)
         <syntax>                (begin (begin (##sys#require (quote
 silex)) (import silex)) (##core#undefined))
         <syntax>                (begin (##sys#require (quote silex))
 (import silex))
         <syntax>                (##sys#require (quote silex))
         <syntax>                (quote silex)
         <syntax>                (import silex)  <--
 make: Failed to make easyffi.l.scm: shell invocation failed with non-zero
 return status
 Error: shell invocation failed with non-zero return status
 "/usr/local/bin/csi -s runsilex.scm"
 17920
 Error: shell invocation failed with non-zero return status
 "/usr/local/bin/csi -bnq -e \"(require-library setup-api)\" -e \"(import
 setup-a...
 17920
 }}}

-- 
Ticket URL: <http://trac.callcc.org/ticket/440>
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]