From owner-freebsd-ports@freebsd.org Tue Jan 10 20:05:09 2017 Return-Path: Delivered-To: freebsd-ports@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 B0CEECA9882 for ; Tue, 10 Jan 2017 20:05:09 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (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 85D3A1336 for ; Tue, 10 Jan 2017 20:05:09 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 60AEA203E1 for ; Tue, 10 Jan 2017 15:05:08 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute4.internal (MEProxy); Tue, 10 Jan 2017 15:05:08 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=zyxst.net; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=oblN+2bcHPs3WYd X52OE6DD5kUA=; b=nmJWfcH/7tQNgLuKM3g4aBiWmiBJU4P+PTWxueLE6cu4kQz 07bjSXHSTsQJD/LzI7BWGIHEbnJhC/31BcxmKQB/sD9OhbPyKfSJIu3VeKGgX8m4 NgY77WQLTvC0PE/muNjgg/9THEYJj19A64L8yteEXUa67EQECXh75gLHJdeI= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= smtpout; bh=oblN+2bcHPs3WYdX52OE6DD5kUA=; b=JjNnXskEHgqT3rlZs/sg LLOsDNg/7mqxUyU/l8jufT24h5AliGGXxUhbrCN+wwdfR909aW0jeJKF1QNlUEjj YL0UkySvrE9f/rNXW8KEhFI4FjuIOxWsXRDLH0Cyy5VyvZSkeHJ6+BdY+HnLVNnR od3LtOEGKr/EN1T9pHeexbI= X-ME-Sender: X-Sasl-enc: Y5i+ylxUDjPe0fj6jKpVQAod69142OvbbtoEbNtOjio0 1484078707 Received: from pumpkin.growveg.org (pumpkin.growveg.org [82.70.91.101]) by mail.messagingengine.com (Postfix) with ESMTPA id CBF5524526 for ; Tue, 10 Jan 2017 15:05:07 -0500 (EST) Subject: Re: several ports: clang include errors on 12 References: <20170110194553.1b330db8@rsbsd.rsb> <74267238-8310-4ACA-8BC9-5F2470318BD6@FreeBSD.org> <20170110222350.0fe9a627@rsbsd.rsb> From: tech-lists To: freebsd-ports@freebsd.org Message-ID: <285e568a-838a-d41e-78bb-d984282a3a13@zyxst.net> Date: Tue, 10 Jan 2017 20:05:05 +0000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <20170110222350.0fe9a627@rsbsd.rsb> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jan 2017 20:05:09 -0000 On 10/01/2017 19:23, Beeblebrox via freebsd-ports wrote: > Hi > > I was just about to post confirming ccache is not an issue; fails at same point. > Modifying ~jail/etc/libmap.conf (and re-snapshot) did not help either. > >> That said, which ports are failing, in particular? > too many for complete list, but includes > llvm37, qt5-qmake, openjpeg15, openjpeg, OpenEXR, ghostscript9-agpl-base > Sample fail log (OpenEXR): > libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../config -pthread -I/usr/local/include/OpenEXR -I. -I../IlmImf -pipe -O2 -pipe -fstack-protector -fno-strict-aliasing -MT ImfDwaCompressor.lo -MD -MP -MF .deps/ImfDwaCompressor.Tpo -c ImfDwaCompressor.cpp -fPIC -DPIC -o .libs/ImfDwaCompressor.o > In file included from ImfDwaCompressor.cpp:131: > In file included from ./ImfDwaCompressorSimd.h:47: > ./ImfSimd.h:54:14: fatal error: 'emmintrin.h' file not found > #include Hi, What does pkg check -s say? -- J.