From owner-freebsd-ports@FreeBSD.ORG Fri Apr 4 23:31:59 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2832E106564A for ; Fri, 4 Apr 2008 23:31:59 +0000 (UTC) (envelope-from davidb@boothscientific.com) Received: from mx3.lsn.net (mx3.lsn.net [66.90.130.75]) by mx1.freebsd.org (Postfix) with ESMTP id D6DA88FC1D for ; Fri, 4 Apr 2008 23:31:58 +0000 (UTC) (envelope-from davidb@boothscientific.com) Received: from [172.18.0.27] (24-155-246-45.dyn.grandenetworks.net [24.155.246.45]) by mx3.lsn.net (8.13.5/8.13.5) with ESMTP id m34NVvIw021645 for ; Fri, 4 Apr 2008 18:31:58 -0500 From: David Booth To: freebsd-ports@freebsd.org Date: Fri, 4 Apr 2008 18:31:50 -0500 User-Agent: KMail/1.9.7 References: <200804040120.09070.softwareleute@freenet.de> <200804040147.36878.softwareleute@freenet.de> <20080404173336.1768653tvtohcpgc@intranet.encontacto.net> In-Reply-To: <20080404173336.1768653tvtohcpgc@intranet.encontacto.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200804041831.51583.davidb@boothscientific.com> X-Virus-Scanned: ClamAV 0.91.2/5803/Wed Feb 13 14:25:54 2008 on mx0.lsn.net X-Virus-Status: Clean Subject: Re: openoffice and java X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: davidb@boothscientific.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Apr 2008 23:31:59 -0000 On Friday 04 April 2008, eculp wrote: > Quoting Volker Glatz : > >> > _______________________________________________ > >> > >> the easy out is to install a jdk-15 before building openoffice > >> as it is required for the build. The java/diablo-jdk15 port is > >> probably the quickest to install. > > > > Thanks, > > I installed java/diablo-jdk15. openoffice is now compiling. > > For some reason, I just built Java/diablo-jdk5 on a Current amd64 > and two stable i386, machines without any problem and tried to > build openoffice.org-2 and get the same error on all: > > checking whether to add custom build version... no > checking whether to build with Java support... yes > checking the installed JDK... test: 0: unexpected operator > test: 0: unexpected operator > test: 0: unexpected operator > test: 0: unexpected operator > configure: error: JDK is too old, you need at least 1.3 > ===> Script "configure" failed unexpectedly. > > All three machines are up to date with cvs and kernels no more than > a week old. > > Any one have any idea why it sees diablo-jdk-15 as older than 1.3. > > Any suggestions will be greatly appreciated. > > Thanks, > > ed > I do not have a suggested fix, but I found similar behavior when I tried to compile it with JDK 1.6. Diablo 1.5 worked fine for me though.