IcedTea-Web 1.2 released!
Andreas Radke
a.radke at arcor.de
Tue Mar 6 09:45:53 PST 2012
Am Tue, 6 Mar 2012 12:25:02 -0500
schrieb Deepak Bhole <dbhole at redhat.com>:
> Ah, here is the problem:
>
> ...
> ...
>
> import sun.awt.X11.XEmbeddedFrame;
> ^
> 1 warning
> Exception in thread "main"
> java.lang.UnsatisfiedLinkError: /usr/lib/jvm/java-7-openjdk/jre/lib/amd64/xawt/libmawt.so:
> libXtst.so.6: cannot open shared object file: No such file or
> directory
>
> ...
> ...
>
>
> the configure script cannot compile the test code successfully due to
> the above error and therefore things XEmbeddedFrame is not there.
> After fixing the above issue, it should work again.
>
> Cheers,
> Deepak
Thanks for pointing me there. Our optional dependency on gtk2 doesn't
pull in automatically libxtst in our build environment. This is fixed
now here and icedtea-web passes now configure.
-Andy
More information about the distro-pkg-dev
mailing list