Bug 201488

Summary: vte.pc contains RPATH related LDFLAGS
Product: [Fedora] Fedora Reporter: Yijun Yuan <bbbush.yuan>
Component: vteAssignee: Behdad Esfahbod <behdad>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-03-24 05:22:23 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Yijun Yuan 2006-08-06 05:56:47 UTC
Description of problem:
vte.pc contains RPATH related LDFLAGS so some other packages depends on
vte-devel won't build due to check-rpath error.

Version-Release number of selected component (if applicable):
0.13.5-1.fc6

How reproducible:
every time

Steps to Reproduce:
1.run "pkg-config --libs vte"
2.
3.
  
Actual results:
-Wl,--rpath -Wl,/usr/include -L/usr/include -L/lib -lvte -lncurses -lXft
-lgtk-x11-2.0 -lpangoxft-1.0 -lpangox-1.0 -lXrender -lfontconfig -lfreetype
-lX11 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lcairo
-lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  


Expected results:
don't include -Wl,--rpath -Wl,/usr/include -L/usr/include

Comment 1 Behdad Esfahbod 2006-08-09 05:52:04 UTC
No idea where the rpath is coming from.

Comment 2 Kevin Fenzi 2007-03-24 05:22:23 UTC
This no longer seems to be happening on fc6 or current devel. 

I'm going to close this. If you still see the problem, feel free to re-open or
file a new bug.