From owner-freebsd-stable Fri Mar 29 16:46: 8 2002 Delivered-To: freebsd-stable@freebsd.org Received: from lynx.syix.com (lynx.syix.com [205.171.72.20]) by hub.freebsd.org (Postfix) with ESMTP id 69E9F37B400 for ; Fri, 29 Mar 2002 16:46:02 -0800 (PST) Received: from cat (cat.npqr.net [63.147.19.40]) by lynx.syix.com (8.11.6/8.11.6) with SMTP id g2U0k1k07196 for ; Fri, 29 Mar 2002 16:46:02 -0800 (PST) (envelope-from pan@syix.com) Message-ID: <01ac01c1d784$43ef5da0$2813933f@cat> From: "pan" To: Subject: another way 4.5s is broken (user smmsp -> make installworld) Date: Fri, 29 Mar 2002 16:45:56 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 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 Please excuse my tone - feeble excuse of brain numbness from hitting brick wall trying to cvsup to 4.5-stable formerly rock solid 4.4-stable on older PII machine at the point of make installworld I get the following: temporary solution below mkdir -p /tmp/install.730 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.730; 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/u sr/src/i386/usr/games:/tmp/install.730 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 var 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 Stop in /usr/src/etc. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. stab in the dark solution: this machine is working right now on finishing make installworld after adduser'd smmsp I have no idea if the way I set up this new required sendmail user account is correct - I plan on rm'ing the user before mergemaster I assume user:smmsp is not needed to be created until mergemaster We'll see what I end up with when this machine is through with the process ... I do not have the confidence in 4.5-stable I have enjoyed for years with previous builds I wonder ..... still no working 4.5-stable that doesn't break ar0 (see posts in passim) Pan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message