Re: security/nss fails to build

2025-02-18 Thread Tatsuki Makino
Hello. It's unrelated, but since I was just touching on something similar, I'll write a little something. In the case of clang, we can display which directory is targeted with a command like the following. clang -E -x c -Wp,-v /dev/null /usr/src/contrib/llvm-project/clang/lib/Driver/ToolChai

Re: security/nss fails to build

2025-02-16 Thread Kurt Jaeger
> > Can you give me a hint where I can read more about this > > construct '-iquote ./mpi' ? > > Only because it's you! ;) > > From man 1 gcc13: > > -iquote dir Aha, I searched in 'man 1 cc', which comes from clang, and that page does not mention this option. And: There was no gcc installed

Re: security/nss fails to build

2025-02-16 Thread Laurent
> Can you give me a hint where I can read more about this > construct '-iquote ./mpi' ? Only because it's you! ;) >From man 1 gcc13: -iquote dir -isystem dir -idirafter dir Add the directory dir to the list of directories to be searched for header files during pr

Re: security/nss fails to build

2025-02-16 Thread Kurt Jaeger
Hi! > I have a PR for this since November: > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282826 Can you give me a hint where I can read more about this construct '-iquote ./mpi' ? -- p...@opsec.eu+49 171 3101372Now what ?

Re: security/nss fails to build

2025-02-16 Thread Laurent
Hi! I have a PR for this since November: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282826 It's been assigned but not committed yet. In the meantime, you can apply the patch manually. Laurent On Sat, 15 Feb 2025 at 16:51, The Doctor wrote: > > On Sat, Feb 15, 2025 at 09:52:47PM +0100, P

Re: security/nss fails to build

2025-02-15 Thread The Doctor
On Sat, Feb 15, 2025 at 09:52:47PM +0100, Philipp Ost wrote: > Hi, > > trying to build security/nss (nss-3.108) from an up-to-date ports tree fails > as follows: > > 8< > [...] > cc -B/usr/local/bin -o FreeBSD14.2_OPT.OBJ/FreeBSD_SINGLE_SHLIB/ldvector.o > -c -std=c99 -O2 -pipe -I/usr/loc