From owner-freebsd-alpha Tue Nov 28 10:55:27 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from palrel1.hp.com (palrel1.hp.com [156.153.255.242]) by hub.freebsd.org (Postfix) with ESMTP id 3D3EA37B400 for ; Tue, 28 Nov 2000 10:55:25 -0800 (PST) Received: from adlmail.cup.hp.com (adlmail.cup.hp.com [15.0.100.30]) by palrel1.hp.com (Postfix) with ESMTP id 2A8526E6; Tue, 28 Nov 2000 10:55:21 -0800 (PST) Received: from cup.hp.com (gauss.cup.hp.com [15.28.97.152]) by adlmail.cup.hp.com (8.9.3 (PHNE_18546)/8.9.3 SMKit7.02) with ESMTP id KAA01557; Tue, 28 Nov 2000 10:55:20 -0800 (PST) Message-ID: <3A23FF98.E7582CE5@cup.hp.com> Date: Tue, 28 Nov 2000 13:55:20 -0500 From: Marcel Moolenaar Organization: Hewlett-Packard X-Mailer: Mozilla 4.73 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Bill Woods Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: make world dies References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Bill Woods wrote: > > mkdir -p /tmp/install.55896 > 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.55896; 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 My guess is that you don't have perl installed. about Perl: The fact that perl is copied, means that we need it during install. If perl is not already on the system, we have a bootstrapping problem. I'll take a look at it and see if I can have perl use the miniperl that's built as a crosstool and not depend on any perl versions that may or may not be present on the system. Hopefully we don't really depend on perl anymore and we can just remove it... -- Marcel Moolenaar mail: marcel@cup.hp.com / marcel@FreeBSD.org tel: (408) 447-4222 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message