Bug 20357

Summary: kernel make depend fails
Product: Base System Reporter: jpk28 <jpk28>
Component: kernAssignee: Matt Jacob <mjacob>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.0-CURRENT   
Hardware: Any   
OS: Any   

Description jpk28 2000-08-02 10:00:00 UTC
The make depend for 'GENERIC' fails with 
../../dev/isp/isp_freebsd.c:2230: stdarg.h: No such file or directory

I can fix this by editing ..../dev/isp/isp_freebsd.c and changing the
#include on 2230 to have a fuller path - however I imagine that it
shouldn't happen.

Fix: 

I would assume that you need a -I../../sys/i386/include/ (or similar)
        is needed somewhere.
How-To-Repeat: 
	cvsup to the current version of the source,
        cd .../src/sys/i386/conf 
        config GENERIC
        cd ../../compile/GENERIC
        make depend
Comment 1 Sheldon Hearn freebsd_committer freebsd_triage 2000-08-02 10:09:38 UTC
Responsible Changed
From-To: freebsd-bugs->mjacob

Over to the Qlogic maintainer.
Comment 2 Matt Jacob freebsd_committer freebsd_triage 2000-08-07 22:26:46 UTC
State Changed
From-To: open->closed

Fixed. Interestingly enough, I didn't get notice of being 
assigned this PR until the weekly summary showed up.