Date: Thu, 28 Mar 2002 03:29:14 +0200 From: Abraham Yaniv <abyaniv@netvision.net.il> To: Roger Williams <rogerw1962@hotmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: make world causes error Message-ID: <086d01c1d5f7$f96133e0$fd5aa8c0@laptop> References: <F223srwjCGxpF1igXmI0001edc1@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
You'll need to add the specified user (smmsp) to /etc/passwd and rebuild the master passwd database. You best you vipw to do this. Make sure $EDITOR points to your favorite editor. Abraham Yaniv Email: abyaniv@netvision.net.il ----- Original Message ----- From: "Roger Williams" <rogerw1962@hotmail.com> To: <freebsd-questions@freebsd.org> Sent: Thursday, March 28, 2002 1:13 AM Subject: make world causes error > Hello, > I am trying to update a new machine to the most recent version of freebsd. > Im using a 4.2 cd as an intitial install (successful)and trying to upgrade > using cvs. When I run make world, I get the error shown below. > I do this all the time and have never seen this error. > > thanks, > Roger > > > <snip> > -------------------------------------------------------------- > >>>Making hierarchy > -------------------------------------------------------------- > cd /usr/src; make -f Makefile.inc1 hierarchy > cd /usr/src/etc; make distrib-dirs > set - `grep "^[a-zA-Z]" /usr/src/etc/locale.deprecated`; while [ $# -gt 0 ] > ; do for dir in /usr/share/locale /usr/share/nls /usr/local/share/nls; > do test -d /${dir} && cd /${dir}; test -L "$2" && rm -rf "$2"; test \! -L > "$1" && test -d "$1" && mv "$1" "$2"; done; shift; shift; done > mtree -deU -f /usr/src/etc/mtree/BSD.root.dist -p / > mtree -deU -f /usr/src/etc/mtree/BSD.var.dist -p /var > mtree: line 63: unknown user smmsp > *** Error code 1 > > Stop in /usr/src/etc. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > </snip> > > > _________________________________________________________________ > Chat with friends online, try MSN Messenger: http://messenger.msn.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?086d01c1d5f7$f96133e0$fd5aa8c0>