Q) eclipse 3.2 (Callisto)
David Sledge
dsledge at appriss.com
Sun Aug 13 03:00:33 UTC 2006
-----Original Message-----
From: Yamada Ken Takeshi [mailto:ken at tydfam.jp]
Sent: Sat 8/12/2006 8:48 PM
To: David Sledge
Cc: ronald-freebsd8 at klop.yi.org; freebsd-java at freebsd.org
Subject: Re: Q) eclipse 3.2 (Callisto)
It was the same, no improvement...
I am not sure what is wrong. I'll send you compile/install log separately for your review.
Also, would you put package version to your web, like eclipse-3.2.x86.tbz, eclipse-3.2.amd64.tbz? I'll try to run it to see if it works under my environment.
I also tried amd64 using my server - another Opteron single core X 2 for reference.
It returned the followings and could not compile...
---------------------------------------------------------------------------
[javac] Type safety: The method addAll(Collection) belongs to the raw type AbstractCollection. References to generic type AbstractCollection<E> should be parameterized
[javac] ----------
[javac] 961 problems (961 warnings)
[exec] ../eclipseMozilla.c: In function `fixEnvForMozilla':
[exec] ../eclipseMozilla.c:176: warning: passing arg 3 of `scandir' from incompatible pointer type
[exec] /usr/bin/ld: cannot find -lgobject-2.0
BUILD FAILED
/home/ports/java/eclipse/work/build.xml:94: exec returned: 1
Total time: 15 minutes 47 seconds
*** Error code 1
Stop in /home/ports/java/eclipse.
---------------------------------------------------------------------------
I think that there's no reason of "cannot find -lgobject-2.0" as ldconfig -r returns;
"299:-lgobject-2.0.0 => /usr/local/lib/libgobject-2.0.so.0" (-2.0.0 vs -2.0 ??)
My ldconfig -r returns the exact same thing so I don't think that is the problem but try doing an ldconfig -R or maybe an ldconfig -m. If that still does not work maybe try setting it with the LD_LIBRARY_PATH environment variable. I will try to create and upload the package builds on Monday.
More information about the freebsd-java
mailing list