Bug 22476

Summary: "make depend" breaks on GENERIC kernel: "don't know how to make agp_if.c."
Product: Base System Reporter: rmz <rmz>
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description rmz 2000-11-01 14:00:01 UTC
o Got src via CVS today (1. nov 2000) (for branch -rRELENG_4).
  Checked it out into a fresh usr/src directory.
o Try to build kernel as described in http://www.freebsd.org/handbook/kernelconfig-building.html
o "make depend" produces the output (at the end of
  a seemingly successfull sequence of other commands).
-----------------------------------------
===> accf_http
===> agp
make: don't know how to make agp_if.c. Stop
*** Error code 2

Stop in /usr/src/sys/modules.
*** Error code 1

Stop in /usr/src/sys/compile/GENERIC.
-------------------------

How-To-Repeat:  cd /usr
 mv src src.old
 export CVSROOT=:pserver:anoncvs@anoncvs.FreeBSD.org:/home/ncvs
 cvs login
 cvs co -rRELENG_4
 cd /usr/src/sys/i386/conf
 /usr/sbin/config GENERIC
 cd ../../compile/GENERIC
 make depend
Comment 1 ru freebsd_committer freebsd_triage 2000-11-01 14:02:33 UTC
State Changed
From-To: open->closed

Follow the procedure from src/UPDATING to build the kernel.