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

2024-02-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190669 agari...@gmail.com changed: What|Removed |Added CC||agari...@gmail.com ---

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

2015-08-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190669 John Baldwin j...@freebsd.org changed: What|Removed |Added Resolution|--- |Not A Bug

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

2015-08-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190669 --- Comment #25 from Roger Leigh rle...@codelibre.net --- Seems fixed in current 10.1-RELEASE and 10.2-RELEASE? I see /usr/include/clang/3.4.1/emmintrin.h is present on both after updating. -- You are receiving this mail because: You are

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

2015-07-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190669 fakeemail2...@mail.com changed: What|Removed |Added CC||fakeemail2...@mail.com

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

2015-06-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190669 Roger Leigh rle...@codelibre.net changed: What|Removed |Added CC|

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

2014-11-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190669 --- Comment #21 from John Baldwin j...@freebsd.org --- So did you add WITHOUT_CLANG=yes to /etc/make.conf and then do 'make delete-old'? -- You are receiving this mail because: You are the assignee for the bug.

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

2014-11-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190669 --- Comment #22 from C Hutchinson portmas...@bsdforge.com --- (In reply to John Baldwin from comment #21) So did you add WITHOUT_CLANG=yes to /etc/make.conf and then do 'make delete-old'? I had already had WITHOUT_CLANG=true in

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

2014-11-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190669 C Hutchinson portmas...@bsdforge.com changed: What|Removed |Added CC|

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

2014-07-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190669 --- Comment #18 from Thierry Thomas thie...@freebsd.org --- @jhb: as the original submitter, I use to run `make delete-old' after `make installworld', i.e. before the next update, and my problem was clearly related to ccache. But it seems

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

2014-07-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190669 John Baldwin j...@freebsd.org changed: What|Removed |Added CC||j...@freebsd.org

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

2014-06-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190669 Nils Beyer n...@renzel.net changed: What|Removed |Added CC||n...@renzel.net ---

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

2014-06-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190669 --- Comment #12 from roberth...@rcn.com --- (In reply to Nils Beyer from comment #11) What happens if you try: cd /usr/include/clang ln -s 3.4.1 3.4 and then build world? /usr/include/clang is empty. Did some

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

2014-06-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190669 --- Comment #13 from Benedict Reuschling b...@freebsd.org --- You could install lang/clan34 or lang/clang-devel from ports/pkg. That should get you the required files. -- You are receiving this mail because: You are the assignee for the

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

2014-06-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190669 --- Comment #14 from Nils Beyer n...@renzel.net --- (In reply to roberthuff from comment #12) If not: where do I find contents for that directory? You can copy the content of /usr/src/contrib/llvm/tools/clang/lib/Headers to

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

2014-06-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190669 --- Comment #15 from roberth...@rcn.com --- (In reply to Nils Beyer from comment #14) (In reply to roberthuff from comment #12) If not: where do I find contents for that directory? You can copy the content of

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

2014-06-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190669 --- Comment #16 from roberth...@rcn.com --- The problem is not that the file isn't there: huff@ find /usr/src -name emmiintrin.h /usr/src/contrib/gcc/config/i386/emmintrin.h /usr/src/contrib/llvm/tools/clang/lib/Headers/emmintrin.h

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

2014-06-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190669 Benedict Reuschling b...@freebsd.org changed: What|Removed |Added CC|

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

2014-06-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190669 --- Comment #7 from roberth...@rcn.com --- == src.conf KERNCONF=JERUSALEM WITH_LIBICONV_COMPAT=yes = make.conf BDBCFLAGS+=-O -pipe DEBUG_FLAGS+=-gdwarf-2 STRIP= SYMVER_ENABLED=yes X_WINDOW_SYSTEM=

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

2014-06-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190669 --- Comment #8 from roberth...@rcn.com --- ... and setting the (*)WERROR variables has no effect. -- You are receiving this mail because: You are the assignee for the bug. ___

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

2014-06-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190669 --- Comment #9 from Benedict Reuschling b...@freebsd.org --- Try this then: - update to the latest sources from svn - erase everything under /usr/obj/ - start with an empty /etc/make.conf (although the one you posted seems fine to me) --

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

2014-06-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190669 --- Comment #10 from roberth...@rcn.com --- (In reply to Benedict Reuschling from comment #9) Try this then: - update to the latest sources from svn - erase everything under /usr/obj/ - start with an empty /etc/make.conf (although the

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

2014-06-15 Thread bz-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190669 --- Comment #5 from roberth...@rcn.com --- And it's not just about base. As of r375825 of ports, I am unable to build: devel/boost-libs graphics/opencv-core mail/thunderbird www/firefox /seamonkey

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

2014-06-14 Thread bz-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190669 --- Comment #3 from roberth...@rcn.com --- I am also getting this on a system running FreeBSD 11.0-CURRENT #1 r264673: Sat Apr 19 09:43:10 EDT 2014 amd64 -- You are receiving this mail because: You are the assignee for the bug.

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

2014-06-14 Thread bz-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190669 --- Comment #4 from roberth...@rcn.com --- (In reply to roberthuff from comment #3) I am also getting this on a system running FreeBSD 11.0-CURRENT #1 r264673: Sat Apr 19 09:43:10 EDT 2014 amd64 (sorry - butterfingers) And

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

2014-06-05 Thread bz-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190669 --- Comment #1 from Thierry Thomas thie...@freebsd.org --- Source had been fetched via svn, latest revision is r267113 on 2014-06-05 17:21:25 +0200. -- You are receiving this mail because: You are the assignee for the bug.

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

2014-06-05 Thread bz-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190669 Thierry Thomas thie...@freebsd.org changed: What|Removed |Added Status|Needs Triage|In Discussion