chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] #233: termite compiles but fails to install


From: Chicken Trac
Subject: [Chicken-janitors] #233: termite compiles but fails to install
Date: Tue, 11 May 2010 20:27:33 -0000

#233: termite compiles but fails to install
-------------------------+--------------------------------------------------
 Reporter:  jeronimo     |       Owner:       
     Type:  defect       |      Status:  new  
 Priority:  major        |   Milestone:       
Component:  extensions   |     Version:  4.6.0
 Keywords:  termite egg  |  
-------------------------+--------------------------------------------------
 Hi,

 I just tried to install the termite egg with the latest git/HEAD Chicken
 (bd0ac7d0684da5e1afc4535e6e94f53cff0a9dfd). It compiles but fails to
 install:

 {{{
   chmod a+r /usr/local/lib/chicken/5/defstruct.setup-info
 installing termite: ...
 changing current directory to /tmp/chicken-install-485.tmp/termite
   /usr/local/bin/csi -bnq -setup-mode -e "(require-library setup-api)" -e
 "(import setup-api)" -e "(extension-name-and-version '(\"termite\" \"\"))"
 /tmp/chicken-install-485.tmp/termite/termite.setup
   /usr/local/bin/csc -feature compiling-extension -setup-mode    -s
 termite-chicken.scm -o termite.so -j termite

 Error: bad argument count - received 2 but expected 1: #<procedure
 (delete-duplicates lst)>

         Call history:

         <eval>          [remove] (pred? x)
         <eval>          [filter] (cons (car lst) (filter pred? (cdr lst)))
         <eval>          [filter] (car lst)
         <eval>          [filter] (filter pred? (cdr lst))
         <eval>          [filter] (cdr lst)
         <eval>          [filter] (null? lst)
         <eval>          [remove] (filter (lambda (x) (not (pred? x))) lst)
         <eval>          [filter] (null? lst)    <--

 Error: shell command terminated with non-zero exit status 17920:
 /usr/local/bin/chicken termite-chicken.scm -output-file termite.c -dynamic
 -feature chicken-compile-shared -feature compiling-extension -setup-mode
 -emit-import-library termite

 shell command failed with nonzero exit status 256:

   /usr/local/bin/csc -feature compiling-extension -setup-mode    -s
 termite-chicken.scm -o termite.so -j termite

 Error: shell command terminated with nonzero exit code
 17920
 "/usr/local/bin/csi -bnq -setup-mode -e \"(require-library setup-api)\" -e
 \"(im...
 }}}

 Thanks,
 Jeronimo

-- 
Ticket URL: <http://www.irp.oist.jp/trac/chicken/ticket/233>
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]