CFT java/eclipse port 4.11

Michael Zhilin mizhka at gmail.com
Mon Mar 25 05:26:20 UTC 2019


Hi Jonathan,

Got it works after 5 hours of debugging and googling. Issue was lack of
version of stat symbol in eclipse_1900.so. Solution (i'm not sure it's
appropriate) is to add "-lc" as argument for LD command in make_*.mak (
https://github.com/daemonblade/freebsd-eclipse/blob/master/java-eclipse/files/patch-rt.equinox.framework#L391).
My version is FreeBSD 13-CURRENT with ino64, so "stat" from eclipse_xxx.so
tried to call compat11.stat, when "stat" from binary made correct call.

I confirm that basic functionalities works fine, but UI has problem
described by you.

Thanks!


More information about the freebsd-java mailing list