RFR: JDK-8329074: AIX build fails after JDK-8328824

Matthias Baesken mbaesken at openjdk.org
Tue Mar 26 10:03:26 UTC 2024


On Tue, 26 Mar 2024 09:21:20 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

> After [JDK-8328824](https://bugs.openjdk.org/browse/JDK-8328824), we run in the AIX build into this failure :
> 
> /opt/freeware/bin/bash: -c: line 1: syntax error near unexpected token `('
> gmake[3]: *** [lib/CoreLibraries.gmk:194: /openjdk/nb/aix_ppc64/jdk-dev-opt/support/native/java.base/libjli_static/args.o] Error 2
> gmake[3]: *** Waiting for unfinished jobs....
> 
> Looks like an addprefix usage is wrong, a '$' is missing.

windows aarch64 failure is unrelated, fails with some download
[build.sh][INFO] Downloading https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.8-bin.zip to /d/a/jdk/jdk/jtreg/src/make/../build/deps/apache-ant-1.10.8-bin.zip
Error: sh][ERROR] wget exited with exit code 4

Thanks for the reviews !

-------------

PR Comment: https://git.openjdk.org/jdk/pull/18484#issuecomment-2019994055
PR Comment: https://git.openjdk.org/jdk/pull/18484#issuecomment-2019997165


More information about the core-libs-dev mailing list