Bug 1154695
| Summary: | rpath issue with gstreamer f20 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Nicolas Chauvet (kwizart) <kwizart> |
| Component: | gstreamer | Assignee: | Benjamin Otte <otte> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 20 | CC: | mclasen, otte, wtaymans |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | gstreamer-0.10.36-7.fc20 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-01-21 23:05:43 UTC | Type: | Bug |
| 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: | 1132837 | ||
Still unfixed ? fixing it now gstreamer-0.10.36-7.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/gstreamer-0.10.36-7.fc20 gstreamer-plugins-base-0.10.36-7.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/gstreamer-plugins-base-0.10.36-7.fc20 gstreamer-0.10.36-11.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/gstreamer-0.10.36-11.fc21 gstreamer-plugins-base-0.10.36-12.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/gstreamer-plugins-base-0.10.36-12.fc21 Package gstreamer-plugins-base-0.10.36-12.fc21: * should fix your issue, * was pushed to the Fedora 21 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing gstreamer-plugins-base-0.10.36-12.fc21' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2015-0887/gstreamer-plugins-base-0.10.36-12.fc21 then log in and leave karma (feedback). gstreamer-0.10.36-11.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report. gstreamer-plugins-base-0.10.36-12.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report. gstreamer-plugins-base-0.10.36-7.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. gstreamer-0.10.36-7.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: there is a standard rpath in gstreamer and gstreamer-plugins-base Version-Release number of selected component (if applicable): gstreamer-0.10.36-6.fc20.x86_64 gstreamer-plugins-base-0.10.36-6.fc20 How reproducible: always Steps to Reproduce: 1. for i in $(rpm -ql gstreamer |grep lib64) ; do chrpath ${i} ; done 2. for i in $(rpm -ql gstreamer-plugins-base |grep lib64) ; do chrpath ${i} 2>/dev/null ; done |grep RPATH 3. Actual results: from gstreamer /usr/lib64/gstreamer-0.10/libgstcoreelements.so: RPATH=/usr/lib64 /usr/lib64/gstreamer-0.10/libgstcoreindexers.so: RPATH=/usr/lib64 /usr/lib64/libgstbase-0.10.so.0: RPATH=/usr/lib64 /usr/lib64/libgstbase-0.10.so.0.30.0: RPATH=/usr/lib64 from gstreamer-plugins-base: /usr/lib64/gstreamer-0.10/libgstadder.so: RPATH=/usr/lib64 /usr/lib64/gstreamer-0.10/libgstalsa.so: RPATH=/usr/lib64 /usr/lib64/gstreamer-0.10/libgstapp.so: RPATH=/usr/lib64 /usr/lib64/gstreamer-0.10/libgstaudioconvert.so: RPATH=/usr/lib64 /usr/lib64/gstreamer-0.10/libgstcdparanoia.so: RPATH=/usr/lib64 /usr/lib64/gstreamer-0.10/libgstdecodebin.so: RPATH=/usr/lib64 /usr/lib64/gstreamer-0.10/libgstdecodebin2.so: RPATH=/usr/lib64 /usr/lib64/gstreamer-0.10/libgstencodebin.so: RPATH=/usr/lib64 /usr/lib64/gstreamer-0.10/libgstffmpegcolorspace.so: RPATH=/usr/lib64 /usr/lib64/gstreamer-0.10/libgstogg.so: RPATH=/usr/lib64 /usr/lib64/gstreamer-0.10/libgstpango.so: RPATH=/usr/lib64 /usr/lib64/gstreamer-0.10/libgstplaybin.so: RPATH=/usr/lib64 /usr/lib64/gstreamer-0.10/libgsttheora.so: RPATH=/usr/lib64 /usr/lib64/gstreamer-0.10/libgsttypefindfunctions.so: RPATH=/usr/lib64 /usr/lib64/gstreamer-0.10/libgstvideoscale.so: RPATH=/usr/lib64 /usr/lib64/gstreamer-0.10/libgstvolume.so: RPATH=/usr/lib64 /usr/lib64/gstreamer-0.10/libgstvorbis.so: RPATH=/usr/lib64 /usr/lib64/gstreamer-0.10/libgstximagesink.so: RPATH=/usr/lib64 /usr/lib64/gstreamer-0.10/libgstxvimagesink.so: RPATH=/usr/lib64 /usr/lib64/libgstaudio-0.10.so.0: RPATH=/usr/lib64 /usr/lib64/libgstaudio-0.10.so.0.25.0: RPATH=/usr/lib64 /usr/lib64/libgstcdda-0.10.so.0: RPATH=/usr/lib64 /usr/lib64/libgstcdda-0.10.so.0.25.0: RPATH=/usr/lib64 /usr/lib64/libgstriff-0.10.so.0: RPATH=/usr/lib64 /usr/lib64/libgstriff-0.10.so.0.25.0: RPATH=/usr/lib64 Expected results: no output Additional info: no others "main" gstreamer{1} packages seem affected.