From owner-freebsd-java@FreeBSD.ORG Wed Jan 13 17:42:42 2010 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 ED8011065679 for ; Wed, 13 Jan 2010 17:42:42 +0000 (UTC) (envelope-from freebsd@insightbb.com) Received: from mxsf03.insightbb.com (mxsf03.insightbb.com [74.128.0.64]) by mx1.freebsd.org (Postfix) with ESMTP id B7D388FC17 for ; Wed, 13 Jan 2010 17:42:42 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.49,269,1262581200"; d="scan'208";a="782207320" Received: from unknown (HELO asav01.insightbb.com) ([172.31.249.123]) by mxsf03.insightbb.com with ESMTP; 13 Jan 2010 12:42:41 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvQEAC+VTUvQLicL/2dsb2JhbACBRIIbxgGNZoErgi9WBIVv X-IronPort-AV: E=Sophos;i="4.49,269,1262581200"; d="scan'208";a="241239907" Received: from 208-46-39-11.dia.static.qwest.net (HELO laptop2.stevenfriedrich.org) ([208.46.39.11]) by asavout01.insightbb.com with ESMTP; 13 Jan 2010 12:42:41 -0500 From: Steven Friedrich To: Achilleas Mantzios Date: Wed, 13 Jan 2010 12:42:34 -0500 User-Agent: KMail/1.12.4 (FreeBSD/8.0-STABLE; KDE/4.3.4; i386; ; ) References: <201001121823.25041.freebsd@insightbb.com> <201001131009.10002.achill@matrix.gatewaynet.com> In-Reply-To: <201001131009.10002.achill@matrix.gatewaynet.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <201001131242.35184.freebsd@insightbb.com> Cc: freebsd-java@freebsd.org Subject: Re: diablo-jdk1.5.0 needs rebuild due to removal of KSE? 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, 13 Jan 2010 17:42:43 -0000 On Wednesday 13 January 2010 03:09:09 am Achilleas Mantzios wrote: > Can you do a > # uname -a > # ldd /usr/local/diablo-jdk1.5.0/bin/java > # cat /etc/libmap.conf (if any) > ? > Why don't you try the binary package of openjdk? > In my case (8.0-RELEASE-p2) openoffice.org-3.1.1 with openjdk6-b16_2 works > fine. Anyway, bear in mind that diablo requires COMPAT_FREEBSD7 to be > compiled in your kernel. Is that the case with your system? >=20 > =CE=A3=CF=84=CE=B9=CF=82 Wednesday 13 January 2010 01:23:24 =CE=BF/=CE=B7= Steven Friedrich =CE=AD=CE=B3=CF=81=CE=B1=CF=88=CE=B5: > > I have diablo-jdk-1.5.0.07.01_17 Java Development Kit 1.5.0_07.01 > > installed, but that doesn't appear to satisfy openoffice-3, so I tried = to > > install jdk-1.6.0.3p4_13, but it failed with: > > > > Fatal error 'kse_create() failed > > ' at line 469 in file /usr/src/lib/libpthread/thread/thr_kern.c (errno = =3D > > 2) *** An XSLT processor (J2SE 1.4.x or newer) is required to bootstrap > > this build > > > > > > % /usr/local/diablo-jdk1.5.0/bin/java -version > > Fatal error 'kse_create() failed > > ' at line 469 in file /usr/src/lib/libpthread/thread/thr_kern.c (errno = =3D > > 2) > > > > I think I have recently read that KSE has been finally removed from > > FreeBSD 8.0R > > > > Do I need to rebuild this port, due to that? > > _______________________________________________ > > 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" >=20 Thanks for your ideas. I uninstalled diablo-jdk-1.5 and installed diablo-jdk-1.6.0.07.02_7 Java=20 Development Kit 1.6.0_07.02. Now, OpenOffice is compiling away. It's been running over 10 hours.