Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Aug 2001 10:59:23 -0700
From:      Donald Espinoza <donalde@cisco.com>
To:        freebsd-java@freebsd.org
Subject:   Trouble installing jdk12_beta on FreeBSD 4.3-STABLE
Message-ID:  <3B8BDBFB.553274E1@cisco.com>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3B8BDBFB.553274E1>