From owner-freebsd-questions@FreeBSD.ORG Wed Dec 10 05:48:15 2003 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 B62CC16A4CE for ; Wed, 10 Dec 2003 05:48:15 -0800 (PST) Received: from madras.dyndns.org (dsl-137.241.240.220.dsl.comindico.com.au [220.240.241.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D43943D2E for ; Wed, 10 Dec 2003 05:48:14 -0800 (PST) (envelope-from ggop@madras.dyndns.org) Received: from madras.dyndns.org (localhost [127.0.0.1]) by madras.dyndns.org (8.12.9/8.12.9) with ESMTP id hBADl14x037120; Thu, 11 Dec 2003 00:47:01 +1100 (EST) (envelope-from ggop@madras.dyndns.org) Received: (from ggop@localhost) by madras.dyndns.org (8.12.9/8.12.9/Submit) id hBADl1XY037119; Thu, 11 Dec 2003 00:47:01 +1100 (EST) Date: Thu, 11 Dec 2003 00:47:00 +1100 From: Gautam Gopalakrishnan To: Charles Howse Message-ID: <20031210134700.GA36890@madras.dyndns.org> References: <200312091544.54910.chowse@charter.net> <20031210081613.540dc539.pogrose@twcny.rr.com> <200312100725.46629.chowse@charter.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200312100725.46629.chowse@charter.net> User-Agent: Mutt/1.4.1i cc: freebsd-questions@freebsd.org Subject: Re: Anyone have /usr/ports/java/jdk14 working on 4.8? 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, 10 Dec 2003 13:48:15 -0000 On Wed, Dec 10, 2003 at 07:25:46AM -0600, Charles Howse wrote: > You don't by any chance have OpenOffice-1.1 working do you? > That's where I'm going with this, but I have to get jdk working first. > attempting to install jdk takes 6+ hrs on my machine. :-) I just got both working less than a week back. I first fetched the packages for jdk14 so that all is ready for compilation. Just make sure you have plenty of swap too (I needed atleast 128M). If that's your problem, you could add some space in a swap file for now and then delete it later (see the handbook). The error message is mostly visible in ttyv0 (apart from the errors on the screen) # cd /usr/ports/java/jdk14 # make fetch-recursive # make install clean # (go to sleep...) openoffice-1.1 takes about 15 hrs on my celeron 1.7Ghz with 256 MB ram. Hope that was of some use... Gautam