From owner-freebsd-java@FreeBSD.ORG Wed Apr 23 02:03:35 2008 Return-Path: Delivered-To: java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 217A11065679 for ; Wed, 23 Apr 2008 02:03:35 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from chen.org.nz (chen.org.nz [202.89.146.5]) by mx1.freebsd.org (Postfix) with ESMTP id D41BB8FC0C for ; Wed, 23 Apr 2008 02:03:34 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: by chen.org.nz (Postfix, from userid 1000) id ADD0D2844A; Wed, 23 Apr 2008 13:44:08 +1200 (NZST) Date: Wed, 23 Apr 2008 13:44:08 +1200 From: Jonathan Chen To: Rich Winkel Message-ID: <20080423014408.GA36236@osiris.chen.org.nz> References: <20080414120018.E732B106567F@hub.freebsd.org> <200804140931.22851@aldan> <20080422233458.GA81527@pencil.math.missouri.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080422233458.GA81527@pencil.math.missouri.edu> User-Agent: Mutt/1.4.2.3i Cc: java@freebsd.org Subject: Re: error building java/jdk15 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, 23 Apr 2008 02:03:35 -0000 On Tue, Apr 22, 2008 at 06:34:58PM -0500, Rich Winkel wrote: > On Mon, Apr 14, 2008 at 09:31:22AM -0400, Mikhail Teterin wrote: > > It is trying to build JDK-1.5 using 1.4.2 and failing. I would've recommended > > installing linux-sun-jdk15, but that will not work any more either: > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=122513 > > > > You have to use diablo-jdk15 to build native JDK ports... > > I ran into the same problem. So I installed diablo-jdk15 and tried to > build jdk15 under 7.0-RELEASE. But it seems diablo-jdk15 needs > libraries (libc.so.6, libpthread.so.2) which aren't present in 7.0. Install misc/compat6x to get diablo going. Once you've installed the 7.0 jdk binaries, you can remove compat6x and diablo-jdk. -- Jonathan Chen ---------------------------------------------------------------------- "The things we know best are the things we haven't been taught." - Marquis de Vauvenargues