From owner-freebsd-current@FreeBSD.ORG Fri Mar 17 05:17:49 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A06D16A422 for ; Fri, 17 Mar 2006 05:17:49 +0000 (UTC) (envelope-from darren780@yahoo.com) Received: from web34715.mail.mud.yahoo.com (web34715.mail.mud.yahoo.com [209.191.68.164]) by mx1.FreeBSD.org (Postfix) with SMTP id A742243D48 for ; Fri, 17 Mar 2006 05:17:48 +0000 (GMT) (envelope-from darren780@yahoo.com) Received: (qmail 46970 invoked by uid 60001); 17 Mar 2006 05:17:48 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding; b=5E60JzwkJ5CHnQsPMSKpbx1Ic+uzKx9RMn2Ua/uYw+SqUAN0b3wx8Lt4GMyfkJv7J+IQCBbd6P1SWuClywU0LNkOvNoZcELgdu1p0cAlTWxa124DbTYqFvEZTObnFyEodbnrAg6HndHSohG+bm837l+pI7QQ7oL4i8S1Dqa4yHo= ; Message-ID: <20060317051748.46968.qmail@web34715.mail.mud.yahoo.com> Received: from [68.150.59.133] by web34715.mail.mud.yahoo.com via HTTP; Thu, 16 Mar 2006 21:17:48 PST Date: Thu, 16 Mar 2006 21:17:48 -0800 (PST) From: "Mr. Darren" To: jhb@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Fri, 17 Mar 2006 12:35:44 +0000 Cc: freebsd-current@freebsd.org Subject: makeworld errors all month 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: Fri, 17 Mar 2006 05:17:49 -0000 # for prog in [ awk cap_mkdb cat chflags chmod chown \ > date echo egrep find grep install-info \ > ln make mkdir mtree mv pwd_mkdb rm sed sh sysctl \ > test true uname wc zic; do \ > echo "$prog ->" `which $prog`; done [ -> awk -> /usr/bin/awk cap_mkdb -> /usr/bin/cap_mkdb cat -> /bin/cat chflags -> /bin/chflags chmod -> /bin/chmod chown -> /usr/sbin/chown date -> /bin/date echo -> /bin/echo egrep -> /usr/bin/egrep find -> /usr/bin/find grep -> /usr/bin/grep install-info -> /usr/bin/install-info ln -> /bin/ln make -> /usr/bin/make mkdir -> /bin/mkdir mtree -> /usr/sbin/mtree mv -> /bin/mv pwd_mkdb -> /usr/sbin/pwd_mkdb rm -> /bin/rm sed -> /usr/bin/sed sh -> /bin/sh sysctl -> /sbin/sysctl test -> /bin/test true -> /usr/bin/true uname -> /usr/bin/uname wc -> /usr/bin/wc zic -> /usr/sbin/zic # On Monday 13 March 2006 08:07, Mr. Darren wrote: > using cvsup of tag=RELENG_6 I havn't been able to > compile my system with the following error for the > last month. I've been running the update regularely > hoping it will be fixed, but I am assuming the problem > is something on my end. > FreeBSD chatcanada.net 6.1-PRERELEASE FreeBSD > 6.1-PRERELEASE #102: Tue Mar 7 21:47:14 MST 2006 > root at chatcanada.net:/usr/obj/usr/src/sys/DARREN i386 > > anyways I get the following error > %cd /usr/src > %make installworld > mkdir -p /tmp/install.dI03Ux5c > for prog in [ awk cap_mkdb cat chflags chmod chown > date echo egrep find grep install-info ln make mkdir > mtree mv pwd_mkdb rm sed sh sysctl test true uname wc > zic; do cp `which $prog` /tmp/install.dI03Ux5c; done > usage: cp [-R [-H | -L | -P]] [-f | -i | -n] [-pv] > source_file target_file > cp [-R [-H | -L | -P]] [-f | -i | -n] [-pv] > source_file ... target_directory > *** Error code 64 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > % My guess is that your system is missing one of these utilities. Once you know which one, you can just use make install to install it by hand and then try an installworld. Can you run this at a sh prompt and reply with the output? for prog in [ awk cap_mkdb cat chflags chmod chown date echo egrep find grep install-info ln make mkdir mtree mv pwd_mkdb rm sed sh sysctl test true uname wc zic; do echo "$prog ->" `which $prog`; done -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com