On 2014-01-11 10:06 PM, Rick Zero_Chaos Farina <zeroch...@gentoo.org> wrote:
On 01/08/2014 01:03 PM, Tanstaafl wrote:
Could this have anything to do with the fact that I don't have either of
these set in /etc/portage/make.comf:
PYTHON_TARGETS="python2_7 python3_3"
PYTHON_SINGLE_TARGET="python2_7"
You really do not want to do that. These are set by the profile, and
when updates come around (like python 3.4) your system won't get it
because you manually said you wanted python 3.3. Please, nobody should
be setting this variable randomly in make.conf. When in doubt, don't
change the defaults from the profile. You can see what is set for
everything with "emerge --info".
I didn't set it (yet), I don't change things like this without learning
whether or not it is really needed - which is why I asked the question. ;)
That said...
emerge --info shows no mention of anything PYTHON related, much less
either of these.
Hmmm... it also doesn't show:
PHP_INI_VERSION="production"
PHP_TARGETS="php5-5"
Which I have explicitly set in /etc/portage/make.conf
Shouldn't they be showing?