Bug 696062
Summary: | scheme2js should require bigloo-libs | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Masatake YAMATO <yamato> | ||||
Component: | scheme2js | Assignee: | Michel Lind <michel> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | rawhide | CC: | michel | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | scheme2js-20110424-1.fc15 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2011-07-26 03:32:10 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Fixed in the upcoming update (which was stalled due a missing file in the upstream tarball, apologies): $ rpm -e --test bigloo-libs 2>&1 | grep scheme2js libbigloo_s-3.6a.so.0()(64bit) is needed by (installed) scheme2js-20110424-1.fc15.x86_64 libbigloopthread_s-3.6a.so.0()(64bit) is needed by (installed) scheme2js-20110424-1.fc15.x86_64 scheme2js-20110424-1.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/scheme2js-20110424-1.fc14 scheme2js-20110424-1.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/scheme2js-20110424-1.fc15 Package scheme2js-20110424-1.fc14: * should fix your issue, * was pushed to the Fedora 14 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing scheme2js-20110424-1.fc14' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/scheme2js-20110424-1.fc14 then log in and leave karma (feedback). scheme2js-20110424-1.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. scheme2js-20110424-1.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report. |
Created attachment 491670 [details] Fix this bug Description of problem: scheme2js compiler depends on libgbiloo_s and libbigloopthread_s shared libraries. They are shipped as part of bigloo-libs. However scheme2js package has no "Requires" field for them. Version-Release number of selected component (if applicable): 20090717-3.fc15 How reproducible: Steps to Reproduce: 1. rpm -e bigloo bigloo-libs 2. scheme2js 3. Actual results: You will get following messages: scheme2js: error while loading shared libraries: libbigloo_s-3.4a.so: cannot open shared object file: No such file or directory Expected results: scheme2js runs well. Additional info: See the attachment.