Subject: Re:Follow-up on Problems with current and (possible)solutions
To: None <port-i386@netbsd.org>
From: T@W <lsp93@xs4all.nl>
List: port-i386
Date: 04/28/2001 09:28:44
Hi,

More on order of process:

My working strategy, just to close it up:

After reading the UPDATING file and following the general recommendations
in it I
-untarred the sources
and then:

cd /usr/src/usr.bin/make;make includes && make dependall && make install &&
make cleandir
rehash
cd /usr/src/share/mk;make install
cd /usr/src;make includes #till it bumps out with an error1
cd to /usr/src/lib/libc;make includes && make MKLINT=no dependall && make
install
rehash
cd to /usr/src/usr.bin/xlint;make includes && make dependall && make install

(Also made & installed:
	usr.bin/compile_et
 	usr.bin/yacc
 	usr.bin/lex
 	usr.sbin/config)
rehash

Then:
cd /usr/src
make includes

-at this point I made a fresh kernel with the newly installed libc and
synced and rebooted with the new kernel and went to a full build from
sources, but without usr.sbin/amd by cutting 'amd' out of the
usr.sbin/Makefile. Making AMD gives error which seem to point to an already
defined declaration in /usr/include/ufs/ufs/ufsmount.h

Touchwood
Later,

T@W