Date: Mon, 13 Mar 2006 16:24:32 -0500 From: John Baldwin <jhb@freebsd.org> To: freebsd-current@freebsd.org Cc: "Mr. Darren" <darren780@yahoo.com> Subject: Re: makeworld errors all month Message-ID: <200603131624.33728.jhb@freebsd.org> In-Reply-To: <20060313130747.78397.qmail@web34708.mail.mud.yahoo.com> References: <20060313130747.78397.qmail@web34708.mail.mud.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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@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 <jhb@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603131624.33728.jhb>