On Tue, Oct 20, 2009 at 11:15:06AM -0700, Kon Lovett wrote: > A Chicken 4 release of SRFI 27 is not available. I will be ready > within a week.
Ah, OK -- I'm sorry to have bugged you about that then. I saw it in the eggs index and thought it was available for Chicken 4. Thanks, I'll wait for the port. J. > On Oct 19, 2009, at 6:59 PM, Jeronimo Pellegrini wrote: > > >Hello, > > > >I have tried to install the srfi-27 egg (after removing all > >traces of my Chicken installation, recompiling Chicken 4.2.0 > >and installing again), and it fails: > > > >/--------- > >* Installing documentation files in /usr/local/share/chicken/doc: > > > >Warning: file does not exist: "mathh.html" > > > > chmod a+r /usr/local/lib/chicken/4/mathh.setup-info > >installing srfi-27: ... > >changing current directory to /tmp/chicken-install-1ac.tmp/srfi-27 > > /usr/local/bin/csi -bnq -setup-mode -e "(require-library setup- > >api)" -e "(import setup-api)" -e "(extension-name-and-version > >'(\"srfi-27\" \"\"))" /tmp/chicken-install-1ac.tmp/srfi-27/ > >srfi-27.setup > > > >Error: unterminated list in line 34 > >Error: shell command terminated with nonzero exit code > >17920 > >"/usr/local/bin/csi -bnq -setup-mode -e \"(require-library > >setup-api)\" -e \"(im... > >\--------- > > > >That was after a "chicken install srfi-27" > > > >The dependencies seem to have been installed successfully: > > > >/-------- > >check-errors > >.................................................................................. > >version: 1.7.0 > >chicken-wrap > >................................................................................... > >version: 1.96 > >conditions > >.................................................................................... > >version: 1.7.0 > >dollar > >........................................................................................ > >version: 2.0.1 > >easyffi > >........................................................................................ > >version: 1.96 > >easyffi-base > >................................................................................... > >version: 1.96 > >matchable > >..................................................................................... > >version: 2.4.2 > >mathh > >......................................................................................... > >version: 2.1.0 > >miscmacros > >..................................................................................... > >version: 2.6c > >numbers > >....................................................................................... > >version: 1.809 > >setup-helper > >.................................................................................. > >version: 1.1.4 > >silex > >........................................................................................... > >version: 1.2 > >synch > >......................................................................................... > >version: 2.1.0 > >type-checks > >................................................................................... > >version: 1.7.0 > >type-errors > >................................................................................... > >version: 1.7.0 > >vector-lib > >...................................................................................... > >version: 1.2 > >\-------- > > > >So I tried "chicken-install -k srfi-27": > > > >/------- > >installing srfi-27: ... > >changing current directory to /tmp/chicken-install-3a3.tmp/srfi-27 > > /usr/local/bin/csi -bnq -setup-mode -e "(require-library setup- > >api)" -e "(import setup-api)" -e "(extension-name-and-version > >'(\"srfi-27\" \"\"))" -e "(keep-intermediates #t)" /tmp/chicken- > >install-3a3.tmp/srfi-27/srfi-27.setup > > > >Error: unterminated list in line 34 > >Error: shell command terminated with nonzero exit code > >17920 > >"/usr/local/bin/csi -bnq -setup-mode -e \"(require-library > >setup-api)\" -e \"(im... > >\------- > > > >and looked at the file mentioned (/tmp/chicken-install-3a3.tmp/ > >srfi-27/srfi-27.setup): > > > >/-------- > >;;;; "srfi-27.setup -*- Hen -*- > > > >(include "setup-helper") > > > >(verify-extension-name "srfi-27") > > > >(setup-shared-extension-module 'entropy-source > > > >(setup-shared-extension-module 'entropy-support > > > >(setup-shared-extension-module 'entropy-clock > > > >(setup-shared-extension-module 'entropy-fixed > > > >#+unix > >(setup-shared-extension-module 'entropy-unix > > > >#+windows > >(setup-shared-extension-module 'entropy-windows > > > >(setup-shared-extension-module 'random-source > > > >(setup-shared-extension-module 'srfi-27-large-numbers > > > >(setup-shared-extension-module 'mrg32k3a > > > >(setup-shared-extension-module 'mwc > > > >(setup-shared-extension-module 'moa > > > >(setup-shared-extension-module 'srfi-27 (extension-version "0.0.0")) > > > >(setup-shared-extension-module 'srfi-27-distributions > >\-------- > > > >What could have gone wrong? Is there something I should do before > >installing > >the egg? > > > >Thanks a lot, > >J. > > > > > > > >_______________________________________________ > >Chicken-users mailing list > >[email protected] > >http://lists.nongnu.org/mailman/listinfo/chicken-users > > Best Wishes, > Kon > > _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
