From owner-freebsd-current@freebsd.org Sun May 22 20:31:14 2016 Return-Path: Delivered-To: freebsd-current@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 B24F8B45121 for ; Sun, 22 May 2016 20:31:14 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-lb0-x22a.google.com (mail-lb0-x22a.google.com [IPv6:2a00:1450:4010:c04::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 045581678 for ; Sun, 22 May 2016 20:31:14 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by mail-lb0-x22a.google.com with SMTP id h1so49720490lbj.3 for ; Sun, 22 May 2016 13:31:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=nufZu6nfoGTRSl+V42+i4AE1CMLBYLrFzLUj1qfW3ho=; b=K4FjTZq2sRFD93k3MENjX22J5GmquI3v/cN8QuQ328dVnKgq43tHHDcFffP6HZrUId ygjwJYfcZDSuOS+mHZdWyEPPISbjf84cWdYJmRVY1wFouUUOZG70aVkh2jmsgPTMRl8n ZiHsINImluhNm/jWrxN+QOxQweyyYiiEsTZEC890CehV7PJNuh4DVj9wmeZMJWvsFZ4g S5on+ZFhlLItLU7PuTyEML5Oae4z1vMLwPRzMSgIbg9D8h/Rql/hXzrUJrokQSYGpD9R UKLE+s4+A49xHKwdXbUca06KP2M1fwFPBox9V4kKhNLJDqqdItxDbap8s3O8499Du6IM i3DA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-disposition:in-reply-to:user-agent; bh=nufZu6nfoGTRSl+V42+i4AE1CMLBYLrFzLUj1qfW3ho=; b=Xt07i1MaWl22osgTeG3unz4S0nAdIZbMgQLlH8ZhkgxyAoLBaaGp2iUa7m91L4Qtmf ApXlBEjoCDeG2eP+QFEyDs4snCKJVXt8QyofL7tXT9R0r6f58sA6+tOgsSXTSHHcmpC1 L8dlPJA6aJJzsQTm5B00F9CQrIbMV63kL+CazVrCIqI3+UnFmPdDUF5C9On/8W76zFCo hUE3kKT3XFlvjJBYhONKK7J4Enw0mqZq9co1uLNGvRpySEYPCGQs2HIeVN2IWZ51uzJS snMY8ncCfrFsz42MCLyI4pBRxF0guJVjvAsL6lyzY1qm2cdseIrKQnYOjywGulya4eX5 k+hw== X-Gm-Message-State: AOPr4FU6yVWNmJIFRYFhjBiF8lEVCxP5dncNUp8KmOb2gyOTdX1KHqlFY364axw43OuoMw== X-Received: by 10.112.189.73 with SMTP id gg9mr4007520lbc.109.1463949072267; Sun, 22 May 2016 13:31:12 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by smtp.gmail.com with ESMTPSA id k81sm5184878lfg.16.2016.05.22.13.31.10 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 22 May 2016 13:31:11 -0700 (PDT) Sender: Baptiste Daroussin Date: Sun, 22 May 2016 22:31:08 +0200 From: "bapt@freebsd.org" To: Tim Kientzle Cc: FreeBSD current Subject: Re: pkg chroot issues? Message-ID: <20160522203108.GE11189@ivaldir.etoilebsd.net> References: <9BC1A0E1-696D-4C00-B8C8-B57C4DB3A8EF@kientzle.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="3O1VwFp74L81IIeR" Content-Disposition: inline In-Reply-To: <9BC1A0E1-696D-4C00-B8C8-B57C4DB3A8EF@kientzle.com> User-Agent: Mutt/1.6.1 (2016-04-27) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 May 2016 20:31:14 -0000 --3O1VwFp74L81IIeR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, May 22, 2016 at 01:24:12PM -0700, Tim Kientzle wrote: > Crochet has some experimental hooks to install packages onto the system b= eing built, but this seems to be hitting problems due to limitations in 'pk= g -c'. In particular, it seems that pkg performs the chroot before it does= any network lookups. This is a problem if the chroot is not a complete sy= stem environment (which it cannot be when you're building an image for anot= her system). >=20 > There's some further discussion on github: >=20 > https://github.com/freebsd/crochet/issues/141 >=20 > Any suggestions? >=20 I'll reply directly to github thanks for pointing me to the ticket Best regards, Bapt --3O1VwFp74L81IIeR Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJXQhXlAAoJEGOJi9zxtz5aUqQQANeF366AWP6UwhaGFdNEC9GB Vi8Dkv7W1HU0p15hFNpO7E02N86krn/loLJZh2K6Tk73FILm/W/Dj10/sRa18GXg DqXQt6t2REwzcOyyYpXIiDFB8yotmZMbgoIgmx1gaV8D0USSVjFScq5KA/ye1c8I ZS3i6tMQKdCA1Ievukh9DKUeBAKlrxXQ06MUMER+nia+7EzBGe3a1ZrzJ0Ld7IIG lyT8ZeTNz7FiZc/l3E1C7wadikFxRLoBbGZ5CQj2yeoQfVFEYDZrYfsTUOXrfgoi 7eZFmj7EB3ikeIsXYbWozK1eG432VwDvli411yOuQXfzcH4fK2H62wLJLukGqOo/ zxbwWKwIKCDcE4y6psRji97ADe89slcmBIx0FdbpVIcfUTAKTwQ6ZudHzzgh6shw VjjHSIV+Kc1KIkTkg7oUBStY4ut4lJJ/LCu3ebRRfF4TDik7RITVDenkT4LtFoCp Vu2YMFAWJAXZU6i/V2Nn0khhMj6TYTIwRYrTkiq4iIE/Gwm7spoylnSBqVC93V7I ZOM9Us/yomEcTggM7SJqCbTmjiObGfXlkCjHdoJNSkjP2Ljva8Gh0KXlbvfqXE3L 4gkUC0bftLjk8U+TAH+xoE8GppQKIp1vEhWFfSwbTp3fXylUCiaqEr/2BUbqgkf0 RxCeUt69YTvGYyzEpEXF =WuFG -----END PGP SIGNATURE----- --3O1VwFp74L81IIeR--