Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Sep 2013 10:32:29 -0500
From:      Jimmy Kelley <ljboiler@gmail.com>
To:        freebsd-eclipse@freebsd.org
Cc:        gnn@neville-neil.com
Subject:   Re: eclipse kepler (was: bug / missing sys call?)
Message-ID:  <20130916153229.GB5117@jmobile.jimmy.localnet>
In-Reply-To: <7E27B403-DE4E-44CB-B8FF-EF5257CB1B8A@neville-neil.com>
References:  <5235F1DF.4080107@dreamchaser.org> <7E27B403-DE4E-44CB-B8FF-EF5257CB1B8A@neville-neil.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hey George,

It might interest you to know that I've actually got Eclipse Kepler (4.3) built and
running on 10-current i386.  I'd like to make just one more change to what I've got
working so that it doesn't build the Linux x86 version (I had left that in for sanity
checking), then the fun part is going to be putting together a FreeBSD port to do
what I had manually done.

I'd be happy to work with you if you'd like.

Jimmy

On Mon, Sep 16, 2013 at 11:08:59AM -0400, George Neville-Neil wrote:
> 
> On Sep 15, 2013, at 13:43 , Gary Aitken <garya@dreamchaser.org> wrote:
> 
> > 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.<init>(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)
> > ...
> > <snip>
> > 
> > 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.
> > 
> 
> It would be great if you could look at maintaining the eclipse-cdt port.
> I am trying to update eclipse-devel to 4.3 but it is going quite slowly.
> On the plus side, it does build for all the other systems on HEAD.
> That is, the normal Eclipse source build "works" but, of course,
> that doesn't build a FreeBSD version.  I am working on building
> with openjdk7 on FreeBSD HEAD.
> 
> Best,
> George
> 
> 





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130916153229.GB5117>