[Buildroot] [PATCH v5 2/3] openjdk: new package

Matthew Weber matthew.weber at rockwellcollins.com
Wed Feb 6 10:11:58 UTC 2019


Adam.

On Tue, Feb 5, 2019 at 8:34 AM <aduskett at gmail.com> wrote:
>
> From: Adam Duskett <Aduskett at gmail.com>
>
[snip]
> +OPENJDK_CONF_OPTS = \
> +       --disable-full-docs \
> +       --disable-hotspot-gtest \
> +       --disable-manpages \
> +       --disable-warnings-as-errors \
> +       --enable-headless-only \
> +       --enable-openjdk-only \
> +       --enable-unlimited-crypto \
> +       --openjdk-target=$(GNU_TARGET_NAME) \
> +       --prefix=$(TARGET_DIR)/usr \
> +       --with-boot-jdk=$(HOST_DIR) \
> +       --with-debug-level=release \
> +       --with-devkit=$(HOST_DIR) \
> +       --with-extra-cflags="$(TARGET_CFLAGS)" \
> +       --with-extra-cxxflags="$(TARGET_CXXFLAGS)" \
> +       --with-extra-path=$(HOST_DIR)/bin:$(HOST_DIR)/sbin \
> +       --with-giflib=system \
> +       --with-jobs=$(PARALLEL_JOBS) \

Got a build failure where I suspect PARALLEL_JOBS might be a fault.
I'm dropping my core count and seeing if things succeed.

Here's the pastebin
https://pastebin.com/FNehyafY

Matt



More information about the buildroot mailing list