From owner-freebsd-ports@freebsd.org Sat Aug 8 03:04:04 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 1F27737B8E0 for ; Sat, 8 Aug 2020 03:04:04 +0000 (UTC) (envelope-from portmaster@BSDforge.com) Received: from udns.ultimatedns.net (static-24-113-41-81.wavecable.com [24.113.41.81]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "ultimatedns.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BNnBC51Spz4F9r for ; Sat, 8 Aug 2020 03:04:03 +0000 (UTC) (envelope-from portmaster@BSDforge.com) Received: from udns.ultimatedns.net (localhost [IPv6:0:0:0:0:0:0:0:1]) by udns.ultimatedns.net (8.15.2/8.15.2) with ESMTPS id 07833vsF017945 (version=TLSv1.2 cipher=DHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Fri, 7 Aug 2020 20:04:03 -0700 (PDT) (envelope-from portmaster@BSDforge.com) X-Mailer: Cypht MIME-Version: 1.0 From: Chris Reply-To: portmaster@BSDforge.com To: freebsd-ports Subject: ln -s python3 python2 && ln -s python37 python27? Date: Fri, 07 Aug 2020 20:04:03 -0700 Message-Id: <41d2c79b9cbf000d700fddde4117cebe@udns.ultimatedns.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 4BNnBC51Spz4F9r X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [0.00 / 15.00]; ASN(0.00)[asn:11404, ipnet:24.113.0.0/16, country:US]; local_wl_ip(0.00)[24.113.41.81] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Aug 2020 03:04:04 -0000 I'm currently performing a big buildup for a large deployment=2E I built world && kernel in the build jail, and performed the install into another jail for the port/package buildup that will in turn be used for the deployment STABLE-12@363918 && PORTS@544342, respectively=2E Problem _appears_ to be with Python as maintained in the ports tree=2E make=2Econf(5) defines only: DEFAULT_VERSIONS+=3Dpython=3D3=2E7 python3=3D3=2E7 performing a make config-recursive in xorg-server/ until dialogs no longer appear=2E Followed by a make package-recursive install clean goes as anticipated, building python-3=2E7 && py-37 additions, llvm, =2E=2E=2E But towards the end I'm greeted by a large python2=2E7 session with all the expected warnings about EOL and installing to the same place=2E Can I simply avoid all this BS by deleting python2=2E7 and family, and simply link all references to python3=2E7=2E This is quite maddening=2E There must be a way out=2E No? Thank you in advance for any, and all clues to salvation! :-) --Chris