Date: Sat, 8 Feb 2003 16:37:26 -0800 From: Kent Stewart <kstewart@owt.com> To: Eric Buchanan <us23north@yahoo.com>, freebsd-stable@FreeBSD.ORG Subject: Re: Make installworld fails on 4.7 (unknown user smmsp) Message-ID: <200302081637.27036.kstewart@owt.com> In-Reply-To: <20030209002316.68966.qmail@web13508.mail.yahoo.com> References: <20030209002316.68966.qmail@web13508.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday 08 February 2003 04:23 pm, Eric Buchanan wrote:
> Hello List,
> I just attempted a make installworld on FreeBSD 4.7
> Stable #5, from 11/17/2002. The src directory was just
> re-installed (it became corrupted) from 4.7-Release
> yesterday and cvsuped to date this morning. I've never
> had a make installworld fail before, after doing this
> every two weeks for two years.
That kind of problem was covered in UPDATING for a couple of releases
ago. Sounds like you have a group and passwd file that is older than
4.7-release. The "mergemaster -p" option was added so you could run it
before the installworld.
Kent
>
> Any help would be greatly appreciated. TIA!
> Eric
> --------
>
> mkdir -p /tmp/install.59745
> for prog in [ awk cat chflags chmod chown date echo
> egrep find grep ln make makewhatis mtree mv perl
> pwd_mkdb rm sed sh sysctl test true uname wc zic; do
> cp `which $prog` /tmp/install.59745; done
> cd /backup/src; MAKEOBJDIRPREFIX=/usr/obj
> MACHINE_ARCH=i386 MACHINE=i386
> OBJFORMAT_PATH=/usr/obj/backup/src/i386/usr/libexec
> PERL5LIB=/usr/obj/backup/src/i386/usr/libdata/perl/5.00503
> GROFF_BIN_PATH=/usr/obj/backup/src/i386/usr/bin
> GROFF_FONT_PATH=/usr/obj/backup/src/i386/usr/share/groff_font
>
> GROFF_TMAC_PATH=/usr/obj/backup/src/i386/usr/share/tmac
>
> PATH=/usr/obj/backup/src/i386/usr/sbin:/usr/obj/backup/src/i386/usr/b
>in:/usr/obj/backup/src/i386/usr/games:/tmp/install.59745 make -f
> Makefile.inc1 reinstall
> --------------------------------------------------------------
>
> >>> Making hierarchy
>
> --------------------------------------------------------------
> cd /backup/src; make -f Makefile.inc1 hierarchy
> cd /backup/src/etc; make distrib-dirs
> set - `grep "^[a-zA-Z]"
> /backup/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 /backup/src/etc/mtree/BSD.root.dist -p /
> tmp changed
> type expected dir found link
> var changed
> type expected dir found link
> mtree -deU -f /backup/src/etc/mtree/BSD.var.dist -p
> /var
> mtree -deU -f /backup/src/etc/mtree/BSD.usr.dist -p
> /usr
> mtree -deU -f /backup/src/etc/mtree/BSD.include.dist
> -p /usr/include
> mtree -deU -f /backup/src/etc/mtree/BSD.include.dist
> -p /usr/libdata/perl/5.00503/mach
> mtree -deU -f /backup/src/etc/mtree/BSD.sendmail.dist
> -p /
> mtree: line 10: unknown user smmsp
> *** Error code 1
>
> Stop in /backup/src/etc.
> *** Error code 1
>
> Stop in /backup/src.
> *** Error code 1
>
> Stop in /backup/src.
> *** Error code 1
>
> Stop in /backup/src.
> *** Error code 1
>
> Stop in /backup/src.
>
>
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> http://mailplus.yahoo.com
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-stable" in the body of the message
--
Kent Stewart
Richland, WA
http://users.owt.com/kstewart/index.html
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?200302081637.27036.kstewart>
