From owner-freebsd-java@FreeBSD.ORG Sat May 15 15:38:10 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 389D116A4CE for ; Sat, 15 May 2004 15:38:10 -0700 (PDT) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45D6C43D4C for ; Sat, 15 May 2004 15:38:04 -0700 (PDT) (envelope-from parv@chvlva.adelphia.net) Received: from default.chvlva.adelphia.net ([69.160.64.49]) by mta10.adelphia.netESMTP <20040515223803.BPDF8065.mta10.adelphia.net@default.chvlva.adelphia.net>; Sat, 15 May 2004 18:38:03 -0400 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id DFCFC5481; Sat, 15 May 2004 18:39:05 -0400 (EDT) Date: Sat, 15 May 2004 18:39:05 -0400 From: Parv To: Drav Sloan Message-ID: <20040515223905.GA398@moo.holy.cow> Mail-Followup-To: Drav Sloan , freebsd-java@freebsd.org References: <20040515105453.GG94756@real-life.tm> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040515105453.GG94756@real-life.tm> cc: freebsd-java@freebsd.org Subject: Re: Port compilation X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 May 2004 22:38:10 -0000 in message <20040515105453.GG94756@real-life.tm>, wrote Drav Sloan thusly... > > It gets through all the first parts of installing the linux jdk > and then just hangs for _DAYS_ ... The annoying thing is I've tried > it on 4.9 (two differing hardwares, one virtually a vanilla install > of freebeard) and on 5.1. The same thing happens, as below.... > > ===> Building for jdk-1.4.2p5 > # Start of jdk build > bsd i586 1.4.2-p5 build started: 04-05-12 11:42 > if [ -r ./../../deploy/make/Makefile ]; then \ > ( cd ./../../deploy/make; gmake sanity EXTERNALSANITYCONTROL=true CONTROL_TOPDIR=/u/3/ports/java/jdk14/work/control CONTROL_TOPDIR_NAME=control ALT_OUTPUTDIR=/u/3/ports/java/jdk14/work/control/build/bsd-i586 ARCH_DATA_MODEL=32 MILESTONE=p5 BUILD_NUMBER=root_12_may_2004_11_42 ; ); \ > fi > > and then I get: > > PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND > 88791 root 63 0 6204K 23076K RUN 49.7H 96.18% 96.00% java The build does take quite lot of a time. I have 320MB RAM, Intel Pentium III 550-700MHz CPU, and thankfully enough space for this disk hogging pig to be built. It took more than 5 hours to build/install jdk-minimal-1.4.2p6_4 at ~700MHz on FreeBSD 4.9-p3 (or earlier). The process was (re)nice-ed: sometimes to lower priority when i want to use the computer for other things, and to higher priority when not using computer (and wanted the damn long build process to finish). If you have more resources than i do, then indeed something is/was seriously wrong on your side. Hopefully, you will get more useful replies. - Parv --