Bug 20318

Summary: RELENG_4 GENERIC kernel fails on make depend
Product: Base System Reporter: eric <eric>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.0-RELEASE   
Hardware: Any   
OS: Any   

Description eric 2000-07-31 17:00:01 UTC
I cvsup the RELENG_4 (stable) on Jul 28-31. Compiling the GENERIC kernel will fail on agp_if.c.  make buildworld will finish properly though.

How-To-Repeat: 1. cvsup with RELENG_4 supfile
2. make buildworld (successful)
3. cd /usr/src/sys/i386/conf
4. config GENERIC; cd ../../compile/GENERIC; make depend

output:
....
machine -> /usr/src/sys/i386/include
rm -f .depend
mkdep -f .depend -a   -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@ -I@/../include -I/usr/include  /usr/src/sys/modules/accf_http/../../netinet/accf_http.c
===> agp
@ -> /usr/src/sys
machine -> /usr/src/sys/i386/include
make: don't know how to make agp_if.c. Stop
*** Error code 2

Stop in /usr/src/sys/modules.
*** Error code 1
Comment 1 Sheldon Hearn freebsd_committer freebsd_triage 2000-08-01 09:30:11 UTC
State Changed
From-To: open->closed

You need to read the "COMMON ITEMS" section (at least) of the 
src/UPDATING file.  In fact, you should really check out 
the whole thing. :-)