Opened 9 years ago
Closed 8 years ago
#1324 closed defect (wontfix)
setup-helper setup does not respect CHICKEN_INCLUDE_PATH
| Reported by: | John Foerch | Owned by: | Kon Lovett |
|---|---|---|---|
| Priority: | major | Milestone: | someday |
| Component: | extensions | Version: | 4.11.0 |
| Keywords: | Cc: | ||
| Estimated difficulty: |
Description
In the setup-helper egg, its setup includes the following step:
(copy-file "setup-helper.scm" (chicken-home))
This fails with a warning if chicken-home is read-only, and advises that it will be necessary to use CHICKEN_INCLUDE_PATH to use setup-helper. Instead of only trying (chicken-home), it should respect CHICKEN_INCLUDE_PATH itself if that variable is set, like eggs that use setup-helper do, via copy-to-home.
Change History (3)
comment:1 by , 9 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:2 by , 9 years ago
comment:3 by , 8 years ago
| Resolution: | → wontfix |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

Usage of setup-helper as an include, rather than a module, is deprecated. Doing anything to support this usage doesn't make much sense to me.