Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 07 Sep 2006 13:14:27 -0400
From:      Michael Butler <imb@protected-networks.net>
To:        openoffice@freebsd.org
Subject:   Re: openoffice build failure
Message-ID:  <45005372.1050908@protected-networks.net>
In-Reply-To: <4500335F.6030600@protected-networks.net>
References:  <4500335F.6030600@protected-networks.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?45005372.1050908>