Summary
reactivate SONAME
Metadata
- Id: 8de2895ecca48ac72c7c07c2ac026395978b38e0
- Trac id: 60
- Type: defect
- Reporter: felix
- Owner: felix
- Cc:
- Status: closed
- Component: build system
- Estimated difficulty:
- Resolution: fixed
- Priority: major
- Milestone:
- Version: 4.1.x
- Changetime: 2009-12-01 16:01:13 UTC
- Created: 2009-07-25 23:31:39 UTC
- Keywords:
Attachments
- 8de2895ecca48ac72c7c07c2ac026395978b38e0/attachments/test.scm
Description
Some packaging systems prefer libraries with SONAME set, so support for it should be added.
Changes and comments
[2009-08-14 18:50:25 UTC] felix changed status from new to closed
[2009-08-14 18:50:25 UTC] felix set resolution to fixed
[2009-08-14 18:50:25 UTC] felix wrote:
Functionality has been added in r15445.
[2009-08-28 17:04:25 UTC] iraikov changed status from closed to reopened
[2009-08-28 17:04:25 UTC] iraikov removed resolution fixed
[2009-08-28 17:04:25 UTC] iraikov wrote:
It appears now that Chicken-compiled programs can no longer load modules. When the attached program is compiled it prints:
Error: (require) cannot load extension: matchable
Call history: ##sys#require <--
[2009-08-28 17:04:45 UTC] iraikov attached test.scm (description=#f)
[2009-08-28 17:30:49 UTC] felix changed status from reopened to accepted
[2009-08-28 17:30:49 UTC] felix set owner to felix
[2009-08-28 17:30:49 UTC] felix wrote:
I committed a fix, but have to test it more on my home machine. This may still not work completely.
[2009-08-29 16:18:30 UTC] felix changed status from accepted to closed
[2009-08-29 16:18:30 UTC] felix set resolution to fixed
[2009-08-29 16:18:30 UTC] felix wrote:
I think this has been fixed now (r15603).