Opened 12 years ago
Closed 12 years ago
#936 closed defect (fixed)
install-extension error when chicken-install is called with -prefix and an item of the given filelist is a pair
Reported by: | Mario Domenech Goulart | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | someday |
Component: | core libraries | Version: | 4.8.x |
Keywords: | prefix, install-extension, chicken-install | Cc: | |
Estimated difficulty: |
Description
install-extension
throws an error when given a file list containing pairs and when chicken-install is called with -prefix.
See http://tests.call-cc.org/master/linux/x86/2012/10/15/salmonella-report/install/crunch.html for an example.
Attached is a patch that seems to fix that.
Attachments (1)
Change History (2)
Changed 12 years ago by
Attachment: | 0001-install-extension-fix-for-when-the-second-arg-contai.patch added |
---|
comment:1 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed by ef8c48db3fb656663e148eac0dad4f78a44af599. Crunch has been working ever since (November 20th): http://tests.call-cc.org/master/linux/x86/2012/11/20/salmonella-report/install/crunch.html