chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] Difficulty installing Hyde egg


From: John Magolske
Subject: [Chicken-users] Difficulty installing Hyde egg
Date: Sun, 3 Apr 2011 11:06:21 -0700
User-agent: Mutt/1.5.19 (2009-01-05)

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.

Thanks for any help,

John

-- 
John Magolske
http://B79.net/contact



reply via email to

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