|
Description
|
I am having problems with the "Check ELF runtime attributes" for a couple
of the OSS commands, specifically the two commands that use the gdk/gtk libraries.
Here is the error messages for one of them (the errors are identical),
as Alan C. said this one could be fixed, if I filed a bug.
./usr/sbin/ossctl: unreferenced object=/usr/lib/libz.so.1; unused dependency of /usr/lib/libfontconfig.so.1 <remove lib or -zignore?>
*** Test Case ***
"/usr/sfw/bin/freetype-config --libs" should list:
-L/usr/sfw/lib -R/usr/sfw/lib -lfreetype
but not include "-lz"
Neither "elfdump -d /usr/lib/libfontconfig.so.1" nor
"elfdump -d /usr/lib/64/libfontconfig.so.1" should list a NEEDED line for libz.so.1
|