From owner-freebsd-java@FreeBSD.ORG Tue Jan 12 23:51:49 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 1B7611065672 for ; Tue, 12 Jan 2010 23:51:49 +0000 (UTC) (envelope-from freebsd@insightbb.com) Received: from mxsf10.insightbb.com (mxsf10.insightbb.com [74.128.0.92]) by mx1.freebsd.org (Postfix) with ESMTP id DD9258FC15 for ; Tue, 12 Jan 2010 23:51:48 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.49,264,1262581200"; d="scan'208";a="24368407" Received: from unknown (HELO asav02.insightbb.com) ([172.31.249.123]) by mxsf10.insightbb.com with ESMTP; 12 Jan 2010 18:23:39 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvQEAOeSTEvQLicL/2dsb2JhbACBQ9VChDAE X-IronPort-AV: E=Sophos;i="4.49,264,1262581200"; d="scan'208";a="343479712" Received: from 208-46-39-11.dia.static.qwest.net (HELO laptop2.stevenfriedrich.org) ([208.46.39.11]) by asavout02.manage.insightbb.com with ESMTP; 12 Jan 2010 18:23:38 -0500 From: Steven Friedrich To: freebsd-java@freebsd.org Date: Tue, 12 Jan 2010 18:23:24 -0500 User-Agent: KMail/1.12.4 (FreeBSD/8.0-STABLE; KDE/4.3.4; i386; ; ) MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201001121823.25041.freebsd@insightbb.com> Subject: 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: Tue, 12 Jan 2010 23:51:49 -0000 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 = 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 = 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?