OpenSolaris

Printable Version Enter a New Search
Bug ID 6387822
Synopsis Wrong library path in xft.pc file
State 11-Closed:Verified (Closed)
Category:Subcategory xserver:builds
Keywords
Responsible Engineer Alan Coopersmith
Reported Against snv_31
Duplicate Of
Introduced In
Commit to Fix snv_36
Fixed In snv_36
Release Fixed solaris_nevada(snv_36)
Related Bugs
Submit Date 20-February-2006
Last Update Date 3-April-2006
Description
The /usr/lib/pkgconfig/xft.pc (SUNWxwxft) has an invalid directory for the 'xrenderlibs' line.
This causes a build breakage in SUNWgnome-terminal as it cannot find libXrender.

Current line:
xrenderlibs=-L/usr/openwin/lib -lXrender -lXext -lX11
Corrected line:
xrenderlibs=-L/usr/openwin/sfw/lib -lXrender -lXext -lX11
Add 'sfw' to directory path.
Work Around
N/A
Comments
N/A