On 23/06/2021 10:23 am, Xin Liu wrote:
On Tue, 22 Jun 2021 17:20:14 GMT, Aleksey Shipilev <[email protected]> wrote:It seems Ubuntu had bumped the version for GCC, so GHA started to fail with e.g.: The following packages have unmet dependencies: g++-10-s390x-linux-gnu : Depends: gcc-10-s390x-linux-gnu-base (= 10.2.0-5ubuntu1~20.04cross1) but 10.3.0-1ubuntu1~20.04cross1 is to be installed gcc-10-s390x-linux-gnu : Depends: cpp-10-s390x-linux-gnu (= 10.2.0-5ubuntu1~20.04cross1) but 10.3.0-1ubuntu1~20.04cross1 is to be installed Depends: gcc-10-s390x-linux-gnu-base (= 10.2.0-5ubuntu1~20.04cross1) but 10.3.0-1ubuntu1~20.04cross1 is to be installed E: Unable to correct problems, you have held broken packages. Error: Process completed with exit code 100. I believe we should just update to `10.3.0-1ubuntu1~20.04`. Additional testing: - [x] GitHub Actions, package installation steps work - [ ] GitHub Actions, the builds completeThis PR doesn't touch anything for linux_x86, but the crash happened on linux-x86 platform as well.
The change on line 175 is within the linux-x64 build definition ???
Therefore, it's very unlikely to be caused by toolchains change. I think it's JDK-8269179
:) That is the bug I filed for this very crash. But I see Jie Fu has now determined the cause.
Thanks, David
------------- PR: https://git.openjdk.java.net/jdk17/pull/120
