From owner-freebsd-eclipse@FreeBSD.ORG Sun Sep 15 17:44:03 2013 Return-Path: Delivered-To: eclipse@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 146ED47D for ; Sun, 15 Sep 2013 17:44:03 +0000 (UTC) (envelope-from garya@dreamchaser.org) Received: from nightmare.dreamchaser.org (nightmare.dreamchaser.org [12.32.44.142]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D68ED2CE0 for ; Sun, 15 Sep 2013 17:44:02 +0000 (UTC) Received: from breakaway.dreamchaser.org (breakaway.dreamchaser.org. [12.32.36.73]) by nightmare.dreamchaser.org (8.13.6/8.13.6) with ESMTP id r8FHhxYJ083571 for ; Sun, 15 Sep 2013 11:43:59 -0600 (MDT) (envelope-from garya@dreamchaser.org) Message-ID: <5235F1DF.4080107@dreamchaser.org> Date: Sun, 15 Sep 2013 11:43:59 -0600 From: Gary Aitken User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130730 Thunderbird/17.0.7 MIME-Version: 1.0 To: eclipse@FreeBSD.org Subject: bug / missing sys call? X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (nightmare.dreamchaser.org [12.32.36.65]); Sun, 15 Sep 2013 11:43:59 -0600 (MDT) X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.14 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: Sun, 15 Sep 2013 17:44:03 -0000 Hate to bother you, but I'm trying to get eclipse-cdt running on fbsd 9.1 and have an issue I'm not sure how to pursue. When eclipse-cdt is run and one first hits the debug compile button, the following trace shows up on the controlling shell: java.lang.UnsatisfiedLinkError: no spawner in java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1681) at java.lang.Runtime.loadLibrary0(Runtime.java:840) at java.lang.System.loadLibrary(System.java:1047) at org.eclipse.cdt.utils.spawner.ProcessFactory.(ProcessFactory.java:39) at org.eclipse.cdt.utils.spawner.ProcessFactory.getFactory(ProcessFactory.java:51) at org.eclipse.cdt.core.CommandLauncher.execute(CommandLauncher.java:151) at org.eclipse.cdt.managedbuilder.internal.buildmodel.CommandBuilder.build(CommandBuilder.java:165) ... The last class (ProcessFactory) is in /usr/local/lib/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201002161416.jar and appears to be a missing hook into to the core fbsd system. I'm not sure I can get myself up to speed enough to do anything about this, but can you tell me: What is the state of the base eclipse port? I now see it is quite a ways behind the latest release. I also see there is no maintainer for eclipse-cdt; not sure if I'm up for that be we'll see. Thanks, Gary