Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Mar 2003 11:59:17 -0000
From:      "George Barnett" <george@alink.co.za>
To:        <freebsd-questions@freebsd.org>
Subject:   uucp
Message-ID:  <031701c2e88e$cf9fed80$c74608c3@spoem>

next in thread | raw e-mail | index | archive | help
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: george@alink.co.za
gsm: +44 778 884 7205

#include <std-disclaimer.h>

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


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?031701c2e88e$cf9fed80$c74608c3>