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.