From owner-freebsd-openoffice@FreeBSD.ORG Thu Sep 7 17:14:40 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 C6ECD16A4DE for ; Thu, 7 Sep 2006 17:14:40 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from sarah.protected-networks.net (sarah.protected-networks.net [64.46.156.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 833CB43D6D for ; Thu, 7 Sep 2006 17:14:30 +0000 (GMT) (envelope-from imb@protected-networks.net) Received: from sarah.protected-networks.net (localhost [127.0.0.1]) by sarah.protected-networks.net (Postfix) with ESMTP id 538DB6175 for ; Thu, 7 Sep 2006 13:14:29 -0400 (EDT) Authentication-Results: sarah.protected-networks.net from=imb@protected-networks.net; domainkey=pass Received: from sarah.protected-networks.net (localhost [127.0.0.1]) by sarah.protected-networks.net (Postfix) with ESMTP id EBC7C6138 for ; Thu, 7 Sep 2006 13:14:28 -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:Subject:References:In-Reply-To:X-Enigmail-Version:OpenPGP:Content-Type:Content-Transfer-Encoding; b=Fhh+MOkzzhaeqyoLATTOAK/joCPVPPulwBGsmsQDt2NLtsZsMaECvblZw03oiybEZHkUTS9W14nYxk0EowRVZojG7lVQObi2XgI/jIOV/e3cFqFUTSrqMUxXzCWia5ij; 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)) by sarah.protected-networks.net (Postfix) with ESMTP id AAFFD60E8 for ; Thu, 7 Sep 2006 13:14:28 -0400 (EDT) Message-ID: <45005372.1050908@protected-networks.net> Date: Thu, 07 Sep 2006 13:14:27 -0400 From: Michael Butler User-Agent: Thunderbird 1.5.0.5 (X11/20060729) MIME-Version: 1.0 To: openoffice@freebsd.org References: <4500335F.6030600@protected-networks.net> In-Reply-To: <4500335F.6030600@protected-networks.net> X-Enigmail-Version: 0.94.0.0 OpenPGP: id=0442D492 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: 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: Thu, 07 Sep 2006 17:14:40 -0000 I wrote: > I'm trying to build OO locally on a -stable build from this morning but > stumbling on this .. > > 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 *---' Sorry for the noise - it seems that it builds with this change .. --- /etc/make.conf~ Thu Sep 7 11:24:10 2006 +++ /etc/make.conf Thu Sep 7 11:24:10 2006 @@ -29,2 +29,2 @@ -#WITH_CCACHE=yes -#NUMOFPROCESSES=4 +WITH_CCACHE=yes +NUMOFPROCESSES=4