From owner-freebsd-java@FreeBSD.ORG Wed Jul 4 12:28:55 2007 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5D02316A41F for ; Wed, 4 Jul 2007 12:28:55 +0000 (UTC) (envelope-from ken@tydfam.jp) Received: from ns.tydfam.jp (ns.tydfam.jp [61.197.228.42]) by mx1.freebsd.org (Postfix) with ESMTP id 0A60013C46C for ; Wed, 4 Jul 2007 12:28:54 +0000 (UTC) (envelope-from ken@tydfam.jp) Received: from localhost (tyd3.sub.tydfam.jp [192.168.1.3]) by ns.tydfam.jp (8.14.1/8.14.1) with ESMTP id l64CSPCS089610 for ; Wed, 4 Jul 2007 21:28:25 +0900 (JST) (envelope-from ken@tydfam.jp) Date: Wed, 04 Jul 2007 21:28:42 +0900 (JST) Message-Id: <20070704.212842.74754046.ken@tydfam.jp> To: freebsd-java@freebsd.org From: Ken Yamada In-Reply-To: References: <20070704.140058.74752603.ken@tydfam.jp> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.90.3/3598/Wed Jul 4 17:35:02 2007 on ns.tydfam.jp X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.1 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on ns.tydfam.jp Subject: Re: jdk1.5.0 compilation on -current X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jul 2007 12:28:55 -0000 I tried to compile jdk15 on FreeBSD-current generated from 6/29 source and 6/30 source using the same diablo-jdk1.5.0 and compat6x. 6/29 source based system enables me to complete compilation of jdk15, however,6/30 one did not. The difference of the source of these two days are; a) addition of "tmpfs" which I did not use for compilation, though. b) sys/dev/ipw, sys/dev/ral changes ... not related, maybe.. c) user.sbin/sysinstall .... nothing to do with jdk15 The result puzzles me if there are any cause of the breakage of jdk15 compilation as they all look nothing to do with jdk15 compilation.