From owner-freebsd-openoffice@FreeBSD.ORG Thu Nov 13 22:36:08 2003 Return-Path: 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 29D9916A4CE for ; Thu, 13 Nov 2003 22:36:08 -0800 (PST) Received: from brabys.co.za (postoffice.brabys.co.za [192.96.48.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D4B843F75 for ; Thu, 13 Nov 2003 22:36:05 -0800 (PST) (envelope-from nelis@brabys.co.za) Received: from [192.96.48.37] (proxy-inner.brabys.co.za [192.96.48.11]) by brabys.co.za (8.12.0/8.12.0) with ESMTP id hAE6ZLcp009766 for ; Fri, 14 Nov 2003 08:35:21 +0200 From: Nelis Lamprecht To: openoffice@freebsd.org In-Reply-To: <1068790148.18835.8.camel@enigma.8ball.co.za> References: <1068790148.18835.8.camel@enigma.8ball.co.za> Content-Type: text/plain Message-Id: <1068791722.18835.12.camel@enigma.8ball.co.za> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Fri, 14 Nov 2003 08:35:22 +0200 Content-Transfer-Encoding: 7bit X-MailScanner: Found to be clean Subject: Re: build error OO1.1 referencing incorrect jdk version. X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: nelis@brabys.co.za List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Nov 2003 06:36:08 -0000 Changed this line in /usr/ports/editors/openoffice1.1/Makefile JDKDIR?= ${LOCALBASE}/jdk1.4.1 to jdk1.4.2 and it seems to be compiling fine for now. Nelis On Fri, 2003-11-14 at 08:09, Nelis Lamprecht wrote: > Hi, > > Trying to upgrade OpenOffice1.03 to 1.1 and getting the following error: > > > > configure: error: /usr/local/jdk1.4.1/bin/javac not found set > with_jdk_home > ===> Script "configure" failed unexpectedly. > Please report the problem to openoffice@FreeBSD.org [maintainer] > and > attach the > > "/usr/ports/editors/openoffice-1.1/work/oo_1.1_src/config_office/config.log" > including the output of the failure of your make command. Also, it > might > be a good idea to provide an overview of all packages installed on > your > system (e.g. an `ls /var/db/pkg`). > *** Error code 1 > > Stop in /usr/ports/editors/openoffice-1.1. > > > > This should be using jdk 1.4.2p5 now not jdl 1.4.1 surely ? This is on > FreeBSD 4.9 Stable. I'm sure I could get the binaries somewhere but that > would be no fun so I would like to compile my own :-) > > Thanks. > > Nelis >