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:
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 ?
Still unfixed ?
I fixed this in rawhide, I could probably do the same here
libxcb-1.11-5.fc22 has been submitted as an update for Fedora 22. https://admin.fedoraproject.org/updates/libxcb-1.11-5.fc22
libxcb-1.11-5.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/libxcb-1.11-5.fc21
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).
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.
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.