Hi,

I'm trying to do an installworld and I'm receiving the following error:

--------------------------------------------------------------
>>> 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: line 57: unknown user uucp
*** Error code 1

Stop in /usr/src/etc.
*** Error code 1

Now, I can either go and add the user UUCP.. or I could try figure out why
make is ignoring this:

foo# grep UUCP /etc/make.conf
NOUUCP=true    # do not build uucp related programs


Any ideas on where to start?

Please cc me in on replies..

thanks :)

--george

--------------------------------
George Barnett

eml: [EMAIL PROTECTED]
gsm: +44 778 884 7205

#include <std-disclaimer.h>

alink diary project - life in london
  --  www.alink.co.za  --


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to