chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] tinyclos fails to install ...


From: Matthew Welland
Subject: Re: [Chicken-users] tinyclos fails to install ...
Date: Sun, 5 Sep 2010 16:24:44 -0700
User-agent: KMail/1.12.4 (Linux/2.6.31-22-generic; KDE/4.3.5; i686; ; )

Nevermind. I just did the following and am able to move forward:

chicken-install -r tinyclos;cd tinyclos
perl -pi.bak -e 's/-no-procedure-checks-for-toplevel-bindings//' *.setup
chicken-install -sudo

On Sunday 05 September 2010 03:24:27 pm Matthew Welland wrote:
> I don't see any options to force chicken-install to use an older version
>  of an egg. Is my only option to either manually get the older egg or
>  manually make a new chicken?
> 
> sudo chicken-install tinyclos
> ............
> ...........
> checking dependencies for `tinyclos' ...
> install order:
> ("tinyclos")
> installing tinyclos: ...
> changing current directory to /tmp/chicken-install-2e0.tmp/tinyclos
>   /usr/bin/csi -bnq -setup-mode -e "(require-library setup-api)" -e
>  "(import setup-api)" -e "(extension-name-and-version '(\"tinyclos\"
>  \"\"))" /tmp/chicken-install-2e0.tmp/tinyclos/tinyclos.setup
>   /usr/bin/csc -feature compiling-extension -setup-mode   tinyclos.scm -s
>  -j tinyclos -disable-interrupts -fixnum-arithmetic
>  -no-procedure-checks-for- toplevel-bindings -no-bound-checks -O3 -d1
> csc: invalid option `-no-procedure-checks-for-toplevel-bindings'
> 
> Error: shell command failed with nonzero exit status
> 16384
> "/usr/bin/csc -feature compiling-extension -setup-mode   tinyclos.scm -s
>  -j tinyclos -disable-interrupts -fixnum-arithmetic
>  -no-procedure-checks-for- toplevel-bindings -no-bound-checks -O3 -d1"
> Error: shell command terminated with nonzero exit code
> 17920
> "/usr/bin/csi -bnq -setup-mode -e \"(require-library setup-api)\" -e
> \"(import s...
> 
> _______________________________________________
> Chicken-users mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/chicken-users
> 



reply via email to

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