Opened 11 years ago

Closed 11 years ago

#38085 closed defect (invalid)

vim +python33 (or 31, 32) builds without Python support on Snow Leopard

Reported by: alexey.muranov@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.1.3
Keywords: Cc: raimue (Rainer Müller)
Port: vim

Description

If i try to install vim with Python 3 support on Snow Leopard, for example

port install vim +python33

i get a working Vim but without Python support (typing :python gives "E319: Sorry, the command is not available in this version").

The variant +python27 works fine.

Attachments (1)

main.log (743.4 KB) - added by alexey.muranov@… 11 years ago.
The log for a clean build attempt

Download all attachments as: .zip

Change History (6)

comment:1 Changed 11 years ago by raimue (Rainer Müller)

Can you send me the log for a clean build attempt on that one?

sudo port clean vim
sudo port build vim +python33
port logfile vim

Please attach this main.log to this ticket.

Last edited 11 years ago by raimue (Rainer Müller) (previous) (diff)

Changed 11 years ago by alexey.muranov@…

Attachment: main.log added

The log for a clean build attempt

comment:2 Changed 11 years ago by alexey.muranov@…

Here it is. Thank you for your time.

comment:3 Changed 11 years ago by raimue (Rainer Müller)

Digging deeper into the issue, I guess this is not actually a linking problem. You said you used :python, however, for vim +python33 you need to use the command :python3 instead. See also :help python3.

comment:4 Changed 11 years ago by alexey.muranov@…

Yes, sorry about my confusion. :python3 works, so this can be closed. Thank you.

comment:5 Changed 11 years ago by raimue (Rainer Müller)

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.