Re: Eclipse 3.3.1 build

2007-10-17 Thread Mike Bowie

Doing a bit of a 'Greg' and replying to myself...

Greg,

Have you had a chance to take a look at Ken's 3.3.1 port?  I've been 
using it for a couple of days now and so far it's certainly as groovy as 
the 3.3 that we have in eclipse-devel.


What do you think about kicking eclipse-devel up to 3.3.1?  From what I 
can see, 3.3.1 is the current release on eclipse.org and it sure would 
be nice to be even that little bit closer to getting in step with their 
releases.


As Ken mentioned, 3.3.1 doesn't need launchersrc.zip, which I'm sure 
you'll agree is a good step forward.  Ken has identified a couple of 
minor issues with it, but as it turns out, they all appear to be in the 
3.3 build too.


I know 3.3 only just made it into cvs and it does seem a shame to stomp 
if so swiftly, but I think 3.3.1 is more desirable candidate for 
eventual merge into java/eclipse.


OT: Nice switcheroo on the Makefile for 3.3... works like a charm!

Let me know your thoughts,

Mike.
___
freebsd-eclipse@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-eclipse
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


One caveat I failed to mention, is that 3.3.1 doesn't build with jdk1.5 
so far.  The instructions indicate that it should, but Ken hasn't had 
any success as far as I know and I've not looked at it.


That may throw a spanner in the works for some.

Cheers,

Mike.

___
freebsd-eclipse@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-eclipse
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: [EMAIL PROTECTED]: eclipse-emf-2.2.3 failed on i386 6]

2007-10-17 Thread Greg Lewis
On Sun, Oct 14, 2007 at 03:56:36PM +0200, Erwin Lansing wrote:
> FYI; can you please investigate and/or report to the developers?  If
> you are already aware of this problem but do not yet have a fix,
> please mark the port BROKEN in the appropriate case, so that users do
> not unexpectedly encounter it.
> 
> See http://pointyhat.freebsd.org for the full log.

I committed an update from 2.2.3 to 2.2.4 which should fix this.

-- 
Greg Lewis  Email   : [EMAIL PROTECTED]
Eyes Beyond Web : http://www.eyesbeyond.com
Information Technology  FreeBSD : [EMAIL PROTECTED]
___
freebsd-eclipse@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-eclipse
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Europa + Patches

2007-10-17 Thread Mike Bowie

Daniel Rucci wrote:
I seem to have a degradation in stability after applying updates & 
installing plugins, need to track down the culprit. Is everyone 
acquiring all of the updates after installing?


Not sure yet which added patches or plugins are making my 6.2 
installation not work nicely but as for 7.0-CURRENT, after applying 
the 1 available patch on the install of the port I get


sudo eclipse-europa
Assertion failed: ((run->regs_mask[elm] & (1 << bit)) == 0), function 
arena_run_reg_dalloc, file /usr/src/lib/libc/stdlib/malloc.c, line 1721.

Abort trap: 6 (core dumped)

(im running as root to install plugins)

Theres an accompanying eclipse error log file ( 
http://rucci.org/ports/java/eclipse-europa/current/ ) although this 
seems to be 
plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86_1.0.0.v20070606/eclipse_1017a.so 
doing something it shouldn't..


This seems to only happen after applying the available patch..


Thanks,
   Dan


___
freebsd-eclipse@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-eclipse
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"

Hey Dan,

Sorry for not dropping you a line sooner... I kept trying to catch you 
on IRC, but kept missing you it would seem.


Which updates are you apply and from which sites?  I'll give it a try 
and see if I can replicate it.


I've got a handful of plugins which I'm running nightly builds of, which 
are quite happy so far, so I'd be interested to see which ones are 
upsetting your install.


Have you given Ken's 3.3.1 a try?  If so, are you seeing the same thing 
there?


Cheers,

Mike.

___
freebsd-eclipse@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-eclipse
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Eclipse 3.3.1 build

2007-10-17 Thread Ken Yamada
From: Mike Bowie <[EMAIL PROTECTED]>
> One caveat I failed to mention, is that 3.3.1 doesn't build with jdk1.5 
> so far.  The instructions indicate that it should, but Ken hasn't had 
> any success as far as I know and I've not looked at it.

  In the instruction.html, it says;
 QUOTE
   3. For the platforms were JDK 1.6 support is not yet available e.g 
linux-gtk-s390, linux-gtk-s390x the Eclipse SDK can be built with JDK 1.5 in 
place JDK 1.6. 
To do that, please follow the following steps:

  * Edit the file build.xml: 
  replacing the tags  
  with  
  and  
  with 
  * Remove code which compile and package the plugins that require JDK 1.6 
currently: 
  org.eclipse.jdt.compiler.tool, 
  org.eclipse.jdt.compiler.apt 
  and org.eclipse.jdt.apt.pluggable.core 
  from the files features/org.eclipse.jdt/feature.xml 
  and features/org.eclipse.jdt/feature.xml.
UNQUOTE

  I am not sure if we pursue compilation with jdk15 from the following three 
points.
a) jdk16 is available on FreeBSD (incl. -current)
b) eclipse eliminated java5home argument in build script with 3.3.0 which 
disabled jdk selection.
c) There are binary incompatibility between jdk15 and jdk16.
jdk15 compiled eclipse-europe may cause problems with plugins compiled with 
jdk16. (jdk16 compiled one cannot run with jdk15, but the other way is OK).

  If the instruction tells all, addition of jdk15 compilation will be;
a) add 'java5home' argument to build script (back to 3.2.2)
b) rewrite two build.xml(build.xml and features/org.eclipse.jdt/features.xml) 
so that they conditionally branch by java5home/JAVA_HOME.

  Ant is not my good friend yet, and I am not sure if it is easy or not.

___
freebsd-eclipse@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-eclipse
To unsubscribe, send any mail to "[EMAIL PROTECTED]"