Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 493836 - python targets mismatched to gentoo-x86 ???
Summary: python targets mismatched to gentoo-x86 ???
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on: python-3.3-stable
Blocks:
  Show dependency tree
 
Reported: 2013-12-10 13:55 UTC by Alan Hourihane
Modified: 2013-12-17 20:16 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alan Hourihane 2013-12-10 13:55:21 UTC
I'm not sure what selects the python targets but on gentoo x86 I get this when doing "emerge -pv virtual/python-argparse"

[ebuild   R    ] virtual/python-argparse-1  PYTHON_TARGETS="python2_7 python3_3 (-pypy2_0) -python2_6 -python3_2" 0 kB

On prefix, I'm getting this....

[ebuild   R    ] virtual/python-argparse-1  PYTHON_TARGETS="python2_7 python3_2 (-pypy2_0) -python2_6 -python3_3* (-pypy1_9%) (-python2_5%) (-python3_1%)" 0 kB

Anyone know what we need to tweak on prefix ?
Comment 1 Fabian Groffen gentoo-dev 2013-12-10 20:10:57 UTC
arch/amd64/make.defaults:USE="${USE} -python_targets_python3_2 python_targets_python3_3"
arch/x86/make.defaults:USE="${USE} -python_targets_python3_2 python_targets_python3_3"

default/linux/amd64/13.0/use.stable.mask:-python_targets_python3_3
default/linux/amd64/13.0/use.stable.mask:-python_single_target_python3_3
default/linux/x86/13.0/use.stable.mask:-python_targets_python3_3
default/linux/x86/13.0/use.stable.mask:-python_single_target_python3_3

We don't have such things in prefix, which may be the reason.
Comment 2 Alan Hourihane 2013-12-10 22:54:26 UTC
Other packages suffer too. On gentoo-x86 this...

[ebuild   R    ] dev-python/setuptools-0.8-r1  PYTHON_TARGETS="python2_7 python3_3 (-pypy2_0) -python2_6 -python3_2" 0 kB
[ebuild   R    ] app-portage/gentoolkit-0.3.0.8-r2  PYTHON_TARGETS="python2_7 python3_3 (-pypy2_0) -python2_6 -python3_2" 0 kB

on prefix this...

[ebuild     U  ] dev-python/setuptools-1.1.6 [0.6.15] PYTHON_TARGETS="python2_7%
* python3_2%* (-pypy2_0) -python2_6% -python3_3%" 
[ebuild     U  ] app-portage/gentoolkit-0.3.0.8-r2 [0.3.0.7-r1] PYTHON_TARGETS="
python2_7%* python3_2%* (-pypy2_0) -python2_6% -python3_3%"
Comment 3 Fabian Groffen gentoo-dev 2013-12-17 20:16:26 UTC
this should be fixed now in prefix profile