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. From owner-freebsd-java@FreeBSD.ORG Sun Aug 13 03:00:33 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 01D1816A4E7 for ; Sun, 13 Aug 2006 03:00:32 +0000 (UTC) (envelope-from dsledge@appriss.com) Received: from intexch02.int.appriss.com (intexch02.int.appriss.com [63.126.72.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A6A643D55 for ; Sun, 13 Aug 2006 03:00:07 +0000 (GMT) (envelope-from dsledge@appriss.com) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Date: Sat, 12 Aug 2006 23:00:06 -0400 Message-ID: <768690DD58883C4FAA0C089A534F94DF2054B2@intexch02.int.appriss.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Q) eclipse 3.2 (Callisto) Thread-Index: Aca+cji2AjySzDRLS9KJPOFoEX8HsgADvON9 References: <44DCD297.50108@appriss.com><20060812.110531.846936201.ken@tydfam.jp><768690DD58883C4FAA0C089A534F94DF2054B1@intexch02.int.appriss.com> <20060813.094816.343191743.ken@tydfam.jp> From: "David Sledge" To: "Yamada Ken Takeshi" Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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 03:00:33 -0000 -----Original Message----- From: Yamada Ken Takeshi [mailto:ken@tydfam.jp] Sent: Sat 8/12/2006 8:48 PM To: David Sledge Cc: ronald-freebsd8@klop.yi.org; freebsd-java@freebsd.org Subject: Re: Q) eclipse 3.2 (Callisto) =20 It was the same, no improvement... I am not sure what is wrong. I'll send you compile/install log = separately for your review. =20 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. =20 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 =3D> /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. From owner-freebsd-java@FreeBSD.ORG Sun Aug 13 05:55:32 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 3D82D16A4DA for ; Sun, 13 Aug 2006 05:55:32 +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 B6F3443D45 for ; Sun, 13 Aug 2006 05:55:31 +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 k7D5tNTE019096; Sun, 13 Aug 2006 14:55:23 +0900 (JST) (envelope-from ken@tydfam.jp) Date: Sun, 13 Aug 2006 14:55:26 +0900 (JST) Message-Id: <20060813.145526.343187933.ken@tydfam.jp> To: dsledge@appriss.com From: Yamada Ken Takeshi In-Reply-To: <768690DD58883C4FAA0C089A534F94DF2054B2@intexch02.int.appriss.com> References: <768690DD58883C4FAA0C089A534F94DF2054B1@intexch02.int.appriss.com> <20060813.094816.343191743.ken@tydfam.jp> <768690DD58883C4FAA0C089A534F94DF2054B2@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=0.0 required=8.0 tests=CONTENT_TYPE_PRESENT, X_MAILER_PRESENT autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on daemon.sub.tydfam.jp Cc: ronald-freebsd8@klop.yi.org, freebsd-java@freebsd.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 05:55:32 -0000 Re: amd64 version Sorry, it was because of pkg-config (older version). LIBS = `pkg-config --libs-only-L gtk+-2.0` ..... only returned /usr/X11R6/lib. By replacing pkg-config to newer version, I compiled it successfully and it works. Now I need to dig into x86 version... > --------------------------------------------------------------------------- > [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 From owner-freebsd-java@FreeBSD.ORG Mon Aug 14 07:28:09 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 2E0D916A4E8 for ; Mon, 14 Aug 2006 07:28:09 +0000 (UTC) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8776843D5E for ; Mon, 14 Aug 2006 07:27:58 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7E7RvmG038501 for ; Mon, 14 Aug 2006 07:27:57 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7E7Ru0R038497 for freebsd-java@FreeBSD.org; Mon, 14 Aug 2006 07:27:56 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 14 Aug 2006 07:27:56 GMT Message-Id: <200608140727.k7E7Ru0R038497@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: linimon set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: freebsd-java@FreeBSD.org Cc: Subject: Current problem reports assigned to you 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: Mon, 14 Aug 2006 07:28:09 -0000 Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- s ports/60083 java Unsafe use of getaddrinfo in jvm 1.4.2-p5 o java/66151 java JBuilderX (sun jvm 1.4.1 builtin) crashes on 4.9 works f java/72151 java JVM crash on 5.2.1-R f ports/73279 java www/firefox + java crash o java/76631 java any port linux-*-jdk12 will core dump if using linux_b o ports/100529 java linux-sun-jdk1.4.2_12 coredumps on FreeBSD 4.x 6 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- f ports/56928 java jce-aba port should install to $JAVA_HOME/jre/lib/ext f java/62837 java linux-sun-jdk14 executables hang with COMPAT_LINUX in o ports/84742 java make ports/java/jdk14 use dynamic Motif librarires f ports/91244 java Bad instruction on making process of jdk14 o java/97461 java Diablo JDK does not report Update level in a format su 5 problems total. From owner-freebsd-java@FreeBSD.ORG Tue Aug 15 18:31:37 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 63FE216A4DA for ; Tue, 15 Aug 2006 18:31:37 +0000 (UTC) (envelope-from dsledge@appriss.com) Received: from intexch02.int.appriss.com (intexch02.int.appriss.com [63.126.72.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1DE143D69 for ; Tue, 15 Aug 2006 18:31:30 +0000 (GMT) (envelope-from dsledge@appriss.com) Received: from [10.11.3.10] ([10.11.3.10]) by intexch02.int.appriss.com with Microsoft SMTPSVC(6.0.3790.1830); Tue, 15 Aug 2006 14:31:29 -0400 Message-ID: <44E21301.1070208@appriss.com> Date: Tue, 15 Aug 2006 14:31:29 -0400 From: David Sledge User-Agent: Thunderbird 1.5.0.5 (X11/20060731) MIME-Version: 1.0 To: Yamada Ken Takeshi References: <1154971404.1679.2.camel@triton.mcneil.com> <44D8BA80.3050403@appriss.com> <44DB59EA.9010408@appriss.com> <20060811.233112.343186357.ken@tydfam.jp> In-Reply-To: <20060811.233112.343186357.ken@tydfam.jp> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 15 Aug 2006 18:31:29.0333 (UTC) FILETIME=[06356650:01C6C099] Cc: ronald-freebsd8@klop.yi.org, freebsd-java@freebsd.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: Tue, 15 Aug 2006 18:31:37 -0000 Yamada Ken Takeshi wrote: > I have a question with your eclipse.shar. > > Callisto is supposed to load cdt/gef/... after installing the base eclipse 3.2 from update site "http://download.eclipse.org/callisto/releases". However, if I try to update eclipse using "Software Update", this port returns "Resulting configuration does not contain the platform" and I cannot install these plugins from update site. > Is it because of my inappropriate installation or something missing? > > I think that we do not need some of eclipse-* ports once we successfully port eclipse 3.2 Callisto - I mean that existing eclipse-* can remain as it is by strictly defining that they are for 3.1.2 ONLY. > > I installed the visual editor from the "Software Update" site with its dependencies "emf" and "gef" and it ran ok when testing with a simple app. CDT installed and "standard make c project" seems to be working ok but "managed make c project" did not. After looking at it a bit more I think it is still going to require a port. From owner-freebsd-java@FreeBSD.ORG Fri Aug 18 13:46:04 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 7188616A4DA for ; Fri, 18 Aug 2006 13:46:04 +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 D0D2F43D46 for ; Fri, 18 Aug 2006 13:46:03 +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 k7IDjeIL024397; Fri, 18 Aug 2006 22:45:41 +0900 (JST) (envelope-from ken@tydfam.jp) Date: Fri, 18 Aug 2006 22:45:40 +0900 (JST) Message-Id: <20060818.224540.343191359.ken@tydfam.jp> To: dsledge@appriss.com From: Yamada Ken Takeshi In-Reply-To: <44E21301.1070208@appriss.com> References: <44DB59EA.9010408@appriss.com> <20060811.233112.343186357.ken@tydfam.jp> <44E21301.1070208@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=0.5 required=8.0 tests=CONTENT_TYPE_PRESENT, FAKEDWORD_VERTICALLINE,X_MAILER_PRESENT autolearn=no version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on daemon.sub.tydfam.jp Cc: ronald-freebsd8@klop.yi.org, freebsd-java@freebsd.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: Fri, 18 Aug 2006 13:46:04 -0000 Still I cannot solve the problem with my opteron(i386) @ -current. As shown below, plugins compilation itself seemingly OK, but when it is installed the number of *.jar under plugins were so different. (Framework error is due to unable to find org.eclipse.osgi_3.2.0*.jar.) What is thought to be the reason of this problem? 1) Under /usr/ports/java/eclipse/work find /usr/ports/java/eclipse(amd64)/work/plugins -name "*.jar" | wc -l 100 find /usr/ports/java/eclipse(i386)/work/plugins -name "*.jar" | wc -l 100 2) Under /usr/local/eclipse find /usr/local/eclipse(amd64)/plugins -name "*.jar" |wc -l 156 find /usr/local/eclipse(i386)/plugins -name "*.jar" | wc -l 8 These 8 jars are; plugins/org.eclipse.equinox.common_3.2.0.v20060603.jar plugins/org.eclipse.help_3.2.0.v20060602.jar plugins/org.eclipse.osgi.services_3.1.100.v20060601.jar plugins/org.eclipse.pde.ui_3.2.0.v20060605.jar plugins/org.eclipse.team.cvs.ui_3.2.0.I200606051140.jar plugins/org.eclipse.ui.ide_3.2.0.I20060605-1400.jar plugins/org.eclipse.ui.navigator.resources_3.2.0.I20060605-1400.jar plugins/org.eclipse.ui.navigator_3.2.0.I20060605-1400.jar From owner-freebsd-java@FreeBSD.ORG Fri Aug 18 21:30:28 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 F2D9016A4DA for ; Fri, 18 Aug 2006 21:30:28 +0000 (UTC) (envelope-from dsledge@appriss.com) Received: from intexch02.int.appriss.com (intexch02.int.appriss.com [63.126.72.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8874243D46 for ; Fri, 18 Aug 2006 21:30:28 +0000 (GMT) (envelope-from dsledge@appriss.com) Received: from [10.11.3.10] ([10.11.3.10]) by intexch02.int.appriss.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 18 Aug 2006 17:30:28 -0400 Message-ID: <44E63173.7050801@appriss.com> Date: Fri, 18 Aug 2006 17:30:27 -0400 From: David Sledge User-Agent: Thunderbird 1.5.0.5 (X11/20060731) MIME-Version: 1.0 To: Yamada Ken Takeshi References: <44DB59EA.9010408@appriss.com> <20060811.233112.343186357.ken@tydfam.jp> <44E21301.1070208@appriss.com> <20060818.224540.343191359.ken@tydfam.jp> In-Reply-To: <20060818.224540.343191359.ken@tydfam.jp> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 18 Aug 2006 21:30:28.0055 (UTC) FILETIME=[86399670:01C6C30D] Cc: ronald-freebsd8@klop.yi.org, freebsd-java@freebsd.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: Fri, 18 Aug 2006 21:30:29 -0000 Yamada Ken Takeshi wrote: > Still I cannot solve the problem with my opteron(i386) @ -current. > As shown below, plugins compilation itself seemingly OK, but when it is > installed the number of *.jar under plugins were so different. (Framework > error is due to unable to find org.eclipse.osgi_3.2.0*.jar.) > What is thought to be the reason of this problem? > > > 1) Under /usr/ports/java/eclipse/work > find /usr/ports/java/eclipse(amd64)/work/plugins -name "*.jar" | wc -l > 100 > find /usr/ports/java/eclipse(i386)/work/plugins -name "*.jar" | wc -l > 100 > 2) Under /usr/local/eclipse > find /usr/local/eclipse(amd64)/plugins -name "*.jar" |wc -l > 156 > find /usr/local/eclipse(i386)/plugins -name "*.jar" | wc -l > 8 > These 8 jars are; > plugins/org.eclipse.equinox.common_3.2.0.v20060603.jar > plugins/org.eclipse.help_3.2.0.v20060602.jar > plugins/org.eclipse.osgi.services_3.1.100.v20060601.jar > plugins/org.eclipse.pde.ui_3.2.0.v20060605.jar > plugins/org.eclipse.team.cvs.ui_3.2.0.I200606051140.jar > plugins/org.eclipse.ui.ide_3.2.0.I20060605-1400.jar > plugins/org.eclipse.ui.navigator.resources_3.2.0.I20060605-1400.jar > plugins/org.eclipse.ui.navigator_3.2.0.I20060605-1400.jar > > Run "make clean", then "make" and verify that the missing jar files are in the /usr/ports/java/eclipse/work/result/freebsd-gtk-x86-sdk.tar.gz archive. This archive gets created when making the project and gets extracted to the /usr/local/eclipse directory during the installation.