Bug 22242

Summary: kernel won't make depend/compile
Product: Base System Reporter: jpk28 <jpk28>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description jpk28 2000-10-23 12:20:01 UTC
I have cvsup'ed the latest release in the 4.x stream and attempted to
compile up my own kernel.  This fails as does trying to compile
GENERIC

[snip]
===> accf_http
===> agp
make: don't know how to make agp_if.c. Stop
*** Error code 2

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

Stop in /usr/home/cvsup/src/sys/compile/GENERIC.

Fix: 

Not sure, the complaint is about agp_if.c, however if I ignore
that, and just to a make then the problem appears to be with the 
lack of agp_if.h - if I remove that dependancy then I get lots of
warnings, and then it fails.

Personally I don't care about agp support on this particular piece
of hardware, although I do elsewhere.
How-To-Repeat: 
cd ....../src/sys/i386/conf
config GENERIC
cd ../../compile/GENERIC
make depend
Comment 1 ru freebsd_committer freebsd_triage 2000-10-23 12:45:05 UTC
State Changed
From-To: open->closed

Please follow the instructions on kernel rebuilding from src/UPDATING.