Date: Wed, 8 Apr 2009 01:50:02 GMT From: NAKAJI Hiroyuki <nakaji@jp.FreeBSD.org> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/133451: www/plone3 build fails. Plone3 needs python-2.4 but libxcb-1.2_1 needs Python 2.5 Message-ID: <200904080150.n381o292047703@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/133451; it has been noted by GNATS. From: NAKAJI Hiroyuki <nakaji@jp.FreeBSD.org> To: bug-followup@freebsd.org Cc: Andrew Jones <andy.larrymite@gmail.com> 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. <cite> 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. </cite> -- NAKAJI Hiroyuki
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904080150.n381o292047703>