On Fri, 20 Jun 2025 08:36:30 GMT, Aleksey Shipilev <sh...@openjdk.org> wrote:
> See the bug for extended details about this little mess. Looks like [it cannot find a C compiler](https://github.com/openjdk/jdk/blob/8f121a173ca2534c706682f6c68fbbb0b94ec057/make/autoconf/toolchain.m4#L469) on `windows-x64`... [...] 2025-06-20T08:34:28.2275609Z configure: Using default toolchain microsoft (Microsoft Visual Studio) 2025-06-20T08:34:28.4899994Z configure: Found Visual Studio installation at /c/progra~1/micros~2/2022/Enterprise using well-known name 2025-06-20T08:34:28.5299183Z configure: Found Microsoft Visual Studio 2022 2025-06-20T08:34:28.5300257Z configure: Trying to extract Visual Studio environment variables for x86_64 2025-06-20T08:34:28.5301467Z configure: using /c/progra~1/micros~2/2022/Enterprise/vc/auxiliary/build/vcvars64.bat 2025-06-20T08:34:30.0458930Z configure: Setting extracted environment variables for x86_64 2025-06-20T08:34:30.3769850Z fixpath: warning: Path '/usr/local/bin' does not exist 2025-06-20T08:34:32.5499412Z fixpath: warning: Path '/usr/local/bin' does not exist 2025-06-20T08:34:35.7021325Z checking that Visual Studio variables have been correctly extracted... ok 2025-06-20T08:34:35.7345790Z checking for cl... [not found] 2025-06-20T08:34:35.7347978Z configure: error: Could not find a C compiler. 2025-06-20T08:34:36.0019320Z configure exiting with result code 1 [...] FWIW, `14.43` seems [to be working fine](https://productionresultssa3.blob.core.windows.net/actions-results/ee259f6d-c52b-49ab-b70e-5c3ac1fd3f15/workflow-job-run-233d989f-1ab3-5306-842b-9e6af22e8bbf/logs/job/job-logs.txt?rsct=text%2Fplain&se=2025-06-20T11%3A21%3A25Z&sig=GvC8FxjOUXDvI%2FOVhxP27xGILFgIpepFQOKXzJ%2BXztI%3D&ske=2025-06-20T21%3A09%3A02Z&skoid=ca7593d4-ee42-46cd-af88-8b886a2f84eb&sks=b&skt=2025-06-20T09%3A09%3A02Z&sktid=398a6654-997b-47e9-b12b-9515b896b4de&skv=2025-05-05&sp=r&spr=https&sr=b&st=2025-06-20T11%3A11%3A20Z&sv=2025-05-05) for JDK11 with the `windows-2022` / `14.43` combo: 2025-06-19T09:38:02.7046848Z configure: Using default toolchain microsoft (Microsoft Visual Studio) 2025-06-19T09:38:04.0725116Z configure: Found Visual Studio installation at /c/progra~1/micros~2/2022/Enterprise using well-known name 2025-06-19T09:38:04.1167106Z configure: Found Microsoft Visual Studio 2022 2025-06-19T09:38:04.1168531Z configure: Trying to extract Visual Studio environment variables for x86_64 2025-06-19T09:38:04.1170307Z configure: using /c/progra~1/micros~2/2022/Enterprise/vc/auxiliary/build/vcvarsx86_amd64.bat 2025-06-19T09:38:05.5593722Z configure: Setting extracted environment variables for x86_64 2025-06-19T09:38:11.3981042Z checking that Visual Studio variables have been correctly extracted... ok 2025-06-19T09:38:11.7820392Z checking for cl... $FIXPATH /c/progra~1/micros~2/2022/enterp~1/vc/tools/msvc/1443~1.348/bin/hostx86/x64/cl.exe 2025-06-19T09:38:11.7830069Z checking resolved symbolic links for CC... no symlink 2025-06-19T09:38:12.0841912Z configure: Using microsoft C compiler version 19.43.34808 [Microsoft (R) C/C++ Optimizing Compiler Version 19.43.34808 for x64] 2025-06-19T09:38:20.8009463Z checking whether the C compiler works... yes 2025-06-19T09:38:20.8010308Z checking for C compiler default output file name... conftest.exe 2025-06-19T09:38:21.0792832Z checking for suffix of executables... .exe ------------- PR Comment: https://git.openjdk.org/jdk/pull/25912#issuecomment-2991059210