From owner-freebsd-eclipse@FreeBSD.ORG Tue Nov 2 16:08:08 2010 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8AF07106564A for ; Tue, 2 Nov 2010 16:08:08 +0000 (UTC) (envelope-from mgmartin@comcast.net) Received: from mx.appliedtechnicalknowledge.com (appliedtechnicalknowledge.com [173.14.31.49]) by mx1.freebsd.org (Postfix) with ESMTP id 4FE288FC18 for ; Tue, 2 Nov 2010 16:08:07 +0000 (UTC) Received: from [10.0.0.4] (gandalf.martins.home [10.0.0.4]) by mx.appliedtechnicalknowledge.com (Postfix) with ESMTPSA id 572C9622BD; Tue, 2 Nov 2010 10:08:07 -0600 (MDT) Message-ID: <4CD03766.7010400@comcast.net> Date: Tue, 02 Nov 2010 10:08:06 -0600 From: Michael Martin User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.12) Gecko/20101101 Thunderbird/3.1.6 MIME-Version: 1.0 To: Bernhard Froehlich References: <86zktxazsg.fsf@siegel.tg.intern> <20101031.233825.1348995565861218514.ken@tydfam.jp> <4CCD81A5.6090207@comcast.net> <20101102.200949.519459540419519538.ken@tydfam.jp> <8662wfvpop.fsf@siegel.tg.intern> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Thomas Gellekum , freebsd-eclipse@freebsd.org, gecko@freebsd.org Subject: Re: Upgrade eclipse-devel to 3.6.1 X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Nov 2010 16:08:08 -0000 On 11/02/2010 08:13, Bernhard Froehlich wrote: > On Tue, 02 Nov 2010 14:08:06 +0100, Thomas Gellekum > wrote: >> ken writes: >> >>> Michael, >>> I have the following error after installing some plugins. Are there any fixes? xulrunner.gtk.freebsd.x86_64 seemingly not built/installed. >>> >>> # eclipse-devel >>> Bundle org.mozilla.xulrunner.gtk.freebsd.x86_64 is not found. >> > From quickly browsing the web, it looks like this bundle should be >> provided by www/xulrunner or some relative. Let's see whether the gecko >> folks know anything about it. > You probably want to enable the JAVA option of www/libxul port? That > option was not tested for a long time so don't be surprised if it does > not work. Give it a try and tell us if it works and is what you need. > It looks like some plugin is expecting the native plugin org.mozilla.xulrunner.gtk.os.arch to be present. I'm not sure what plugins you installed that would be providing that--it's not provided by eclipse. Since the 3rd party provided plugins/feature doesn't have a freebsd.x86_64 specific jar file to match your platform (freebsd/x86_64), you get the error. I see jboss provides some sort of wrapper for xulrunner ( http://repository.jboss.org/xulrunner/ ). Maybe that's the plugin you installed?? It should be possible to get the source code and build the native plugin for freebsd if you can identify from where the org.mozilla.xulrunner plugins originate. You should then at least be able to get past the dependency error. I built www/libxul with JAVA xpcom enabled and it errors out on me when launching eclipse help and the embedded browser chosen. org.eclipse.swt.SWTError: XPCOM error -2147467262 at org.eclipse.swt.browser.Mozilla.error(Mozilla.java:2414) at org.eclipse.swt.browser.Mozilla.unhookDOMListeners(Mozilla.java:2844) at org.eclipse.swt.browser.Mozilla.onDispose(Mozilla.java:2437) at org.eclipse.swt.browser.Mozilla$5.handleEvent(Mozilla.java:891) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258) mm