From owner-freebsd-bugs@FreeBSD.ORG Fri Nov 7 06:42:49 2014 Return-Path: Delivered-To: freebsd-bugs@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 108CA277 for ; Fri, 7 Nov 2014 06:42:49 +0000 (UTC) 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 EC337106 for ; Fri, 7 Nov 2014 06:42:48 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sA76gmja094532 for ; Fri, 7 Nov 2014 06:42:48 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, 07 Nov 2014 06:42:47 +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: portmaster@bsdforge.com X-Bugzilla-Status: In Discussion 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.18-1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Nov 2014 06:42:49 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190669 C Hutchinson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |portmaster@bsdforge.com --- Comment #19 from C Hutchinson --- I find myself struggling with what looks like the same issue on a recent 11-CURRENT install (11-CURRENT #1 amd64 r274134 Nov 5 12:56:14 PST 2014) svn info /usr/ports Revision: 372176 As you can see, I've built and installed kernel/world. I did, perform a make delete-old, following the install world. Which removed the clang that was delivered from the base install on the bootonly iso. However, I have installed lang/gcc-48, which does have xmmintrin.h in it's include tree. It is also my understanding that clang isn't mandatory. But I seem to have no end of problems with ports looking for, and subsequently not finding xmmintrin.h. Even though it's an included header with lang/gcc-48. Where lies the problem? I should also probably note; I haven't [intentionally] enabled, or used ccache. Thank you for all your time, and consideration. --Chris -- You are receiving this mail because: You are the assignee for the bug.