From owner-freebsd-python@freebsd.org Tue Nov 22 20:28:57 2016 Return-Path: <owner-freebsd-python@freebsd.org> Delivered-To: freebsd-python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E5590C50F81 for <freebsd-python@mailman.ysv.freebsd.org>; Tue, 22 Nov 2016 20:28:57 +0000 (UTC) (envelope-from robert.burmeister@utoledo.edu) Received: from mbob.nabble.com (mbob.nabble.com [162.253.133.15]) by mx1.freebsd.org (Postfix) with ESMTP id CDCC9C3D for <freebsd-python@freebsd.org>; Tue, 22 Nov 2016 20:28:57 +0000 (UTC) (envelope-from robert.burmeister@utoledo.edu) Received: from static.162.255.23.37.macminivault.com (unknown [162.255.23.37]) by mbob.nabble.com (Postfix) with ESMTP id 616A636835C5 for <freebsd-python@freebsd.org>; Tue, 22 Nov 2016 12:18:15 -0800 (PST) Date: Tue, 22 Nov 2016 13:28:57 -0700 (MST) From: Robert_Burmeister <robert.burmeister@utoledo.edu> To: freebsd-python@freebsd.org Message-ID: <1479846537326-6146794.post@n6.nabble.com> In-Reply-To: <1479844711336-6146789.post@n6.nabble.com> References: <bug-202982-21822-wv24FZJJgj@https.bugs.freebsd.org/bugzilla/> <1479475969601-6145721.post@n6.nabble.com> <d522eae5-2282-a036-94ba-28d0738b6ceb@FreeBSD.org> <1479844711336-6146789.post@n6.nabble.com> Subject: Re: [Bug 202982] port install of python3-3_3 conflicts with python2-2_3 (installs into same place) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 22 Nov 2016 20:28:58 -0000 Adding DEFAULT_VERSIONS+= python3=3.5 in my /etc/make.conf did not work, python3 still did not register as installed; removed make.conf entry. Apparently http://www.freshports.org/lang/python3/ is out of date. Manually running /usr/ports/lang/python3 make install clean installed python35-3.5.2 and registered python3-3_3 Reran xfce4 build and it completed. -- View this message in context: http://freebsd.1045724.x6.nabble.com/Bug-202982-port-install-of-python3-3-3-conflicts-with-python2-2-3-installs-into-same-place-tp6144581p6146794.html Sent from the freebsd-python mailing list archive at Nabble.com.