From owner-freebsd-eclipse@FreeBSD.ORG Thu Nov 5 16:16:48 2009 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 627A5106568B for ; Thu, 5 Nov 2009 16:16:48 +0000 (UTC) (envelope-from sepotvin@FreeBSD.org) Received: from gatekeeper1.zerofail.com (gatekeeper1.zerofail.com [208.71.11.38]) by mx1.freebsd.org (Postfix) with ESMTP id 05B2A8FC0A for ; Thu, 5 Nov 2009 16:16:47 +0000 (UTC) Received: from telcobridges.com by freebsd.org (gatekeeper1.zerofail.com) (SecurityGateway 2.0.1) with SMTP id SG000376609.MSG for ; Thu, 05 Nov 2009 11:16:46 -0500 Received: from leia.telcobridges.lan ([208.94.105.59]) by telcobridges.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 5 Nov 2009 11:16:46 -0500 Message-ID: <4AF2FA6D.2010908@FreeBSD.org> Date: Thu, 05 Nov 2009 11:16:45 -0500 From: "Stephane E. Potvin" Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.23 (X11/20091015) MIME-Version: 1.0 To: Andrey References: <4AF18F77.9030302@FreeBSD.org> <4AF1FFA4.2020404@gmail.com> In-Reply-To: <4AF1FFA4.2020404@gmail.com> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 05 Nov 2009 16:16:46.0273 (UTC) FILETIME=[5EF1D310:01CA5E33] X-SGHeloLookup-Result: hardfail smtp.helo=telcobridges.com (does not match 208.71.8.41) X-SGOP-RefID: str=0001.0A020206.4AF2FA6E.01D2,ss=1,fgs=0 (_st=1 _vt=0 _iwf=0) Cc: freebsd-eclipse@freebsd.org Subject: Re: CFT: Eclipse Galileo 3.5 X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Nov 2009 16:16:48 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Andrey wrote: > Hi, Stephane! > > First of all thanks for you time and efforts on this matter. > Great job, really! > > Well, I've managed to compile and launch Galileo on my i386 laptop. > > # uname -smrni > FreeBSD beastie.lan 8.0-RC1 i386 BEASTIE_SMP_ULE > > > #java -version > java version "1.6.0_03-p4" > Java(TM) SE Runtime Environment (build > 1.6.0_03-p4-root_08_aug_2009_17_08-b00) > Java HotSpot(TM) Server VM (build > 1.6.0_03-p4-root_08_aug_2009_17_08-b00, mixed mode) > > > There is one minor issue within Makefile (port fails to compile if it is > there). I fixed it this way: > > === begin-of-patch === > --- Makefile.orig 2009-11-05 00:12:49.000000000 +0200 > +++ Makefile 2009-11-05 00:13:03.000000000 +0200 > @@ -46,7 +46,7 @@ > ECLIPSE_SRCFILE= eclipse-${BUILD_ID}-fetched-src.tar.bz2 > FBSD_SUPPORT_SRCFILE= freebsd-support.patch > > -MAKE_ARGS= -DbuildOs=freebsd -DbuildArch=${ARCH:C/amd64/x86_64/} > -Dprefix=${PREFIX} > +MAKE_ARGS= -DbuildOs=freebsd > -DbuildArch=${ARCH:C/amd64/x86_64/:C/i386/x86/} -Dprefix=${PREFIX} > WRKSRC= ${WRKDIR}/${ECLIPSE_BUILD_SRCFILE:C/.tar.gz//} > PATCH_STRIP= -p1 > === end-of-patch === > > > Unfortunately I've not got enough time to play with it, but I'm > definitely about to give it a try this weekend. Thanks for the report and for catching the $ARCH error. I've updated my patch locally. Steph -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkry+m0ACgkQmdOXtTCX/nuTAQCggWz2jjAOYYQOPnTbOtHdNH5I pMEAoLMttwk3oUi74JHf/YVHLWiFma60 =u3+q -----END PGP SIGNATURE-----