From owner-freebsd-openoffice@FreeBSD.ORG Thu Dec 18 20:03:30 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 E2A7816A4CE for ; Thu, 18 Dec 2003 20:03:30 -0800 (PST) Received: from straycat.dhs.org (h0050da134090.ne.client2.attbi.com [65.96.131.3]) by mx1.FreeBSD.org (Postfix) with SMTP id 7647043D64 for ; Thu, 18 Dec 2003 20:03:24 -0800 (PST) (envelope-from tmclaugh@sdf.lonestar.org) Received: (qmail 22098 invoked from network); 19 Dec 2003 01:17:15 -0000 Received: from unknown (HELO ?192.168.1.128?) (192.168.1.128) by 192.168.1.129 with SMTP; 19 Dec 2003 01:17:15 -0000 From: Tom McLaughlin To: freebsd-openoffice@freebsd.org In-Reply-To: <20031218044021.13675.qmail@web80003.mail.yahoo.com> References: <20031218044021.13675.qmail@web80003.mail.yahoo.com> Content-Type: text/plain Message-Id: <1071796658.975.73.camel@compass> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Thu, 18 Dec 2003 20:17:39 -0500 Content-Transfer-Encoding: 7bit Subject: Re: mysterious failure ... X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Dec 2003 04:03:31 -0000 On Wed, 2003-12-17 at 23:40, Blackfeather Tanfur aka Helgi wrote: > Hello, > > I can't get OpenOffice 1.1 to compile, and it tells me > to send you the logs -- so here goes. Hopefully I got > all you need. The compile session, /var/db/pkg, and > the error logs. > > Any idea of what's going on? > > Thanks, > Craig A. Cook > > ______________________________________________________________________ > _______________________________________________ > freebsd-openoffice@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice > To unsubscribe, send any mail to "freebsd-openoffice-unsubscribe@freebsd.org" >From your oocompile file: configure: error: /usr/local/jdk1.4.2/bin/javac not found set with_jdk_home Try updating the jdk port from jdk11 to jdk14. I followed this section of the handbook in order to install java: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/desktop-browsers.html As a quick note, build linux-sun-jdk14 first and follow the intructions at the end of it before building jdk14. If you don't then the jdk14 build should fail like mine did. Let me know if you have any problems with the java building. Just so mozilla doesn't break on you after doing this, I had to manually set the java plugin link in /usr/X11R6/lib/browser_plugins/. Once all that is done, then openoffice should build correctly. Tom