Bug 184478 - vim built without python scripting support
Summary: vim built without python scripting support
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: vim
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Karsten Hopp
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-03-09 04:53 UTC by Scott Tsai
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-03-10 09:38:47 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Scott Tsai 2006-03-09 04:53:48 UTC
Description of problem:
Rawhide vim is built without python support.
I have several scripts used daily in administration work that relies on it.
Note that vim has been built with python support since the RH5.0 days, at least.
Is there a technical reason why this was turned off?

Version-Release number of selected component (if applicable):
vim-enhanced-6.4.007-2

How reproducible:
always

Steps to Reproduce:
1.vim --version | grep python
  
Actual results:
+path_extra +perl +postscript +printer -python +quickfix +rightleft -ruby


Expected results:
+path_extra +perl +postscript +printer +python +quickfix +rightleft -ruby

Comment 1 Karsten Hopp 2006-03-09 11:27:39 UTC
Which arch is that ? Looks ok to on x86:

>rpm -q vim-enhanced
vim-enhanced-6.4.007-2
>/usr/bin/vim --version | grep pyth
+path_extra +perl +postscript +printer +python +quickfix +rightleft -ruby


Comment 2 Scott Tsai 2006-03-09 12:18:41 UTC
I'm on x86_64 with package:
vim-enhanced.x86_64-1:6.4.007-2

Comment 3 Karsten Hopp 2006-03-10 09:38:47 UTC
fixed in vim-6.4.007-4, configure wasn't searching in /usr/lib64 on 64bit 
architectures 


Note You need to log in before you can comment on or make changes to this bug.