Re: [dev-tech-crypto] building nss-3.89.1 under SLES12 SP5

2023-05-30 Thread Martin Sirringhaus
Hi Brian, you could also have a look at how openSUSE builds NSS: https://github.com/openSUSE/firefox-maintenance/blob/master/nss/mozilla-nss.spec This spec-file works on SLE12 as well. We do use make instead of gyp, simply to keep dependencies down. But I did try using gyp at one point and i

Re: [dev-tech-crypto] building nss-3.89.1 under SLES12 SP5

2023-05-26 Thread Robert Relyea
On 5/25/23 8:02 AM, Brian Reichert wrote: On Thu, May 25, 2023 at 02:14:46PM +0100, Dennis Jackson wrote: Are you sure that your environment is configured to use the correct gcc version? It might be you have gcc 9 installed but not selected. I think you're on to something; I did already install

Re: [dev-tech-crypto] building nss-3.89.1 under SLES12 SP5

2023-05-25 Thread Brian Reichert
On Thu, May 25, 2023 at 02:14:46PM +0100, Dennis Jackson wrote: > Are you sure that your > environment is configured to use the correct gcc version? It might be you > have gcc 9 installed but not selected. I think you're on to something; I did already install gcc 9, as I was aware is was necessary

Re: [dev-tech-crypto] building nss-3.89.1 under SLES12 SP5

2023-05-25 Thread Dennis Jackson
Hi Brian, The error you're seeing is in 3rd party code (gtest) and from a quick search looks like it's caused by the GCC version being too old (see this patch identifying gcc 5 as a requirement). This SUSE article