From owner-freebsd-questions@FreeBSD.ORG Wed Mar 17 05:41:10 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DBD716A4CE; Wed, 17 Mar 2004 05:41:10 -0800 (PST) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id EACEB43D1D; Wed, 17 Mar 2004 05:41:09 -0800 (PST) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.no-ip.com ([66.30.196.44]) by comcast.net (sccrmhc12) with ESMTP id <2004031713410801200nc149e>; Wed, 17 Mar 2004 13:41:09 +0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id 80FC9E; Wed, 17 Mar 2004 08:41:08 -0500 (EST) Sender: lowell@be-well.ilk.org To: Norhisham Khalil References: <1079512261.40580cc595a10@webmail.jaring.my> From: Lowell Gilbert Date: 17 Mar 2004 08:41:08 -0500 In-Reply-To: <1079512261.40580cc595a10@webmail.jaring.my> Message-ID: <444qsnwpzf.fsf@be-well.ilk.org> Lines: 37 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: questions@freebsd.org cc: openoffice@freebsd.org Subject: Re: openoffice-1.1.1RC install without jdk X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Mar 2004 13:41:10 -0000 Norhisham Khalil writes: > i'm trying to install openoffice 1.1.1RC on FreeBSD 5.2.1 release. > i also have jdk14 installed thru ports > > at first openoffice give error it could not find jdk13 > i have uninstalled jdk14 and installed jdk13 > > when i try to install openoffice again, it's installing jdk14 > as a result i'm suffering from insufficient disk for/usr. i have 6G for > /usr > i only have XFree86 with fluxbox, firefox, thunderbird and java , > linux/compat > i've also removed /usr/src /usr/obj and /usr/home only 1.3MB > and yes, i did portsclean -DLC > now, it's installing jdk14 despite jdk13 is installed > > on linux discussion, it is suggested to install OO without java > > how do i install openoffice without java with ports? The port is under construction at the moment. I told is explicitly to use my installed java: make CONFIGURE_ARGS+="--with-jdk-home=/usr/local/jdk1.4.2" which solves that problem, but I haven't gotten it all the way built yet, so I can't be sure that's all you need to know. This particular problem seems to be caused by the makefile using JDKDIR and JAVAVM before defining them. It looks like the definitions should be able to just get moved up, so I'm trying that, but it hasn't gotten far yet. Building OpenOffice is a huge effort anyway; the port isn't kidding about needing 4GB free for build space, and it takes a long time. On the system I'm trying to build it on, I have a slow processor and insufficient disk space, so I'm mounting the port and the build space over the network. I wouldn't be surprised if it takes a week to build.