From owner-freebsd-pkgbase@freebsd.org Mon Mar 21 19:41:47 2016 Return-Path: Delivered-To: freebsd-pkgbase@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 152B8AD7429 for ; Mon, 21 Mar 2016 19:41:47 +0000 (UTC) (envelope-from sef@ixsystems.com) Received: from barracuda.ixsystems.com (barracuda.ixsystems.com [12.229.62.30]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.ixsystems.com", Issuer "Go Daddy Secure Certificate Authority - G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E73CDEBD for ; Mon, 21 Mar 2016 19:41:46 +0000 (UTC) (envelope-from sef@ixsystems.com) X-ASG-Debug-ID: 1458589306-08ca0417872044b0001-wjM0Vu Received: from zimbra.ixsystems.com ([10.246.0.20]) by barracuda.ixsystems.com with ESMTP id dt15GhaZcChrIAAv (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 21 Mar 2016 12:41:46 -0700 (PDT) X-Barracuda-Envelope-From: sef@ixsystems.com X-Barracuda-RBL-Trusted-Forwarder: 10.246.0.20 X-ASG-Whitelist: Client Received: from localhost (localhost [127.0.0.1]) by zimbra.ixsystems.com (Postfix) with ESMTP id 28C3C9A9441; Mon, 21 Mar 2016 12:41:46 -0700 (PDT) Received: from zimbra.ixsystems.com ([127.0.0.1]) by localhost (zimbra.ixsystems.com [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id 2GROw-7CpdbM; Mon, 21 Mar 2016 12:41:46 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by zimbra.ixsystems.com (Postfix) with ESMTP id EC5389A9468; Mon, 21 Mar 2016 12:41:45 -0700 (PDT) X-Virus-Scanned: amavisd-new at ixsystems.com Received: from zimbra.ixsystems.com ([127.0.0.1]) by localhost (zimbra.ixsystems.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id Q4lFplhBKuZU; Mon, 21 Mar 2016 12:41:45 -0700 (PDT) Received: from [10.5.0.136] (unknown [10.5.0.136]) by zimbra.ixsystems.com (Postfix) with ESMTPSA id DA75F9A9441; Mon, 21 Mar 2016 12:41:45 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) Subject: Re: Issue with building base system packages: No such file or dir From: Sean Fagan X-ASG-Orig-Subj: Re: Issue with building base system packages: No such file or dir In-Reply-To: <20160321193938.GG58208@FreeBSD.org> Date: Mon, 21 Mar 2016 12:41:45 -0700 Cc: freebsd-pkgbase@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <69A40F16-A9E5-452C-94A7-16E946C73599@ixsystems.com> References: <20160321173525.GA1878@vps.markoturk.info> <0341946F-1610-4F20-B870-116618F74066@ixsystems.com> <20160321193938.GG58208@FreeBSD.org> To: Glen Barber X-Mailer: Apple Mail (2.3112) X-Barracuda-Connect: UNKNOWN[10.246.0.20] X-Barracuda-Start-Time: 1458589306 X-Barracuda-Encrypted: ECDHE-RSA-AES256-GCM-SHA384 X-Barracuda-URL: https://10.246.0.26:443/cgi-mod/mark.cgi X-Virus-Scanned: by bsmtpd at ixsystems.com X-Barracuda-BRTS-Status: 1 X-BeenThere: freebsd-pkgbase@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Packaging the FreeBSD base system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Mar 2016 19:41:47 -0000 On Mar 21, 2016, at 12:39 PM, Glen Barber wrote: >=20 > On Mon, Mar 21, 2016 at 12:11:57PM -0700, Sean Fagan wrote: >> pkg: open(/bin/sh): No such file or directory >>=20 >> Any idea what that is? (Well, I know that the worldstage directory >> is empty. So I=E2=80=99m sure that starts with what I=E2=80=99m = doing wrong.) >>=20 >=20 > The only explanation I can see for why this would happen is the > buildworld/buildkernel were not done. Is this the case? I did time env MAKEOBJDIRPREFIX=3D${HOME}/obj make -dl -j10 -DNO_CLEAN = -DNO_ROOT buildkernel buildworld and then time env MAKEOBJDIRPREFIX=3D${HOME}/obj make -dl -j1 -dl = -DNO_CLEAN -DNO_ROOT packages=20 Note I=E2=80=99m building on FreeBSD-10. Sean.