From owner-freebsd-bugs@FreeBSD.ORG Fri Jun 19 21:10:49 2015 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 423A4D6D for ; Fri, 19 Jun 2015 21:10:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2803EC79 for ; Fri, 19 Jun 2015 21:10:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t5JLAnnC097485 for ; Fri, 19 Jun 2015 21:10:49 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 190669] 'emmintrin.h' file not found - in /usr/src/lib/clang/libclangbasic Date: Fri, 19 Jun 2015 21:10:49 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 10.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: rleigh@codelibre.net X-Bugzilla-Status: In Progress X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Jun 2015 21:10:49 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190669 Roger Leigh changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rleigh@codelibre.net --- Comment #23 from Roger Leigh --- Hi, Just for the record, I'm running into a failure to build the latest Boost (1.58) due to emmintrin.h being missing (bootstrapped with the 'clang' toolset): /tmp/boost-install/include/boost/math/special_functions/detail/lanczos_sse2.hpp:13:10: fatal error: 'emmintrin.h' file not found #include % find / -name emmintrin.h /usr/include/clang/3.3/emmintrin.h /usr/local/lib/gcc48/gcc/x86_64-portbld-freebsd10.1/4.8.4/include/emmintrin.h There's a copy installed for clang 3.3, but it's missing for 3.4. In fact, /usr/include/clang/3.4 doesn't exist at all. This is with 10.1-RELEASE. Is there any possibility of this being corrected in a point update? Note that this is present when I install the clang34 port: /usr/local/llvm34/lib/clang/3.4.2/include/emmintrin.h (this includes all the headers missing from the base version) Thanks, Roger -- You are receiving this mail because: You are the assignee for the bug.