Summary
termite compiles but fails to install
Metadata
- Id: 653ea5986f9b304b4d02c9ee4aae39f319d43d83
- Trac id: 233
- Type: defect
- Reporter: jeronimo
- Owner: ckeen
- Cc:
- Status: closed
- Component: extensions
- Estimated difficulty:
- Resolution: fixed
- Priority: major
- Milestone:
- Version: 4.6.0
- Changetime: 2010-05-13 22:05:08 UTC
- Created: 2010-05-11 22:27:33 UTC
- Keywords: termite egg
Description
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
Changes and comments
[2010-05-12 08:53:58 UTC] felix changed status from new to assigned
[2010-05-12 08:53:58 UTC] felix set owner to ckeen
[2010-05-13 19:15:33 UTC] jeronimo wrote:
I forgot: the SVN revision is 18068.
[2010-05-13 21:53:34 UTC] jeronimo wrote:
Hi,
I was doing some additional tests, and suddenly I could not reproduce the problem anymore -- until I saw that the fix was commited to svn. Thank you for the fast response! termite installation works now.
J.
[2010-05-13 22:05:08 UTC] ckeen changed status from assigned to closed
[2010-05-13 22:05:08 UTC] ckeen set resolution to fixed
[2010-05-13 22:05:08 UTC] ckeen wrote:
Yes, I did some additional tests before closing the ticket. Thanks for your report!