Bug 67206

Summary: Cannot build kernel
Product: Base System Reporter: Drew Broadley <drew>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.2.1-RELEASE   
Hardware: Any   
OS: Any   

Description Drew Broadley 2004-05-26 08:40:12 UTC
While building kernel....

if [ -f .olddep ]; then mv .olddep .depend; fi
rm -f .newdep
/usr/obj/usr/src/make.i386/make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES -V GEN_M_CFILES |  MKDEP_CPP="cc -E" CC="cc" xargs mkdep -a -f .newdep -O -pipe  -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -std=c99  -nostdinc -I-  -I. -I/usr/src/sys -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/pf -I/usr/src/sys/contrib/dev/ath -I/usr/src/sys/contrib/dev/ath/freebsd -I/usr/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000  -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding
/usr/src/sys/dev/aic/aic_pccard.c:42:24: pccarddevs.h: No such file or directory
/usr/src/sys/dev/an/if_an_pccard.c:70:24: pccarddevs.h: No such file or directory
/usr/src/sys/dev/ata/ata-card.c:48:24: pccarddevs.h: No such file or directory
/usr/src/sys/dev/awi/if_awi_pccard.c:54:24: pccarddevs.h: No such file or directory
/usr/src/sys/dev/cs/if_cs_pccard.c:48:24: pccarddevs.h: No such file or directory
/usr/src/sys/dev/ed/if_ed_pccard.c:54:24: pccarddevs.h: No such file or directory
/usr/src/sys/dev/ep/if_ep_pccard.c:59:24: pccarddevs.h: No such file or directory
/usr/src/sys/dev/fe/if_fe_pccard.c:50:24: pccarddevs.h: No such file or directory
/usr/src/sys/dev/ncv/ncr53c500_pccard.c:53:24: pccarddevs.h: No such file or directory
/usr/src/sys/dev/nsp/nsp_pccard.c:52:24: pccarddevs.h: No such file or directory
/usr/src/sys/dev/pccard/pccard_cis_quirks.c:50:24: pccarddevs.h: No such file or directory
/usr/src/sys/dev/sio/sio_pccard.c:44:24: pccarddevs.h: No such file or directory
/usr/src/sys/dev/sn/if_sn_pccard.c:52:24: pccarddevs.h: No such file or directory
/usr/src/sys/dev/stg/tmc18c30_pccard.c:55:24: pccarddevs.h: No such file or directory
/usr/src/sys/dev/xe/if_xe_pccard.c:55:24: pccarddevs.h: No such file or directory
/usr/src/sys/dev/if_ndis/if_ndis.c:83:30: ndis_driver_data.h: No such file or directory
/usr/src/sys/dev/if_ndis/if_ndis_pccard.c:65:30: ndis_driver_data.h: No such file or directory
/usr/src/sys/dev/if_ndis/if_ndis_pci.c:64:30: ndis_driver_data.h: No such file or directory

Fix: 

I guess make sure pccarddevs.h is in the correct place
How-To-Repeat: cd /usr/src
make buildkernel KERNCONF=EVOn800v
Comment 1 Simon L. B. Nielsen freebsd_committer freebsd_triage 2004-05-26 19:16:03 UTC
State Changed
From-To: open->closed

Build problems should be reported to the freebsd-current mailing list, 
and you need to specify exactly which version you are having problems 
with.  If it's -current then this problem should be fixed now.