Bug 20088

Summary: 4.0-stable fails to compile, make: don't know how to make agp_if.c. Stop
Product: Base System Reporter: oystein <oystein>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description oystein 2000-07-21 15:50:06 UTC
Trying to compile a custom kernel -- cvsupped RELENG_4/src-sys from cvsup.no.freebsd.org today, also updated binutils.  Make depend bombs out with (last 13 lines):

===> wi
/usr/src/sys/compile/HOMELIEN-IRC/modules/usr/src/sys/modules/wi created for /usr/src/sys/modules/wi
===> 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

Stop in /usr/src/sys/compile/MYKERNEL

I haven't seen this mentioned anywhere else and so I hope I am not doing anything wrong.

How-To-Repeat: cd /usr/src/sys/i386/conf; 
/usr/sbin/config MYKERNEL; 
cd ../../compile/MYKERNEL;
make depend
Comment 1 Sheldon Hearn freebsd_committer freebsd_triage 2000-07-27 12:27:31 UTC
State Changed
From-To: open->feedback

Resolved? 

I must admit, I'm pretty sure that things like this are better 
addressed with mail to the freebsd-stable@FreeBSD.org mailing 
list.
Comment 2 ru freebsd_committer freebsd_triage 2000-08-02 10:07:09 UTC
State Changed
From-To: feedback->closed

Pilot error -- RELENG_4 builds OK.
Comment 3 brian 2000-08-19 02:00:26 UTC
I know this report was closed, due to "pilot error" presumably on the part
of the reporter, but I'm curious as to how it was resolved, since I have
the same problem; I've resupp'd /usr/src from scratch (RELENG_4), updated
the config binary and binutils, and still get that same error.

	Brian