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: RFR: 8242181: [Linux] Show source information when printing native stack traces in hs_err files [v5]

2022-03-27 Thread Christian Hagedorn
On Mon, 28 Feb 2022 16:22:25 GMT, Christian Hagedorn wrote: >> When printing the native stack trace on Linux (mostly done for hs_err >> files), it only prints the method with its parameters and a relative offset >> in the method: >> >> Stack: [0x7f6e01739000,0x7f6e0183a000], sp=0x000

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