From owner-freebsd-questions Sun Apr 21 21:39:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from www.clubplus.net (ns1.clubplus.net [216.191.22.194]) by hub.freebsd.org (Postfix) with ESMTP id DECDD37B41B for ; Sun, 21 Apr 2002 21:39:09 -0700 (PDT) Received: from skytrackercanada.com (cust29.209.188.66.dsl.accessv.com [209.188.66.29] (may be forged)) by www.clubplus.net (8.11.4/8.11.1) with ESMTP id g3M4ba305143 for ; Mon, 22 Apr 2002 00:37:37 -0400 Received: (from david@localhost) by skytrackercanada.com (8.11.6/8.11.6) id g3M4dI430669 for questions@freebsd.org; Mon, 22 Apr 2002 00:39:18 -0400 (EDT) (envelope-from david) Date: Mon, 22 Apr 2002 00:39:18 -0400 From: David Banning To: questions@freebsd.org Subject: make world dies Message-ID: <20020422003918.A30657@mail.clubplus.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i 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 I did a cvsup of stable-ports and a make world from an existing 4.4 stable installation, and it dies here; -------------------------------------------------------------- >>> 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 Any idea where the problem lies? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message