From owner-freebsd-questions Fri Jul 6 11: 0:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gadolinium.btinternet.com (gadolinium.btinternet.com [194.73.73.111]) by hub.freebsd.org (Postfix) with ESMTP id 36BE637B406 for ; Fri, 6 Jul 2001 11:00:28 -0700 (PDT) (envelope-from john.toon@btinternet.com) Received: from [213.122.171.101] (helo=Dionysus) by gadolinium.btinternet.com with smtp (Exim 3.22 #9) id 15IZtx-0004zi-00 for freebsd-questions@freebsd.org; Fri, 06 Jul 2001 19:00:26 +0100 Content-Type: text/plain; charset="us-ascii" From: John Toon To: freebsd-questions@freebsd.org Subject: Installworld failure! Date: Fri, 6 Jul 2001 18:59:32 +0000 X-Mailer: KMail [version 1.2] MIME-Version: 1.0 Message-Id: <01070618590800.00255@Dionysus> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, Ack, make installworld failed! The Makefile seems broken: Dionysus# make installworld mkdir -p /tmp/install.281 for prog in [ awk cat chflags chmod chown date echo egrep find grep install ln make makewhatis mtree mv perl rm sed sh sysctl test true uname wc zic; do cp `which $prog` /tmp/install.281; done usage: cp [-R [-H | -L | -P]] [-f | -i] [-pv] src target cp [-R [-H | -L | -P]] [-f | -i] [-pv] src1 ... srcN directory *** Error code 64 Stop in /usr/src. *** Error code 1 Stop in /usr/src. The cp command is being called incorrectly... Anyone got any suggestions? John. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message