From owner-freebsd-openoffice@FreeBSD.ORG Tue Nov 21 01:59:01 2006 Return-Path: X-Original-To: openoffice@freebsd.org Delivered-To: freebsd-openoffice@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E043116A412 for ; Tue, 21 Nov 2006 01:59:01 +0000 (UTC) (envelope-from jaj13@web.de) Received: from fmmailgate01.web.de (fmmailgate01.web.de [217.72.192.221]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E80143D45 for ; Tue, 21 Nov 2006 01:58:42 +0000 (GMT) (envelope-from jaj13@web.de) Received: from smtp07.web.de (fmsmtp07.dlan.cinetic.de [172.20.5.215]) by fmmailgate01.web.de (Postfix) with ESMTP id CA5063B6BDE7 for ; Tue, 21 Nov 2006 02:58:59 +0100 (CET) Received: from [82.234.154.189] (helo=[82.234.154.189]) by smtp07.web.de with esmtp (WEB.DE 4.107 #114) id 1GmKuZ-00062C-00 for openoffice@freebsd.org; Tue, 21 Nov 2006 02:58:59 +0100 Message-ID: <45625D63.10607@web.de> Date: Tue, 21 Nov 2006 02:58:59 +0100 From: Jona Joachim User-Agent: Thunderbird 1.5.0.8 (X11/20061113) MIME-Version: 1.0 To: openoffice@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: jaj13@web.de X-Sender: jaj13@web.de Cc: Subject: make -DWITH_GNUGCJ X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Nov 2006 01:59:02 -0000 Hi! I never actually managed to build OpenOffice.org using GNU gcj instead of Sun's JDK. I got quite far in the building process this time with editors/openoffice.org-2-devel but it stopped with: /usr/local/lib/jvm/java-gcj41/bin/gcj --encoding=UTF-8 -O2 -fno-assert -Wno-deprecated -C -classpath ".:../../unxfbsdi.pro/class::/usr/ports/editors/openoffice.org-2-devel/work/SRC680_m193/solver/680/unxfbsdi.pro/bin/ridl.jar:/usr/ports/editors/openoffice.org-2-devel/work/SRC680_m193/solver/680/unxfbsdi.pro/bin/unoil.jar:/usr/ports/editors/openoffice.org-2-devel/work/SRC680_m193/solver/680/unxfbsdi.pro/bin/jurt.jar:/usr/ports/editors/openoffice.org-2-devel/work/SRC680_m193/solver/680/unxfbsdi.pro/bin/juh.jar:/usr/ports/editors/openoffice.org-2-devel/work/SRC680_m193/solver/680/unxfbsdi.pro/bin/xalan.jar:/usr/ports/editors/openoffice.org-2-devel/work/SRC680_m193/solver/680/unxfbsdi.pro/bin/xercesImpl.jar:/usr/ports/editors/openoffice.org-2-devel/work/SRC680_m193/solver/680/unxfbsdi.pro/bin/xml-apis.jar" -d ../../unxfbsdi.pro/class XSLTransformer.java XSLTFilterOLEExtracter.java XSLTXalanOLEExtracter.java XSLTXalanOLEExtracter.java: In class 'XSLTXalanOLEExtracter': XSLTXalanOLEExtracter.java: In method 'XSLTXalanOLEExtracter.init(org.apache.xalan.extensions.XSLProcessorContext,org.apache.xalan.templates.ElemExtensionCall)': XSLTXalanOLEExtracter.java:52: error: cannot find file for class org.apache.xml.serializer.SerializerTrace XSLTXalanOLEExtracter.java:52: error: cannot find file for class org.apache.xml.serializer.SerializerTrace dmake: Error code 1, while making '../../unxfbsdi.pro/misc/XSLTFilter_dummy.java' '---* tg_merge.mk *---' ERROR: Error 65280 occurred while making /usr/ports/editors/openoffice.org-2-devel/work/SRC680_m193/filter/source/xsltfilter dmake: Error code 1, while making 'build_instsetoo_native' '---* *---' *** Error code 255 Stop in /usr/ports/editors/openoffice.org-2-devel. Is it supposed to build well with gcj? Furthermore I'd like to know if gcj is used to produce Java(TM) bytecode or native binaries in this case. Best regards, Jona