chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] Can't install srfi-27


From: Jeronimo Pellegrini
Subject: [Chicken-users] Can't install srfi-27
Date: Mon, 19 Oct 2009 23:59:01 -0200
User-agent: Mutt/1.5.20 (2009-06-14)

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.





reply via email to

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