From owner-freebsd-ports@freebsd.org Thu Apr 28 11:21:14 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6EAB1B1FAF4 for ; Thu, 28 Apr 2016 11:21:14 +0000 (UTC) (envelope-from george+freebsd@m5p.com) Received: from mailhost.m5p.com (mailhost.m5p.com [IPv6:2001:418:3fd::f7]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 366C6125F for ; Thu, 28 Apr 2016 11:21:14 +0000 (UTC) (envelope-from george+freebsd@m5p.com) Received: from [10.100.0.31] (haymarket.m5p.com [10.100.0.31]) by mailhost.m5p.com (8.14.5/8.14.5) with ESMTP id u3SBL5hY009705 for ; Thu, 28 Apr 2016 07:21:11 -0400 (EDT) (envelope-from george+freebsd@m5p.com) Subject: Re: Failure compiling java/openjdk8 To: freebsd-ports@freebsd.org References: <20160423100248.GA4742@vpn.offrom.nl> <571C8850.90604@gmx.de> <20160428093017.GA30477@vpn.offrom.nl> <95e1e82cea31617deb6718aebf0826ef@mail.mikej.com> From: George Mitchell Message-ID: <54de3602-e207-d985-4326-92022379cff1@m5p.com> Date: Thu, 28 Apr 2016 07:21:05 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <95e1e82cea31617deb6718aebf0826ef@mail.mikej.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.73 X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.2.7 (mailhost.m5p.com [10.100.0.247]); Thu, 28 Apr 2016 07:21:11 -0400 (EDT) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2016 11:21:14 -0000 On 04/28/16 07:01, Michael Jung wrote: > [...] > If you really want to try and build it on that system and have some free > disk > space you could always add a file instead of a partition as extra swap. > > Instuctions here: > > https://www.freebsd.org/doc/handbook/adding-swap-space.html > > --mikej > [...] I must warn you that using "swapon " (at least on FreeBSD 8 and earlier) was a guaranteed recipe for a panic for me. I've been afraid to try it any more recently. -- George