Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 537178 - app-editors/vim and gvim only enables one python interpreter even though PYTHON_TARGETS enable many
Summary: app-editors/vim and gvim only enables one python interpreter even though PYTH...
Status: RESOLVED DUPLICATE of bug 537176
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL: http://forums.gentoo.org/viewtopic-p-...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-21 00:10 UTC by Peter Asplund
Modified: 2015-01-21 07:37 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 Peter Asplund 2015-01-21 00:10:47 UTC
I have issues with my python flags for (G)Vim. Even though I have enabled PYTHON_TARGETS="2.7 3.3" I only get Python 3 support, and no ordinary "python" support.

I have this as my build flags for Gvim:

root@skare$ emerge -pqv vim
[ebuild   R   ] app-editors/vim-7.4.560  USE="X acl gpm nls perl python vim-pager -cscope -debug -lua -luajit -minimal -racket -ruby (-selinux) -tcl" PYTHON_SINGLE_TARGET="python2_7 -python3_3 -python3_4" PYTHON_TARGETS="python2_7 python3_3 python3_4"
root@skare$ emerge -pqv gvim
[ebuild   R   ] app-editors/gvim-7.4.560  USE="acl gnome gtk netbeans nls perl python session (-aqua) -cscope -debug -lua -luajit -motif -neXt -racket -ruby (-selinux) -tcl" PYTHON_SINGLE_TARGET="python3_3 -python2_7 -python3_4" PYTHON_TARGETS="python2_7 python3_3 -python3_4"	

but when checking :version in GVim this is what I have:

Kod:	
-python
+python3

I found the post in the forum that I have linked to the bug, which seems to have a patch for it, along with a question of whether it is a bug or not.

Reproducible: Always

Actual Results:  
Only support for Python 3 interpreter

Expected Results:  
Support for both Python (2) and Python 3 interpreter
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2015-01-21 07:37:11 UTC

*** This bug has been marked as a duplicate of bug 537176 ***