From owner-freebsd-questions Wed Mar 27 17:26:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mxout2.netvision.net.il (mxout2.netvision.net.il [194.90.9.21]) by hub.freebsd.org (Postfix) with ESMTP id 4029C37B422 for ; Wed, 27 Mar 2002 17:26:25 -0800 (PST) Received: from laptop ([62.0.106.134]) by mxout2.netvision.net.il (iPlanet Messaging Server 5.1 (built Sep 5 2001)) with SMTP id <0GTN00MB4TBXMF@mxout2.netvision.net.il> for freebsd-questions@freebsd.org; Thu, 28 Mar 2002 03:26:23 +0200 (IST) Date: Thu, 28 Mar 2002 03:29:14 +0200 From: Abraham Yaniv Subject: Re: make world causes error To: Roger Williams Cc: freebsd-questions@freebsd.org Message-id: <086d01c1d5f7$f96133e0$fd5aa8c0@laptop> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Mailer: Microsoft Outlook Express 5.50.4133.2400 Content-type: text/plain; charset=windows-1255 Content-transfer-encoding: 7BIT X-Priority: 3 X-MSMail-priority: Normal References: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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" To: 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 > > > > -------------------------------------------------------------- > >>>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 > > > > > _________________________________________________________________ > 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