From owner-freebsd-java@FreeBSD.ORG Thu Aug 13 18:30:51 2009 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 12A0D1065675 for ; Thu, 13 Aug 2009 18:30:51 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from smtp-out3.tiscali.nl (smtp-out3.tiscali.nl [195.241.79.178]) by mx1.freebsd.org (Postfix) with ESMTP id C91CE8FC3A for ; Thu, 13 Aug 2009 18:30:50 +0000 (UTC) Received: from [212.123.145.58] (helo=sjakie.klop.ws) by smtp-out3.tiscali.nl with esmtp (Exim) (envelope-from ) id 1Mbeh1-0006tk-RA; Thu, 13 Aug 2009 20:06:27 +0200 Received: from 82-170-177-25.ip.telfort.nl (localhost [127.0.0.1]) by sjakie.klop.ws (Postfix) with ESMTP id EF5CBA2A3; Thu, 13 Aug 2009 20:06:15 +0200 (CEST) Date: Thu, 13 Aug 2009 20:06:14 +0200 To: "Daichi GOTO" , rick-freebsd2008@kiwi-computer.com From: "Ronald Klop" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <20090812075616.GA72583@keira.kiwi-computer.com> <200908121114.n7CBEpwo013802@monk.cnd.dundas.on.ca> <20090812190421.GA77922@keira.kiwi-computer.com> <4A8369A1.40209@ongs.co.jp> Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: <4A8369A1.40209@ongs.co.jp> User-Agent: Opera Mail/9.64 (FreeBSD) Cc: Douglas Berry , freebsd-java@freebsd.org Subject: Re: JDK16 on FreeBSD 8-BETA2 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: Thu, 13 Aug 2009 18:30:51 -0000 On Thu, 13 Aug 2009 03:17:21 +0200, Daichi GOTO wrote: > Rick C. Petty wrote: >> On Wed, Aug 12, 2009 at 07:14:51AM -0400, Douglas Berry wrote: >>>> Error occurred during initialization of VM >>>> Unable to load ZIP library: >>>> /usr/local/diablo-jdk1.6.0/jre/lib/amd64/libzip.so >>> I found this on one of the lists... seems to get by >>> the problem. >>> >>> # /etc/libmap.conf >>> # >>> # candidate mapping >>> # >>> # Temporary libmap.cnf to solve problems caused by the 8.0 lib version >>> bump. >>> # diablo still looks for libz.so.4 >>> libz.so.4 libz.so.5 > > It's bingo! > >> That worked for bootstrapping a jdk16 build. Once jdk16 installed, the >> mapping was no longer needed. Thanks! >> -- Rick C. Petty >> _______________________________________________ >> freebsd-java@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-java >> To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" > > I have gotten a success to build jdk16 with diablo jdk16. > Thanks :) > There probably needs to appear a misc/compat7x package for this to work out of the box. Which is also mentioned in http://wiki.freebsd.org/8.0TODO . Cheers, Ronald.