Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Mar 2002 16:45:56 -0800
From:      "pan" <pan@syix.com>
To:        <stable@freebsd.org>
Subject:   another way 4.5s is broken (user smmsp -> make installworld)
Message-ID:  <01ac01c1d784$43ef5da0$2813933f@cat>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?01ac01c1d784$43ef5da0$2813933f>