#39207: vim @7.3.762_2+cscope+huge+perl+python27+python33+tcl is broken after upgrading MacPorts python27 from 2.7.3 to 2.7.5 ---------------------------+---------------------- Reporter: swordangel@… | Owner: raimue@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: vim python27 | ---------------------------+---------------------- Comment (by swordangel@…): Replying to [comment:8 nad@…]:
You could try forcing a vim rebuild from source with port -d -s. In the debug output, you should see something like this:
{{{ checking --with-python argument... /opt/local/bin/python2.7 checking Python version... 2.7 checking Python is 1.4 or better... yep checking Python's install prefix... /opt/local/Library/Frameworks/Python.framework/Versions/2.7 checking Python's execution prefix... /opt/local/Library/Frameworks/Python.framework/Versions/2.7 checking Python's configuration directory... /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config checking if -pthread should be used... no checking if compile and link flags for Python are sane... yes checking --enable-python3interp argument... yes checking --with-python3 argument... /opt/local/bin/python3.3 checking Python version... 3.3 checking Python's abiflags... m checking Python's install prefix... /opt/local/Library/Frameworks/Python.framework/Versions/3.3 checking Python's execution prefix... /opt/local/Library/Frameworks/Python.framework/Versions/3.3 checking Python's configuration directory... /opt/local/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/config-3.3m }}}
I just tried rebuilding with `-d -s`. I see the exact same lines as you do. But when I try editing a .py file, Vim still crashes with the same error. -- Ticket URL: <https://trac.macports.org/ticket/39207#comment:9> MacPorts <http://www.macports.org/> Ports system for OS X