From owner-freebsd-openoffice@FreeBSD.ORG Tue Sep 19 02:50:59 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 8A54616A403 for ; Tue, 19 Sep 2006 02:50:59 +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 E7B1B43D53 for ; Tue, 19 Sep 2006 02:50:58 +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 875A0C584; Mon, 18 Sep 2006 22:50:57 -0400 (EDT) Received: from aaron.protected-networks.net (localhost [127.0.0.1]) by aaron.protected-networks.net (Postfix) with ESMTP id 99225C537; Mon, 18 Sep 2006 22:50: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 2BFEDC535; Mon, 18 Sep 2006 22:50: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=iA+JdYHFhaBf5GoEhDbld1E86vymzMKqF7/QcruovhxE3PpQ9LAgPCPKLSxWoECyqk/je58oQnFOWRe0xLwhrqL9EzfxIy+z5j4mLNsHjX5AE/EGbGhHTWDcBuRJtzUq; 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 CE33BC48F; Mon, 18 Sep 2006 22:50:52 -0400 (EDT) Message-ID: <450F5B0B.5070003@protected-networks.net> Date: Mon, 18 Sep 2006 22:50:51 -0400 From: Michael Butler User-Agent: Thunderbird 1.5.0.7 (X11/20060917) MIME-Version: 1.0 To: NAKATA Maho References: <4500335F.6030600@protected-networks.net> <20060908.054022.104098278.chat95@mac.com> <450C69FF.4080109@protected-networks.net> <20060919.080636.85417841.chat95@mac.com> In-Reply-To: <20060919.080636.85417841.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: Tue, 19 Sep 2006 02:50:59 -0000 NAKATA Maho wrote: > I spent several hours to investigate and tried to fix it... As did I .. many, many hours :-( > You specified WITH_GNUGCJ, this is the reason for the brekage. > javac at /usr/local/lib/jvm/java-gcj41/bin/ is actually ecj for you. > Somehow, ecj doesn't find bootstrappath as > /usr/local/share/java/libgcj-4.1.2.jar > so java.lang.Object cannot be resolved. > > IIRC, I verified that older version of gcc-4.1, but recent version > even sun.boot.path seems to be empty. > > I'll fix it hopefully soon... Thanks - I had hoped to run with it built with gcj but, since the gcc-3.4.1/gcc-ooo port now works again, I removed all of the gcj-related components and now have it compiled without GNUGCJ, Michael