Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Mar 2006 08:13:51 -0500
From:      John Baldwin <jhb@freebsd.org>
To:        "Mr. Darren" <darren780@yahoo.com>
Cc:        freebsd-current@freebsd.org
Subject:   Re: makeworld errors all month
Message-ID:  <200603170813.52792.jhb@freebsd.org>
In-Reply-To: <20060317051748.46968.qmail@web34715.mail.mud.yahoo.com>
References:  <20060317051748.46968.qmail@web34715.mail.mud.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Friday 17 March 2006 12:17 am, Mr. Darren wrote:
> #         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
>
> [ ->

This appears to be the one that is missing.  Go to
/usr/src/bin/test and do a 'make install' and then
retry your installworld.  If you have a /bin/test
you can also try just doing 'ln /bin/test /bin/[' and
then restarting your installworld.

=2D-=20
John Baldwin <jhb@FreeBSD.org> =A0<>< =A0http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve" =A0=3D =A0http://www.FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603170813.52792.jhb>