From owner-freebsd-stable Fri Aug 8 14:44:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA16511 for stable-outgoing; Fri, 8 Aug 1997 14:44:05 -0700 (PDT) Received: from helium.vapornet.com (root@helium.vapornet.com [208.202.126.112]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA16450 for ; Fri, 8 Aug 1997 14:43:59 -0700 (PDT) Received: from argon.vapornet.com (oakbrook1-25.ebs.net [207.19.130.57]) by helium.vapornet.com (8.8.6/VaporServer-2.5+SpamNot) with ESMTP id QAA01128; Fri, 8 Aug 1997 16:43:50 -0500 (CDT) Received: by argon.vapornet.com (8.8.6/VaporClient-1.1.1) id QAA00685; Fri, 8 Aug 1997 16:43:46 -0500 (CDT) Date: Fri, 8 Aug 1997 16:43:46 -0500 (CDT) Message-Id: <199708082143.QAA00685@argon.vapornet.com> From: John Preisler MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: asami@cs.berkeley.edu (Satoshi Asami) Cc: jdp@polstra.com, stable@FreeBSD.ORG Subject: Re: broked stable In-Reply-To: <199708082007.NAA20162@vader.cs.berkeley.edu> References: <199708081656.LAA14999@argon.vapornet.com> <199708082007.NAA20162@vader.cs.berkeley.edu> X-Mailer: VM 6.22 under 19.15 XEmacs Lucid Sender: owner-freebsd-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk actually, i wasnt making the whole world this morning, just the part that changed overnight, which was where I had the problem. I tried to recompile just what changed since the previous day since i didnt think it warranted a complete build of the world. My normal routine is to make clean && make depend && make in whatever the cvsup log says has been updated. in this section of the tree, the makefiles dont have anything regarding depend or includes so none were built. Running a make includes from /usr/src built the necessary includes and it compiled fine. Im sorry for the confusion I've caused. -j Satoshi Asami writes: > * nope, ya caught me. I didnt make includes from the top level. Works > * fine when I follow directions... > > That is not the problem. "make includes" is NOT necessary any more, > as long as you run "make world" (or "buildworld"). Either your source > is not really up to date, or I'm a complete idiot. > > * > Hmm ... your "cc" lines _should_ contain "-I/usr/obj/.../tmp/usr/include". > * > Why don't they?? > > Please check these. > > Satoshi > > P.S. By the way, I did a make world last night after the ld update, it > worked fine for me. >