From owner-freebsd-questions Tue Jun 10 15:43:00 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA09203 for questions-outgoing; Tue, 10 Jun 1997 15:43:00 -0700 (PDT) Received: from super-g.inch.com (super-g.com [204.178.32.161]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA09182 for ; Tue, 10 Jun 1997 15:42:48 -0700 (PDT) Received: from localhost (spork@localhost) by super-g.inch.com (8.8.5/8.6.9) with SMTP id SAA27422; Tue, 10 Jun 1997 18:52:34 GMT Date: Tue, 10 Jun 1997 18:52:33 +0000 (GMT) From: spork X-Sender: spork@super-g.inch.com To: Glen Foster cc: questions@freebsd.org Subject: Re: My source tree is broken In-Reply-To: <199706102219.SAA03493@gfoster.intr.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I tried the /usr/src/include -DCLOBBER bit mentioned below, and I get a new error, in fact one I've never seen before; an error code 71! ;) rot.h rex.h rnusers.h rquota.h rstat.h rwall.h sm_inter.h spray.h yppasswd.h yp.h ypxfrd.h /usr/include/rpcsvc install: klm_prot.h: No such file or directory *** Error code 71 Stop. *** Error code 1 oi, Charles On Tue, 10 Jun 1997, Glen Foster wrote: > It was reported in the STABLE list that the /usr/include hierarchy had > undergone some changes in recent days and that (cd /usr/src/include; > make -DCLOBBER install) was needed. > > This did not fix a problem I encountered when making ppp, gcc was not > able to find alias.h even though it was in /usr/include, a 'make > depend' in /usr/src/usr.sbin/ppp fixed things. This might fix your > problems with partial compiles. > > Yesterday about 1400 EDT I did: > > upgrade 2.1.5 to 2.2.1 from CD-ROM > cvsup RELENG_2_2 > cd /usr/src/include > make -DCLOBBER install > cd /usr/src > make world > ldconfig /usr/lib /usr/lib/compat /usr/X11R6/lib /usr/local/lib > > and had nary a problem except that my /etc/mtree files were > out-of-date and had to be copied over from /usr/src/mtree (a result of > the upgrade, new installs shouldn't need this). > > >Date: Tue, 10 Jun 1997 15:30:09 +0000 (GMT) > >From: spork > > > >I've reinstalled and cvsup-ed my source tree to RELENG_2_2, and I'm > >getting errors like so: > > > > ... "missing" header files >