-
Notifications
You must be signed in to change notification settings - Fork 253
8329348: jdk11u build for Windows AArch64 fails #2668
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
👋 Welcome back swesonga! A progress list of the required criteria for merging this PR into |
|
❗ This change is not yet ready to be integrated. |
Webrevs
|
|
@swesonga This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration! |
|
@swesonga This pull request has been inactive for more than 8 weeks and will now be automatically closed. If you would like to continue working on this pull request in the future, feel free to reopen it! This can be done using the |
|
/open |
|
@swesonga This pull request is now open |
|
Hi @MBaesken, I am searching for a reviewer for this PR and I noticed that you reviewed one of the recent changes to this file. Would you be able to review this change or to suggest other possible reviewers? |
|
lines 114-116 please check the indentation I think this has to be adjusted by one space. |
|
I do not see Windows aarch in the list of supported builds for jdk11 https://wiki.openjdk.org/display/Build/Supported+Build+Platforms |
Windows AArch64 is a supported platform for jdk11u. Microsoft backported this support in #301 |
Let me investigate cross builds on other platforms to verify the build behavior. |
|
@swesonga This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration! |
|
@swesonga This pull request has been inactive for more than 8 weeks and will now be automatically closed. If you would like to continue working on this pull request in the future, feel free to reopen it! This can be done using the |
The root cause of the build error 'No rule to make target .../windows/conf/tzmappings' when building jdk11u for Windows AArch64 is that the GENSRC_TARGETS have not been built. This happens because the buildjdk is x86 but the target jdk is aarch64. Reusing artifacts is not correct in this scenario. The fix is to ensure that the required targets are built unconditionally for Windows AArch64.
Note that the existing checks for CREATING_BUILDJDK were also found to be incorrect in https://bugs.openjdk.org/browse/JDK-8217739
Builds on macOS, Linux, and Windows across both x64/AArch64 succeeded with this fix.
Progress
Issue
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk11u-dev.git pull/2668/head:pull/2668$ git checkout pull/2668Update a local copy of the PR:
$ git checkout pull/2668$ git pull https://git.openjdk.org/jdk11u-dev.git pull/2668/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 2668View PR using the GUI difftool:
$ git pr show -t 2668Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk11u-dev/pull/2668.diff
Webrev
Link to Webrev Comment