From owner-freebsd-bugs@FreeBSD.ORG Fri May 4 21:53:59 2012 Return-Path: Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 365A81065670; Fri, 4 May 2012 21:53:59 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from hammer.pct.niksun.com (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A97838FC08; Fri, 4 May 2012 21:53:58 +0000 (UTC) Message-ID: <4FA44FF6.2010507@FreeBSD.org> Date: Fri, 04 May 2012 17:53:58 -0400 From: Jung-uk Kim User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:12.0) Gecko/20120502 Thunderbird/12.0.1 MIME-Version: 1.0 To: Jung-uk Kim References: <201205042020.q44KK9s9084477@freefall.freebsd.org> <4FA44EC8.8050707@FreeBSD.org> In-Reply-To: <4FA44EC8.8050707@FreeBSD.org> X-Enigmail-Version: 1.5pre Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: dim@freebsd.org, freebsd-bugs@FreeBSD.org, "Hartmann, O." Subject: Re: kern/167574: /usr/include/clang/3.1/smmintrin.h:461:10: fatal error: 'popcntintrin.h' file not found X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 May 2012 21:53:59 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Please ignore the previous patch, it had an obvious typo. Try this instead. Index: lib/clang/include/Makefile =================================================================== - --- lib/clang/include/Makefile (revision 235038) +++ lib/clang/include/Makefile (working copy) @@ -5,17 +5,22 @@ INCSDIR=${INCLUDEDIR}/clang/3.1 INCS= altivec.h \ + avx2intrin.h \ avxintrin.h \ + bmi2intrin.h \ + bmiintrin.h \ cpuid.h \ emmintrin.h \ + fma4intrin.h \ immintrin.h \ + lzcntintrin.h \ mm3dnow.h \ mm_malloc.h \ mmintrin.h \ nmmintrin.h \ pmmintrin.h \ + popcntintrin.h \ smmintrin.h \ - - stdalign.h \ tmmintrin.h \ unwind.h \ wmmintrin.h \ Sorry. Jung-uk Kim -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk+kT/YACgkQmlay1b9qnVNzYACg037EaaEpYDFZ1mdrfRfnEZe1 yxMAoJLhsA1bTBJf3Jr5/OXRCgHl6Ydm =Ru8Z -----END PGP SIGNATURE-----