Opened 12 years ago

Closed 12 years ago

#35256 closed defect (fixed)

vim @7.3.584 Build failure

Reported by: holms (Roman Gorodeckij) Owned by: raimue (Rainer Müller)
Priority: Normal Milestone:
Component: ports Version: 2.1.99
Keywords: mountainlion Cc: holms (Roman Gorodeckij)
Port: vim

Description

Can't build vim message is pretty obvious

perlpath=`./which.sh perl` && sed -e "s+/usr/bin/perl+$perlpath+" ../runtime/tools/efm_perl.pl >/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_editors_vim/vim/work/destroot/opt/local/share/vim/vim73/tools/efm_perl.pl
sed: RE error: illegal byte sequence

found similar bug in vim package http://code.google.com/p/vim/issues/detail?id=63 they won't fix it =/ why the hell this world should support latin1 crap. My env is mountain lion GM where all locales are set to utf-8. Tried to set LC_ALL=C through port editing - doesn't help. probably this should be somehow fixed in a port it self, if we want to compile vim in mountain lion at all..

Attachments (1)

main.log (679.1 KB) - added by holms (Roman Gorodeckij) 12 years ago.
vim main.log

Download all attachments as: .zip

Change History (5)

Changed 12 years ago by holms (Roman Gorodeckij)

Attachment: main.log added

vim main.log

comment:1 Changed 12 years ago by neverpanic (Clemens Lang)

Keywords: mountainlion added
Owner: changed from macports-tickets@… to raimue@…
Priority: HighNormal

Plase remember to Cc the maintainer. Setting priority to high is reserved for MacPorts developers only (and hardly appropriate for a bug in a preview release).

comment:2 Changed 12 years ago by holms (Roman Gorodeckij)

Cc: holms@… added

Cc Me!

comment:3 Changed 12 years ago by holms (Roman Gorodeckij)

thnx. if somebody interested homebrew users have exactly the same problem.. https://github.com/Homebrew/homebrew-dupes/pull/21

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

Resolution: fixed
Status: newclosed

I've applied a patch to remove the non-ASCII characters from this file.

Fixed in r95784.

Note: See TracTickets for help on using tickets.