Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 539494

Summary: app-editors/vim 7.4.622 breaks with multiple python 3.x targets
Product: Gentoo Linux Reporter: Dylan <baker.dylan.c>
Component: Current packagesAssignee: Vim Maintainers <vim>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Dylan 2015-02-09 18:39:07 UTC
my make.conf contains the following:
PYTHON_TARGETS="python2_7 python3_3 python3_4"

when I try to build the latest unstable version of vim I receive the following error:
 luajit? ( lua ) python? ( any-of ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 ) at-most-one-of ( python_targets_python2_7 ) at-most-one-of ( python_targets_python3_3 python_targets_python3_4 ) )

Which can be fixed by removing python3_3 or python3_4 from my make.conf.
Comment 1 thegeekpirate 2015-02-09 19:52:43 UTC
Confirmed, this is the only package which I'm having a problem with by having multiple PYTHON_TARGETS.
Comment 2 Tim Harder gentoo-dev 2015-02-10 04:23:44 UTC
You should disable python_targets_python3_3 or python_targets_python3_4 in package.use for vim as this isn't going to change if we want to support concurrent and explicit py2 and py3 support (bug #537176).

Closing as won't fix since this is how things will work with the current python eclasses.