Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Apr 2002 00:39:18 -0400
From:      David Banning <david@skytrackercanada.com>
To:        questions@freebsd.org
Subject:   make world dies
Message-ID:  <20020422003918.A30657@mail.clubplus.net>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020422003918.A30657>