Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Dec 2005 19:21:50 -0200 (BRST)
From:      João Carlos Mendes Luís <jonny@jonny.eng.br>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   kern/90358: buildworld error in sys/modules/de
Message-ID:  <20051213212150.4F06317007@coe.ufrj.br>
Resent-Message-ID: <200512132130.jBDLU3Lg007426@freefall.freebsd.org>

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

>Number:         90358
>Category:       kern
>Synopsis:       buildworld error in sys/modules/de
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 13 21:30:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     João Carlos Mendes Luís
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD cronos.faperj.br 6.0-STABLE FreeBSD 6.0-STABLE #0: Tue Nov 8 09:16:36 BRST 2005 Jonny@cronos.faperj.br:/.amd_mnt/zeus/host/usr/cvsup/RELENG_6/src/sys/i386/compile/CRONOS i386

RELENG_6 sources freshly downloaded from cvsup server.

>Description:

See below:

>How-To-Repeat:

cronos::root de [537] cd /sys/modules/de
cronos::root de [538] ls -l
total 10
drwxr-xr-x    2 root  wheel   512 Aug 24 20:03 .
drwxr-xr-x  288 root  wheel  4608 Dec 13 19:12 ..
-rw-r--r--    1 root  wheel   480 Jul  8  2004 Makefile
cronos::root de [539] make obj
cronos::root de [540] make depend
rm -f .depend
mkdep -f .depend -a   -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@ -I@/contrib/a
ltq -I@/../include /.amd_mnt/zeus/host/usr/cvsup/RELENG_6/src/sys/modules/de/../../pci/if_de.c
/.amd_mnt/zeus/host/usr/cvsup/RELENG_6/src/sys/modules/de/../../pci/if_de.c:43:21: opt_ddb.h: No such file or directory
mkdep: compile failed
*** Error code 1

Stop in /.amd_mnt/zeus/host/usr/cvsup/RELENG_6/src/sys/modules/de.
cronos::root de [541] 

>Fix:

--- Makefile.old        Tue Dec 13 19:20:27 2005
+++ Makefile    Tue Dec 13 19:04:28 2005
@@ -4,6 +4,7 @@
 
 KMOD=  if_de
 SRCS=  if_de.c opt_bdg.h device_if.h bus_if.h pci_if.h
+SRCS+=  opt_ddb.h
 
 
 # Compile-time options.



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051213212150.4F06317007>