Date: Thu, 14 Nov 2002 21:36:21 -0600 From: Steve Peterson <steve-hv@zpfe.com> To: freebsd-java@freebsd.org Subject: Build error Message-ID: <5.1.0.14.2.20021114212157.045fe008@magpie.zpfe.com>
index | next in thread | raw e-mail
Greetings.
I'm building JDK 1.3.1 on FreeBSD 4.7-RELEASE and am running into a compile
error on dependencies for class FullValueDescriptionHelper (see below for
error messages). I took a peek at the patchset to see if there was some
reference to that class but no joy.
I searched the list archives for FullValueDescriptionHelper but no joy
there either.
My environment:
FreeBSD 4.7-RELEASE-p2
stock gcc
patches are bsd-jdk131-patches-7
bootstrap JDK is the linux-sun-jdk-1.3.1.06 port.
Java source is j2sdk-1_3_1-src.tar.gz downloaded today from Sun.
Any ideas on solutions or ways to go about troubleshooting this?
S
--
...
../../../../src/share/classes/com/sun/org/omg/SendingContext/_CodeBaseImplBase.java:88:
cannot resolve symbol
symbol : class FullValueDescriptionHelper
location: package ValueDefPackage
com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescriptionHelper.write
(out, __result);
^
../../../../src/share/classes/com/sun/org/omg/SendingContext/CodeBasePackage/ValueDescSeqHelper.java:46:
cannot resolve symbol
symbol : class FullValueDescriptionHelper
location: package ValueDefPackage
__typeCode =
com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescriptionHelper.type ();
^
../../../../src/share/classes/com/sun/org/omg/SendingContext/CodeBasePackage/ValueDescSeqHelper.java:64:
cannot resolve symbol
symbol : class FullValueDescriptionHelper
location: package ValueDefPackage
value[_o1] =
com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescriptionHelper.read
(istream);
^
../../../../src/share/classes/com/sun/org/omg/SendingContext/CodeBasePackage/ValueDescSeqHelper.java:72:
cannot resolve symbol
symbol : class FullValueDescriptionHelper
location: package ValueDefPackage
com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescriptionHelper.write
(ostream, value[_i0]);
^
../../../../src/share/classes/com/sun/org/omg/SendingContext/_CodeBaseStub.java:109:
cannot resolve symbol
symbol : class FullValueDescriptionHelper
location: package ValueDefPackage
com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription
__result =
com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescriptionHelper.read (_in);
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -deprecation for details.
5 errors
gmake[4]: *** [.compile.classlist] Error 1
gmake[4]: Leaving directory `/usr/local/jdk1.3.1/j2sdk1.3.1/make/sun/rmi/corba'
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-java" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5.1.0.14.2.20021114212157.045fe008>
