From owner-freebsd-current@freebsd.org Sun May 22 20:24:24 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 4BD95B46EE5 for ; Sun, 22 May 2016 20:24:24 +0000 (UTC) (envelope-from tim@kientzle.com) Received: from monday.kientzle.com (kientzle.com [142.254.26.11]) (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 87DB811FC; Sun, 22 May 2016 20:24:23 +0000 (UTC) (envelope-from tim@kientzle.com) Received: (from root@localhost) by monday.kientzle.com (8.14.4/8.14.4) id u4MKODsG008115; Sun, 22 May 2016 20:24:13 GMT (envelope-from tim@kientzle.com) Received: from [192.168.2.102] (192.168.1.101 [192.168.1.101]) by kientzle.com with SMTP id 5skg46mftmb2krzte4c7vusr8a; Sun, 22 May 2016 20:24:12 +0000 (UTC) (envelope-from tim@kientzle.com) From: Tim Kientzle Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: pkg chroot issues? Date: Sun, 22 May 2016 13:24:12 -0700 Message-Id: <9BC1A0E1-696D-4C00-B8C8-B57C4DB3A8EF@kientzle.com> Cc: "bapt@freebsd.org" To: FreeBSD current Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) X-Mailer: Apple Mail (2.3124) 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:24:24 -0000 Crochet has some experimental hooks to install packages onto the system = being built, but this seems to be hitting problems due to limitations in = 'pkg -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 system environment (which it cannot be when you're building an = image for another system). There's some further discussion on github: https://github.com/freebsd/crochet/issues/141 Any suggestions? Cheers, Tim