From owner-freebsd-office@FreeBSD.ORG Tue Aug 23 17:05:10 2011 Return-Path: Delivered-To: office@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 84AAF1065676; Tue, 23 Aug 2011 17:05:10 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from xiurhn.etoilebsd.net (xiurhn.etoilebsd.net [94.23.37.58]) by mx1.freebsd.org (Postfix) with ESMTP id 472E78FC15; Tue, 23 Aug 2011 17:05:10 +0000 (UTC) Received: by xiurhn.etoilebsd.net (Postfix, from userid 80) id 344DD7E859; Tue, 23 Aug 2011 19:05:09 +0200 (CEST) To: Christoph Moench-Tegeder MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Tue, 23 Aug 2011 17:05:09 +0000 From: Baptiste Daroussin In-Reply-To: <20110823165812.GA82838@elch.exwg.net> References: <4E53C470.5040102@FreeBSD.org> <20110823165812.GA82838@elch.exwg.net> Message-ID: X-Sender: bapt@FreeBSD.org User-Agent: Roundcube Webmail/0.5.3 Cc: ports@FreeBSD.org, office@FreeBSD.org, Andriy Gapon Subject: Re: libreoffice with java: build fails in UTF-8 env X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Aug 2011 17:05:10 -0000 On Tue, 23 Aug 2011 18:58:12 +0200, Christoph Moench-Tegeder wrote: > ## Andriy Gapon (avg@FreeBSD.org): > >> [javac] * @author Ortwin Gl�ck >> [javac] ^ >> [javac] 1 error >> >> BUILD FAILED >> >> $ locale >> LANG=en_GB.UTF-8 > > Same here... us germans with our umlauts... > I fixed that here by changing > 2c9b0f83ed5890af02c0df1c1776f39b-commons-httpclient-3.1-src.tar.gz > (always breaking down the umlaut "ü" into "ue" in the .java files), > repackaging commons-httpclient-3.1-src.tar.gz and changing the > filename > (md5sum!) and the libreoffice makefiles to match the new tarball. > Obviously, this is more of a workaround (but I couldn't figure out > how to > get that into the libreoffice Makefile system). > > Gruß, > Christoph Yes building libreoffice with java option in an UTF8 environement is known to fail there is nothing I found to workaround that :( A way to find a solution is to help me "unbundle" the some java sources. btw I CC office@ as it is now the maintainer, as I'm running out of time to work alone on libreoffice. Bapt