#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 nad@…): FWIW, I am able to successfully build, install, and run vim +python27, vim +python33, and vim +python27 +python33 from source with the current python27 and python33 ports installed: {{{ python27 @2.7.5_0+universal (active) python33 @3.3.2_0+universal (active) vim @7.3.762_2+huge+python33+universal vim @7.3.762_2+huge+python27+universal vim @7.3.762_2+huge+python27+python33+universal (active) }}} 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 }}} -- Ticket URL: <https://trac.macports.org/ticket/39207#comment:8> MacPorts <http://www.macports.org/> Ports system for OS X