From owner-freebsd-openoffice@FreeBSD.ORG Fri Nov 14 05:54:35 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 BB96516A4CE for ; Fri, 14 Nov 2003 05:54:35 -0800 (PST) Received: from brabys.co.za (postoffice.brabys.co.za [192.96.48.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4377B43F75 for ; Fri, 14 Nov 2003 05:54:33 -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 hAEDqScp027488 for ; Fri, 14 Nov 2003 15:52:28 +0200 From: Nelis Lamprecht To: openoffice@freebsd.org In-Reply-To: <1068791722.18835.12.camel@enigma.8ball.co.za> References: <1068790148.18835.8.camel@enigma.8ball.co.za> <1068791722.18835.12.camel@enigma.8ball.co.za> Content-Type: text/plain Message-Id: <1068817948.18835.69.camel@enigma.8ball.co.za> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Fri, 14 Nov 2003 15:52:28 +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 13:54:35 -0000 Just following up on my own message. The below method ( previous message ) didn't help me. OpenOffice1.1 compiled for about 4 hours then came up with this error message: s/modules/openoffice/wizard/util/ValueTypeCreator.java MakeModule.java org/netbeans/modules/openoffice/wizard/OOAddInCreateIterator.java:203: cannot resolve symbol symbol : class WizardDescriptor$Panel location: package openide perchance you meant 'WizardDescriptor.Panel' public org.openide.WizardDescriptor$Panel current() { ^ org/netbeans/modules/openoffice/wizard/OOIDLWizardIterator.java:210: cannot resolve symbol symbol : class WizardDescriptor$Panel location: package openide perchance you meant 'WizardDescriptor.Panel' public org.openide.WizardDescriptor$Panel current() ^ org/netbeans/modules/openoffice/wizard/OOServiceCreateIterator.java:217: cannot resolve symbol symbol : class WizardDescriptor$Panel location: package openide perchance you meant 'WizardDescriptor.Panel' public org.openide.WizardDescriptor$Panel current() { ^ Note: Some input files use or override a deprecated API. Note: Recompile with -deprecation for details. 3 errors dmake: Error code 1, while making '../../unxfbsd.pro/class/oosupport.nbm' ---* RULES.MK *--- ERROR: Error 65280 occurred while making /usr/ports/editors/openoffice-1.1/work/oo_1.1_src/odk/source/OOSupport dmake: Error code 1, while making 'build_all' ---* TG_SLO.MK *--- *** Error code 255 Stop in /usr/ports/editors/openoffice-1.1. I then went and manually edited each file changing $Panel to .Panel and finally the bugger compiled. Yay! :-) Nelis On Fri, 2003-11-14 at 08:35, Nelis Lamprecht wrote: > 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 jdk 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 > >