Re: RFR: 8315786: [AIX] Build Disk Local Detection Issue with GNU-utils df on AIX [v2]

2023-09-20 Thread Deepa Kumari
On Wed, 20 Sep 2023 10:21:36 GMT, Deepa Kumari wrote: >> Previously [JDK-8304364](https://github.com/openjdk/jdk/pull/13066/files) , >> the AIX build process raised complaints about the disk location detection, >> incorrectly determining that the build wasn't on a local disk. However, a >> par

Re: RFR: 8315786: [AIX] Build Disk Local Detection Issue with GNU-utils df on AIX [v2]

2023-09-20 Thread Amit Kumar
On Wed, 20 Sep 2023 10:21:36 GMT, Deepa Kumari wrote: >> Previously [JDK-8304364](https://github.com/openjdk/jdk/pull/13066/files) , >> the AIX build process raised complaints about the disk location detection, >> incorrectly determining that the build wasn't on a local disk. However, a >> par

Re: RFR: 8315786: [AIX] Build Disk Local Detection Issue with GNU-utils df on AIX [v2]

2023-09-20 Thread Deepa Kumari
On Wed, 20 Sep 2023 12:47:19 GMT, Erik Joelsson wrote: > Looks good. I assume you have verified that this still works. Thank you @erikj79 . I appreciate your input. Yes, I have verified the changes , build successfully completed. - PR Comment: https://git.openjdk.org/jdk/pull/15

Re: RFR: 8315786: [AIX] Build Disk Local Detection Issue with GNU-utils df on AIX [v2]

2023-09-20 Thread Deepa Kumari
On Tue, 12 Sep 2023 16:51:53 GMT, Erik Joelsson wrote: >> Deepa Kumari has updated the pull request incrementally with one additional >> commit since the last revision: >> >> remove quotes > > make/autoconf/basic.m4 line 482: > >> 480: # is the same. On older AIXes we just continue to li

Re: RFR: 8315786: [AIX] Build Disk Local Detection Issue with GNU-utils df on AIX [v2]

2023-09-20 Thread Erik Joelsson
On Wed, 20 Sep 2023 10:21:36 GMT, Deepa Kumari wrote: >> Previously [JDK-8304364](https://github.com/openjdk/jdk/pull/13066/files) , >> the AIX build process raised complaints about the disk location detection, >> incorrectly determining that the build wasn't on a local disk. However, a >> par

Re: RFR: 8315786: [AIX] Build Disk Local Detection Issue with GNU-utils df on AIX [v2]

2023-09-20 Thread Deepa Kumari
> Previously [JDK-8304364](https://github.com/openjdk/jdk/pull/13066/files) , > the AIX build process raised complaints about the disk location detection, > incorrectly determining that the build wasn't on a local disk. However, a > partial fix introduced a new problem, the build process consist

Re: RFR: 8315786: [AIX] Build Disk Local Detection Issue with GNU-utils df on AIX

2023-09-12 Thread Tyler Steele
On Tue, 12 Sep 2023 16:51:05 GMT, Erik Joelsson wrote: >> I recall there were some issues (I believe in some older versions of bash) >> when an empty shell variable was expanded in a if statement. I no longer >> remember the details, but it has become my habit to always quote shell >> variable

Re: RFR: 8315786: [AIX] Build Disk Local Detection Issue with GNU-utils df on AIX

2023-09-12 Thread Erik Joelsson
On Tue, 12 Sep 2023 15:58:44 GMT, Tyler Steele wrote: > I recall there were some issues (I believe in some older versions of bash) > when an empty shell variable was expanded in a if statement. I no longer > remember the details, but it has become my habit to always quote shell > variable [exp

Re: RFR: 8315786: [AIX] Build Disk Local Detection Issue with GNU-utils df on AIX

2023-09-12 Thread Erik Joelsson
On Wed, 6 Sep 2023 13:46:01 GMT, Deepa Kumari wrote: > Previously [JDK-8304364](https://github.com/openjdk/jdk/pull/13066/files) , > the AIX build process raised complaints about the disk location detection, > incorrectly determining that the build wasn't on a local disk. However, a > partial

Re: RFR: 8315786: [AIX] Build Disk Local Detection Issue with GNU-utils df on AIX

2023-09-12 Thread Tyler Steele
On Wed, 6 Sep 2023 13:46:01 GMT, Deepa Kumari wrote: > Previously [JDK-8304364](https://github.com/openjdk/jdk/pull/13066/files) , > the AIX build process raised complaints about the disk location detection, > incorrectly determining that the build wasn't on a local disk. However, a > partial

Re: RFR: 8315786: [AIX] Build Disk Local Detection Issue with GNU-utils df on AIX

2023-09-12 Thread Erik Joelsson
On Wed, 6 Sep 2023 13:46:01 GMT, Deepa Kumari wrote: > Previously [JDK-8304364](https://github.com/openjdk/jdk/pull/13066/files) , > the AIX build process raised complaints about the disk location detection, > incorrectly determining that the build wasn't on a local disk. However, a > partial

Re: RFR: 8315786: [AIX] Build Disk Local Detection Issue with GNU-utils df on AIX

2023-09-08 Thread Tyler Steele
On Wed, 6 Sep 2023 13:46:01 GMT, Deepa Kumari wrote: > Previously [JDK-8304364](https://github.com/openjdk/jdk/pull/13066/files) , > the AIX build process raised complaints about the disk location detection, > incorrectly determining that the build wasn't on a local disk. However, a > partial

Re: RFR: 8315786: [AIX] Build Disk Local Detection Issue with GNU-utils df on AIX

2023-09-08 Thread Deepa Kumari
On Fri, 8 Sep 2023 08:41:41 GMT, Deepa Kumari wrote: >> Previously [JDK-8304364](https://github.com/openjdk/jdk/pull/13066/files) , >> the AIX build process raised complaints about the disk location detection, >> incorrectly determining that the build wasn't on a local disk. However, a >> part

Re: RFR: 8315786: [AIX] Build Disk Local Detection Issue with GNU-utils df on AIX

2023-09-08 Thread Deepa Kumari
On Wed, 6 Sep 2023 13:46:01 GMT, Deepa Kumari wrote: > Previously [JDK-8304364](https://github.com/openjdk/jdk/pull/13066/files) , > the AIX build process raised complaints about the disk location detection, > incorrectly determining that the build wasn't on a local disk. However, a > partial

RFR: 8315786 : [AIX] Build Disk Local Detection Issue with GNU-utils df on AIX

2023-09-07 Thread Deepa Kumari
Previously [JDK-8304364](https://github.com/openjdk/jdk/pull/13066/files) , the AIX build process raised complaints about the disk location detection, incorrectly determining that the build wasn't on a local disk. However, a partial fix introduced a new problem, the build process consistently re