Bug 1136546 - Rpath issue with libxcb
Summary: Rpath issue with libxcb
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: libxcb
Version: 21
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Rex Dieter
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 1132837
TreeView+ depends on / blocked
 
Reported: 2014-09-02 20:31 UTC by Nicolas Chauvet (kwizart)
Modified: 2015-06-06 00:06 UTC (History)
2 users (show)

Fixed In Version: libxcb-1.11-5.fc21
Clone Of:
Environment:
Last Closed: 2015-05-30 15:43:58 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Nicolas Chauvet (kwizart) 2014-09-02 20:31:55 UTC
Description of problem:
There is an rpath in libxcb for f21

Version-Release number of selected component (if applicable):
libxcb-1.10-3.fc21.x86_64

How reproducible:
always

Steps to Reproduce:
1. install libxcb
2. chpath on libraries
3.

Actual results:
libxcb-composite.so.0.0.0: RPATH=/usr/lib64
libxcb-damage.so.0.0.0: RPATH=/usr/lib64
libxcb-dpms.so.0.0.0: RPATH=/usr/lib64
libxcb-dri2.so.0.0.0: RPATH=/usr/lib64
libxcb-dri3.so.0.0.0: RPATH=/usr/lib64
libxcb-glx.so.0.0.0: RPATH=/usr/lib64
libxcb-present.so.0.0.0: RPATH=/usr/lib64
libxcb-randr.so.0.1.0: RPATH=/usr/lib64
libxcb-record.so.0.0.0: RPATH=/usr/lib64
libxcb-render.so.0.0.0: RPATH=/usr/lib64
libxcb-res.so.0.0.0: RPATH=/usr/lib64
libxcb-screensaver.so.0.0.0: RPATH=/usr/lib64
libxcb-shape.so.0.0.0: RPATH=/usr/lib64
libxcb-shm.so.0.0.0: RPATH=/usr/lib64
libxcb-sync.so.1.0.0: RPATH=/usr/lib64
libxcb-xevie.so.0.0.0: RPATH=/usr/lib64
libxcb-xf86dri.so.0.0.0: RPATH=/usr/lib64
libxcb-xfixes.so.0.0.0: RPATH=/usr/lib64
libxcb-xinerama.so.0.0.0: RPATH=/usr/lib64
libxcb-xkb.so.1.0.0: RPATH=/usr/lib64
libxcb-xselinux.so.0.0.0: RPATH=/usr/lib64
libxcb-xtest.so.0.0.0: RPATH=/usr/lib64
libxcb-xvmc.so.0.0.0: RPATH=/usr/lib64
libxcb-xv.so.0.0.0: RPATH=/usr/lib64

Expected results:


Additional info:

Comment 1 Nicolas Chauvet (kwizart) 2014-10-26 16:17:16 UTC
Issue looks trivial to fix. One can use that between configure and make
------------
# Remove rpath from libtool
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
------------

Anyone to have a look ?

Comment 2 Nicolas Chauvet (kwizart) 2015-01-18 16:56:29 UTC
Still unfixed ?

Comment 3 Rex Dieter 2015-05-20 10:57:15 UTC
I fixed this in rawhide, I could probably do the same here

Comment 4 Fedora Update System 2015-05-20 11:32:19 UTC
libxcb-1.11-5.fc22 has been submitted as an update for Fedora 22.
https://admin.fedoraproject.org/updates/libxcb-1.11-5.fc22

Comment 5 Fedora Update System 2015-05-20 11:33:57 UTC
libxcb-1.11-5.fc21 has been submitted as an update for Fedora 21.
https://admin.fedoraproject.org/updates/libxcb-1.11-5.fc21

Comment 6 Fedora Update System 2015-05-21 00:16:57 UTC
Package libxcb-1.11-5.fc22:
* should fix your issue,
* was pushed to the Fedora 22 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing libxcb-1.11-5.fc22'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2015-8630/libxcb-1.11-5.fc22
then log in and leave karma (feedback).

Comment 7 Fedora Update System 2015-05-30 15:43:58 UTC
libxcb-1.11-5.fc22 has been pushed to the Fedora 22 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 8 Fedora Update System 2015-06-06 00:06:47 UTC
libxcb-1.11-5.fc21 has been pushed to the Fedora 21 stable repository.  If problems still persist, please make note of it in this bug report.


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