From owner-freebsd-java Tue Nov 19 17:31:35 2002 Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BEA437B401 for ; Tue, 19 Nov 2002 17:31:32 -0800 (PST) Received: from ncsmtp02.ogw.rr.com (ncsmtp02.ogw.rr.com [24.93.67.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0144443E8A for ; Tue, 19 Nov 2002 17:31:32 -0800 (PST) (envelope-from mmercer@nc.rr.com) Received: from mail5.nc.rr.com (fe5 [24.93.67.52]) by ncsmtp02.ogw.rr.com (8.12.5/8.12.2) with ESMTP id gAK1VBv3004414 for ; Tue, 19 Nov 2002 20:31:14 -0500 (EST) Received: from nc.rr.com ([24.74.128.130]) by mail5.nc.rr.com with Microsoft SMTPSVC(5.5.1877.757.75); Tue, 19 Nov 2002 20:30:49 -0500 Message-ID: <3DDAE5F0.2EA59E1B@nc.rr.com> Date: Tue, 19 Nov 2002 20:31:28 -0500 From: Michael E Mercer Reply-To: mmercer@nc.rr.com X-Mailer: Mozilla 4.61 [en] (X11; U; FreeBSD 4.7-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-java@freebsd.org Subject: unable to compile 1.4 on 4.7-STABLE... Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello peoples, I am running 4.7-STABLE as of 11/13/2002 > uname -a FreeBSD dual.mmercer.com 4.7-STABLE FreeBSD 4.7-STABLE #1: Wed Nov 13 01:11:43 EST 2002 root@dual.mmercer.com:/usr/obj/usr/src/sys/dualII_4_7 i386 I get the error below... notice the syntax error just after the ENV list... Also both sun and linux jdk's bomb out with the same error, also below. Any ideas? Also, what directories am I supposed to create to allow the patch to run smoothly? And how do tell it to use gcc32? I have successfully installed it. Thanks Michael Mercer bsd i386 1.4.0-internal build started: 02-11-19 20:26 current working directory = /home/mmercer/jdk1.4.0/jdk14/control/make build machine = TOPDIR = ./../.. CONTROL_TOPDIR = ./../../control GENERICS_TOPDIR = ./../../generics HOTSPOT_TOPDIR = ./../../hotspot J2SE_TOPDIR = ./../../j2se MOTIF_TOPDIR = ./../../motif COBUNDLE_TOPDIR = ./../../cobundle JDK_VERSION = 1.4.0 MILESTONE = internal BUILD_NUMBER = mmercer_19_nov_2002_20_26 PLATFORM = bsd TRUE_PLATFORM = FreeBSD (4.x STABLE way) ARCH = i386 ARCH_FAMILY = i386 ARCH_DATA_MODEL = 32 BOOTDIR = /usr/local/linux-blackdown-jdk1.4.1 OUTPUTDIR = ./../build/bsd-i386 UNIXCOMMAND_PATH = /bin/ COMPILER_PATH = /usr/bin/ DEVTOOLS_PATH = /usr/local/bin/ USRBIN_PATH = /usr/bin/ MOTIF_DIR = /usr/X11R6 HOTSPOT_CLIENT_PATH = /home/mmercer/jdk1.4.0/jdk14/control/build/bsd-i386/hotspot-i386/client HOTSPOT_SERVER_PATH = /home/mmercer/jdk1.4.0/jdk14/control/build/bsd-i386/hotspot-i386/server BUNDLE_PLATFORM = bsd BUNDLE_DATE = 19_nov_2002 J2SDK_LICENSE_PATH = /home/mmercer/jdk1.4.0/jdk14/control/build/bsd-i386/j2sdk-image/LICENSE J2SDK_BUNDLE_PATH = /home/mmercer/jdk1.4.0/jdk14/control/build/bsd-i386/bundles/j2sdk-1_4_0-internal-bin-mmercer_19_nov_2002_20_26-bsd-19_nov_2002.tar FORTE_LICENSE_PATH = /java/re/forte4j/3.0/promoted/latest/utils/LICENCE.TXT FORTE_BUNDLE_PATH = /java/re/forte4j/3.0/promoted/latest/bundles/bsd/FFJ-dev-010817-f4j_ce.zip Syntax error: "(" unexpected gmake[1]: Entering directory `/home/mmercer/jdk1.4.0/jdk14/j2se/make' [: -ne: unexpected operator gmake[1]: Leaving directory `/home/mmercer/jdk1.4.0/jdk14/j2se/make' NOTE: Your build environment has the variable DEV_ONLY defined. This will result in a development-only build of the J2SE workspace, lacking the documentation build and installation bundles. Sanity check passed. /bin/mkdir -p ../build/bsd-i386/hotspot-i386/tmp (cd ./../build/bsd-i386/hotspot-i386/tmp; \ gmake -f /home/mmercer/jdk1.4.0/jdk14/hotspot/build/bsd/Makefile product \ HOTSPOT_BUILD_VERSION=1.4.0-internal-mmercer_19_nov_2002_20_26 GAMMADIR=/home/mmercer/jdk1.4.0/jdk14/hotspot ; ) gmake[1]: Entering directory `/home/mmercer/jdk1.4.0/jdk14/control/build/bsd-i386/hotspot-i386/tmp' sh /home/mmercer/jdk1.4.0/jdk14/hotspot/build/bsd/makefiles/buildATree.sh compiler2 /home/mmercer/jdk1.4.0/jdk14/hotspot bsd i486 (cd bsd_i486_compiler2/product; gmake) gmake[2]: Entering directory `/home/mmercer/jdk1.4.0/jdk14/control/build/bsd-i386/hotspot-i386/tmp/bsd_i486_compiler2/product' # # HotSpot Virtual Machine Error, Internal Error # Please report this error at # http://www.blackdown.org/cgi-bin/jdk # # Java VM: Java HotSpot(TM) Client VM (Blackdown-1.4.1-beta mixed mode) # # Error ID: 4F533F4C494E55580E435050030B # gmake[2]: *** [../generated/MakeDeps.class] Abort trap (core dumped) gmake[2]: Leaving directory `/home/mmercer/jdk1.4.0/jdk14/control/build/bsd-i386/hotspot-i386/tmp/bsd_i486_compiler2/product' gmake[1]: *** [product] Error 2 gmake[1]: Leaving directory `/home/mmercer/jdk1.4.0/jdk14/control/build/bsd-i386/hotspot-i386/tmp' gmake: *** [product] Error 2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message