From owner-freebsd-java@FreeBSD.ORG Wed Mar 19 16:23:22 2008 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 8001E106566B for ; Wed, 19 Mar 2008 16:23:22 +0000 (UTC) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (unknown [IPv6:2a01:170:102f::2]) by mx1.freebsd.org (Postfix) with ESMTP id DC9F98FC20 for ; Wed, 19 Mar 2008 16:23:21 +0000 (UTC) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (localhost [127.0.0.1]) by lurza.secnetix.de (8.14.1/8.14.1) with ESMTP id m2JGNKQj087461; Wed, 19 Mar 2008 17:23:20 +0100 (CET) (envelope-from oliver.fromme@secnetix.de) Received: (from olli@localhost) by lurza.secnetix.de (8.14.1/8.14.1/Submit) id m2JGNKB5087460; Wed, 19 Mar 2008 17:23:20 +0100 (CET) (envelope-from olli) Date: Wed, 19 Mar 2008 17:23:20 +0100 (CET) Message-Id: <200803191623.m2JGNKB5087460@lurza.secnetix.de> From: Oliver Fromme To: freebsd-java@FreeBSD.ORG In-Reply-To: <200803191755.44988.achill@matrix.gatewaynet.com> X-Newsgroups: list.freebsd-java User-Agent: tin/1.8.3-20070201 ("Scotasay") (UNIX) (FreeBSD/6.2-STABLE-20070808 (i386)) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.1.2 (lurza.secnetix.de [127.0.0.1]); Wed, 19 Mar 2008 17:23:20 +0100 (CET) Cc: Subject: Re: JDK ports questions 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, 19 Mar 2008 16:23:22 -0000 Achilleas Mantzios wrote: > Oliver Fromme wrote: > > Achilleas Mantzios wrote: > > > For FreeBSD 7.0, you will have to install misc/compat6x > > > > But it's only required for the bootstrap, right? > > I.e. when I have built the JDK successfully, I don't > > need compat6x anymore, I assume. > > No, the diablo-jdk1.5.0 executable depends on > /usr/local/lib/compat/libpthread.so.2 which is in compat6x-i386 Wait a second ... I think we're talking about different things here. I'm aware that diablo-jdk is a binary for FreeBSD 6, so it clearly depends on compat6x when running on 7.0. However, when I compile my own native JDK on FreeBSD 7 (either jdk15 or jdk16), I assume it will be a FreeBSD 7 binary, so it only depends on FreeBSD 7 libraries, so it does not need compat6x. As far as I know, the native JDK (e.g. jdk16) can be bootstrapped using diablo-jdk, so I will need compat6x for that. But as soon as the build is done, I do not need the diablo-jdk anymore, hence I don't need copat6x anymore either. Am I wrong? Best regards Oliver -- Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing b. M. Handelsregister: Registergericht Muenchen, HRA 74606, Geschäftsfuehrung: secnetix Verwaltungsgesellsch. mbH, Handelsregister: Registergericht Mün- chen, HRB 125758, Geschäftsführer: Maik Bachmann, Olaf Erb, Ralf Gebhart FreeBSD-Dienstleistungen, -Produkte und mehr: http://www.secnetix.de/bsd "I made up the term 'object-oriented', and I can tell you I didn't have C++ in mind." -- Alan Kay, OOPSLA '97