Opened 11 years ago

Closed 11 years ago

#987 closed defect (fixed)

apropos uses foldl but does not state the correct chicken dependency

Reported by: Christian Kellermann Owned by: Kon Lovett
Priority: minor Milestone: someday
Component: extensions Version: 4.8.x
Keywords: Cc:
Estimated difficulty:

Description

Users try to install the apropos egg with older (< 4.8.0) chickens and are confused about the error message they get:

Warning: reference to possibly unbound identifier `foldl' in:
Warning:    environment-list-symbols

Error: module unresolved: apropos

Error: shell command terminated with non-zero exit status 256: /home/ckellerm/chickens/4.7.0/bin/chicken apropos.scm -output-file apropos.c -dynamic -featu...

Maybe it will make it clearer to add the chicken version to the depends clause in the .meta file or provide a workaround for foldl for older chickens?

Change History (1)

comment:1 Changed 11 years ago by Kon Lovett

Resolution: fixed
Status: newclosed

Checks for CHICKEN 4.4 & doesn't use foldl. Will not install unless >= 4.4

Note: See TracTickets for help on using tickets.