Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#52938 closed defect (fixed)

vim @8.0.0094+python27: fails at patch step

Reported by: mndavidoff (Monte Davidoff) Owned by: raimue (Rainer Müller)
Priority: Normal Milestone:
Component: ports Version: 2.3.5
Keywords: Cc:
Port: vim MacVim

Description

Installing vim +python27 fails at the patch step:

$ sudo port -vs install vim +python27
...
--->  Applying patches to vim
--->  Applying patch-python.diff
can't find file to patch at input line 3
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- src/configure.in.orig	2016-09-12 16:31:10.000000000 +0200
|+++ src/configure.in	2016-09-12 19:21:34.000000000 +0200
--------------------------
File to patch: 
Skip this patch? [y] 
Skipping patch.
4 out of 4 hunks ignored
Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_editors_vim/vim/work/vim-8.0.0094" && /usr/bin/patch -p0 < '/opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/editors/vim/files/patch-python.diff'
Exit code: 1
Error: org.macports.patch for port vim returned: command execution failed
Warning: targets not executed for vim: org.macports.activate org.macports.patch org.macports.configure org.macports.build org.macports.destroot org.macports.install
Please see the log file for port vim for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_editors_vim/vim/main.log
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets
Error: Processing of port vim failed

Attachments (1)

main.log.gz (2.9 KB) - added by mndavidoff (Monte Davidoff) 7 years ago.

Download all attachments as: .zip

Change History (6)

Changed 7 years ago by mndavidoff (Monte Davidoff)

Attachment: main.log.gz added

comment:1 Changed 7 years ago by mndavidoff (Monte Davidoff)

See also #52939 for a similar failure with +python35.

comment:2 Changed 7 years ago by larryv (Lawrence Velázquez)

Cc: raimue@… removed
Owner: changed from macports-tickets@… to raimue
Status: newassigned
Summary: vim @8.0.0094: +python27 fails at patch stepvim @8.0.0094+python27: fails at patch step

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

Resolution: fixed
Status: assignedclosed

In 1b0ba89b/macports-ports:

vim: fix patches after rename of configure.in

This is a follow-up after f028fa310a6710b7a4b0f8ca647f495c62169906.

Closes: #52938
Closes: #52939
Closes: https://github.com/macports/macports-ports/pull/57

comment:4 Changed 7 years ago by raimue (Rainer Müller)

In 98ea88f6/macports-ports:

MacVim: fix patches after rename of configure.in

This is a follow-up after e77ec8a38ef5236388964c61edad561aaedff180.

Closes: #52938
Closes: #52939
Closes: https://github.com/macports/macports-ports/pull/57

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

Port: MacVim added
Note: See TracTickets for help on using tickets.