Re: makeworld errors all month

From: John Baldwin <jhb_at_freebsd.org>
Date: Mon, 13 Mar 2006 16:24:32 -0500
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 <jhb_at_FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve"  =  http://www.FreeBSD.org
Received on Mon Mar 13 2006 - 20:23:30 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:53 UTC