From jpk28@cam.ac.uk  Wed Aug  2 01:56:48 2000
Return-Path: <jpk28@cam.ac.uk>
Received: from mauve.csi.cam.ac.uk (mauve.csi.cam.ac.uk [131.111.8.38])
	by hub.freebsd.org (Postfix) with ESMTP id 87CF437B9C7
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  2 Aug 2000 01:56:46 -0700 (PDT)
	(envelope-from jpk28@cam.ac.uk)
Received: from cookie.csi.cam.ac.uk ([131.111.11.77])
	by mauve.csi.cam.ac.uk with esmtp (Exim 3.13 #1)
	id 13JuKS-0004LW-00
	for FreeBSD-gnats-submit@freebsd.org; Wed, 02 Aug 2000 09:56:44 +0100
Received: from jpk28 by cookie.csi.cam.ac.uk with local (Exim 3.13 #1)
	id 13JuKR-000OGH-00
	for FreeBSD-gnats-submit@freebsd.org; Wed, 02 Aug 2000 09:56:43 +0100
Message-Id: <E13JuKR-000OGH-00@cookie.csi.cam.ac.uk>
Date: Wed, 02 Aug 2000 09:56:43 +0100
From: jpk28@cam.ac.uk
Reply-To: jpk28@cam.ac.uk
To: FreeBSD-gnats-submit@freebsd.org
Subject: 5.0-CURRENT make depend
X-Send-Pr-Version: 3.2

>Number:         20357
>Category:       kern
>Synopsis:       kernel make depend fails
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    mjacob
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 02 02:00:00 PDT 2000
>Closed-Date:    Mon Aug 7 14:26:46 PDT 2000
>Last-Modified:  Mon Aug 07 14:27:57 PDT 2000
>Originator:     J.P. King
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Cambridge University
>Environment:

	Recentish 5.0-CURRENT system, and latest cvsup'ed version of the
source.

>Description:

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.

>How-To-Repeat:

	cvsup to the current version of the source,
        cd .../src/sys/i386/conf 
        config GENERIC
        cd ../../compile/GENERIC
        make depend

>Fix:

	I would assume that you need a -I../../sys/i386/include/ (or similar)
        is needed somewhere.



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->mjacob 
Responsible-Changed-By: sheldonh 
Responsible-Changed-When: Wed Aug 2 02:09:38 PDT 2000 
Responsible-Changed-Why:  
Over to the Qlogic maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=20357 
State-Changed-From-To: open->closed 
State-Changed-By: mjacob 
State-Changed-When: Mon Aug 7 14:26:46 PDT 2000 
State-Changed-Why:  
Fixed. Interestingly enough, I didn't get notice of being 
assigned this PR until the weekly summary showed up. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=20357 
>Unformatted:
