Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!uwmcsd1!ig!agate!saturn!haynes From: haynes@saturn.ucsc.edu ( Computer Center) Newsgroups: comp.bugs.4bsd Subject: Re: Installing 4.3-Tahoe on a VAX Summary: more experiences Message-ID: <4811@saturn.ucsc.edu> Date: 12 Sep 88 21:57:22 GMT Reply-To: haynes@saturn.ucsc.edu (Jim Haynes - Computer Center) Organization: University of California, Santa Cruz Lines: 29 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.