From owner-freebsd-questions Thu Apr 11 11:43:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from kossweb.net (ip68-4-40-8.pv.oc.cox.net [68.4.40.8]) by hub.freebsd.org (Postfix) with ESMTP id 38B4C37B400 for ; Thu, 11 Apr 2002 11:43:27 -0700 (PDT) Received: from nk.kossweb.net ([192.168.1.10]) by kossweb.net (8.11.6/8.11.0) with ESMTP id g3BIhQA55360 for ; Thu, 11 Apr 2002 11:43:26 -0700 (PDT) (envelope-from neal@kossweb.net) Message-Id: <5.1.0.14.2.20020411114100.06832010@mail.kossweb.net> X-Sender: neal@mail.kossweb.net X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Thu, 11 Apr 2002 11:43:26 -0700 To: freebsd-questions@freebsd.org From: Neal Koss Subject: update error Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed 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 Following is the point at which my attempted update failed during 'make world'.. -------------------------------------------------------------- >>> 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 / ./etc/periodic/security missing (created) 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 Stop in /usr/src. --------------- Any suggestions as to what is going on? Thank you... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message