From owner-freebsd-ports@freebsd.org Sat Apr 25 23:21:34 2020 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 1DE532C3F5C for ; Sat, 25 Apr 2020 23:21:34 +0000 (UTC) (envelope-from marquis@roble.com) Received: from mx5.roble.com (mx5.roble.com [209.237.23.5]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (Client CN "mx5.roble.com", Issuer "mx5.roble.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 498n9T24j0z3D78 for ; Sat, 25 Apr 2020 23:21:33 +0000 (UTC) (envelope-from marquis@roble.com) Received: from roble.com (roble.com [209.237.23.50]) by mx5.roble.com (Postfix) with ESMTP id B9B97A8C48 for ; Sat, 25 Apr 2020 16:21:25 -0700 (PDT) Date: Sat, 25 Apr 2020 16:21:25 -0700 (PDT) From: Roger Marquis To: freebsd-ports@freebsd.org Subject: Re: python 2.7 marked as deprecated and EOL while 2.7.18 RC is available Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Rspamd-Queue-Id: 498n9T24j0z3D78 X-Spamd-Bar: +++ Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of marquis@roble.com has no SPF policy when checking 209.237.23.5) smtp.mailfrom=marquis@roble.com X-Spamd-Result: default: False [3.79 / 15.00]; ARC_NA(0.00)[]; FAKE_REPLY(1.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-ports@freebsd.org]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_SPAM_MEDIUM(0.95)[0.955,0]; RCVD_TLS_LAST(0.00)[]; NEURAL_SPAM_LONG(0.94)[0.943,0]; DMARC_NA(0.00)[roble.com]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:17403, ipnet:209.237.0.0/18, country:US]; RCVD_COUNT_TWO(0.00)[2]; IP_SCORE(-0.01)[country: US(-0.05)] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Apr 2020 23:21:34 -0000 Kurt Jaeger wrote: > I prepared a patch to build lyx without the 2.7 restriction. The > patch needs a run-test, can you test and report back ? Has anyone enumerated the ports and applications which don't work with python{,2,2.7} symlinked from pypy? Mailman seems fine but fail2ban does not start, at least not when it was installed using the original python2.7 port. One heads-up is that pypy can take more than an hour to compile (on x86_64). The build relies on a single python2 thread which eventually utilizes over 5GB RAM. Roger