From owner-freebsd-java@FreeBSD.ORG Tue Jun 3 15:02:01 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 090E9106564A for ; Tue, 3 Jun 2008 15:02:01 +0000 (UTC) (envelope-from german.basisty@eipsistemas.ath.cx) Received: from gundagai.terra.com (gundagai.terra.com [66.119.66.236]) by mx1.freebsd.org (Postfix) with ESMTP id BF1148FC14 for ; Tue, 3 Jun 2008 15:02:00 +0000 (UTC) (envelope-from german.basisty@eipsistemas.ath.cx) Received: from echunga.terra.com (echunga.terra.com [66.119.66.230]) by gundagai.terra.com (Postfix) with ESMTP id 46E691BCB2C2 for ; Tue, 3 Jun 2008 10:43:30 -0400 (EDT) Received: from galga.terra.com (galga.terra.com [66.119.66.184]) by echunga.terra.com (Postfix) with ESMTP id A2B6817B82AE for ; Tue, 3 Jun 2008 10:43:29 -0400 (EDT) X-Terra-Karma: 0% X-Terra-Hash: 35319e98c6ff94d4aafa555b874b1137 Received-SPF: none (galga.terra.com: 66.119.66.184 is neither permitted nor denied by domain of eipsistemas.ath.cx) client-ip=66.119.66.184; envelope-from=german.basisty@eipsistemas.ath.cx; helo=moribb.eipsistemas.ath.cx; Received: from moribb.eipsistemas.ath.cx (unknown [190.49.60.52]) (authenticated user zabiasrl1@speedy.com.ar) by galga.terra.com (Postfix) with ESMTP id 473261237F7 for ; Tue, 3 Jun 2008 10:43:27 -0400 (EDT) Received: from www.eipsistemas.ath.cx (localhost [127.0.0.1]) by moribb.eipsistemas.ath.cx (Postfix) with ESMTP id 919691CC28 for ; Tue, 3 Jun 2008 11:43:19 -0300 (ART) Received: from 192.168.13.101 (SquirrelMail authenticated user gbasisty) by www.eipsistemas.ath.cx with HTTP; Tue, 3 Jun 2008 11:43:19 -0300 (ART) Message-ID: <49372.192.168.13.101.1212504199.squirrel@www.eipsistemas.ath.cx> Date: Tue, 3 Jun 2008 11:43:19 -0300 (ART) From: =?iso-8859-1?Q?Germ=E1n_C._Basisty?= To: freebsd-java@freebsd.org User-Agent: SquirrelMail/1.4.8 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: Problems compiling java under FreeBSD 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, 03 Jun 2008 15:02:01 -0000 Helo Folks! Im trying to compile jdk16 to run tomcat. After make install clean (every additional file allready downloaded) I get the following error message: … gmake ALT_SLASH_JAVA=/java ARCH_DATA_MODEL=32 ALT_OUTPUTDIR=/usr/ports/java/jdk16/work/control/build/bsd-i586/hotspot/outp utdir ALT_EXPORT_PATH=/usr/ports/java/jdk16/work/control/build/bsd-i586/hotspot/im port PREVIOUS_JDK_VERSION=1.5.0 ALT_BOOTDIR=/usr/local/diablo-jdk1.5.0 FULL_VERSION="1.6.0_03-p4-root_29_may_2008_15_47-b00" JDK_VERSION=1.6.0_03 COOKED_JDK_UPDATE_VERSION=30 COOKED_BUILD_NUMBER=0 JDK_MKTG_VERSION=6u3 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=6 JDK_MICRO_VERSION=0 all_product gmake[1]: Entering directory `/usr/ports/java/jdk16/work/hotspot/make' gmake VM_TARGET=product generic_build2 gmake[2]: Entering directory `/usr/ports/java/jdk16/work/hotspot/make' mkdir -p /usr/ports/java/jdk16/work/control/build/bsd-i586/hotspot/outputdir cd /usr/ports/java/jdk16/work/control/build/bsd-i586/hotspot/outputdir; \ gmake -f /usr/ports/java/jdk16/work/hotspot/build/bsd/Makefile \ HOTSPOT_BUILD_VERSION=1.6.0_03-p4-root_29_may_2008_15_47-b00 JAVA_HOME=/usr/local/diablo-jdk1.5.0 GAMMADIR=/usr/ports/java/jdk16/work/hotspot MAKE_VERBOSE=y product gmake[3]: Entering directory `/usr/ports/java/jdk16/work/control/build/bsd-i586/hotspot/outputdir' gmake -f /usr/ports/java/jdk16/work/hotspot/build/bsd/Makefile checks gmake[4]: Entering directory `/usr/ports/java/jdk16/work/control/build/bsd-i586/hotspot/outputdir' /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 Illegal instruction (core dumped) … Fatal error 'Cannot allocate red zone for initial thread' at line 384 in file /usr/src/lib/libthr/thread/thr_init.c (errno = 12) Fatal error 'Cannot allocate red zone for initial thread' at line 384 in file /usr/src/lib/libthr/thread/thr_init.c (errno = 12) Fatal error 'Cannot allocate red zone for initial thread' at line 384 in file /usr/src/lib/libthr/thread/thr_init.c (errno = 12) Fatal error 'Cannot allocate red zone for initial thread' at line 384 in file /usr/src/lib/libthr/thread/thr_init.c (errno = 12) Fatal error 'Cannot allocate red zone for initial thread' at line 384 in file /usr/src/lib/libthr/thread/thr_init.c (errno = 12) Fatal error 'Cannot allocate red zone for initial thread' at line 384 in file /usr/src/lib/libthr/thread/thr_init.c (errno = 12) Fatal error 'Cannot allocate red zone for initial thread' at line 384 in file /usr/src/lib/libthr/thread/thr_init.c (errno = 12) Fatal error 'Cannot allocate red zone for initial thread' at line 384 in file /usr/src/lib/libthr/thread/thr_init.c (errno = 12) Fatal error 'Cannot allocate red zone for initial thread' at line 384 in file /usr/src/lib/libthr/thread/thr_init.c (errno = 12) Fatal error 'Cannot allocate red zone for initial thread' at line 384 in file /usr/src/lib/libthr/thread/thr_init.c (errno = 12) Fatal error 'Cannot allocate red zone for initial thread' at line 384 in file /usr/src/lib/libthr/thread/thr_init.c (errno = 12) Illegal instruction (core dumped) *** 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 Stop in /usr/ports/java/jdk16. *** Error code 1 Stop in /usr/ports/java/jdk16. I asked in a spanish general freebsd mailing list and they told me its a problem with the disassembler javap. The also told me to ask right here :) ç I hope you can help me. Bests regards, -- Germán C. Basisty Estudio Informático Patagónico Consultor - Tecnología Informática german.basisty@eipsistemas.ath.cx http://www.eipsistemas.ath.cx