From owner-freebsd-current@FreeBSD.ORG Sat Mar 15 05:22:52 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7FCE21065670 for ; Sat, 15 Mar 2008 05:22:52 +0000 (UTC) (envelope-from yuleopen@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.158]) by mx1.freebsd.org (Postfix) with ESMTP id 080A18FC23 for ; Sat, 15 Mar 2008 05:22:51 +0000 (UTC) (envelope-from yuleopen@gmail.com) Received: by fg-out-1718.google.com with SMTP id 16so3690791fgg.35 for ; Fri, 14 Mar 2008 22:22:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=p7tYiJcApnfC7jlRYU4yJZ2gBBBHzctZdSqRUmNBRDI=; b=q7WaPxiKdwUuF6iOSt/83YWr8IWNVcXknlEFLQ3FOE/bcOd8H8d4+FhY/IwjkUFV6cK3ZI5HxaMbCtGtPOY+w7YfBbwyqm3OIiJjKcWAMCDBJe+Gu1YfSYYKLPJtBUHdKeXirSJ4ztnyVq6FrUQg1kolHXWYLOFCve4SbaRKfN0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=dlLqvOCFu8m/PymOVQCTDC51QWRULrMJVgDnMcR+2+R0I8AhNyPeglfSz7EPofh9ggKtqRZG++0L5epiy7cEfbqcXiYf2o9oOdkwOxqeUjlgS5mhTJ64LYR9E2xMB7sPwX4JOOhu/OMzaKh5kXKeetooYnh0Vc2V0WWZRB6gtxM= Received: by 10.86.89.4 with SMTP id m4mr3223778fgb.12.1205558570639; Fri, 14 Mar 2008 22:22:50 -0700 (PDT) Received: by 10.86.57.7 with HTTP; Fri, 14 Mar 2008 22:22:50 -0700 (PDT) Message-ID: <68bfdc900803142222n28c6dbefib4474b4711bfdd28@mail.gmail.com> Date: Sat, 15 Mar 2008 13:22:50 +0800 From: "Yue Wang" To: freebsd-current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Cannot build java X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 05:22:52 -0000 Hi, java fails to build on Current. [yuewang@localhost /usr/ports/java/jdk16]$ sudo make install clean ...... /usr/local/diablo-jdk1.5.0/bin/javap javax.xml.transform.TransformerFactory > /dev/null 2>&1; \ if [ $? -ne 0 ]; then \ /usr/local/diablo-jdk1.5.0/bin/java -version; \ echo "*** An XSLT processor (J2SE 1.4.x or newer) is required" \ "to bootstrap this build" 1>&2; \ exit 1; \ fi Fatal error 'kse_create() failed ' at line 444 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 gmake[4]: *** [check_j2se_version] Error 1 gmake[4]: Leaving directory `/usr/ports/java/jdk16/work/control/build/bsd-i586/hotspot/outputdir' gmake[3]: *** [bsd_i486_compiler2/debug] Error 2 gmake[3]: Leaving directory `/usr/ports/java/jdk16/work/control/build/bsd-i586/hotspot/outputdir' gmake[2]: *** [generic_build2] Error 2 gmake[2]: Leaving directory `/usr/ports/java/jdk16/work/hotspot/make' gmake[1]: *** [product] Error 2 gmake[1]: Leaving directory `/usr/ports/java/jdk16/work/hotspot/make' gmake: *** [hotspot-build] Error 2 *** Error code 2 Hopes this information helpful