From owner-freebsd-java Thu Nov 14 19:36:31 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 204F037B401 for ; Thu, 14 Nov 2002 19:36:29 -0800 (PST) Received: from zpfe.com (dev06.eqp.zpfe.com [209.46.51.22]) by mx1.FreeBSD.org (Postfix) with SMTP id 5266943E7B for ; Thu, 14 Nov 2002 19:36:28 -0800 (PST) (envelope-from steve-hv@zpfe.com) Received: (qmail 51182 invoked from network); 15 Nov 2002 03:36:45 -0000 Received: from dev13.eqp.zpfe.com (HELO PUFFY.zpfe.com) (209.46.51.29) by dev06.eqp.zpfe.com with SMTP; 15 Nov 2002 03:36:45 -0000 Message-Id: <5.1.0.14.2.20021114212157.045fe008@magpie.zpfe.com> X-Sender: (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Thu, 14 Nov 2002 21:36:21 -0600 To: freebsd-java@freebsd.org From: Steve Peterson Subject: Build error Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed 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 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