From owner-freebsd-java@FreeBSD.ORG Mon Mar 21 08:36:52 2011 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6923B1065670 for ; Mon, 21 Mar 2011 08:36:52 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from mail.inso.tuwien.ac.at (omega.inso.tuwien.ac.at [128.130.59.18]) by mx1.freebsd.org (Postfix) with ESMTP id 285E98FC18 for ; Mon, 21 Mar 2011 08:36:51 +0000 (UTC) Received: from [10.59.1.139] (unknown [80.120.170.100]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.inso.tuwien.ac.at (Postfix) with ESMTPSA id A0418F9C07F; Mon, 21 Mar 2011 09:21:42 +0100 (CET) Message-ID: <4D870A96.8000101@FreeBSD.org> Date: Mon, 21 Mar 2011 09:21:42 +0100 From: =?ISO-8859-1?Q?Tilman_Keskin=F6z?= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20110303 Icedove/3.0.11 MIME-Version: 1.0 To: freebsd-java@freebsd.org, mike@reifenberger.com References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: openjdk6 wont compile on FreeBSD-current/amd64 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: Mon, 21 Mar 2011 08:36:52 -0000 On 03/18/2011 08:42 AM, Michael Reifenberger wrote: > gmake[6]: *** Waiting for unfinished jobs.... Did you try to compile without -j? In the past openjdk was not makejobt safe. Maybe your combination of options triggered another bug in the build system.