From owner-freebsd-ports@FreeBSD.ORG Wed Apr 23 00:13:42 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 85B79106564A; Wed, 23 Apr 2008 00:13:42 +0000 (UTC) (envelope-from rich@pencil.math.missouri.edu) Received: from pencil.math.missouri.edu (pencil.math.missouri.edu [128.206.184.195]) by mx1.freebsd.org (Postfix) with ESMTP id 53EC78FC1F; Wed, 23 Apr 2008 00:13:41 +0000 (UTC) (envelope-from rich@pencil.math.missouri.edu) Received: from pencil.math.missouri.edu (localhost [127.0.0.1]) by pencil.math.missouri.edu (8.13.8/8.13.8) with ESMTP id m3MNZ3YU082373; Tue, 22 Apr 2008 18:35:03 -0500 (CDT) (envelope-from rich@pencil.math.missouri.edu) Received: (from rich@localhost) by pencil.math.missouri.edu (8.13.8/8.13.8/Submit) id m3MNYwEf082369; Tue, 22 Apr 2008 18:34:58 -0500 (CDT) (envelope-from rich) Date: Tue, 22 Apr 2008 18:34:58 -0500 From: Rich Winkel To: Mikhail Teterin Message-ID: <20080422233458.GA81527@pencil.math.missouri.edu> References: <20080414120018.E732B106567F@hub.freebsd.org> <200804140931.22851@aldan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200804140931.22851@aldan> User-Agent: Mutt/1.4.2.3i Cc: ports@freebsd.org, java@freebsd.org, Kim H?jgaard-Hansen Subject: Re: error building java/jdk15 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2008 00:13:42 -0000 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. What to do?? Thanks!! Rich