From owner-freebsd-java@FreeBSD.ORG Thu Jan 20 21:17:31 2005 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 1AB1216A4CE for ; Thu, 20 Jan 2005 21:17:31 +0000 (GMT) Received: from phantom.cris.net (phantom.cris.net [212.110.130.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id A371243D1D for ; Thu, 20 Jan 2005 21:17:28 +0000 (GMT) (envelope-from ml@FreeBSD.org.ua) Received: from phantom.cris.net (ml@localhost [127.0.0.1]) by phantom.cris.net (8.12.10/8.12.10) with ESMTP id j0KLKoqk088804; Thu, 20 Jan 2005 23:20:51 +0200 (EET) (envelope-from ml@FreeBSD.org.ua) Received: (from ml@localhost) by phantom.cris.net (8.12.10/8.12.10/Submit) id j0KLKoUW088803; Thu, 20 Jan 2005 23:20:50 +0200 (EET) (envelope-from ml) Date: Thu, 20 Jan 2005 23:20:50 +0200 From: Alexey Zelkin To: Matej Message-ID: <20050120212050.GA88771@phantom.cris.net> References: <41F004F3.8020504@brkini.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41F004F3.8020504@brkini.net> X-Operating-System: FreeBSD 4.9-STABLE i386 User-Agent: Mutt/1.5.5.1i cc: freebsd-java@freebsd.org Subject: Re: compiling jdk1.5 does not work straight away 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: Thu, 20 Jan 2005 21:17:31 -0000 hi, Try executing /usr/local/linux-sun-jdk1.4.2/bin/java and see if it displays warning (at first line) about impossibility to detect initial stack location. If it appears, you've problems with configuring of your linux emulation. In my expirience, it's only reproducible if linprocfs is not mounted (for all of configurations) On Thu, Jan 20, 2005 at 08:22:27PM +0100, Matej wrote: > Hello, > I think i found a bug..everything went ok until somewhere where it says > i need to enable linprocfs. Ok i do this but soon after this i get an > error when compiling > /usr/obj/usr/ports/java/jdk15/work/control/build/bsd-i586/gensrc/sun/nio/cs/StandardCharsets.java > (not 100% if the filename is correct but the path is correct so you can > find the file with no problem). In that file there were 3 lines that needed > to be commented (lines began with Java HotSpot(TM) etc.... so they were not > a java code to be compiled). After adding the 3 comments it compiled > without any error more. > Hope this helps, otherwise please contact me for further info. > Matej > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org"