From owner-freebsd-java@FreeBSD.ORG Thu Mar 31 20:23:11 2005 Return-Path: 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 96E7816A4CE for ; Thu, 31 Mar 2005 20:23:11 +0000 (GMT) Received: from outmx028.isp.belgacom.be (outmx028.isp.belgacom.be [195.238.3.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id 930F943D2D for ; Thu, 31 Mar 2005 20:23:10 +0000 (GMT) (envelope-from brvdboss@spymac.com) Received: from outmx028.isp.belgacom.be (localhost [127.0.0.1]) with ESMTP id j2VKN8kU021676 for ; Thu, 31 Mar 2005 22:23:08 +0200 (envelope-from ) Received: from [10.0.0.42] (60.71-136-217.adsl.skynet.be [217.136.71.60]) with ESMTP id j2VKN3WJ021656 for ; Thu, 31 Mar 2005 22:23:03 +0200 (envelope-from ) Message-ID: <424C5C2A.9080407@spymac.com> Date: Thu, 31 Mar 2005 22:23:06 +0200 From: Bruno Van Den Bossche Organization: Me, Myself & I User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050328) X-Accept-Language: en-us, en MIME-Version: 1.0 To: java References: <424490CD.9080203@chuckr.org> <4246D3C5.5060303@ebs.gr> <4246FE33.2090608@webct.com> <4248801D.7070405@webct.com> <42489BD2.40504@varju.ca> <424BA422.8070803@varju.ca> In-Reply-To: <424BA422.8070803@varju.ca> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: eclipse X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: brvdboss@spymac.com List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2005 20:23:11 -0000 Alex Varju wrote: [...] > There was a bug in my last patchset where the GTK file chooser window > would not pop up when requested. Here is a new patchset that I think > should solve this: > > http://www.varju.ca/alex/freebsd/eclipse-devel-3.1m5a-4.tgz > > Again, this is mainly targetted at AMD64 still. Hopefully I'll have > time to clean things up so I can submit this as a generic eclipse-devel > port. Great :) I got it to build and run, testing wil be for later. Some little remarks: In patch-build.xml you're using the linux-sun-jdk lib-dir. Is tehre a special reason for this? It seems to work just fine (well almost, see below) with the native jdk, so I see no real reason to do this. + I don't have a linux-jdk installed anymore, else I probably never would have noticed :) 2) in patch-build with all the if's [ "$os-$ws-$arch" = "hpux-motif-ia64" ] You left the last "]" out of there. (doesn't prevent it from working though) I've put the patch for these two changes online : http://studwww.ugent.be/~brvdboss/eclipse-devel/eclipse-devel.diff Unfortunately, the build is still failing on me (output from ant without the "-q" option below). Still, when I go that specific subdir and continue manually (just that pde subproject, prevent and from cleaning and run make again), it just works. I'll look a little further into it, but I don't immediately see what's wrong. I'll let you know as soon as (and if) I find out more. (Not necessarilly today though :)) Bruno [javac] [writing org/eclipse/swt/tools/internal/IconExe$RGB.class - #75] [javac] [writing org/eclipse/swt/tools/internal/IconExe$NEWHEADER.class - #76] [javac] [writing org/eclipse/swt/tools/internal/IconExe$IMAGE_FILE_HEADER.class - #77] [javac] [writing org/eclipse/swt/tools/internal/IconExe$LEDataInputStream.class - #78] [javac] [completed /usr/ports/java/eclipse-devel/work/plugins/org.eclipse.pde.build/src/org/eclipse/swt/tools/internal/IconExe.java - #49/49] [javac] [49 units compiled] [javac] [78 .class files generated] [javac] ---------- [javac] 1. ERROR in /usr/ports/java/eclipse-devel/work/plugins/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java (at line 24) [javac] public class FeatureWriter extends XMLWriter implements IPDEBuildConstants { [javac] ^^^^^^^^^^^^^ [javac] The return type is incompatible with Writer.append(char), PrintWriter.append(char) [javac] ---------- [javac] 2. ERROR in /usr/ports/java/eclipse-devel/work/plugins/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java (at line 24) [javac] public class FeatureWriter extends XMLWriter implements IPDEBuildConstants { [javac] ^^^^^^^^^^^^^ [javac] The return type is incompatible with Writer.append(CharSequence, int, int), PrintWriter.append(CharSequence, int, int) [javac] ---------- [javac] 3. ERROR in /usr/ports/java/eclipse-devel/work/plugins/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java (at line 24) [javac] public class FeatureWriter extends XMLWriter implements IPDEBuildConstants { [javac] ^^^^^^^^^^^^^ [javac] The return type is incompatible with Writer.append(CharSequence), PrintWriter.append(CharSequence) [javac] ---------- [javac] 3 problems (3 errors) [javac] Compilation failed. Compiler errors are available in /usr/ports/java/eclipse-devel/work/plugins/org.eclipse.pde.build/temp.folder/pdebuild.jar.bin.log BUILD FAILED /usr/ports/java/eclipse-devel/work/build.xml:37: The following error occurred while executing this line: /usr/ports/java/eclipse-devel/work/build.xml:8: The following error occurred while executing this line: /usr/ports/java/eclipse-devel/work/features/org.eclipse.sdk/build.xml:35: The following error occurred while executing this line: /usr/ports/java/eclipse-devel/work/features/org.eclipse.sdk/build.xml:21: The following error occurred while executing this line: /usr/ports/java/eclipse-devel/work/features/org.eclipse.pde/build.xml:59: The following error occurred while executing this line: /usr/ports/java/eclipse-devel/work/features/org.eclipse.pde/build.xml:15: The following error occurred while executing this line: /usr/ports/java/eclipse-devel/work/plugins/org.eclipse.pde.build/build.xml:184: The following error occurred while executing this line: /usr/ports/java/eclipse-devel/work/plugins/org.eclipse.pde.build/build.xml:48: Compile failed; see the compiler error output for details. Total time: 3 minutes 27 seconds gmake: *** [build-install] Error 1 *** Error code 2 Stop in /usr/ports/java/eclipse-devel. wave#