chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Problem with installing spock egg on Ubuntu 12.04


From: Mario Domenech Goulart
Subject: Re: [Chicken-users] Problem with installing spock egg on Ubuntu 12.04
Date: Mon, 02 Sep 2013 12:23:43 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Hi,

On Mon, 2 Sep 2013 14:17:17 +0200 Panicz Maciej Godek <address@hidden> wrote:

> I've been trying to install the spock scheme to javascript
> compiler from chicken repository on ubuntu 12.04 using
> the following command.
> However, the
> $ sudo chicken-install spock
> command fails with the following error message:
>
> --8<---------------cut here---------------start------------->8---
> [...]
> install order:
> ("spock")
> installing spock: ...
> changing current directory to /tmp/temp34cf/spock
> /usr/bin/csi -bnq -setup-mode -e "(require-library setup-api)" -e "
> (import setup-api)" -e "(setup-error-handling)" -e "
> (extension-name-and-version '(\"spock\" \"\"))"
> /tmp/temp34cf/spock/spock.setup
> make: making spock-compiler.so
> /usr/bin/csc -feature compiling-extension -setup-mode -sS
> spock-compiler.scm -O3 -d1 -J -o spock-compiler.so
>
> Warning: reference to possibly unbound identifier `foldl' in:
> Warning: method-name-split
>
> Error: module unresolved: spock-compiler
>
> Error: shell command terminated with non-zero exit status 256:
> /usr/bin/chicken spock-compiler.scm -output-file spock-compiler.c -
> dynamic -feature chicken-compile-shared -feature compiling-extension -
> setup-mode -scrutinize -optimize-level 3 -debug-level 1 -
> emit-all-import-libraries
> make: Failed to make spock-compiler.so: shell command failed with
> nonzero exit status 256:
>
> /usr/bin/csc -feature compiling-extension -setup-mode -sS
> spock-compiler.scm -O3 -d1 -J -o spock-compiler.so
>
> Error: shell command failed with nonzero exit status 256:
>
> /usr/bin/csc -feature compiling-extension -setup-mode -sS
> spock-compiler.scm -O3 -d1 -J -o spock-compiler.so
>
> Error: shell command terminated with nonzero exit code
> 17920
> "/usr/bin/csi -bnq -setup-mode -e \"(require-library setup-api)\" -e
> \"(import s...
> --8<---------------cut here---------------end--------------->8---
>
> What could be the reason of this error and how could it possibly be
> fixed?

Are you by any chance using a CHICKEN version older than 4.8.0?  I think
foldl has been added to CHICKEN in 4.8.0.

Best wishes.
Mario
-- 
http://parenteses.org/mario



reply via email to

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