From owner-freebsd-bugs@FreeBSD.ORG Fri May 4 20:20:09 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D7B7E106566B for ; Fri, 4 May 2012 20:20:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A89B58FC08 for ; Fri, 4 May 2012 20:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q44KK9lM084478 for ; Fri, 4 May 2012 20:20:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q44KK9s9084477; Fri, 4 May 2012 20:20:09 GMT (envelope-from gnats) Date: Fri, 4 May 2012 20:20:09 GMT Message-Id: <201205042020.q44KK9s9084477@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Hartmann, O." Cc: 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 Reply-To: "Hartmann, O." List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 May 2012 20:20:09 -0000 The following reply was made to PR kern/167574; it has been noted by GNATS. From: "Hartmann, O." To: bug-followup@FreeBSD.org Cc: Subject: Re: kern/167574: /usr/include/clang/3.1/smmintrin.h:461:10: fatal error: 'popcntintrin.h' file not found Date: Fri, 04 May 2012 22:16:37 +0200 popcntintrin.h can be found at /usr/src/contrib7LLVM7tools/clang/lib/Headers/popcntintrin.h It seems that it isn't installed properly. Regards, O. Hartmann