Opened 11 years ago

Closed 11 years ago

#38954 closed defect (fixed)

port vim-app fails

Reported by: pengyu.ut@… Owned by: raimue (Rainer Müller)
Priority: Normal Milestone:
Component: ports Version: 2.1.3
Keywords: Cc:
Port: vim-app

Description

Please see the attached log file for further info.

Attachments (1)

port_vim_app.log (8.1 KB) - added by pengyu.ut@… 11 years ago.
/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_editors_vim-app/vim-app/main.log

Download all attachments as: .zip

Change History (4)

Changed 11 years ago by pengyu.ut@…

Attachment: port_vim_app.log added

/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_editors_vim-app/vim-app/main.log

comment:1 Changed 11 years ago by cooljeanius (Eric Gallager)

vim-app is only for old OSes. Since you're on Mountain Lion, you should try MacVim instead.

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

Owner: changed from macports-tickets@… to raimue@…

The log doesn't show any build failure, only an archive fetch failure. Perhaps you have MacPorts configured to use archives only? If so that's not surprising.

If you allow MacPorts to try to build it, you should see something like:

$ sudo port install vim-app
--->  Computing dependencies for vim-app
--->  Fetching distfiles for vim-app
[snip]
--->  Attempting to fetch 7.3.760 from http://distfiles.macports.org/vim/7.3_2
--->  Attempting to fetch 7.3.761 from http://distfiles.macports.org/vim/7.3_2
--->  Attempting to fetch 7.3.762 from http://distfiles.macports.org/vim/7.3_2
--->  Attempting to fetch app-bm.tar.gz from http://distfiles.macports.org/vim/7.3_2
--->  Attempting to fetch doc.tar.gz from http://distfiles.macports.org/vim/7.3_2
--->  Verifying checksum(s) for vim-app
--->  Extracting vim-app
--->  Applying patches to vim-app
--->  Configuring vim-app
Error: vim-app does not run on Mac OS X 10.6 or greater. Please use MacVim instead.
Error: org.macports.configure for port vim-app returned: incompatible Mac OS X version
Please see the log file for port vim-app for details:
    /opt/local/var/macports/logs/_Users_rschmidt_macports_dports_editors_vim-app/vim-app/main.log
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets
Error: Processing of port vim-app failed
$ 

Which makes me think the message should really be printed in pre-fetch not pre-configure; no need to make the user fetch a bunch of files if the user won't be able to use them anyway.

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

Resolution: fixed
Status: newclosed

I switched the message to pre-fetch in r109612. As I did find the original problem in the log provided I am calling this issue fixed as well with this change.

Note: See TracTickets for help on using tickets.