From owner-freebsd-java@FreeBSD.ORG Wed Apr 9 07:11:40 2003 Return-Path: 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 5143E37B401 for ; Wed, 9 Apr 2003 07:11:40 -0700 (PDT) Received: from pohoda.cz (pohoda.pohoda.cz [194.228.111.151]) by mx1.FreeBSD.org (Postfix) with SMTP id D9DD343F85 for ; Wed, 9 Apr 2003 07:11:38 -0700 (PDT) (envelope-from plusik@pohoda.cz) Received: (qmail 26915 invoked from network); 9 Apr 2003 14:11:36 -0000 Received: from plusik@pohoda.cz by pohoda.cz by uid 513 with qmail-scanner-1.15 ( Clear:. Processed in 2.823831 secs); 09 Apr 2003 14:11:36 -0000 Received: from unknown (HELO localhost.localdomain) (213.151.92.222) by pohoda.pohoda.cz with SMTP; 9 Apr 2003 14:11:33 -0000 Received: by localhost.localdomain (Postfix, from userid 1000) id BFB921CB678; Wed, 9 Apr 2003 16:11:33 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by localhost.localdomain (Postfix) with ESMTP id 5D71E1CB677 for ; Wed, 9 Apr 2003 16:11:33 +0200 (CEST) Date: Wed, 9 Apr 2003 16:11:33 +0200 (CEST) From: Tomas Pluskal X-X-Sender: plusik@eddie. To: java@freebsd.org Message-ID: <20030409160414.H1631@eddie.> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: problem building native jdk 1.4.1 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2003 14:11:40 -0000 Hello, I am trying to build jdk 1.4.1 on 4.8-STABLE system, with linux-jdk-1.4.1 installed, XFree86 4.3.0. It ends up with this: >>> Generating beaninfo for javax.swing.AbstractButton... javadoc: In doclet class GenDocletBeanInfo, method start has thrown an exception java.lang.reflect. InvocationTargetException java.lang.UnsatisfiedLinkError: /usr/ports/java/jdk14/work/control/build/bsd-i586/lib/i386/libawt.so : /usr/ports/java/jdk14/work/control/build/bsd-i586/lib/i386/libawt.so: Undefined symbol "_XEditResResetStream" at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1473) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1389) at java.lang.Runtime.loadLibrary0(Runtime.java:788) at java.lang.System.loadLibrary(System.java:832) at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50) at java.security.AccessController.doPrivileged(Native Method) at sun.awt.NativeLibLoader.loadLibraries(NativeLibLoader.java:38) at sun.awt.DebugHelper.(DebugHelper.java:29) at java.awt.Component.(Component.java:507) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:140) at GenSwingBeanInfo.getClass(GenSwingBeanInfo.java:472) at GenSwingBeanInfo.genBeanInfo(GenSwingBeanInfo.java:355) at GenDocletBeanInfo.start(GenDocletBeanInfo.java:190) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at com.sun.tools.javadoc.DocletInvoker.invoke(DocletInvoker.java:193) at com.sun.tools.javadoc.DocletInvoker.start(DocletInvoker.java:92) at com.sun.tools.javadoc.Start.parseAndExecute(Start.java:301) at com.sun.tools.javadoc.Start.begin(Start.java:120) at com.sun.tools.javadoc.Main.execute(Main.java:41) at com.sun.tools.javadoc.Main.main(Main.java:31) 1 error gmake[3]: *** [.javadoc.beanlist] Error 1 gmake[3]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make/javax/swing/beaninfo' gmake[2]: *** [swing-1.2-beans] Error 2 gmake[2]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make/javax/swing/beaninfo' gmake[1]: *** [image-jdk] Error 2 gmake[1]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make' gmake: *** [j2se-build] Error 2 *** Error code 2 I found same report here: http://www.geocrawler.com/archives/3/162/2002/11/0/10226403/ but there was no answer. Is this a known problem? Thank you Tomas Pluskal