[Bug 206179] buildworld fails with "fatal error: 'emmintrin.h' file not found"

2019-04-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206179

Ed Maste  changed:

   What|Removed |Added

 Status|New |Closed
 CC||ema...@freebsd.org
 Resolution|--- |Unable to Reproduce

--- Comment #2 from Ed Maste  ---
Build failure PR from 3 years ago, presumed fixed in the meantime.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 206179] buildworld fails with "fatal error: 'emmintrin.h' file not found"

2019-04-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206179

Kubilay Kocak  changed:

   What|Removed |Added

   See Also||https://bugs.freebsd.org/bu
   ||gzilla/show_bug.cgi?id=2374
   ||61

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 206179] buildworld fails with "fatal error: 'emmintrin.h' file not found"

2016-01-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206179

--- Comment #1 from Johan Bergström  ---
after installing clang37 from the pkg tree and passing cc/cxx the build
continues. I believe my headers directory was missing but can't really explain
why. I'll try a fresh installworld and make sure that headers are properly
installed before closing this as.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

[Bug 206179] buildworld fails with "fatal error: 'emmintrin.h' file not found"

2016-01-12 Thread bugzilla-noreply
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@FreeBSD.org
  Reporter: b...@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



--- 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 
 ^
1 error generated.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"