Installing 4.3-Tahoe on a VAX

Computer Center haynes at saturn.ucsc.edu
Tue Sep 13 07:57:22 AEST 1988


Things are going surprisingly well, and I don't want Berkeley to think
I'm complaining.  But here are a few more gotchas that have turned up.

Duplicate entry in file /usr/src/lib/libc/gen/malloc.c, line 95: ASSERT
Duplicate entry in file /usr/src/lib/libc/gen/regexp/regexp.c, line 142: UCHARAT
Duplicate entry in file /usr/src/lib/libc/gen/regexp/regsub.c, line 28: UCHARAT

/usr/bin/install has to be made before /usr/src/usr.lib/sendmail/aux
does a make install, because the new install and not the old one handle
multiple files to be installed in one command.

making /bin/make comes up with undefined function dirfd
doing a 'make depend', 'make clean', and 'make' fixed it, but why?

making /usr/bin/efl, complains about INITIAL redefined compiling
lex.c

making /usr/bin/eqn, complained about inability to open ${COMMON}.  This
went away when I ran it again by hand, so maybe it was an artifact of
/bin/make failing to make earlier.

making routed, first must unlink /sys/machine and relink to /sys/vax,
as this is used in making routed.  After fixing this it makes, but with
some warnings about can't verify arg count in '_htons'  and the like.
Is this all right?

pascal had various problems.  Trying a make depend; also had to change
'opc' to './opc' in several makefiles because I don't have '.' in
root's search path.



More information about the Comp.bugs.4bsd.ucb-fixes mailing list