Bug 732800
| Summary: | php-libvirt-debuginfo 0.4.4-1 is empty, *.so unstripped | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ville Skyttä <ville.skytta> |
| Component: | php-libvirt | Assignee: | Michal Novotny <minovotn> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | areis, minovotn, virt-maint |
| Target Milestone: | --- | Keywords: | Patch |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | php-libvirt-0.4.4-2.fc16 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-09-07 00:03:38 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 496968 | ||
(In reply to comment #0) > php-libvirt-debuginfo 0.4.4-1 is empty and the *.so unstripped because the *.so > is not installed with executable perms; it needs to be executable in order for > rpmbuild's debuginfo stuff to do its job. > > Fix: > > --- a/php-libvirt.spec > +++ b/php-libvirt.spec > @@ -68,2 +68,3 @@ rm -rf %{buildroot} > make install DESTDIR=%{buildroot} > +chmod +x %{buildroot}%{php_extdir}/php-libvirt.so > > > By the way, it would have been easy to catch this problem with rpmlint... Thanks for the patch, Ville. I'm applying it to the git tree right now ;-) Thanks again, Michal php-libvirt-0.4.4-2.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/php-libvirt-0.4.4-2.fc14 php-libvirt-0.4.4-2.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/php-libvirt-0.4.4-2.fc15 php-libvirt-0.4.4-2.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/php-libvirt-0.4.4-2.fc16 Package php-libvirt-0.4.4-2.fc16: * should fix your issue, * was pushed to the Fedora 16 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing php-libvirt-0.4.4-2.fc16' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/php-libvirt-0.4.4-2.fc16 then log in and leave karma (feedback). php-libvirt-0.4.4-2.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report. php-libvirt-0.4.4-2.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. php-libvirt-0.4.4-2.fc16 has been pushed to the Fedora 16 stable repository. If problems still persist, please make note of it in this bug report. |
php-libvirt-debuginfo 0.4.4-1 is empty and the *.so unstripped because the *.so is not installed with executable perms; it needs to be executable in order for rpmbuild's debuginfo stuff to do its job. Fix: --- a/php-libvirt.spec +++ b/php-libvirt.spec @@ -68,2 +68,3 @@ rm -rf %{buildroot} make install DESTDIR=%{buildroot} +chmod +x %{buildroot}%{php_extdir}/php-libvirt.so By the way, it would have been easy to catch this problem with rpmlint...