[Bug 235583] clang error builtin-requires-header on pthread_create on powerpc64

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Oct 3 12:08:12 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235583

--- Comment #5 from Alfredo Dal'Ava Júnior <alfredo.junior at eldorado.org.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 conflicting
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/

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-threads mailing list