From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 8 01:50:03 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B38541065674 for ; Wed, 8 Apr 2009 01:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A115E8FC08 for ; Wed, 8 Apr 2009 01:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n381o2e3047704 for ; Wed, 8 Apr 2009 01:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n381o292047703; Wed, 8 Apr 2009 01:50:02 GMT (envelope-from gnats) Date: Wed, 8 Apr 2009 01:50:02 GMT Message-Id: <200904080150.n381o292047703@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: NAKAJI Hiroyuki Cc: Subject: Re: ports/133451: www/plone3 build fails. Plone3 needs python-2.4 but libxcb-1.2_1 needs Python 2.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: NAKAJI Hiroyuki List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Apr 2009 01:50:03 -0000 The following reply was made to PR ports/133451; it has been noted by GNATS. From: NAKAJI Hiroyuki To: bug-followup@freebsd.org Cc: Andrew Jones Subject: Re: ports/133451: www/plone3 build fails. Plone3 needs python-2.4 but libxcb-1.2_1 needs Python 2.5 Date: Wed, 08 Apr 2009 10:24:06 +0900 Thanks for a report. Do you set PYTHON_DEFAULT_VERSION in your /etc/make.conf? In /usr/ports/UPDATING, you can see the instruction about python upgrade from 2.4 to 2.5. 20070730: AFFECTS: users of lang/python24 and py-* AUTHOR: python@FreeBSD.org The default version of Python has been changed from 2.4.x to 2.5.x. If you have 2.4.x installed, perform an upgrade of lang/python24 to lang/python25 with a command like: # portupgrade -o lang/python25 lang/python24 If you want to keep 2.4.x installed alongside 2.5.x, set the PYTHON_DEFAULT_VERSION variable to 'python2.5' without quotes in make.conf, then go to lang/python and execute # portupgrade -R python Once the installed Python has been updated to 2.5, by using one of the methods above, it is required to run the upgrade-site-packages target in lang/python to assure that site-packages are made available to the new Python version. # cd /usr/ports/lang/python && make upgrade-site-packages This Makefile target requires ports-mgmt/portupgrade to be installed. -- NAKAJI Hiroyuki