From owner-freebsd-ports@freebsd.org Wed Nov 15 21:43:36 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 A429FDE8396 for ; Wed, 15 Nov 2017 21:43:36 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 8E4CE7D4C1 for ; Wed, 15 Nov 2017 21:43:36 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: by mailman.ysv.freebsd.org (Postfix) id 89366DE8395; Wed, 15 Nov 2017 21:43:36 +0000 (UTC) Delivered-To: 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 88CC4DE8394 for ; Wed, 15 Nov 2017 21:43:36 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 76F607D4C0; Wed, 15 Nov 2017 21:43:36 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from yv.noip.me (c-24-6-186-56.hsd1.ca.comcast.net [24.6.186.56]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id vAFLhUG6037518 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Wed, 15 Nov 2017 13:43:30 -0800 (PST) (envelope-from yuri@rawbw.com) X-Authentication-Warning: shell1.rawbw.com: Host c-24-6-186-56.hsd1.ca.comcast.net [24.6.186.56] claimed to be yv.noip.me Subject: Re: What is the correct way to require a specific version of clang? To: Brooks Davis Cc: "ports@freebsd.org" References: <408397b5-f2ff-9798-fca1-6e7567c5a4fd@rawbw.com> <20171115195816.GA35747@spindle.one-eyed-alien.net> From: Yuri Message-ID: <2a0ce30d-04d7-9b47-6c10-1435319ab3b7@rawbw.com> Date: Wed, 15 Nov 2017 13:43:29 -0800 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20171115195816.GA35747@spindle.one-eyed-alien.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Nov 2017 21:43:36 -0000 On 11/15/17 11:58, Brooks Davis wrote: > You'll need to start a shell in your poudreire instance and see what is > failing. I'd expect that to work. > > Note that it is possible to misconfigure the llvm38 port such that this > config is broken by disabling the CLANG option. What's happening is that framework calls ${CC} before it installs BUILD_DEPENDS. Yuri