From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 18 02:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 96BDCDA for ; Wed, 18 Dec 2013 02:20:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 58B3914D9 for ; Wed, 18 Dec 2013 02:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBI2K0H6085095 for ; Wed, 18 Dec 2013 02:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBI2K0iK085094; Wed, 18 Dec 2013 02:20:00 GMT (envelope-from gnats) Resent-Date: Wed, 18 Dec 2013 02:20:00 GMT Resent-Message-Id: <201312180220.rBI2K0iK085094@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Shane Ambler Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D66E2FEA for ; Wed, 18 Dec 2013 02:15:00 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C40E314AD for ; Wed, 18 Dec 2013 02:15:00 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBI2F0e6005674 for ; Wed, 18 Dec 2013 02:15:00 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBI2F0W3005666; Wed, 18 Dec 2013 02:15:00 GMT (envelope-from nobody) Message-Id: <201312180215.rBI2F0W3005666@oldred.freebsd.org> Date: Wed, 18 Dec 2013 02:15:00 GMT From: Shane Ambler To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184954: Installation checks prevent multiple python ports being installed X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 02:20:00 -0000 >Number: 184954 >Category: ports >Synopsis: Installation checks prevent multiple python ports being installed >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Dec 18 02:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Shane Ambler >Release: 9.2-RELEASE >Organization: >Environment: FreeBSD leader.local 9.2-RELEASE-p2 FreeBSD 9.2-RELEASE-p2 #1 r259039: Sat Dec 7 08:31:58 CST 2013 root@leader.local:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Recent changes cause py-setuptools to be installed for the python version being used. The installation checks prevent py-setuptools being installed for more than one python version at a time. eg py27-setuptools prevents py32-setuptools being installed. I think the previous behaviour saw py27-setuptools and it was used during install. Now I can't install a port set to use python32 or python33 because setuptools is installed for python27. I've created duplicate ports to be able to install py-numpy for multiple python versions but I don't want to start duplicating every python port to support multiple python versions. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: