Bug 696062

Summary: scheme2js should require bigloo-libs
Product: [Fedora] Fedora Reporter: Masatake YAMATO <yamato>
Component: scheme2jsAssignee: Michel Lind <michel>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: 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:
Description Flags
Fix this bug none

Description Masatake YAMATO 2011-04-13 07:50:41 UTC
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.

Comment 1 Michel Lind 2011-07-15 11:18:00 UTC
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

Comment 2 Fedora Update System 2011-07-15 11:19:56 UTC
scheme2js-20110424-1.fc14 has been submitted as an update for Fedora 14.
https://admin.fedoraproject.org/updates/scheme2js-20110424-1.fc14

Comment 3 Fedora Update System 2011-07-15 11:20:23 UTC
scheme2js-20110424-1.fc15 has been submitted as an update for Fedora 15.
https://admin.fedoraproject.org/updates/scheme2js-20110424-1.fc15

Comment 4 Fedora Update System 2011-07-16 07:30:57 UTC
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).

Comment 5 Fedora Update System 2011-07-26 03:31:46 UTC
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.

Comment 6 Fedora Update System 2011-07-26 03:46:45 UTC
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.