Bug 1132921 - Rpath issue with gnutls
Summary: Rpath issue with gnutls
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: gnutls
Version: 20
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Nikos Mavrogiannopoulos
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-08-22 10:15 UTC by Nicolas Chauvet (kwizart)
Modified: 2014-09-29 04:02 UTC (History)
3 users (show)

Fixed In Version: gnutls-3.1.26-2.fc20
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-09-29 04:02:42 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Nicolas Chauvet (kwizart) 2014-08-22 10:15:39 UTC
Description of problem:
There is an rpath in current gnutls in f20:


Version-Release number of selected component (if applicable):
gnutls-3.1.25-1.fc20.x86_64

How reproducible:
always

Steps to Reproduce:
1. build gnutls


Actual results:
# chrpath /usr/lib64/libgnutls-dane.so.0.4.1 
/usr/lib64/libgnutls-dane.so.0.4.1: RPATH=/usr/lib64
# chrpath /usr/lib64/libgnutls-xssl.so.0.0.0 
/usr/lib64/libgnutls-xssl.so.0.0.0: RPATH=/usr/lib64
# chrpath /usr/lib64/libgnutls.so.28.21.5 
/usr/lib64/libgnutls.so.28.21.5: no rpath or runpath tag found

Expected results:
Should not have rpath

Additional info:

Comment 1 Fedora Admin XMLRPC Client 2014-08-25 14:36:33 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 2 Nikos Mavrogiannopoulos 2014-09-19 09:09:25 UTC
It is compiled with --disable-rpath so I guess it is some issue with autotools. I'm putting it on low priority unless there is an issue, or a suggested fix which will speed up things.

Comment 3 Tomas Mraz 2014-09-19 09:44:49 UTC
Unfortunately --disable-rpath seems to be insufficient.

Either libtool which recognizes /usr/lib64 as system lib directory must be used when preparing the upstream gnutls releases or you can use a sed script to replace sys_lib_dlsearch_path_spec in configure.

Something like this should work:
sed -i -e 's|sys_lib_dlsearch_path_spec="/lib /usr/lib|sys_lib_dlsearch_path_spec="/lib /usr/lib %{_libdir}|g' configure

Comment 4 Fedora Update System 2014-09-19 13:46:35 UTC
gnutls-3.1.26-2.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/gnutls-3.1.26-2.fc20

Comment 5 Nikos Mavrogiannopoulos 2014-09-19 13:47:09 UTC
Thanks, it seems it does the trick.

Comment 6 Fedora Update System 2014-09-25 10:37:17 UTC
Package gnutls-3.1.26-2.fc20:
* should fix your issue,
* was pushed to the Fedora 20 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing gnutls-3.1.26-2.fc20'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2014-11403/gnutls-3.1.26-2.fc20
then log in and leave karma (feedback).

Comment 7 Fedora Update System 2014-09-29 04:02:42 UTC
gnutls-3.1.26-2.fc20 has been pushed to the Fedora 20 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.