From owner-freebsd-ports@FreeBSD.ORG Tue Dec 31 00:37:24 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 4AE76C10 for ; Tue, 31 Dec 2013 00:37:24 +0000 (UTC) Received: from mail-ie0-x22b.google.com (mail-ie0-x22b.google.com [IPv6:2607:f8b0:4001:c03::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1ECED1FA4 for ; Tue, 31 Dec 2013 00:37:24 +0000 (UTC) Received: by mail-ie0-f171.google.com with SMTP id ar20so12664776iec.30 for ; Mon, 30 Dec 2013 16:37:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=AYvj7iszXnTuV6w6KFC/7k7Zb0DUbkBT0KXQNJ1bsHI=; b=nPNqEpkeoHnlo1xd9Z+ILId8TuJz/isslekuM/rMkd47+YBZMUeQMdXKW7nydkulj4 uy/8JKk/83Onb7x1Xua+BAMzkLGIJavpaxBFlKTMWcgOmWBN/AReY6T+vL8Dx5toJ6Jm q39PfMomxWyk3GlAocIJkFNYw2RIO/ydG4cTWvitJxpGYdhpygalYYcH2PEHa91Weyux OfyHWW96fuaTJeyf3HrKXWWgRUxrdvTaxbhxJi5jIt6YOe7GiHGurqUbxtU5fArFd/3G qRWYcCsexSqHB5E1NVcfEvrYal5tCsiEaLKIb5FnYerGY6kNpdluUA/wrowubkMgWqjV LSAg== MIME-Version: 1.0 X-Received: by 10.50.51.68 with SMTP id i4mr59382417igo.22.1388450243175; Mon, 30 Dec 2013 16:37:23 -0800 (PST) Received: by 10.64.11.138 with HTTP; Mon, 30 Dec 2013 16:37:23 -0800 (PST) Date: Mon, 30 Dec 2013 16:37:23 -0800 Message-ID: Subject: Pourdriere: Adding package to jail environment? From: Patrick To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list 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:37:24 -0000 I'm having trouble getting databases/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. Patrick