From owner-freebsd-stable@FreeBSD.ORG Mon Dec 15 21:36:47 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EE9C16A4CE for ; Mon, 15 Dec 2003 21:36:47 -0800 (PST) Received: from lakemtao07.cox.net (lakemtao07.cox.net [68.1.17.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3D3A43D33 for ; Mon, 15 Dec 2003 21:36:45 -0800 (PST) (envelope-from kitbsdlists@HotPOP.com) Received: from vixen42 ([68.109.49.234]) by lakemtao07.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with SMTP id <20031216053644.MZWV2432.lakemtao07.cox.net@vixen42> for ; Tue, 16 Dec 2003 00:36:44 -0500 Date: Mon, 15 Dec 2003 23:35:22 -0600 From: Vulpes Velox To: freebsd-stable@freebsd.org Message-Id: <20031215233522.0e46a016.kitbsdlists@HotPOP.com> In-Reply-To: <20031215230529.6424aaa9.kitbsdlists@HotPOP.com> References: <20031215235815.GA38261@mail.unixjunkie.com> <20031215230529.6424aaa9.kitbsdlists@HotPOP.com> X-Mailer: Sylpheed version 0.9.6claws (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: make installworld fails X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Dec 2003 05:36:47 -0000 Well it is fixed... had to do a make installmost first and then do a make installworld... On Mon, 15 Dec 2003 23:05:29 -0600 Vulpes Velox wrote: > Upon executing make installworld I get... > > make installworld > mkdir -p /tmp/install.17216 > for prog in [ awk cap_mkdb cat chflags chmod chown date echo egrep find grep > ln make makewhatis mkdir mtree mv pwd_mkdb rm sed sh sysctl test true uname > wc zic; do cp `which $prog` /tmp/install.17216; done which: not found > usage: cp [-R [-H | -L | -P]] [-f | -i | -n] [-pv] src target > cp [-R [-H | -L | -P]] [-f | -i | -n] [-pv] src1 ... srcN directory > *** Error code 64 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src.