From owner-freebsd-ports@FreeBSD.ORG Fri Oct 24 17:38:50 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4FE6B937 for ; Fri, 24 Oct 2014 17:38:50 +0000 (UTC) Received: from mail-yh0-x236.google.com (mail-yh0-x236.google.com [IPv6:2607:f8b0:4002:c01::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0DB1433D for ; Fri, 24 Oct 2014 17:38:49 +0000 (UTC) Received: by mail-yh0-f54.google.com with SMTP id 29so1290398yhl.27 for ; Fri, 24 Oct 2014 10:38:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition :content-transfer-encoding:in-reply-to:user-agent; bh=xdGWbuEHWZr9f1E6DW+OPIqOVX888AAy3aS4iq879nM=; b=ZTJJ/Ppz5TL0+X6ezK8S3lkYAPC+WYRp/AYUq7QtM9cm9AfT+f390Qn88M4ephMoZE 0T9C1zf4M2qHVtYo1OvE3kLmtLYFZD27214IvaRl89cZ1iZZFhfNPfhZu24NN2CS+WxP FbrevpoUXzijZAdRiBQrs9SLRTmRcrovRqmCK+nsGG/TZTSav/HL3RzBe8Ag3S9VU7qv JyIG4djNYMkLGgHOcnd2y/c626grPdCyephx66RCXu9Tmcu3cnd7VX+xuFtKrtHyLoK0 Yl9m1LQpSw9fpaqNMf2SyYiIcBsu636upyG8kA53Jdz8zsSheBmpT4bhp+NxRo+eOBCc oHsw== X-Received: by 10.170.90.212 with SMTP id h203mr8383805yka.106.1414172329257; Fri, 24 Oct 2014 10:38:49 -0700 (PDT) Received: from jmobile.jimmy.local (24-107-210-189.dhcp.stls.mo.charter.com. [24.107.210.189]) by mx.google.com with ESMTPSA id l30sm2343038yhb.2.2014.10.24.10.38.46 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 24 Oct 2014 10:38:48 -0700 (PDT) Received: by jmobile.jimmy.local (sSMTP sendmail emulation); Fri, 24 Oct 2014 12:38:45 -0500 Date: Fri, 24 Oct 2014 12:38:45 -0500 From: Jimmy Kelley To: Matthias Apitz Subject: Re: Fwd: building java/eclipse in HEAD w/ poudriere ... Message-ID: <20141024173845.GA9673@jmobile.jimmy.localnet> Mail-Followup-To: Matthias Apitz , freebsd-ports@freebsd.org References: <20140824145851.GA1966@tiny-r269739> <20140907184231.GA1092@tiny-r269739> <20140909141026.GA1217@jmobile.jimmy.localnet> <20141023103016.GA2470@unixarea.DDR.dd> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20141023103016.GA2470@unixarea.DDR.dd> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Oct 2014 17:38:50 -0000 On Thu, Oct 23, 2014 at 12:30:16PM +0200, Matthias Apitz wrote: > El día Tuesday, September 09, 2014 a las 09:10:26AM -0500, Jimmy Kelley escribió: > > > Hello Matthias, > > > > No ideas at the present on your problem. I tried building the eclipse port with > > poudriere, but lang/gcc is failing for me on -CURRENT right now. > > > > I had never before built the eclipse port on a -CURRENT machine, so I set up a > > -CURRENT i386 VM in VirtualBox with 2Gb RAM, 30 GB disk space, > > did a "pkg install" of eclipse 4.3.2_1 that currently is available (to get all > > the build/run dependencies installed), and then did a "make package" of the > > eclipse 4.3.2_2 in the ports tree. One hour later, I had a eclipse package > > ready to install, no out of memory errors or any other problem. > > > > From posts on the Eclipse Wiki's, building Eclipse with only 2Gb of RAM seems to > > running pretty close to the lower limit needed. I have managed to build with > > -Xmx1536m, but that's a low as I dare go; suggestions on the Eclipse Wiki for > > building Eclipse 4.4 recommend setting -Xmx2560m. > > > > I don't know anything about poudriere really, having never used it until my > > attempt last week. Could the overhead of poudriere be taking away from the > > memory space that would normally be available if one wasn't using it? > > Hello, > > Was meanwhile someone able to build java/eclipse on head in i386 *with* poudriere? > > Thx > > matthias > Matthias, I finally had the time to set up an environment to do the build in a -CURRENT i386 poudriere environment. It built with no errors; see the bug you filed for details: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193479 Regards, Jimmy