From owner-freebsd-current@freebsd.org Wed Jan 18 13:17:00 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7990CB69C8 for ; Wed, 18 Jan 2017 13:17:00 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [88.99.82.50]) (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 AC40C1FE5; Wed, 18 Jan 2017 13:17:00 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [62.141.129.119]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 41CFE1FE025; Wed, 18 Jan 2017 14:16:40 +0100 (CET) Subject: Re: Build failure 'wmmintrin.h' file not found To: Dimitry Andric References: <5b6f9e49-09db-6329-4176-3898886ceb61@selasky.org> <8D312F2F-63D9-4269-9E7B-83978F53C1AE@FreeBSD.org> Cc: FreeBSD Current From: Hans Petter Selasky Message-ID: <11db64df-356e-1005-7fd4-b825bee3ac8f@selasky.org> Date: Wed, 18 Jan 2017 14:16:23 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <8D312F2F-63D9-4269-9E7B-83978F53C1AE@FreeBSD.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jan 2017 13:17:01 -0000 On 01/18/17 14:13, Dimitry Andric wrote: > On 18 Jan 2017, at 13:36, Hans Petter Selasky wrote: >> >> I'm seeing the following build-error trying to build 12-current from 10-stable: >> >> xxx/freebsd/sys/crypto/aesni/aesni_ghash.c:75:10: fatal error: 'wmmintrin.h' file not found >> #include >> >> Missing header exists: >> >> xxx/freebsd/contrib/llvm/tools/clang/lib/Headers/wmmintrin.h >> >> Missing include directory or compiler magic? > > What are you building, and how? Did you do a buildworld before buildkernel? > > -Dimitry > I did: make toolchain -jXX And then: make buildkernel -jXX And the error popped out. I'm not observing this error when building a 12-current kernel from an 11-stable install. --HPS