Re: Is --with-zlib=bundled broken on MacOS aarch64 12.2.1?

2022-03-29 Thread Jaikiran Pai
On 29/03/22 6:12 pm, David Holmes wrote: On 29/03/2022 7:20 pm, Magnus Ihse Bursie wrote: On 2022-03-29 03:42, Jaikiran Pai wrote: Hello Magnus, On 28/03/22 5:21 pm, Magnus Ihse Bursie wrote: On 2022-03-28 09:03, David Holmes wrote: On 28/03/2022 4:56 pm, Alan Bateman wrote: On 28/03/2022

Re: Is --with-zlib=bundled broken on MacOS aarch64 12.2.1?

2022-03-29 Thread David Holmes
On 29/03/2022 7:20 pm, Magnus Ihse Bursie wrote: On 2022-03-29 03:42, Jaikiran Pai wrote: Hello Magnus, On 28/03/22 5:21 pm, Magnus Ihse Bursie wrote: On 2022-03-28 09:03, David Holmes wrote: On 28/03/2022 4:56 pm, Alan Bateman wrote: On 28/03/2022 07:46, David Holmes wrote: Hi Jai, It isn

Re: Is --with-zlib=bundled broken on MacOS aarch64 12.2.1?

2022-03-29 Thread Jaikiran Pai
Hello Magnus, On 29/03/22 2:50 pm, Magnus Ihse Bursie wrote: On 2022-03-29 03:42, Jaikiran Pai wrote: Hello Magnus, On 28/03/22 5:21 pm, Magnus Ihse Bursie wrote: On 2022-03-28 09:03, David Holmes wrote: On 28/03/2022 4:56 pm, Alan Bateman wrote: On 28/03/2022 07:46, David Holmes wrote: Hi

Re: Is --with-zlib=bundled broken on MacOS aarch64 12.2.1?

2022-03-29 Thread Magnus Ihse Bursie
On 2022-03-29 03:42, Jaikiran Pai wrote: Hello Magnus, On 28/03/22 5:21 pm, Magnus Ihse Bursie wrote: On 2022-03-28 09:03, David Holmes wrote: On 28/03/2022 4:56 pm, Alan Bateman wrote: On 28/03/2022 07:46, David Holmes wrote: Hi Jai, It isn't obvious to me that the bundled sources are actu

Re: Is --with-zlib=bundled broken on MacOS aarch64 12.2.1?

2022-03-28 Thread Jaikiran Pai
Hello Magnus, On 28/03/22 5:21 pm, Magnus Ihse Bursie wrote: On 2022-03-28 09:03, David Holmes wrote: On 28/03/2022 4:56 pm, Alan Bateman wrote: On 28/03/2022 07:46, David Holmes wrote: Hi Jai, It isn't obvious to me that the bundled sources are actually intended to build on macOS. There's

Re: Is --with-zlib=bundled broken on MacOS aarch64 12.2.1?

2022-03-28 Thread Magnus Ihse Bursie
On 2022-03-28 09:03, David Holmes wrote: On 28/03/2022 4:56 pm, Alan Bateman wrote: On 28/03/2022 07:46, David Holmes wrote: Hi Jai, It isn't obvious to me that the bundled sources are actually intended to build on macOS. There's no include of unistd.h to get the lseek definition. I think th

Re: Is --with-zlib=bundled broken on MacOS aarch64 12.2.1?

2022-03-28 Thread David Holmes
On 28/03/2022 4:56 pm, Alan Bateman wrote: On 28/03/2022 07:46, David Holmes wrote: Hi Jai, It isn't obvious to me that the bundled sources are actually intended to build on macOS. There's no include of unistd.h to get the lseek definition. I think the context here is that Jai is chasing an i

Re: Is --with-zlib=bundled broken on MacOS aarch64 12.2.1?

2022-03-27 Thread Alan Bateman
On 28/03/2022 07:46, David Holmes wrote: Hi Jai, It isn't obvious to me that the bundled sources are actually intended to build on macOS. There's no include of unistd.h to get the lseek definition. I think the context here is that Jai is chasing an issue that may be bug in the libz on macOS.

Re: Is --with-zlib=bundled broken on MacOS aarch64 12.2.1?

2022-03-27 Thread David Holmes
Hi Jai, It isn't obvious to me that the bundled sources are actually intended to build on macOS. There's no include of unistd.h to get the lseek definition. Cheers, David On 28/03/2022 2:50 pm, Jaikiran Pai wrote: I'm using the following set of commands to build the JDK on my Mac M1 12.2.1 v

Is --with-zlib=bundled broken on MacOS aarch64 12.2.1?

2022-03-27 Thread Jaikiran Pai
I'm using the following set of commands to build the JDK on my Mac M1 12.2.1 version. Specifically, I use the --with-zlib=bundled option during configure: bash configure --with-boot-jdk= --with-zlib=bundled make clean make images This runs into build errors during make images. The configure