Re: RFR: 8258925: configure script failed on WSL [v4]

2021-01-09 Thread Yasumasa Suenaga
On Sat, 9 Jan 2021 09:22:40 GMT, David Holmes wrote: >> Yasumasa Suenaga has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Refactoring > > I _think_ this is right but to be honest the multitude of variables adds to > the confusion for me.

Re: RFR: 8258925: configure script failed on WSL [v4]

2021-01-09 Thread David Holmes
On 9/01/2021 11:33 pm, Yasumasa Suenaga wrote: On Sat, 9 Jan 2021 09:21:20 GMT, David Holmes wrote: Yasumasa Suenaga has updated the pull request incrementally with one additional commit since the last revision: Refactoring make/scripts/fixpath.sh line 155: 153: if [[ $? -ne 0 ]];

Re: RFR: 8258925: configure script failed on WSL [v4]

2021-01-09 Thread Yasumasa Suenaga
On Sat, 9 Jan 2021 09:21:20 GMT, David Holmes wrote: >> Yasumasa Suenaga has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Refactoring > > make/scripts/fixpath.sh line 155: > >> 153: if [[ $? -ne 0 ]]; then >> 154: unixpath="$un

Re: RFR: 8258925: configure script failed on WSL [v4]

2021-01-09 Thread David Holmes
On Sat, 9 Jan 2021 02:02:12 GMT, Yasumasa Suenaga wrote: >> I ran configure script on WSL 1, but it failed as below: >> >> $ bash configure --enable-debug --with-boot-jdk=/mnt/d/Java/jdk-15.0.1 >> >> : >> >> configure: Found potential Boot JDK using configure arguments >> configure: The co

Re: RFR: 8258925: configure script failed on WSL [v4]

2021-01-08 Thread Yasumasa Suenaga
> I ran configure script on WSL 1, but it failed as below: > > $ bash configure --enable-debug --with-boot-jdk=/mnt/d/Java/jdk-15.0.1 > > : > > configure: Found potential Boot JDK using configure arguments > configure: The command for java_to_test, which resolves as > "/mnt/d/Java/jdk-15.0.