From owner-freebsd-ports@FreeBSD.ORG Tue Dec 31 00:42:09 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 89388D31 for ; Tue, 31 Dec 2013 00:42:09 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 61E4D1021 for ; Tue, 31 Dec 2013 00:42:08 +0000 (UTC) Received: from [192.168.1.113] (c-174-61-88-207.hsd1.fl.comcast.net [174.61.88.207]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id F088D438BC; Mon, 30 Dec 2013 18:41:51 -0600 (CST) Message-ID: <52C212C0.50903@marino.st> Date: Tue, 31 Dec 2013 01:41:36 +0100 From: John Marino User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: Patrick Subject: Re: Pourdriere: Adding package to jail environment? References: In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: marino@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Dec 2013 00:42:09 -0000 On 12/31/2013 01:37, Patrick wrote: > ases/mongodb compiled by Pourdriere > for a 9.2/amd64 environment. I had a similar experience in another > jailed environment (non-Poudriere) which I resolved by first > installing lang/v8 into the environment. I'm wondering if there's a > way in Poudriere for me to install a package into the build jail? > Reading through the documentation, I don't see how to do this. In my experience, mongodb builds fine in a stock poudriere environment assuming there is enough space. Are you sure you aren't running out of swap space? Are you using tmpfs on poudriere? if so, and if you don't have that much ram, you could be burning up all your ram and swap to build mongodb which is a mongo package. so yeah, I think you need to show the log that indicates WHY mongodb is failing to build. John