[Bug 190669] 'emmintrin.h' file not found - in /usr/src/lib/clang/libclangbasic

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jul 1 17:24:20 UTC 2014


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

John Baldwin <jhb at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jhb at FreeBSD.org

--- Comment #17 from John Baldwin <jhb at FreeBSD.org> ---
Did you run 'make delete-old' after doing an 'svn up' but before doing a 'make
buildworld'?  It's odd that /usr/include/clang is empty.  That should not be
empty normally.  However, if you ran 'make delete-old' after the clang 3.4 ->
3.4.1 upgrade before doing a buildworld/installworld, delete-old would delete
/usr/include/clang/3.4 but you wouldn't have the new /usr/include/clang/3.4.1
yet.  You can try coping the headers you put in /usr/include/clang/3.4.1 to
/usr/include/clang/3.4 for now to get your buildworld re-bootstrapped if so.

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


More information about the freebsd-bugs mailing list