Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 03 Oct 2019 12:08:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        toolchain@FreeBSD.org
Subject:   [Bug 235583] clang error builtin-requires-header on pthread_create on powerpc64
Message-ID:  <bug-235583-29464-rCZiUsMMzH@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-235583-29464@https.bugs.freebsd.org/bugzilla/>
References:  <bug-235583-29464@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D235583

--- Comment #5 from Alfredo Dal'Ava J=C3=BAnior <alfredo.junior@eldorado.or=
g.br> ---
(In reply to James Clarke from comment #4)
I still see other issues regarding conflicting headers during build.

For ports devel/llvm*, currently it does have a patch that removes conflict=
ing
headers, so it's "fixed".
For those using llvm from upstream, I use this as workaround:


cd <path where llvm is installed>/lib/clang/9.0.0/include/
mkdir bkp
mv float.h intrin.h inttypes.h iso646.h limits.h stdalign.h stdarg.h
stdatomic.h stdbool.h stddef.h stdint.h stdnoreturn.h tgmath.h unwind.h
varargs.h bkp/

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-235583-29464-rCZiUsMMzH>