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...
(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.