From owner-freebsd-java Tue Aug 28 11: 0: 9 2001 Delivered-To: freebsd-java@freebsd.org Received: from malone.cisco.com (malone.cisco.com [171.70.157.157]) by hub.freebsd.org (Postfix) with ESMTP id 8C93237B407 for ; Tue, 28 Aug 2001 11:00:00 -0700 (PDT) (envelope-from donalde@cisco.com) Received: from cisco.com (ptlm1-dhcp-102.cisco.com [171.71.210.102]) by malone.cisco.com (8.8.6 (PHNE_14041)/CISCO.SERVER.1.2) with ESMTP id LAA01130 for ; Tue, 28 Aug 2001 11:00:00 -0700 (PDT) Message-ID: <3B8BDBFB.553274E1@cisco.com> Date: Tue, 28 Aug 2001 10:59:23 -0700 From: Donald Espinoza X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-java@freebsd.org Subject: Trouble installing jdk12_beta on FreeBSD 4.3-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 I am trying to install the jdk12_beta as per the instructions found on http://www.kjkoster.org/java/index.jsp, but am getting an error as shown at the bottom of this email. I am on FreeBSD 4.3-STABLE #0: Mon Jun 18 18:48:33 PDT 2001. Does the error below lead you to any idea as to what I have done wrong in my install? Thanks in advance. Donald donalde@cisco.com Instructions per http://www.kjkoster.org/java/index.jsp: "If you are using FreeBSD/x86, you can build the JDK simply by downloading the sources and Greg's patch set, placing them in /usr/ports/distfiles. You can then enter /usr/ports/java/jdk12-beta/ and type make install clean to build it. That's all there is to it." I did a "make install" ... gcc -O -pipe -W -Wall -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wno-unused -Wno-parentheses -pipe -fPIC -Di386 -DHAVE_ALIGNED_LONGLONGS -DHAVE_ALIGNED_DOUBLES -DARCH='"i386"' -DRELEASE='"1.2.2"' -DFULL_VERSION='"jdk1.2.2-FreeBSD:root:2001/08/28-10:27"' -DHAVE_POLL -D_REENTRANT -I. -ICClassHeaders -I../../../../src/freebsd/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/native/java/lang/fdlibm/include -I../../../../src/share/native/java/io -I../../../../src/share/native/common -I../../../../src/freebsd/native/common -DHAVE_ALTZONE -DARCH='"i386"' -I../../../../src/share/native/java/lang -I../../../../src/freebsd/native/java/lang -c -o obj/i386/check_code.o ../../../../src/share/native/common/check_code.c ../../../../src/share/native/common/check_code.c:413: warning: no previous prototype for `initialize_class_hash' ../../../../src/share/native/common/check_code.c:560: warning: no previous prototype for `VerifyClassCodes' ../../../../src/share/native/common/check_code.c:853: syntax error before `__extension__' ../../../../src/share/native/common/check_code.c:853: syntax error before `:' ../../../../src/share/native/common/check_code.c:853: warning: type defaults to `int' in declaration of `__X' ../../../../src/share/native/common/check_code.c:853: warning: data definition has no type or storage cla ss ../../../../src/share/native/common/check_code.c:853: syntax error before `}' ../../../../src/share/native/common/check_code.c:325: warning: `verify_opcode_operands' used but never de fined ../../../../src/share/native/common/check_code.c:329: warning: `initialize_exception_table' used but neve r defined ../../../../src/share/native/common/check_code.c:330: warning: `instruction_length' used but never define d ../../../../src/share/native/common/check_code.c:332: warning: `verify_constant_pool_type' used but never defined ../../../../src/share/native/common/check_code.c:334: warning: `initialize_dataflow' used but never defin ed ../../../../src/share/native/common/check_code.c:335: warning: `run_dataflow' used but never defined ../../../../src/share/native/common/check_code.c:383: warning: `CCinit' used but never defined ../../../../src/share/native/common/check_code.c:384: warning: `CCreinit' used but never defined ../../../../src/share/native/common/check_code.c:385: warning: `CCdestroy' used but never defined ../../../../src/share/native/common/check_code.c:386: warning: `CCalloc' used but never defined ../../../../src/share/native/common/check_code.c:393: warning: `CCerror' used but never defined ../../../../src/share/native/common/check_code.c:394: warning: `CCout_of_memory' used but never defined ../../../../src/share/native/common/check_code.c:399: warning: `check_and_push' used but never defined ../../../../src/share/native/common/check_code.c:400: warning: `pop_and_free' used but never defined cpp: output pipe has been closed gmake[3]: *** [obj/i386/check_code.o] Error 1 gmake[3]: Leaving directory `/usr/ports/java/jdk12-beta/work/build/freebsd/java/java' gmake[2]: *** [optimized] Error 2 gmake[2]: Leaving directory `/usr/ports/java/jdk12-beta/work/build/freebsd/java/java' gmake[1]: *** [all] Error 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message