From owner-freebsd-ports@FreeBSD.ORG Sun Feb 8 08:02:08 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC14A16A4CE for ; Sun, 8 Feb 2004 08:02:08 -0800 (PST) Received: from sccmmhc02.asp.att.net (sccmmhc02.asp.att.net [204.127.203.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8914A43D1D for ; Sun, 8 Feb 2004 08:02:08 -0800 (PST) (envelope-from stephen@math.missouri.edu) Received: from math.missouri.edu (12-216-240-169.client.mchsi.com[12.216.240.169]) by sccmmhc02.asp.att.net (sccmmhc02) with ESMTP id <20040208160207mm200dqv6ue>; Sun, 8 Feb 2004 16:02:07 +0000 Message-ID: <40265D7F.2050203@math.missouri.edu> Date: Sun, 08 Feb 2004 10:02:07 -0600 From: Stephen Montgomery-Smith User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040206 X-Accept-Language: en-us, en MIME-Version: 1.0 To: ports@FreeBSD.ORG References: <402612CF.14844.FB1775D@localhost> In-Reply-To: <402612CF.14844.FB1775D@localhost> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: ports/java/jdk14 looping on install? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Feb 2004 16:02:08 -0000 Dan Langille wrote: > Hi, > > I'm building OpenOffice 1.1, and appear to be having trouble with jdk- > 1.4.2p6_3: > > The above message has been sitting on the screen for over many hours. > Top shows this: > > PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU > COMMAND > 75559 root 54 0 6092K 8K RUN 17.8H 92.33% 92.33% java > I have had this problem with jdk-1.4, and tried various things to get around it. One thing I tried was to press control C, and then start the make again. This worked sometimes, but often ended in some error later on. What I have found that works conistently is to first remove all other versions of java (including jdk-1.3 and any linux-jdk's and diablo things), and then start the make of jdk-1.4. Since this works, I haven't researched it any more, but my guess is that at some point a wrong version of linux-jdk gets used. Stephen