From owner-freebsd-python@freebsd.org Mon Aug 5 16:20:00 2019 Return-Path: Delivered-To: freebsd-python@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 0DD3DC6DCD for ; Mon, 5 Aug 2019 16:20:00 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 462NJv3C4kz3Myk for ; Mon, 5 Aug 2019 16:19:59 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: by mailman.nyi.freebsd.org (Postfix) id 6DB0DC6DBE; Mon, 5 Aug 2019 16:19:59 +0000 (UTC) Delivered-To: python@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 6D4CAC6DBD; Mon, 5 Aug 2019 16:19:59 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: from spindle.one-eyed-alien.net (spindle.one-eyed-alien.net [199.48.129.229]) (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 462NJq4SCNz3MyM; Mon, 5 Aug 2019 16:19:55 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: by spindle.one-eyed-alien.net (Postfix, from userid 3001) id D27483C0199; Mon, 5 Aug 2019 16:19:48 +0000 (UTC) Date: Mon, 5 Aug 2019 16:19:48 +0000 From: Brooks Davis To: Kubilay Kocak Cc: Craig Leres , Brooks Davis , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, python Subject: Re: svn commit: r507836 - in head/devel/llvm80: . files Message-ID: <20190805161948.GA94703@spindle.one-eyed-alien.net> References: <201908012327.x71NRUSb061829@repo.freebsd.org> <724a0cfe-f687-0574-10c7-ab144d219908@freebsd.org> <98695eb8-d036-21a9-2818-ce52020f9a51@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="BOKacYhQ+x31HxR3" Content-Disposition: inline In-Reply-To: <98695eb8-d036-21a9-2818-ce52020f9a51@FreeBSD.org> User-Agent: Mutt/1.9.4 (2018-02-28) X-Rspamd-Queue-Id: 462NJq4SCNz3MyM X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of brooks@spindle.one-eyed-alien.net has no SPF policy when checking 199.48.129.229) smtp.mailfrom=brooks@spindle.one-eyed-alien.net X-Spamd-Result: default: False [-6.45 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; DMARC_NA(0.00)[freebsd.org]; AUTH_NA(1.00)[]; IP_SCORE(-3.55)[ip: (-9.24), ipnet: 199.48.128.0/22(-4.60), asn: 36236(-3.87), country: US(-0.05)]; NEURAL_HAM_SHORT(-1.00)[-0.997,0]; RCPT_COUNT_SEVEN(0.00)[7]; R_SPF_NA(0.00)[]; SIGNED_PGP(-2.00)[]; FORGED_SENDER(0.30)[brooks@freebsd.org,brooks@spindle.one-eyed-alien.net]; RCVD_COUNT_ZERO(0.00)[0]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; ASN(0.00)[asn:36236, ipnet:199.48.128.0/22, country:US]; FROM_NEQ_ENVFROM(0.00)[brooks@freebsd.org,brooks@spindle.one-eyed-alien.net] X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Aug 2019 16:20:00 -0000 --BOKacYhQ+x31HxR3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Aug 03, 2019 at 01:04:28PM +1000, Kubilay Kocak wrote: > On 3/08/2019 5:48 am, Craig Leres wrote: > > 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=20 > >> before my test build completes. Attached is what I am trying (but so= =20 > >> far so good). > >=20 > > FYI this build completed with no issues. So this looks like the right= =20 > > fix to me (modulo 3.5+ vs 3.6+). > >=20 > > ?????????????? Craig > >=20 >=20 > I recently added USES=3Dpython guidelines to our Python policy: >=20 > https://wiki.freebsd.org/Python/PortsPolicy#USES.3Dpython >=20 > Unless LLVM *only* supports 3.6, USES should be changed to reflect the=20 > range of versions it does support, pinning lower and upper bounds as=20 > necessary (if necessary). I've committed Craig's change for now since it works and doesn't change the DEPEND list (and thus doesn't require a PORTREVISION bump). It looks like this could be relaxed further, but that is hard to test since problem tend to occur in partially updated or otherwise non-default installs, not in poudriere. -- Brooks --BOKacYhQ+x31HxR3 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEcBAEBAgAGBQJdSFcjAAoJEKzQXbSebgfASY4H/2kPSlU1nlpTRo09RkYsEAUh MV1TZjKzTcpI8VH3PLf+NvQAqID1tIMCVuzlGkYrVXuG+RtMb/ifHhKerjWNfOmp R1a0ame8g0qvCKO6fSDQUjj7Pbm1a8f/FatuWxfLlPrK256OBWfSnCsyrx+cWinn 05uD0VIw5n2OmLrITk3zdV4BCJmlw6DM09kArSvcmr9nPqj6FMS9oU8UtENQTcZM Zcaj5uePzTtqIK9Kj8c9K/vG0kdjxzooMnilsbKfLS51SmK1wbeU1n3oV6l5LyW/ yI8FWgXtOx/Ihb2Sz6w9CMtimjGHPWZqVv9dM0X2DUP8JzoRWr0eRNrLp7Mt9Bo= =66Nl -----END PGP SIGNATURE----- --BOKacYhQ+x31HxR3--