Date: Mon, 22 Apr 2002 16:14:11 +0300 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: David Banning <david@skytrackercanada.com> Cc: questions@FreeBSD.ORG Subject: Re: make world dies Message-ID: <20020422131411.GE20970@hades.hell.gr> In-Reply-To: <20020422003918.A30657@mail.clubplus.net> References: <20020422003918.A30657@mail.clubplus.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020422131411.GE20970>