Opened 9 years ago
Closed 9 years ago
#47891 closed defect (fixed)
vim @7.4.729_1: build fails with +python27
Reported by: | mndavidoff (Monte Davidoff) | Owned by: | raimue (Rainer Müller) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.3 |
Keywords: | Cc: | promac@…, macports@…, elventear (Pepe Barbe) | |
Port: | vim |
Description
Installing vim @7.4.729_1 fails when the +python27 variant is specified. These installs succeed:
$ port -vs install vim $ port -vs install vim +python34
This one fails:
$ port -vs install vim +python27 ... ---> 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: -------------------------- |--- configure.in.orig 2015-05-29 22:32:15.000000000 +0200 |+++ /opt/local/var/macports/build/_Users_raimue_src_macports_trunk_dports_editors_vim/vim/work/vim74/src/configure.in 2015-05-29 22:34:23.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/vim74" && /usr/bin/patch -p0 < '/opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/editors/vim/files/patch-python.diff' Exit code: 1
Attachments (1)
Change History (6)
Changed 9 years ago by mndavidoff (Monte Davidoff)
Attachment: | main.log.gz added |
---|
comment:1 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | raimue@… removed |
---|---|
Owner: | changed from macports-tickets@… to raimue@… |
comment:2 Changed 9 years ago by larryv (Lawrence Velázquez)
Cc: | promac@… added |
---|
comment:5 Changed 9 years ago by raimue (Rainer Müller)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Should be fixed with r136909.
Note: See
TracTickets for help on using
tickets.
Has duplicate #47897.