Bug 426814 - Unstripped _libvirt.so
Summary: Unstripped _libvirt.so
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: ruby-libvirt
Version: rawhide
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: David Lutterkort
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-12-26 20:27 UTC by Ville Skyttä
Modified: 2013-04-30 23:40 UTC (History)
1 user (show)

Fixed In Version: 0.0.2-3
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-01-10 23:28:13 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Ville Skyttä 2007-12-26 20:27:00 UTC
Due to a file permission problem, _libvirt.so is not stripped by rpmbuild.  Fix:

-install -p -m0644 ext/libvirt/_libvirt.so %{buildroot}%{ruby_sitearch}
+install -p -m0755 ext/libvirt/_libvirt.so %{buildroot}%{ruby_sitearch}

Comment 1 David Lutterkort 2008-01-02 18:53:20 UTC
Thanks a lot for finding that out.

Fixed in CVS, update pending.

Comment 2 Fedora Update System 2008-01-03 01:42:11 UTC
ruby-libvirt-0.0.2-3.fc8 has been pushed to the Fedora 8 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update ruby-libvirt'


Note You need to log in before you can comment on or make changes to this bug.