[lsb-discuss] result of libchk

Wichmann, Mats D mats.d.wichmann at intel.com
Thu Jul 13 06:00:41 PDT 2006


 
>i run libchk over ubuntu,and get several failed:
>libX11.so.6 478 FAIL
>libX11.so.6 479 FAIL
>libX11.so.6 480 FAIL
>libX11.so.6 481 FAIL
>libstdc++.so.6 3401 FAIL
>libstdc++.so.6 3414 FAIL
>
>please tell me the reason of fail .

The libstdc++.so.6 failures are expected.  We had a
problem in the way two classes were set up in the
test suite for LSB 3.0, a fix was developed, and then
it turns out that a change in the virtual classes
deriving from them in later versions of libstdc++
tripped over the problem again.

The libX11 problems I have seen once before. It turns
out there are some Xau functions that have been moved
out to a separate library (Xau) in the latest x.org 
versions.  LSB does require those to be in libX11, but
I believe it is okay if they end up provided by a different
library as long as the dependencies are right.  Can you
please check that your libX11 depends on libXau?

ldd /usr/lib/libX11.so

The four functions are XauDisposeAuth, XauFileName,
XauGetBestAuthByAddr and XauReadAuth.




More information about the lsb-discuss mailing list