Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 Aug 2000 09:56:43 +0100
From:      jpk28@cam.ac.uk
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   kern/20357: 5.0-CURRENT make depend
Message-ID:  <E13JuKR-000OGH-00@cookie.csi.cam.ac.uk>

next in thread | raw e-mail | index | archive | help

>Number:         20357
>Category:       kern
>Synopsis:       kernel make depend fails
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 02 02:00:00 PDT 2000
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E13JuKR-000OGH-00>