RFR: JDK-8141590: Cannot build Zero with devkit
Severin Gehwolf
sgehwolf at redhat.com
Mon Dec 5 11:17:45 UTC 2016
On Mon, 2016-12-05 at 11:07 +0100, Erik Joelsson wrote:
> This patch adds libffi to the linux devkit to enable building of zero.
> It also adds optional bundling of the libffi library with the JDK. The
> reason for this is that the devkit sysroot is based on a distro that
> uses libffi.so.5 while most distros we build or run tests on comes with
> libffi.so.6, and those are not compatible. Static linking was
> considered, but libffi.a doesn't seem commonly available where we would
> need it.
>
> I'm also adding Jib profiles and a JPRT configuration which enables
> building of zero on Linux x86 and x64 for the "buildinfra" testset in
> JPRT. Note that these builds are currently not clean (for OracleJDK
> builds at least).
Does this mean you are going to add Zero to your tested build configs
(via JPRT)? So far my knowledge was Oracle didn't build the Zero port
at all. From looking at the bug, it seems this is about to change.
Thanks,
Severin
> Bug: https://bugs.openjdk.java.net/browse/JDK-8141590
>
> Webrev: http://cr.openjdk.java.net/~erikj/8141590/webrev.01/
>
> /Erik
>
More information about the build-dev
mailing list