chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Difficulty installing Hyde egg


From: Stephen Eilert
Subject: Re: [Chicken-users] Difficulty installing Hyde egg
Date: Mon, 4 Apr 2011 10:21:14 -0300

On Sun, Apr 3, 2011 at 3:06 PM, John Magolske <address@hidden> wrote:
> Hi all,
>
> I'd like to to install the Hyde egg into a location in my home
> directory:
>
>  % chicken-install -v
>  4.6.0
>
>  % echo $CHICKEN_REPOSITORY
>  /home/john/.chicken/lib/chicken/5
>
>  % echo $CHICKEN_INCLUDE_PATH
>  /home/john/.chicken/lib/chicken/5
>
>  % chicken-install -p ~/.chicken/lib/chicken/5 hyde
>
> But the install gets stuck here:
>
>  [...]
>  Warning: extension `defstruct' is currently not installed
>  Syntax error (import): cannot import from undefined module
>
>    defstruct
>
>    Expansion history:
>
>    <syntax>      (import matchable)
>    <syntax>      (import scheme chicken)
>    <syntax>      (##core#undefined)
>    <syntax>      (##core#undefined)
>    <syntax>      (##core#begin (##core#begin (##sys#require (quote defstruct))
>                  (import defstruct)) (##core#begin (##c......
>    <syntax>      (##core#begin (##sys#require (quote defstruct))
>                  (import defstruct))
>    <syntax>      (##sys#require (quote defstruct))
>    <syntax>      (quote defstruct)
>    <syntax>      (##core#quote defstruct)
>    <syntax>      (import defstruct)    <--
>
>  Error: shell command terminated with non-zero exit status 17920:
>  /usr/bin/chicken uri-generic.scm -output-file uri-generic.c -
>  dynamic -feature chicken-compile-shared -feature compiling-extension
>  -setup-mode -optimize-level 2 -emit-import-library uri- generic
>
>  Error: shell command failed with nonzero exit status 256:
>
>    /usr/bin/csc -feature compiling-extension -setup-mode
>      -s -O2 uri-generic.scm -j uri-generic
>
>  Error: shell command terminated with nonzero exit code 17920
>  "/usr/bin/csi -bnq -setup-mode -e \"(require-library setup-api)\" -e 
> \"(import s...
>
> I tried installing defstruct first:
>
>  % chicken-install -p ~/.chicken/lib/chicken/5 defstruct
>
> Which installed without error. But I still get the above "`defstruct'
> is currently not installed" error when trying to install Hyde again.
> Am I overlooking something? I'm using Debian Sid, and have installed
> Chicken using aptitude.

Are you able to install it without using the custom prefix?


--Stephen

Sent from my Emacs



reply via email to

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