From owner-freebsd-java@FreeBSD.ORG Sun Jul 21 19:20:56 2013 Return-Path: Delivered-To: java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D52BFEDD; Sun, 21 Jul 2013 19:20:56 +0000 (UTC) (envelope-from swills@mouf.net) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) by mx1.freebsd.org (Postfix) with ESMTP id 9DBE2E62; Sun, 21 Jul 2013 19:20:56 +0000 (UTC) Received: from mouf.net (swills@mouf [199.48.129.64]) by mouf.net (8.14.5/8.14.5) with ESMTP id r6LJKiMm059167 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 21 Jul 2013 19:20:49 GMT (envelope-from swills@mouf.net) Received: (from swills@localhost) by mouf.net (8.14.5/8.14.5/Submit) id r6LJKiMl059166; Sun, 21 Jul 2013 19:20:44 GMT (envelope-from swills) Date: Sun, 21 Jul 2013 19:20:44 +0000 From: Steve Wills To: Baptiste Daroussin Subject: Re: OpenJDK kills building cluster on HEAD amd64 Message-ID: <20130721192041.GB55066@mouf.net> References: <20130716060633.GB2704@ithaqua.etoilebsd.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130716060633.GB2704@ithaqua.etoilebsd.net> User-Agent: Mutt/1.5.21 (2010-09-15) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Sun, 21 Jul 2013 19:20:49 +0000 (UTC) X-Spam-Status: No, score=0.0 required=4.5 tests=none autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mouf.net X-Virus-Scanned: clamav-milter 0.97.8 at mouf.net X-Virus-Status: Clean Cc: java@freebsd.org X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Jul 2013 19:20:56 -0000 On Tue, Jul 16, 2013 at 08:06:34AM +0200, Baptiste Daroussin wrote: > Hi, > > Is there any known problem with OpenJDK when running on head amd64? > > On the package building clusters we have been able to build packages for FreeBSD > 8, 9, 10 i386 without problems, we have been able to build packages on 8 9 amd64 > without problems > > But when building packages for the 10 amd64 target the cluster dies "out of > swap." and this happens very quickly: after a first crash when rerunning the > bulk of packages makes the server dies in a couple of minutes. > > Unfortunatly I have not been able to indentify which package build is eating all > the memory. > > All I know right now is that OpenJDK itself manage to build OpenJDK 6 and 7 and > the following packages: > - jaf-1.1.1 > - jakarta-commons-cli-1.2,1 > - jakarta-commons-logging-1.1.1 > - jdictionary-1.8_4 > - jruby-1.7.4 > - junit-4.10 > - log4j-1.2.16 > - tomcat-6.0.37 > - xalan-j-2.7.1 > - xerces-j-2.11.0 > - xml-commons-1.4.01 > > So to build packages on head amd64 I had to mark openjdk6 has broken and I am > planning to do so directly in the ports tree. > > Does that ring a bell to someone? This is really important to be able to bebug > this if we want java packages available. Haven't seen anything like that personally, what rev of CURRENT are you using? Steve