From owner-svn-ports-all@freebsd.org Fri Aug 2 19:48:33 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A95A2B9D21; Fri, 2 Aug 2019 19:48:33 +0000 (UTC) (envelope-from leres@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 460d4x3zTMz4Qpb; Fri, 2 Aug 2019 19:48:33 +0000 (UTC) (envelope-from leres@freebsd.org) Received: from ice.alameda.xse.com (unknown [IPv6:2001:558:6045:10:3521:9d26:314a:fa8e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: leres) by smtp.freebsd.org (Postfix) with ESMTPSA id ED823E7D; Fri, 2 Aug 2019 19:48:32 +0000 (UTC) (envelope-from leres@freebsd.org) Subject: Re: svn commit: r507836 - in head/devel/llvm80: . files From: Craig Leres To: Brooks Davis , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201908012327.x71NRUSb061829@repo.freebsd.org> <724a0cfe-f687-0574-10c7-ab144d219908@freebsd.org> Message-ID: Date: Fri, 2 Aug 2019 12:48:31 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: <724a0cfe-f687-0574-10c7-ab144d219908@freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Aug 2019 19:48:33 -0000 On 2019-08-02 08:12, Craig Leres wrote: > I think changing to python:3.6+ fixes this but it'll be a few hours > before my test build completes. Attached is what I am trying (but so far > so good). FYI this build completed with no issues. So this looks like the right fix to me (modulo 3.5+ vs 3.6+). Craig