OpenSolaris

Printable Version Enter a New Search
Bug ID 6506870
Synopsis X libraries should be built with -z defs
State 10-Fix Delivered (Fix available in build)
Category:Subcategory xserver:client_libs
Keywords
Responsible Engineer Alan Coopersmith
Reported Against
Duplicate Of
Introduced In
Commit to Fix snv_56
Fixed In snv_56
Release Fixed solaris_nevada(snv_56)
Related Bugs 6506010 , 6223764
Submit Date 20-December-2006
Last Update Date 16-January-2007
Description
Bug 6506010 was caused by libXfont calling a new function that it didn't provide a 
definition for.   This wasn't caught at build time because the X libraries aren't
built with the -z defs flag which makes sure all function definitions can be resolved.
The X libraries should be built with this flag to prevent future problems like this.
Work Around
N/A
Comments
N/A