Date: Tue, 2 Apr 2002 14:46:37 -0600 (CST) From: Ken's list account <lists@lists.symmetric.net> To: <freebsd-stable@freebsd.org> Subject: installworld failure Message-ID: <Pine.BSF.4.33L2.0204021445280.35622-100000@centipede.symmetric.net> In-Reply-To: <20020401094817.WOJD24710.fepD.post.tele.dk@there>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.33L2.0204021445280.35622-100000>