SciTE // patch error
Andrew Pantyukhin
infofarmer at FreeBSD.org
Sat Dec 2 12:28:59 PST 2006
On 02 Dec 2006 19:37:19 +0100, vermaden <vermaden at interia.pl> wrote:
> Hi, I can not install/built scite editor from
> ports, I got the following error message:
>
> [code]
>
> # make
> ===> Found saved configuration for scite-gtk2-1.71_1
> => scite171.tgz doesn't seem to exist in /usr/ports/distfiles/.
> => Attempting to fetch from http://heanet.dl.sourceforge.net/sourceforge/scintilla/.
> scite171.tgz 100% of 1269 kB 86 kBps 00m00s
> ===> Extracting for scite-gtk2-1.71_1
> => MD5 Checksum OK for scite171.tgz.
> => SHA256 Checksum OK for scite171.tgz.
> ===> Patching for scite-gtk2-1.71_1
> ===> Applying FreeBSD patches for scite-gtk2-1.71_1
> tr: Illegal byte sequence
> *** Error code 1
>
> Stop in /usr/ports/editors/scite.
> #
>
> [/code]
Please try running make in another locale, like
"env LANG=C LC_ALL=C make" or
"env LANG=en_US.ISO8859-1 LC_ALL=en_US.ISO8859-1 make"
More information about the freebsd-ports
mailing list