Summary
Chicken fails to install when built statically
Metadata
- Id: 80858563944409258ddfa22646a2817922e43293
- Trac id: 1449
- Type: defect
- Reporter: jrobbins
- Owner:
- Cc:
- Status: closed
- Component: build system
- Estimated difficulty: trivial
- Resolution: wontfix
- Priority: major
- Milestone: someday
- Version: 4.13.0
- Changetime: 2021-08-16 09:31:51 UTC
- Created: 2018-03-08 15:42:17 UTC
- Keywords:
Attachments
- 80858563944409258ddfa22646a2817922e43293/attachments/diff.txt
Description
When STATICBUILD=1 is specified to make, Chicken fails to install, complaining about a missing setup-api.so; this is due to a portion of the makefile that tries to install some .so files even when the build is static. Attached is a patch to fix the issue (tested only on the Linux platform).
Changes and comments
[2018-03-08 15:42:27 UTC] jrobbins attached diff.txt (description=#f)
[2021-08-16 09:31:51 UTC] sjamaan changed status from new to closed
[2021-08-16 09:31:51 UTC] sjamaan set resolution to wontfix
[2021-08-16 09:31:51 UTC] sjamaan wrote:
This is about CHICKEN 4, at this point I highly doubt we'll ever make a new release in that series.
Feel free to open a new ticket if you find this is still a problem with CHICKEN 5.