Bug 26405

Summary: kernel build in FreeBSD 4.3-RC currently broken
Product: Base System Reporter: Ralf S. Engelschall <rse>
Component: kernAssignee: orion
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description Ralf S. Engelschall 2001-04-07 17:30:01 UTC
The kernel building with GENERIC config breaks in 
/usr/src/sys/modules/sound/driver/cmi

===> sound/driver/cmi
cc -O -pipe   -D_KERNEL -Wall -Wredundant-decls -Wnested-externs
-Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual
-fformat-extensions -ansi -DKLD_MODULE -nostdinc -I-  -I. -I@ -I@/../include
-mpreferred-stack-boundary=2 -c
/usr/src/sys/modules/sound/driver/cmi/../../../../dev/sound/pci/cmi.c
/usr/src/sys/modules/sound/driver/cmi/../../../../dev/sound/pci/cmi.c: In
function `cmi_init':
/usr/src/sys/modules/sound/driver/cmi/../../../../dev/sound/pci/cmi.c:747:
`CMPCI_REG_N4SPK3D' undeclared (first use in this function)
/usr/src/sys/modules/sound/driver/cmi/../../../../dev/sound/pci/cmi.c:747:
(Each undeclared identifier is reported only once
/usr/src/sys/modules/sound/driver/cmi/../../../../dev/sound/pci/cmi.c:747: for
each function it appears in.)
*** Error code 1

Stop in /usr/src/sys/modules/sound/driver/cmi.
*** Error code 1
Comment 1 orion freebsd_committer freebsd_triage 2001-04-09 00:04:13 UTC
State Changed
From-To: open->closed

cmireg.h committed. 



Comment 2 orion freebsd_committer freebsd_triage 2001-04-09 00:04:13 UTC
Responsible Changed
From-To: freebsd-bugs->orion@freebsd.org

Orion was responsible for the problem.