From owner-freebsd-java@FreeBSD.ORG Mon Oct 20 00:42:16 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 A574A16A4B3 for ; Mon, 20 Oct 2003 00:42:16 -0700 (PDT) Received: from hannibal.gnapp.org (c-686570d5.05-16-73746f12.cust.bredbandsbolaget.se [213.112.101.104]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7440A43FCB for ; Mon, 20 Oct 2003 00:42:03 -0700 (PDT) (envelope-from david@israelsson.org) Received: from hannibal.gnapp.org (localhost [127.0.0.1]) by hannibal.gnapp.org (8.12.9/8.12.9) with ESMTP id h9K7gKH8000705; Mon, 20 Oct 2003 09:42:20 +0200 (CEST) (envelope-from david@israelsson.org) Received: (from david@localhost) by hannibal.gnapp.org (8.12.9/8.12.9/Submit) id h9K7gGO4000704; Mon, 20 Oct 2003 09:42:16 +0200 (CEST) X-Authentication-Warning: hannibal.gnapp.org: david set sender to david@israelsson.org using -f To: Robert Huff References: <16274.59085.382622.450043@jerusalem.litteratus.org> From: David Israelsson Date: Mon, 20 Oct 2003 09:42:15 +0200 In-Reply-To: <16274.59085.382622.450043@jerusalem.litteratus.org> (Robert Huff's message of "Sun, 19 Oct 2003 15:32:29 -0400") Message-ID: <87ismkicdk.fsf@dipsy.gnapp.org> User-Agent: Gnus/5.1002 (Gnus v5.10.2) XEmacs/21.4 (Reasonable Discussion, berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: java@freebsd.org Subject: Re: 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: Mon, 20 Oct 2003 07:42:16 -0000 Robert Huff writes: > 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? > You probably forgot to mount the Linux proc fs which is required for the Linux jdk to work. mount -t linprocfs linprocfs /compat/linux/proc /David