Opened 12 years ago

Closed 12 years ago

#34767 closed defect (invalid)

'port install vim +python27' no work.

Reported by: cdchen@… Owned by: raimue (Rainer Müller)
Priority: Normal Milestone:
Component: ports Version: 2.1.1
Keywords: Cc:
Port: vim

Description

The 'port install vim +python27' command will build vim 7.3, but it was not support +python27 or any +python variants.

Attachments (1)

port-vim.out (356.4 KB) - added by cdchen@… 12 years ago.

Download all attachments as: .zip

Change History (4)

Changed 12 years ago by cdchen@…

Attachment: port-vim.out added

comment:1 Changed 12 years ago by cdchen@…

I think the problem is:

GUI_INC_LOC="" GUI_LIB_LOC="" \
                CC="/usr/bin/clang" CPPFLAGS="" CFLAGS="" \
                LDFLAGS=""  srcdir="" \
                ./configure    \
                  \
                   \
                   \
                   \
                   \
                   \
                    \
                   \
                  \
                
configure: creating cache auto/config.cache
...

checking --enable-pythoninterp argument... no
checking --enable-python3interp argument... no
checking --enable-tclinterp argument... no

comment:2 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to raimue@…
Port: vim added

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

Resolution: invalid
Status: newclosed

Sorry, I can't reproduce this problem. According to your attached port output, the compiled binary is actually being linked against the python27 framework from MacPorts. The quoted text in the previous comment is normal for the initial autoconf in the configure phase.

Please be more specific how and what kind of problem you encountered.

Note: See TracTickets for help on using tickets.