Opened 8 years ago

Closed 8 years ago

#1223 closed defect (fixed)

sigma egg seems to be missing import of utils

Reported by: Sudarshan S Chawathe Owned by:
Priority: minor Milestone: someday
Component: extensions Version: 4.9.x
Keywords: sigma egg Cc:
Estimated difficulty:

Description

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* <--

Change History (3)

comment:1 Changed 8 years ago by Ivan Raikov

Thanks for the report, I have fixed this and tagged a new release. Can you try and see if it works for you?

comment:2 Changed 8 years ago by Sudarshan S Chawathe

Yes, it works fine now. Thanks for the update.

comment:3 Changed 8 years ago by Sudarshan S Chawathe

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.