Summary
srfi-18: unquoted build script variables
Metadata
- Id: 1096d0413073e6d3443712af28c5745d7f461629
- Trac id: 1683
- Type: defect
- Reporter: wasamasa
- Owner:
- Cc:
- Status: closed
- Component: core libraries
- Estimated difficulty: trivial
- Resolution: fixed
- Priority: not urgent at all
- Milestone: someday
- Version: 5.2.0
- Changetime: 2020-07-28 11:50:30 UTC
- Created: 2020-03-04 22:08:04 UTC
- Keywords: srfi-18
Attachments
- 1096d0413073e6d3443712af28c5745d7f461629/attachments/0001-srfi-18-Quote-build-script-variables.patch
Description
The build scripts for the srfi-18 egg do not quote their environment variables which may lead to build errors if any of them contained spaces (something not uncommon with `CFLAGS` and `LDFLAGS` used in the Windows build script). I've fixed the same kind of bug for several eggs and created a patch that resolves it.
Changes and comments
[2020-03-04 22:08:26 UTC] wasamasa attached 0001-srfi-18-Quote-build-script-variables.patch (description=#f)
[2020-07-28 11:50:30 UTC] kooda changed status from new to closed
[2020-07-28 11:50:30 UTC] kooda set resolution to fixed
[2020-07-28 11:50:30 UTC] kooda wrote:
applied as srfi-13 0.1.6