From owner-freebsd-java Thu Dec 6 13:54:27 2001 Delivered-To: freebsd-java@freebsd.org Received: from mgateway.borderware.com (mgateway.borderware.com [207.236.65.231]) by hub.freebsd.org (Postfix) with ESMTP id E19BE37B41A for ; Thu, 6 Dec 2001 13:54:23 -0800 (PST) Message-ID: <3C0FE90D.95B52A7E@borderware.com> Date: Thu, 06 Dec 2001 16:54:21 -0500 From: Rod Gilchrist X-Mailer: Mozilla 4.7 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-java@freebsd.org Subject: 1.3.1 patchset 5 build problem References: <20011014154814.A38579@misty.eyesbeyond.com> <20011215012002.A9630@gnuppy> 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 Hi, I have a build problem with building jdk 1.3.1 with patchset 5. I've worked around it, but its in an area that's been patched before so I thought I'd report it. With the ports lesstif-0.91.8 and XFree86-libraries-4.1.0 installed I get the following error when building the port jdk13: Constructing Javadoc information... >>> Generating beaninfo for javax.swing.AbstractButton... javadoc: In doclet class GenDocletBeanInfo, method start has thrown an exceptio n java.lang.reflect.InvocationTargetException java.lang.UnsatisfiedLinkError: /usr/home/joeuser/s-dev/ports/java/jdk13/work/j2 sdk1.3.1/build/bsd-i386/lib/i386/libawt.so: /usr/home/joeuser/s-dev/ports/java/j dk13/work/j2sdk1.3.1/build/bsd-i386/lib/i386/libawt.so: Undefined symbol "awt_ut il_getIMStatusHeight" My fix is to add '|| defined(__FreeBSD__)' to the end of line 506 in ports/java/jdk13/work/j2sdk1.3.1/src/solaris/native/sun/awt/awt_util.c This works for me but obviously ignores some Motif subtlety that has been patched around before... For what its worth... - Rod To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message