From owner-freebsd-questions Sun Jul 28 00:05:24 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA03106 for questions-outgoing; Sun, 28 Jul 1996 00:05:24 -0700 (PDT) Received: from andrsn.stanford.edu (andrsn.Stanford.EDU [36.33.0.163]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id AAA03099 for ; Sun, 28 Jul 1996 00:05:22 -0700 (PDT) Received: from localhost (localhost.Stanford.EDU [127.0.0.1]) by andrsn.stanford.edu (8.7.5/8.6.12) with SMTP id XAA16832; Sat, 27 Jul 1996 23:56:27 -0700 (PDT) Date: Sat, 27 Jul 1996 23:56:27 -0700 (PDT) From: Annelise Anderson Reply-To: Annelise Anderson To: James Raynard cc: tcg@ime.net, questions@FreeBSD.org Subject: Re: Cleanup after make world.. In-Reply-To: <199607271904.TAA04432@jraynard.demon.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk On Sat, 27 Jul 1996, James Raynard wrote: > If you're likely to be compiling the source tree again, you > will have to do a "make world" completely from scratch if you > delete everything now. If you leave all the binaries there, > you can get away with doing "make all install" and it will > only compile the things that have changed. I tried this, having updated the sources with sup just a few days ago, and it quit rather soon with: cc -O -DLIBC_RCS -DSYSLIBC_RCS -D__DBINTERFACE_PRIVATE -DPOSIX_MISTAKE -I/usr/src/lib/libc/locale -DYP -c /usr/src/lib/libc/gen/getpass.c -o getpass.o cc -O -DLIBC_RCS -DSYSLIBC_RCS -D__DBINTERFACE_PRIVATE -DPOSIX_MISTAKE -I/usr/src/lib/libc/locale -DYP -c /usr/src/lib/libc/gen/getpwent.c -o getpwent.o /usr/src/lib/libc/gen/getpwent.c: In function `verf': /usr/src/lib/libc/gen/getpwent.c:496: `_PW_KEYYPBYNUM' undeclared (first use this function) /usr/src/lib/libc/gen/getpwent.c:496: (Each undeclared identifier is reported only once /usr/src/lib/libc/gen/getpwent.c:496: for each function it appears in.) *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. I added some carriage returns to make the above more readable--I am not using crypt or kerberos and didn't get the DES sources, but also didn't use the -DNOCRYPT option on the command line, since it worked without this before. Any idea what went wrong here? (I assume 496 is an error code that means "undeclared identifier," but I don't know where to look it up.) Annelise