On Tue, 13 May 2025 01:17:25 GMT, Chihiro Ito <c...@openjdk.org> wrote:

> When we run configure on Windows, fixpath is used, but this causes an error 
> if the path contains +.
> 
> For example, when we unzip Temurin 24, the directory name created is 
> jdk-24+36. When we specify this as the boot JDK, the following error is 
> output and configure fails
> 
> 
> configure: The path of BOOT_JDK_ARG, which is given as 
> “/mnt/d/opt/jdks/temurin-24+36”, cannot be properly resolved.
> configure: Please see the section “Special Considerations” in building.md.
> configure: This is the error message given by fixpath:
> fixpath: failure: Path '/mnt/d/opt/jdks/temurin-24+36' could not be converted 
> to short path
> configure: error: Cannot continue

This pull request has now been integrated.

Changeset: 0c4bc489
Author:    Chihiro Ito <c...@openjdk.org>
URL:       
https://git.openjdk.org/jdk/commit/0c4bc48928cea7ddd48ba84ed09e9e42ffc68da6
Stats:     2 lines in 1 file changed: 0 ins; 0 del; 2 mod

8356820: fixpath should allow + in paths on Windows

Reviewed-by: erikj

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

PR: https://git.openjdk.org/jdk/pull/25197

Reply via email to