I've had this issue myself. Some eggs look for varibles not mentioned on
the wiki. In particular setup-helper uses CHICKEN_INCLUDE_PATH. I've
attached a the script I use when sandboxing chicken. It's based on a script
I got from Mario Goulart.

Peder


On Fri, Jun 6, 2014 at 7:26 PM, maresp <m...@cubeball.net> wrote:

> Hi,
>
> when I try to install srfi-19 with a custom repository location,
> chicken-install halts when installing variable-item with the following error
>
> installing variable-item:1.3.0 ...
> changing current directory to /tmp/temp48fe.20325/variable-item
>   '/usr/bin/csi' -bnq -setup-mode -e "(require-library setup-api)" -e
> "(import setup-api)" -e "(setup-error-handling)" -e
> "(extension-name-and-version '(\"variable-item\" \"1.3.0\"))"
> '/tmp/temp48fe.20325/variable-item/variable-item.setup'
>
> Error: (open-input-file) cannot open file - No such file or directory:
> "setup-helper"
>
>
> Error: shell command terminated with nonzero exit code
> 17920
> "'/usr/bin/csi' -bnq -setup-mode -e \"(require-library setup-api)\" -e
> \"(import...
>
> This is not the case if I install spfi-19 or variable-item as root in
> /usr/lib64/chicken/6
>
> My current env looks like that
>
> $ echo $CHICKEN_REPOSITORY
> /home/maresp/tt/.chicken/lib/chicken/6
> $ echo $CHICKEN_INSTALL_PREFIX
> /home/maresp/tt/.chicken/bin
>
> I'm very new to scheme and chicken, so just let me know if more info is
> needed.
>
> Markus
>
> _______________________________________________
> Chicken-users mailing list
> Chicken-users@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/chicken-users
>
>

Attachment: switch-chicken-repo.sh
Description: Bourne shell script

_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to