From owner-freebsd-ports@freebsd.org Mon May 10 23:27:21 2021 Return-Path: Delivered-To: freebsd-ports@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 5057D645F24 for ; Mon, 10 May 2021 23:27:21 +0000 (UTC) (envelope-from george+freebsd@m5p.com) Received: from mailhost.m5p.com (mailhost.m5p.com [74.104.188.4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "m5p.com", Issuer "R3" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FfHJm32khz4dXS for ; Mon, 10 May 2021 23:27:19 +0000 (UTC) (envelope-from george+freebsd@m5p.com) Received: from [IPv6:2001:470:1f07:15ff::26] (court.m5p.com [IPv6:2001:470:1f07:15ff:0:0:0:26]) (authenticated bits=0) by mailhost.m5p.com (8.16.1/8.15.2) with ESMTPSA id 14ANRBML046743 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO) for ; Mon, 10 May 2021 19:27:17 -0400 (EDT) (envelope-from george+freebsd@m5p.com) Subject: Re: Build of Python 3.8.10/3.9.5 fails on 12.2-RELEASE To: freebsd-ports@freebsd.org References: <20210510.162903.380143401307101301.yasu@utahime.org> <20210511.074907.1412377303751995160.yasu@utahime.org> From: George Mitchell Message-ID: <16e3450d-18ed-f50f-d335-c9fbba03bd2f@m5p.com> Date: Mon, 10 May 2021 19:27:11 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.9.1 MIME-Version: 1.0 In-Reply-To: <20210511.074907.1412377303751995160.yasu@utahime.org> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="msM5v0qtuvkpYkqaUa0Gi932ZfVvXvW2u" X-Spam-Status: No, score=0.2 required=10.0 tests=HELO_MISC_IP, HELO_NO_DOMAIN, NICE_REPLY_A autolearn=no autolearn_force=no version=3.4.5 X-Spam-Checker-Version: SpamAssassin 3.4.5 (2021-03-20) on mattapan.m5p.com X-Rspamd-Queue-Id: 4FfHJm32khz4dXS X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of george@m5p.com designates 74.104.188.4 as permitted sender) smtp.mailfrom=george@m5p.com X-Spamd-Result: default: False [-3.65 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_SPF_ALLOW(-0.20)[+a:c]; HAS_ATTACHMENT(0.00)[]; TO_DN_NONE(0.00)[]; SIGNED_PGP(-2.00)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:+,3:~]; RBL_DBL_DONT_QUERY_IPS(0.00)[74.104.188.4:from]; ASN(0.00)[asn:701, ipnet:74.104.0.0/16, country:US]; R_DKIM_NA(0.00)[]; TAGGED_FROM(0.00)[freebsd]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.20)[multipart/signed,multipart/mixed,text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-ports@freebsd.org]; DMARC_NA(0.00)[m5p.com]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[74.104.188.4:from:127.0.2.255]; NEURAL_SPAM_SHORT(0.75)[0.753]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[freebsd-ports] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 May 2021 23:27:21 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --msM5v0qtuvkpYkqaUa0Gi932ZfVvXvW2u Content-Type: multipart/mixed; boundary="4LgmEDRo6Dy9ThzcsLZpvczeyugpTlwMg"; protected-headers="v1" From: George Mitchell To: freebsd-ports@freebsd.org Message-ID: <16e3450d-18ed-f50f-d335-c9fbba03bd2f@m5p.com> Subject: Re: Build of Python 3.8.10/3.9.5 fails on 12.2-RELEASE References: <20210510.162903.380143401307101301.yasu@utahime.org> <20210511.074907.1412377303751995160.yasu@utahime.org> In-Reply-To: <20210511.074907.1412377303751995160.yasu@utahime.org> --4LgmEDRo6Dy9ThzcsLZpvczeyugpTlwMg Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 5/10/21 6:49 PM, Yasuhiro Kimura wrote: > [...] I investigated repository of Python and found following commits > (bpo-43799) are the source of the problem. >=20 > [3.8] bpo-43799: OpenSSL 3.0.0: declare OPENSSL_API_COMPAT 1.1.1 (GH-25= 329) (GH-25383) > https://github.com/python/cpython/commit/b71aaa0df0f3a9640b034b4774651c= d8c54d2fb9 > [3.9] bpo-43799: OpenSSL 3.0.0: declare OPENSSL_API_COMPAT 1.1.1 (GH-25= 329) (GH-25382) > https://github.com/python/cpython/commit/7d9d5bf863bb0af26b74b0732ab89b= 2053d2fbec >=20 > I created patches to revert these commits and added them to both > ports. Then they can be built fine with 12.2-RELEASE. >=20 > --- > Yasuhiro Kimura > [...] Thank you! This patch works for me. -- George --4LgmEDRo6Dy9ThzcsLZpvczeyugpTlwMg-- --msM5v0qtuvkpYkqaUa0Gi932ZfVvXvW2u Content-Type: application/pgp-signature; name="OpenPGP_signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="OpenPGP_signature" -----BEGIN PGP SIGNATURE----- wsF5BAABCAAjFiEENdM4ZHktsJW5kKZXwRES3m+p4fkFAmCZwU8FAwAAAAAACgkQwRES3m+p4fnJ zw//StHeZTRgyTRg3Ox6QJof0IbuAlleB1Oe+pqHj3G8JcQ9sbyZFQ0EF8ysxEoOLmBrtcOZHW7e eb4f1YjLJCP5nUleqbX1T7TWU7dSDOgtjAMOPIvwsnuz0s2FMN3wsU2k4djkOeWl8Ix3ycEtOYaW FdmA+ORyuvdWg4d3dzpbyZXq4OpHyxJHTCyM8BvYhvWbdYKd7OAi69mdqB9h1p1XoboU3enUtiJ2 8Z+QEz9iZkKL1jM+iRafNREymZW3/XTnlxyyqaXgoi2kLqfkw+b7Yf/VA2u0DDaFHbt2Lp9YTQ3m og2a3LBB1OrU0MdGJSRB8TJUaiiB6UYHcUEBx9iLvWTniaMh+XhbtoGib0J8jmTDwFZ3N9K1mrmR 5kM/i0yGJN31vnS9YUO7CWuiKmor6AwltdvRhZOcsSMdB9kjTATl9xjB9Zmch4xLvvReOfL5Esf0 XccUe3gVb5ksoE8hhu0t2FEHp75JAnQHRZ24g/yKYG+mUziqhgZXrzWLzmdzCKd0Cur1wmC5WeYq e56/t5NYp3fAT/U1BuPxwIXQwstgDpA3L4i2Yg7aeBKzY+Zaft1nZ+iltroAs2tIt1WrW2jFni5H 1xMBJ73BSg9UAY0wd8VopVeAraoFhuO4E9gIcq0GPhIfML6JGgzN7qI6lAK++qAOgH9HN81dGHQU YTs= =PEJM -----END PGP SIGNATURE----- --msM5v0qtuvkpYkqaUa0Gi932ZfVvXvW2u--