From owner-cvs-ports@FreeBSD.ORG Mon Jun 4 12:03:16 2007 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CF18916A400; Mon, 4 Jun 2007 12:03:16 +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 67F4713C46E; Mon, 4 Jun 2007 12:03:16 +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 l54C2nZ8001946; Mon, 4 Jun 2007 21:02:50 +0900 (JST) (envelope-from ken@tydfam.jp) Date: Mon, 04 Jun 2007 21:02:56 +0900 (JST) Message-Id: <20070604.210256.74755563.ken@tydfam.jp> To: brian@Awfulhak.org From: Ken Yamada In-Reply-To: <20070604000911.3bb3890d@dev.lan.Awfulhak.org> References: <20070601143519.GA95199@tirith.brixandersen.dk> <20070601.234122.41628551.ken@tydfam.jp> <20070604000911.3bb3890d@dev.lan.Awfulhak.org> 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 version 0.90.2, clamav-milter version 0.90.2 on ns.tydfam.jp X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on ns.tydfam.jp Cc: cvs-ports@FreeBSD.org, ports-committers@FreeBSD.org, cvs-all@FreeBSD.org, jkim@FreeBSD.org, henrik@brixandersen.dk Subject: Re: cvs commit: ports/java/jdk15/files patch-j2se::bin::java_md.c X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2007 12:03:16 -0000 Thank you Brian for your very good observation. I have a good new as well as a bad news. I could compile jdk15 successfully with Uniprocess kernel, but failed with multiprocess kernel. I found that the file /usr/ports/java/jdk15/work/control/build/bsd-i586/tmp/java/java.lang/.classes.list remains which ought to be removed when the compilation aborted. I suspected that the only reason the file not being deleted is because of the others accessed to it when tried to be deleted. So, I tried uniprocess kernel, and solved the problem. So, there might be some possibilities of file system issues with -current smp kernel. I do not have any problem with "make -j 8 buildworld", so it is only my guess from the phenomena I have with jdk15 compilation. I am using 2 x Opteron dual-core, options SMP, device apic, options KSE.