Bug 733066
| Summary: | incorrect (automatic?) provides for /usr/lib64/nx/libXdamage.so.1 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Mads Kiilerich <mads> |
| Component: | nx | Assignee: | Axel Thimm <Axel.Thimm> |
| Status: | CLOSED ERRATA | QA Contact: | Ville Skyttä <ville.skytta> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 16 | CC: | Axel.Thimm, gwync, kalevlember, ville.skytta |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | nx-3.5.0-5.fc16 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-09-07 03:30:08 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: | |||
|
Description
Mads Kiilerich
2011-08-24 15:50:36 UTC
This shows up as build-time errors: Installing: gtk3 ##################### [542/665]gtk-query-immodules-3.0-32: error while loading shared libraries: libXcomposite.so.1: cannot open shared object file: No such file or directory Installing: gtk2 ##################### [543/665]/usr/bin/gtk-query-immodules-2.0-32: error while loading shared libraries: libXcomposite.so.1: cannot open shared object file: No such file or directory warning: %post(gtk2-2.24.5-1.fc16.i686) scriptlet failed, exit status 127 It would appear that nx-3.5.0-4.fc16 uses the "old" style provides filtering that doesn't work with the version of RPM in F16:
%filter_from_provides /libX\(11\|ext\|render\)\.so/d
%filter_setup
The provides filtering should probably be changed to something like the following (untested):
%global __provides_exclude_from %{_libdir}/nx/libX.*$
or even:
%global __provides_exclude_from %{_libdir}/nx/.*$
(In reply to comment #2) > It would appear that nx-3.5.0-4.fc16 uses the "old" style provides filtering > that doesn't work with the version of RPM in F16: > %filter_from_provides /libX\(11\|ext\|render\)\.so/d > %filter_setup It does still work, I just forgot to add Xcomposite, Xdamage, Xfixes, Xpm, Xrandr and Xtst to the filter regex when adding those libs. Thanks for the catch, will fix in a jiffy. nx-3.5.0-5.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/nx-3.5.0-5.fc16 Package nx-3.5.0-5.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 nx-3.5.0-5.fc16' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/nx-3.5.0-5.fc16 then log in and leave karma (feedback). nx-3.5.0-5.fc16 has been pushed to the Fedora 16 stable repository. If problems still persist, please make note of it in this bug report. |