From owner-freebsd-current@FreeBSD.ORG Wed Aug 22 11:38:43 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 668A91065670 for ; Wed, 22 Aug 2012 11:38:43 +0000 (UTC) (envelope-from naylor.b.david@gmail.com) Received: from mail-vb0-f54.google.com (mail-vb0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 0ED4F8FC16 for ; Wed, 22 Aug 2012 11:38:42 +0000 (UTC) Received: by vbmv11 with SMTP id v11so1180690vbm.13 for ; Wed, 22 Aug 2012 04:38:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=+67cy3U3lQlx4UzqeXTxkDckgyca+PszRSLVWyp860Q=; b=YQ6pea+6icZlBruHj+OAHVxLkuwSPljf6MMIZId37DsWqPqjTwA5pQ+EZubKdUJdj8 Tzmnlb+S/XG4dUYxD7Dl2Qyjwnki2NMqhlgqv0ptGB6OJoiD+jNXCVZj9EopwBQmOFrt WeuIi4cQrKh3frBbXuoL9uYmTiSkA0IMEDi8vhzgI74Lb1xTueeMSxfnaV5q5iKAtIbS RFW3Uz9kY+hoprnWZCYBwA9jeH3gjxYG77T52uAXVTaX/YojBcbjrBnjmebG6B8DVQxc /JEXOW7rvpPXIFJSUFq7+VRj4TqUjV3cJaEQaTcGIqWVthwaCTk9rJSiHUJme6nOLo0B z/kA== MIME-Version: 1.0 Received: by 10.220.157.1 with SMTP id z1mr3331763vcw.12.1345635521412; Wed, 22 Aug 2012 04:38:41 -0700 (PDT) Received: by 10.58.133.201 with HTTP; Wed, 22 Aug 2012 04:38:41 -0700 (PDT) Received: by 10.58.133.201 with HTTP; Wed, 22 Aug 2012 04:38:41 -0700 (PDT) In-Reply-To: <20120822113430.GA33100@deviant.kiev.zoral.com.ua> References: <201208220913.48095.naylor.b.david@gmail.com> <20120822113430.GA33100@deviant.kiev.zoral.com.ua> Date: Wed, 22 Aug 2012 13:38:41 +0200 Message-ID: From: David Naylor To: Konstantin Belousov Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-current@freebsd.org Subject: Re: tar not working in an i386 chroot (getvfsbyname) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 22 Aug 2012 11:38:43 -0000 I'm test it in ~8 hours and report back. On Aug 22, 2012 1:34 PM, "Konstantin Belousov" wrote: > On Wed, Aug 22, 2012 at 09:13:44AM +0200, David Naylor wrote: > > Hi, > > > > While trying to compile FreeBSD 10 packages I encountered this error: > > # chroot /scratchpad/freebsd10_i386 tar -cf /dev/null root > > tar: getvfsbyname failed: No such file or directory > > tar: Error exit delayed from previous errors. > > > > The kernel does have COMPAT_FREEBSD32 in it. To reproduce this (on an > > FreeBSD10/amd64 machine) do: > > # cd /usr/src > > # make -sj16 buildworld installworld DESTDIR=/scratchpad/freebsd10_i386 > > # chroot /scratchpad/freebsd10_i386 tar -cf /dev/null root > > http://lists.freebsd.org/pipermail/freebsd-current/2012-August/035976.html > > I need somebody to test this before commit. >