From owner-freebsd-questions Mon Apr 22 10:58:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id 41A4B37B419 for ; Mon, 22 Apr 2002 10:58:37 -0700 (PDT) Received: from hades.hell.gr (patr530-a201.otenet.gr [212.205.215.201]) by mailsrv.otenet.gr (8.12.2/8.12.2) with ESMTP id g3MHrmlv029550; Mon, 22 Apr 2002 20:53:49 +0300 (EEST) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.2/8.12.2) with ESMTP id g3MHr9Ht001692; Mon, 22 Apr 2002 20:53:49 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from charon@localhost) by hades.hell.gr (8.12.2/8.12.2/Submit) id g3MDECo6021583; Mon, 22 Apr 2002 16:14:12 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 22 Apr 2002 16:14:11 +0300 From: Giorgos Keramidas To: David Banning Cc: questions@FreeBSD.ORG Subject: Re: make world dies Message-ID: <20020422131411.GE20970@hades.hell.gr> References: <20020422003918.A30657@mail.clubplus.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020422003918.A30657@mail.clubplus.net> User-Agent: Mutt/1.3.28i 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 On 2002-04-22 00:39, David Banning wrote: > -------------------------------------------------------------- > >>> 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 Your UPDATING file should contain enough information about this one. Read carefully through /usr/src/UPDATING and look for `smmsp'. Giorgos Keramidas FreeBSD Documentation Project keramida@{freebsd.org,ceid.upatras.gr} http://www.FreeBSD.org/docproj/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message