On Sun, Sep 16, 2001 at 08:45:48PM -0600, z thompson wrote:
> 
> I'm getting the following error with make installworld:
> 
> if [ -h /usr/include/ufs/ffs ]; then  rm -f /usr/include/ufs/ffs;  fi
> if [ -h /usr/include/ufs/mfs ]; then  rm -f /usr/include/ufs/mfs;  fi
> if [ -h /usr/include/ufs/ufs ]; then  rm -f /usr/include/ufs/ufs;  fi
> if [ -h /usr/include/dev/ppbus ]; then  rm -f /usr/include/dev/ppbus;
> fi
> if [ -h /usr/include/dev/usb ]; then  rm -f /usr/include/dev/usb;  fi
> if [ -h /usr/include/machine ]; then  rm -f /usr/include/machine;  fi
> mtree -deU -f /usr/src/include/../etc/mtree/BSD.include.dist  -p
> /usr/include
> cd /usr/src/include/../sys;  install -C -o root -g wheel -m 444 cam/*.h
> /usr/include/cam
> install: not found
> *** Error code 127
> 
> Stop in /usr/src/include.
> *** Error code 1
> 
> Stop in /usr/src.
> *** Error code 1
> 
> Stop in /usr/src.
> *** Error code 1
> 
> Stop in /usr/src.
> *** Error code 1
> 
> Stop in /usr/src.
> 
> Any ideas? I cvsupped early on 8/16. 

Looks like you have not /usr/obj with complete buildworld.

-- 

Rgdz,                                /"\ 
Sergey Osokin aka oZZ,               \ /  ASCII RIBBON CAMPAIGN
[EMAIL PROTECTED]                    X     AGAINST HTML MAIL
http://freebsd.org.ru/~osa/          / \

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message

Reply via email to