From owner-freebsd-java@FreeBSD.ORG Thu Oct 9 15:26:15 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 EA45B16A4B3; Thu, 9 Oct 2003 15:26:15 -0700 (PDT) Received: from proxy.ciberbit.pt (a213-22-99-231.netcabo.pt [213.22.99.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id 291D943F75; Thu, 9 Oct 2003 15:26:14 -0700 (PDT) (envelope-from pbeck@ciberbit.pt) Received: from ciberbit.pt (host19 [192.168.200.19]) by proxy.ciberbit.pt (8.11.6/8.11.6) with ESMTP id h99NJKl19222; Thu, 9 Oct 2003 23:19:25 GMT Message-ID: <3F85E074.6020304@ciberbit.pt> Date: Thu, 09 Oct 2003 23:25:56 +0100 From: Pedro Beck Gomes da Costa User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Greg Lewis References: <3F84C702.8080304@ciberbit.pt> <20031009144153.GC96036@misty.eyesbeyond.com> In-Reply-To: <20031009144153.GC96036@misty.eyesbeyond.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: ports@freebsd.org cc: java@freebsd.org Subject: Re: FreeBSD Port: eclipse-2.1.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: Thu, 09 Oct 2003 22:26:16 -0000 I was able to build it without any error on the day after... I dont understand why.... Maybe because I update my ports collection every night with 'cvsup' and 'portsdb' and maybe that corrected some error on my ports database. But now, when I try to run eclipse on my FreeBSD 4.8RELEASE, with Diablo-jdk1.3.1 I get : java.lang.UnsatisfiedLinkError: /usr/local/eclipse/plugins/org.eclipse.swt.gtk_2.1.1/os/freebsd/x86/libswt-pi-gtk-2135.so: /usr/local/lib/libgthread-2.0.so.200: Undefined symbol "pthread_attr_destroy" at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1382) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1290) at java.lang.Runtime.loadLibrary0(Runtime.java:749) at java.lang.System.loadLibrary(System.java:820) at org.eclipse.swt.internal.Library.loadLibrary(Library.java:108) at org.eclipse.swt.internal.gtk.OS.(OS.java:18) at org.eclipse.swt.widgets.Display.create(Display.java:469) at org.eclipse.swt.graphics.Device.(Device.java:111) at org.eclipse.swt.widgets.Display.(Display.java:303) at org.eclipse.swt.widgets.Display.(Display.java:299) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1361) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:468) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:291) at org.eclipse.core.launcher.Main.run(Main.java:747) at org.eclipse.core.launcher.Main.main(Main.java:583) I'm desperated!!! I need Eclipse to work... I was using Slackware Linux for a long time until I convinced myself to use FreeBSD :) Can you give me a clue on how to solve this? Thanks in advance... Pedro Costa Greg Lewis wrote: >On Thu, Oct 09, 2003 at 03:25:06AM +0100, Pedro Beck Gomes da Costa wrote: > > >>I tried to build Eclipse-2.1.1 using the Diablo-jdk1.3.1 and it fails.... >>The port documentation refers to jdk13 port...., but having the official >>binary package I dont want to download the JDK1.3 code by hand , patch >>it and build a jdk to be able to build Java Ports... >>We cant build the port using the official FreeBSD 1.3.1 Binary JDK ???? >>For someone like me, recently arrived from Slackware Linux, this is very >>strange. >> >> > >What is the error you get? > > >