From owner-freebsd-java@FreeBSD.ORG Sun Oct 19 12:32:31 2003 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 810BB16A4B3 for ; Sun, 19 Oct 2003 12:32:31 -0700 (PDT) Received: from smtp03.mrf.mail.rcn.net (smtp03.mrf.mail.rcn.net [207.172.4.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id D913F43FA3 for ; Sun, 19 Oct 2003 12:32:30 -0700 (PDT) (envelope-from roberthuff@rcn.com) Received: from 209-6-197-67.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com ([209.6.197.67] helo=jerusalem.litteratus.org.litteratus.org) by smtp03.mrf.mail.rcn.net with esmtp (Exim 3.35 #4) id 1ABJHx-0001jK-00 for java@freebsd.org; Sun, 19 Oct 2003 15:32:30 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16274.59085.382622.450043@jerusalem.litteratus.org> Date: Sun, 19 Oct 2003 15:32:29 -0400 To: java@freebsd.org X-Mailer: VM 7.14 under 21.5 (beta15) "celery" XEmacs Lucid Subject: JDK1.4.1 - more compile problems 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: Sun, 19 Oct 2003 19:32:31 -0000 I'm also having problems compiling jdk14 (1.4.1p4). The fetch, extract, and patch phases run without error, followed by: ===> jdk-1.4.1p4 depends on executable: zip - found ===> jdk-1.4.1p4 depends on file: /usr/X11R6/lib/libXm.so - found ===> jdk-1.4.1p4 depends on file: /usr/local/include/nspr/prtypes.h - found ===> jdk-1.4.1p4 depends on file: /usr/local/linux-sun-jdk1.4.2/bin/javac - found ===> jdk-1.4.1p4 depends on executable: gmake - found ===> Configuring for jdk-1.4.1p4 ===> Building for jdk-1.4.1p4 # Start of jdk build bsd i586 1.4.1-p4 build started: 03-03-19 15:23 ... and there is it sat for 72+ hours, using 66% of the CPU according to "top". I have a P4/2.2ghz, and I'm pretty sure that's not right. I wrote to the listed maintainer - phantom@freebsd.org - several times and got no response, so I'm bringing it here. How do I go about finding out what's broken? Robert Huff