From owner-freebsd-java@FreeBSD.ORG Fri Jul 22 21:33:42 2005 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 E55F216A41F for ; Fri, 22 Jul 2005 21:33:39 +0000 (GMT) (envelope-from past@ebs.gr) Received: from fly.ebs.gr (fly.ebs.gr [62.103.84.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEF4643E17 for ; Fri, 22 Jul 2005 21:12:22 +0000 (GMT) (envelope-from past@ebs.gr) Received: from ebs.gr (root@hal.ebs.gr [10.1.1.2]) by fly.ebs.gr (8.12.9p1/8.12.9) with ESMTP id j6MLCKKU052481; Sat, 23 Jul 2005 00:12:20 +0300 (EEST) (envelope-from past@ebs.gr) Received: from [10.1.1.200] (pptp.ebs.gr [10.1.1.200]) by ebs.gr (8.13.3/8.12.11) with ESMTP id j6MLCGGO040957; Sat, 23 Jul 2005 00:12:17 +0300 (EEST) (envelope-from past@ebs.gr) Message-ID: <42E160CD.6090409@ebs.gr> Date: Sat, 23 Jul 2005 00:10:37 +0300 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050507) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Frank Staals References: <1120942860.19352.7.camel@localhost.eu.mscsoftware.com> <42D99A15.7090408@ebs.gr> <42DEBF05.9050103@ebs.gr> <1121975583.994.14.camel@beaster> <42E000B5.6050903@zonnet.nl> <42E0B533.2060306@ebs.gr> <42E12739.4050703@zonnet.nl> In-Reply-To: <42E12739.4050703@zonnet.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Ralf Folkerts , freebsd-java@freebsd.org Subject: Re: Eclipse 3.1 port? 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, 22 Jul 2005 21:33:43 -0000 Frank Staals wrote: > Panagiotis Astithas wrote: >> Weird, I have never seen the src error myself. Could both of you send >> me privately (or put somewhere and send me a link to) the full output >> of a build up to that point? Something like: >> >> make clean build |& tee /var/tmp/eclipse.log >> >> I'll see if I can reproduce it this weekend. No need to worry about >> the javac warnings, though. >> >> Thanks, >> >> Panagiotis >> _______________________________________________ >> freebsd-java@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-java >> To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" >> > I used script to build the logfile, it is here: > http://fstaals.net/junk/eclipse_out_log.txt it is the intire build > process. the eclipse-devel.tar.gz is a clean copy of the eclipse-devel ( > 3.1M7 ) port downloaded from the FreeBSD server ( > http://cvsweb.freebsd.org/ports/java/eclipse-devel/eclipse-devel.tar.gz?tarball=1 > ). In the log it is also visible what happend after the 'src' error when > I manually added the dir. > > I'm currently building eclipse-devel when copying the patched dir back > into the ports-tree as Jan Grant suggested, I will post the log of that > when it is finished building. > > -Frank Staals OK, I see what is going on. patch(1) manages to misplace 3 new patch files that should be placed in eclipse-devel/files. Not sure why. You should be seeing the following files in the directory where you ran patch: patch-build.bat patch-features-rcp-build.xml patch-features-rcp-source-build.xml Just move them in eclipse-devel/files and you should be OK. Thanks, Panagiotis