Re: RFR: 8294549: configure script should detect unsupported path [v2]

2023-01-29 Thread Magnus Ihse Bursie
On Mon, 7 Nov 2022 00:28:13 GMT, Mike Duigou wrote: >> The OpenJDK build system does not support building when the source code >> resides on a path that contains a space. This requirement is documented in >> the build instructions but not enforced by the configure script. >> >> This change add

Re: RFR: 8294549: configure script should detect unsupported path [v2]

2022-12-31 Thread Mike Duigou
On Fri, 2 Dec 2022 13:13:17 GMT, Magnus Ihse Bursie wrote: >> I have removed the path checking from the top level configure script but >> changes are still required in the `configure` wrapper to correctly pass a >> potentially bad path for the real configure script. I considered adding the >>

Re: RFR: 8294549: configure script should detect unsupported path [v2]

2022-12-03 Thread Mike Duigou
On Mon, 7 Nov 2022 00:28:13 GMT, Mike Duigou wrote: >> The OpenJDK build system does not support building when the source code >> resides on a path that contains a space. This requirement is documented in >> the build instructions but not enforced by the configure script. >> >> This change add

Re: RFR: 8294549: configure script should detect unsupported path [v2]

2022-12-03 Thread Mike Duigou
On Mon, 7 Nov 2022 12:27:03 GMT, Magnus Ihse Bursie wrote: >> Mike Duigou has updated the pull request with a new target base due to a >> merge or a rebase. The pull request now contains one commit: >> >> 8294549: configure script should detect unsupported path >> >> The OpenJDK build sy

Re: RFR: 8294549: configure script should detect unsupported path [v2]

2022-12-02 Thread Magnus Ihse Bursie
On Mon, 7 Nov 2022 00:38:23 GMT, Mike Duigou wrote: >> Mike Duigou has updated the pull request with a new target base due to a >> merge or a rebase. The pull request now contains one commit: >> >> 8294549: configure script should detect unsupported path >> >> The OpenJDK build system do

Re: RFR: 8294549: configure script should detect unsupported path [v2]

2022-11-07 Thread Magnus Ihse Bursie
On Mon, 7 Nov 2022 00:28:13 GMT, Mike Duigou wrote: >> The OpenJDK build system does not support building when the source code >> resides on a path that contains a space. This requirement is documented in >> the build instructions but not enforced by the configure script. >> >> This change add

Re: RFR: 8294549: configure script should detect unsupported path [v2]

2022-11-07 Thread Magnus Ihse Bursie
On Mon, 7 Nov 2022 00:28:13 GMT, Mike Duigou wrote: >> The OpenJDK build system does not support building when the source code >> resides on a path that contains a space. This requirement is documented in >> the build instructions but not enforced by the configure script. >> >> This change add

Re: RFR: 8294549: configure script should detect unsupported path [v2]

2022-11-07 Thread Magnus Ihse Bursie
On Mon, 7 Nov 2022 00:28:13 GMT, Mike Duigou wrote: >> The OpenJDK build system does not support building when the source code >> resides on a path that contains a space. This requirement is documented in >> the build instructions but not enforced by the configure script. >> >> This change add

Re: RFR: 8294549: configure script should detect unsupported path [v2]

2022-11-06 Thread Mike Duigou
On Mon, 7 Nov 2022 00:28:13 GMT, Mike Duigou wrote: >> The OpenJDK build system does not support building when the source code >> resides on a path that contains a space. This requirement is documented in >> the build instructions but not enforced by the configure script. >> >> This change add

Re: RFR: 8294549: configure script should detect unsupported path [v2]

2022-11-06 Thread Mike Duigou
> The OpenJDK build system does not support building when the source code > resides on a path that contains a space. This requirement is documented in > the build instructions but not enforced by the configure script. > > This change adds an explicit checks to the wrapper `configure` script that