From owner-freebsd-java@FreeBSD.ORG Sun Jan 16 09:10:00 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 0FC7016A4CE for ; Sun, 16 Jan 2005 09:10:00 +0000 (GMT) Received: from phantom.cris.net (phantom.cris.net [212.110.130.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EF5E43D39 for ; Sun, 16 Jan 2005 09:09:57 +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 j0G9DMqk047394; Sun, 16 Jan 2005 11:13:22 +0200 (EET) (envelope-from ml@FreeBSD.org.ua) Received: (from ml@localhost) by phantom.cris.net (8.12.10/8.12.10/Submit) id j0G9DLvA047393; Sun, 16 Jan 2005 11:13:21 +0200 (EET) (envelope-from ml) Date: Sun, 16 Jan 2005 11:13:21 +0200 From: Alexey Zelkin To: Yamada Ken Takeshi Message-ID: <20050116091321.GA47342@phantom.cris.net> References: <20050114210055.GA86214@misty.eyesbeyond.com> <20050116.141803.730552925.ken@tydfam.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050116.141803.730552925.ken@tydfam.jp> X-Operating-System: FreeBSD 4.9-STABLE i386 User-Agent: Mutt/1.5.5.1i cc: freebsd-java@freebsd.org Subject: Re: JDK 1.5 experimental patchset available 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, 16 Jan 2005 09:10:00 -0000 hi, On Sun, Jan 16, 2005 at 02:18:03PM +0900, Yamada Ken Takeshi wrote: > JFYI. > > Thank you for your effort for this, first of all. > > Although it may not be of your interest at this point of time, I tried to compile it under 6-current, i386 SMP (2005-01-15 updated) and it hanged at "Recursively making javac all". Both, libpthread, libc_r were the same. > > I hope that it helps you some. Thank you for trying this patchset! Can you please try following commands sequently and send me results: /usr/home/ken/jdk15/control/build/bsd-i586/bin/java -version /usr/home/ken/jdk15/control/build/bsd-i586/bin/java_g -version /usr/home/ken/jdk15/control/build/bsd-i586/bin/java -Xint -version /usr/home/ken/jdk15/control/build/bsd-i586/bin/java_g -Xint -version > > Followings are hand copied log of compilation as the system hanged, and may not be accurate. > > >>> Recursiviely making java all @ .......... > gmake [5]: Entering directory /usr/home/ken/jdk15/j2se/make/sun/java > gmake /usr/home/ken/jdk15/control/build/bsd-i586/bin/javac VARIANT=OPT > gmake [6]: Entering directory > /bin/mkdir -p /usr/home/ken/jdk15/control/build/bsd-i586/tmp/sun/com.sun.tools.javac/javac/obj > rm -r /usr/home/ken/jdk15/control/build/bsd-i586/tmp/sun/com.sun.tools.javac/javac/.classes.list > /usr/home/ken/jdk15/control/build/bsd-i586/bin/java -classpath ../../../tools/CompileProperties CompileProperties ../../../../src/share/classes/com/sun/tools/java/resourcs/compile.properties /usr/home/ken/jdk15/control/build/bsd-i586/gensrc/com/sun/tools/java/resources/compiler.java > parsing: ../../../../src/share/classes/com/sun/tools/javac/resources/compiler.properties > inferred package name: com.sun.tools.java.resources > wrote: /usr/home/ken/jdk15/control/build/bsd-i586/gensrc/com/sun/tools/java/resources/compiler.java > _______________________________________________ > 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"