From owner-freebsd-stable Tue Apr 2 12:46:43 2002 Delivered-To: freebsd-stable@freebsd.org Received: from users.symmetric.net (350n-6.internal.enteract.com [207.229.141.150]) by hub.freebsd.org (Postfix) with ESMTP id 44BD937B419 for ; Tue, 2 Apr 2002 12:46:38 -0800 (PST) Received: by users.symmetric.net (CROW/iX CIW SMTP v6.7, from userid 1035) id 762611B204; Tue, 2 Apr 2002 14:46:37 -0600 (CST) Received: from localhost (localhost [127.0.0.1]) by users.symmetric.net (CROW/iX CIW SMTP v6.7) with ESMTP id 73FC6D90B for ; Tue, 2 Apr 2002 14:46:37 -0600 (CST) Date: Tue, 2 Apr 2002 14:46:37 -0600 (CST) From: Ken's list account X-X-Sender: To: Subject: installworld failure In-Reply-To: <20020401094817.WOJD24710.fepD.post.tele.dk@there> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I cvsuped today at about 14:00 CST from the 4.5-STABLE tree. makebuildworld is works, installworld fails: ==== centipede# make installworld mkdir -p /tmp/install.35548 for prog in [ awk cat chflags chmod chown date echo egrep find grep ln make makewhatis mtree mv perl rm sed sh sysctl test true uname wc zic; do cp `which $prog` /tmp/install.35548; done cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj MACHINE_ARCH=i386 MACHINE=i386 OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr/libexec PERL5LIB=/usr/obj/usr/src/i386/usr/libdata/perl/5.00503 GROFF_BIN_PATH=/usr/obj/usr/src/i386/usr/bin GROFF_FONT_PATH=/usr/obj/usr/src/i386/usr/share/groff_font GROFF_TMAC_PATH=/usr/obj/usr/src/i386/usr/share/tmac PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/tmp/install.35548 make -f Makefile.inc1 reinstall -------------------------------------------------------------- >>> 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 / tmp changed type expected dir found link mtree -deU -f /usr/src/etc/mtree/BSD.var.dist -p /var mtree: line 63: unknown user smmsp *** Error code 1 ==== what is wrong here? KEN To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message