Bug 1002220

Summary: Contains an rpath
Product: [Community] GlusterFS Reporter: Marc-Andre Lureau <marcandre.lureau>
Component: libgfapiAssignee: Vinayaga Raman <vraman>
Status: CLOSED CURRENTRELEASE QA Contact: Sudhir D <sdharane>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 3.4.0CC: barumuga, gluster-bugs, joe, jonathansteffan, kkeithle, ndevos, rwheeler, silas
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1004751 (view as bug list) Environment:
Last Closed: 2014-01-17 16:35: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: 1004751    

Description Marc-Andre Lureau 2013-08-28 16:15:01 UTC
Description of problem:

pkg-config --libs glusterfs-api
-Wl,-R/usr/lib64 -lgfapi -lglusterfs -lgfrpc -lgfxdr

Shouldn' t contain an rpath.

Comment 1 Anand Avati 2013-08-28 17:31:09 UTC
REVIEW: http://review.gluster.org/5717 (api: glusterfs-api.pc.in (and libgfchangelog.pc.in) use rpath (-Wl,-R...)) posted (#1) for review on master by Kaleb KEITHLEY (kkeithle)

Comment 2 Kaleb KEITHLEY 2013-08-28 18:40:48 UTC
Note that the library itself does not have an RPATH. Only the package config erroneously reports that there's an RPATH.

Comment 3 Anand Avati 2013-08-28 22:24:31 UTC
COMMIT: http://review.gluster.org/5717 committed in master by Anand Avati (avati) 
------
commit 8fcf91b51ccd457d417e71c401f6e6af1dffc607
Author: Kaleb S. KEITHLEY <kkeithle>
Date:   Wed Aug 28 13:28:29 2013 -0400

    api: glusterfs-api.pc.in (and libgfchangelog.pc.in) use rpath (-Wl,-R...)
    
    Change-Id: Icdd23f1c31421c882db106cdad1b1406569594ca
    BUG: 1002220
    Signed-off-by: Kaleb S. KEITHLEY <kkeithle>
    Reviewed-on: http://review.gluster.org/5717
    Tested-by: Gluster Build System <jenkins.com>
    Reviewed-by: Anand Avati <avati>