From owner-freebsd-java@FreeBSD.ORG Sun Aug 13 00:48:43 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50B5616A4DA for ; Sun, 13 Aug 2006 00:48:43 +0000 (UTC) (envelope-from ken@tydfam.jp) Received: from daemon.sub.tydfam.jp (ns.tydfam.jp [61.197.228.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id A746A43D45 for ; Sun, 13 Aug 2006 00:48:42 +0000 (GMT) (envelope-from ken@tydfam.jp) Received: from localhost (tyd3.sub.tydfam.jp [192.168.1.3]) by daemon.sub.tydfam.jp (8.13.4/8.13.4) with ESMTP id k7D0mCmp085376; Sun, 13 Aug 2006 09:48:13 +0900 (JST) (envelope-from ken@tydfam.jp) Date: Sun, 13 Aug 2006 09:48:16 +0900 (JST) Message-Id: <20060813.094816.343191743.ken@tydfam.jp> To: dsledge@appriss.com From: Yamada Ken Takeshi In-Reply-To: <768690DD58883C4FAA0C089A534F94DF2054B1@intexch02.int.appriss.com> References: <44DCD297.50108@appriss.com> <20060812.110531.846936201.ken@tydfam.jp> <768690DD58883C4FAA0C089A534F94DF2054B1@intexch02.int.appriss.com> X-Mailer: Mew version 4.2 on XEmacs 21.4.19 (Constant Variable) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=2.0 required=8.0 tests=CONTENT_TYPE_PRESENT, TOOLONGSTR,X_MAILER_PRESENT autolearn=no version=3.1.1 X-Spam-Level: ** X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on daemon.sub.tydfam.jp Cc: freebsd-java@freebsd.org, ronald-freebsd8@klop.yi.org Subject: Re: Q) eclipse 3.2 (Callisto) X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Aug 2006 00:48:43 -0000 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 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 ??) From: "David Sledge" > > I have not seen that happen before. I checked on my x86 and amd64 systems and it installed the configurations correctly and the swt plugin is correct as well. Try downloading the latest shar file again. Deinstall the previous version, make sure it removes the /usr/local/eclipse directory. Remove the .eclipse directory in your home directory. Remove the previous eclipse port directory and extract the new shar file in its place. Then run "make install clean" again and see if that fixes the problem.