From owner-freebsd-openoffice@FreeBSD.ORG Sat Sep 16 21:18:10 2006 Return-Path: X-Original-To: openoffice@freebsd.org 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 A500716A412 for ; Sat, 16 Sep 2006 21:18:10 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from aaron.protected-networks.net (aaron.protected-networks.net [202.12.127.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2ED3D43D6A for ; Sat, 16 Sep 2006 21:18:02 +0000 (GMT) (envelope-from imb@protected-networks.net) Received: from localhost (localhost [127.0.0.1]) by aaron.protected-networks.net (Postfix) with ESMTP id 5945EC521; Sat, 16 Sep 2006 17:18:01 -0400 (EDT) Received: from aaron.protected-networks.net (localhost [127.0.0.1]) by aaron.protected-networks.net (Postfix) with ESMTP id AC952C516; Sat, 16 Sep 2006 17:17:53 -0400 (EDT) Authentication-Results: aaron.protected-networks.net from=imb@protected-networks.net; domainkey=pass Received: from aaron.protected-networks.net (localhost [127.0.0.1]) by aaron.protected-networks.net (Postfix) with ESMTP id 3C7FFC4C6; Sat, 16 Sep 2006 17:17:53 -0400 (EDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=200509; d=protected-networks.net; h=Received:Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject:References:In-Reply-To:X-Enigmail-Version:OpenPGP:Content-Type:Content-Transfer-Encoding; b=dwM7b0ZgOwSYR8Vb0EAUkppa+P1sSdzHXnz4IpQdu9uUNBWsxZ4MO+Rcd+WB8EBr/7GdsrNB+EpZmyBN7XU0SZOOJVVfOUC9uER4BDWPTFNftZD+c2LAZV5BDSQBmeRR; Received: from [192.168.1.10] (socker.hsd1.ma.comcast.net [24.218.145.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "Iain Michael Butler", Issuer "Protected Networks Certificate Authority" (verified OK)) (Authenticated sender: imb@protected-networks.net) by aaron.protected-networks.net (Postfix) with ESMTP id DDB03C486; Sat, 16 Sep 2006 17:17:52 -0400 (EDT) Message-ID: <450C69FF.4080109@protected-networks.net> Date: Sat, 16 Sep 2006 17:17:51 -0400 From: Michael Butler User-Agent: Thunderbird 1.5.0.7 (X11/20060914) MIME-Version: 1.0 To: NAKATA Maho References: <4500335F.6030600@protected-networks.net> <20060908.054022.104098278.chat95@mac.com> In-Reply-To: <20060908.054022.104098278.chat95@mac.com> X-Enigmail-Version: 0.94.0.0 OpenPGP: id=0442D492 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: openoffice@freebsd.org Subject: Re: openoffice build failure 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: Sat, 16 Sep 2006 21:18:10 -0000 NAKATA Maho wrote: > Michael Butler wrote: > >> checking for javac... javac >> checking if javac works... configure: error: The Java compiler javac >> failed (see config.log, check the CLASSPATH?) >> dmake: Error code 1, while making >> './unxfbsdi.pro/misc/build/so_configured_so_berkeleydb' >> '---* tg_merge.mk *---' > > Same error ... > >> WITHOUT_MOZILLA=yes >> WITH_GNUGCJ=yes >> WITH_CUPS=yes >> WITH_KDE=yes >> >> .. what am I missing? > > I don't know...I investigated this error yesterday but no clue at the moment. This appears to be an issue with configure .. the following extract from /usr/ports/editors/openoffice.org-2.0/work/OOD680_m3/berkeleydb/unxfbsdi.pro/misc/build/db-4.2.52.NC/out/config.log shows .. configure:14625: $? = 0 configure:14636: result: yes configure:14660: checking if f77 supports -c -o file.o configure:14688: f77 -c -g -O2 -o out/conftest2.o conftest.f >&5 configure:14692: $? = 0 configure:14709: result: yes configure:14735: checking whether the f77 linker (/usr/bin/ld) supports shared libraries configure:15507: result: yes configure:15578: checking how to hardcode library paths into programs configure:15603: result: immediate configure:15617: checking whether stripping libraries is possible configure:15622: result: yes configure:15644: checking dynamic linker characteristics configure:16155: result: freebsd6.2 ld.so configure:20053: checking SOSUFFIX from libtool configure:20075: result: .so configure:20080: checking MODSUFFIX from libtool configure:20102: result: .so configure:20107: checking JMODSUFFIX from libtool configure:20133: result: .so configure:20220: checking for javac configure:20236: found /usr/local/lib/jvm/java-gcj41/bin/javac configure:20246: result: javac configure:20303: checking if javac works configure:20317: javac Test.java ---------- 1. ERROR in Test.java (at line 1) /* #line 20312 "configure" */ ^ The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files ---------- 1 problem (1 error)configure:20320: $? = 255 configure:20324: error: The Java compiler javac failed (see config.log, check the CLASSPATH?) [ .. snip .. ] I have no clue how to fix this .. :-( Michael