From owner-freebsd-ports@freebsd.org Mon May 10 15:39:16 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 4404563B0EB for ; Mon, 10 May 2021 15:39:16 +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 4Ff4wg2kd0z3lNr for ; Mon, 10 May 2021 15:39:15 +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 14AFd8Rd045082 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO) for ; Mon, 10 May 2021 11:39:13 -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> From: George Mitchell Message-ID: <4a68396f-06d9-288e-9622-545973284a5a@m5p.com> Date: Mon, 10 May 2021 11:39:07 -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: <20210510.162903.380143401307101301.yasu@utahime.org> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="N7HqT1zHQx7dLVzrV41Vjk3KOTpvBsi2G" 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: 4Ff4wg2kd0z3lNr 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 [-5.40 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_SPF_ALLOW(-0.20)[+a:c]; HAS_ATTACHMENT(0.00)[]; TO_DN_NONE(0.00)[]; NEURAL_HAM_SHORT(-1.00)[-0.995]; 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]; 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 15:39:16 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --N7HqT1zHQx7dLVzrV41Vjk3KOTpvBsi2G Content-Type: multipart/mixed; boundary="QBce2x0luQu8uxbq6d9TvtUtNNYR1MHwC"; protected-headers="v1" From: George Mitchell To: freebsd-ports@freebsd.org Message-ID: <4a68396f-06d9-288e-9622-545973284a5a@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> In-Reply-To: <20210510.162903.380143401307101301.yasu@utahime.org> --QBce2x0luQu8uxbq6d9TvtUtNNYR1MHwC Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 5/10/21 3:29 AM, Yasuhiro Kimura wrote: > Hello, > > I submitted patches to update lang/python3[89] to 3.8.10/3.9.5 > respectively. > > Bug 255729 - lang/python38: Update to 3.8.10 > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D255729 > [...] I tried your patch on python38 and did not run into your problem -- but it appears some minor updates to the pkg-plist are needed for installation to complete. I'm trying to figure out what needs to be changed. -- George --QBce2x0luQu8uxbq6d9TvtUtNNYR1MHwC-- --N7HqT1zHQx7dLVzrV41Vjk3KOTpvBsi2G Content-Type: application/pgp-signature; name="OpenPGP_signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="OpenPGP_signature" -----BEGIN PGP SIGNATURE----- wsF5BAABCAAjFiEENdM4ZHktsJW5kKZXwRES3m+p4fkFAmCZU5wFAwAAAAAACgkQwRES3m+p4fmf Rg//QiFeuu5ipRLFY+otF7lLke+eMy92NTCZesm/nK3kQ6ut+KTg9lcx1EC9wL8K/EXxSmoPP+d6 pikBZAF1EQXduIlT8RfH2i5k7ZNS/hIL1kE+eU4/CaHTeb3UWvxDz1pF1lrf3INRlwUwNoyNSFBM qA+zL7Z/GHrHVjJl8XDIc/mQtuw1jn0Wg3XXMoIfEoI+oR+w7G9458qtM0bt4yi/MIhKUrSoTFdT KssP4oiZmu7Zw8Y3zFvn+d/loZ8B1rxNAfbCH2KobEC772NqMlS9Uqf/ycWKgUL9gF7YK+jo3NXb 2aiyKcxQcvwrn/D4AOF9K1ZE/4TZv5k0/WMqbO6b3E+ZCO2vXVOfDRtiCAVqWMibQ5m+ozBg+hFX UGkpwdsCvnIvG+tqY5fZ5t1JylgngxrtCjkap5k1TdiJwDu0AeNlJL9ZoB+iC+xoQ7BUa8kJ4Cqp HWAfR+3IuArQk6NzNwcoHEwsY5UoWacPB1jtHJT8r4PAAIs7N3p5+C2kXBxd7Ju9MEOC31WPWbQn gsSzyaJWngsan0oFlWnRXTWslKxwzwbjOtRf/lVuJ/EpnSlVke8q4Tnxl+Pp99BPHtnpA/HoV4h7 srin7aZMflKxeeFoGbU9DLSNcC1+n0z0dvIlaQ+0R37ySGsQ45sTVUJ7ze0zpFWDisnDg4/DPLlm cTk= =nGU0 -----END PGP SIGNATURE----- --N7HqT1zHQx7dLVzrV41Vjk3KOTpvBsi2G--