Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jul 2011 16:55:59 +0400
From:      Ruslan Mahmatkhanov <cvs-src@yandex.ru>
To:        Anton Shterenlikht <mexas@bristol.ac.uk>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: french/aster ignores PYTHON_VERSION= 2.6 ?
Message-ID:  <4E26D05F.908@yandex.ru>
In-Reply-To: <20110720124017.GA94898@mech-cluster241.men.bris.ac.uk>
References:  <20110720124017.GA94898@mech-cluster241.men.bris.ac.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
Anton Shterenlikht wrote on 20.07.2011 16:40:
> french/aster has in the Makefile:
>
> .if ${ARCH} == "amd64"
> # python 2.7 causes process runaway
> PYTHON_VERSION= 2.6
> .endif
>
> I get the same on ia64, so I changed it to:
>
> .if ${ARCH} == "amd64" || ${ARCH} == "ia64"
> # python 2.7 causes process runaway
> PYTHON_VERSION= 2.6
> .endif
>
> But still 2.7 is used:
>
> # grep python ./work/aster-full-src-10.3.0/config.log
>    /usr/local/bin/python2.7 setup.pyo test
> #
>
> Why?
>
> Thanks
> Anton
>

As far i understand PYTHON_VERSION hold value like 'python2.7', so you 
should correct this in your Makefile. Or just use USE_PYTHON = 2.6


-- 
Regards,
Ruslan



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4E26D05F.908>