Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 539494 - app-editors/vim 7.4.622 breaks with multiple python 3.x targets
Summary: app-editors/vim 7.4.622 breaks with multiple python 3.x targets
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Vim Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-09 18:39 UTC by Dylan
Modified: 2015-02-10 04:23 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 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.