[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-janitors] #1223: sigma egg seems to be missing import of utils
From: |
Chicken Trac |
Subject: |
[Chicken-janitors] #1223: sigma egg seems to be missing import of utils |
Date: |
Sat, 31 Oct 2015 23:27:29 -0000 |
#1223: sigma egg seems to be missing import of utils
------------------------+---------------------
Reporter: chaw | Owner:
Type: defect | Status: new
Priority: minor | Milestone: someday
Component: extensions | Version: 4.9.x
Keywords: sigma egg |
------------------------+---------------------
After 'chicken-install sigma' a call to 'sigma' gives an unbound-variable
error for 'system*' (details below). I think the fix is simply adding
'utils' to the list of extensions in the require-extension form near the
beginning of sigma.scm. At least, that fixed things for me.
Chicken version: 4.9.0.1.
Regards,
-chaw
Error: unbound variable: system*
Call history:
sigma.scm:1379: list-tabulate
sigma.scm:1380: clean-targetdir
sigma.scm:807: s+
sigma.scm:806: run:execute*
sigma.scm:354: g525
sigma.scm:349: g483
sigma.scm:349: g483
sigma.scm:349: g483
sigma.scm:350: string-intersperse
sigma.scm:352: opt
sigma.scm:352: defopt
sigma.scm:133: lookup-def
sigma.scm:37: def-default159
sigma.scm:37: body157
sigma.scm:39: alist-ref
sigma.scm:353: system* <--
--
Ticket URL: <http://bugs.call-cc.org/ticket/1223>
CHICKEN Scheme <http://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Chicken-janitors] #1223: sigma egg seems to be missing import of utils,
Chicken Trac <=