[Bug 206179] buildworld fails with "fatal error: 'emmintrin.h' file not found"
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Jan 12 22:58:54 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206179
Bug ID: 206179
Summary: buildworld fails with "fatal error: 'emmintrin.h' file
not found"
Product: Base System
Version: 11.0-CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: misc
Assignee: freebsd-bugs at FreeBSD.org
Reporter: bugs at bergstroem.nu
Attempting to buildworld latest HEAD [r293783] fails for me. I looked at the
similar bug (bug 190669) but I don't use ccache. My src.conf is empty.
The host is 11-current with a buildworld roughly a month old.
/usr/src # make clean && rm -rf /usr/obj && make -j5 buildworld
<snip>
--- depend_subdir_libclangfrontend ---
===> lib/clang/libclangfrontend (depend)
--- depend_subdir_libclangbasic ---
/usr/src/lib/clang/libclangbasic/../../../contrib/llvm/tools/clang/lib/Basic/SourceManager.cpp:1183:10:
fatal error: 'emmintrin.h' file not found
#include <emmintrin.h>
^
1 error generated.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list