From owner-freebsd-openoffice@FreeBSD.ORG Thu Nov 18 01:02:05 2004 Return-Path: Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F41216A4CE for ; Thu, 18 Nov 2004 01:02:05 +0000 (GMT) Received: from smtp3.apol.com.tw (smtp3.apol.com.tw [203.79.224.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1DF343D41 for ; Thu, 18 Nov 2004 01:02:04 +0000 (GMT) (envelope-from autrijus@autrijus.org) Received: from mail.autrijus.org (210-85-16-204.cm.dynamic.apol.com.tw [210.85.16.204]) by smtp3.apol.com.tw (8.9.3/8.9.3) with ESMTP id JAA10653231; Thu, 18 Nov 2004 09:02:01 +0800 (CST) Received: by mail.autrijus.org (Postfix, from userid 1000) id 578406221; Thu, 18 Nov 2004 09:04:12 +0800 (CST) Date: Thu, 18 Nov 2004 09:04:12 +0800 From: Autrijus Tang To: Phillip Neumann Message-ID: <20041118010412.GA8623@aut.dyndns.org> References: <1100087888.5098.5.camel@localhost> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="17pEHd4RhPHOinZp" Content-Disposition: inline In-Reply-To: <1100087888.5098.5.camel@localhost> X-Copyright: Copyright 2004 by Autrijus Tang. All rights reserved. X-Public-Key: http://autrijus.org/pubkey.asc X-Notice: Forwarding of this mail prohibited without written consent. User-Agent: Mutt/1.5.6i cc: freebsd-openoffice@freebsd.org Subject: Re: OpeOffice 1.1.3: make -DWITH_TTF_BYTECODE_ENABLED=YES -DWITHOUT_MOZILLA X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Nov 2004 01:02:05 -0000 --17pEHd4RhPHOinZp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Nov 09, 2004 at 10:58:10PM +0000, Phillip Neumann wrote: > After som hour of build, i get the folowing error: > tr -d "\015" < ../../examples/OLE/delphi/InsertTables/SampleUI.dfm > > ../../unxfbsd.pro/bin/odk645/examples/OLE/delphi/InsertTables/SampleUI.dfm > tr: Illegal byte sequence Hi. I have run into the same problem; the problem seems to be that "/usr/bin/tr" does not accept source files that conflict with the current locale (zh_TW.UTF-8 in my case). Running "make" with "env LC_ALL=C" fixed it for me. Port maintainers: do you think adding "MAKE_ENV+= LC_ALL=C" make sense, or is there some way to fix the "tr" lines only? (I'm not on the list, so please Cc me for follow-up discussions.) Thanks, /Autrijus/ --17pEHd4RhPHOinZp Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQFBm/UMtLPdNzw1AaARAg7tAJ9fymuKz30we8LTv8HTiNp4KDG93wCfX86v gk99Z3n2Rb23VJ+0rP8VjFI= =Bm8h -----END PGP SIGNATURE----- --17pEHd4RhPHOinZp--