From owner-freebsd-questions@FreeBSD.ORG Tue Mar 23 10:00:14 2004 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 B46C916A4CF for ; Tue, 23 Mar 2004 10:00:14 -0800 (PST) Received: from mxfep01.bredband.com (mxfep01.bredband.com [195.54.107.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id C37CE43D2F for ; Tue, 23 Mar 2004 10:00:13 -0800 (PST) (envelope-from peter.schuller@infidyne.com) Received: from thunderbolt.scode.org ([213.113.221.115] [213.113.221.115]) by mxfep01.bredband.com with ESMTP <20040323180012.ZCHQ27595.mxfep01.bredband.com@thunderbolt.scode.org>; Tue, 23 Mar 2004 19:00:12 +0100 Received: from localhost (localhost [127.0.0.1]) by thunderbolt.scode.org (Postfix) with ESMTP id 8860711FA71; Tue, 23 Mar 2004 19:00:17 +0100 (CET) From: Peter Schuller To: freebsd-questions@freebsd.org Date: Tue, 23 Mar 2004 19:00:17 +0100 User-Agent: KMail/1.6 References: In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Message-Id: <200403231900.17200.peter.schuller@infidyne.com> cc: "Ralph M. Los" Subject: Re: Java runtime? 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: Tue, 23 Mar 2004 18:00:14 -0000 >Alright. I tried, and after hours and hours of compiling...this: > >Java HotSpot(TM) Client VM warning: Can't detect initial thread stack >location >/usr/ports/java/jdk14/work/control/build/bsd-i586/gensrc/java/util/CurrencyData.java:1: >'class' or 'interface' expected I haven't encoutered this particular problem myself, though I remember reading a post on this or the -java mailinglist not long ago where someone had the same problem. I did some google and didn't find anything conclusive, though I did find someone having the same problem on Linux when running in a chrooted environment. A suggestion which may or may not be correct is that it may be caused by the linprocfs filesystem not being mounted (because it broke in chroot). Try doing, as root: kldload linprocfs mount linprocfs /compat/linux/proc But again I have personally not seen this problem. When I failed to have a proper /proc filesystem for the Linux compatibility the result was the JVM busy-waiting indefinitely rather than getting instability/errors. But try that and see. If it doesn't fix it, write back. (I am assuming it is the Linux JVM, running under emulation, which is failing, given that it is compiling the standard library for the native JVM.) -- / Peter Schuller, InfiDyne Technologies HB PGP userID: 0xE9758B7D or 'Peter Schuller ' Key retrieval: Send an E-Mail to getpgpkey@scode.org E-Mail: peter.schuller@infidyne.com Web: http://www.scode.org