Bug 22072

Summary: make kernel failed
Product: Base System Reporter: Wei-Kai Wu <wkwu>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.0-CURRENT   
Hardware: Any   
OS: Any   

Description Wei-Kai Wu 2000-10-18 07:50:00 UTC
src-cur.4567; make world ok. but make kernel failed:

gcc -c -O2 -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -ansi  -nostdinc -I- -I. -I../.. -I../../../include  -D_KERNEL -include opt_global.h -elf  -mpreferred-stack-boundary=2  ../../i386/pci/pci_cfgreg.c
../../i386/pci/pci_cfgreg.c: In function `pci_cfgregopen':
../../i386/pci/pci_cfgreg.c:95: dereferencing pointer to incomplete type
../../i386/pci/pci_cfgreg.c:99: dereferencing pointer to incomplete type
../../i386/pci/pci_cfgreg.c:100: dereferencing pointer to incomplete type
../../i386/pci/pci_cfgreg.c:100: sizeof applied to an incomplete type
../../i386/pci/pci_cfgreg.c:100: sizeof applied to an incomplete type
../../i386/pci/pci_cfgreg.c: At top level:
../../i386/pci/pci_cfgreg.c:139: warning: no previous prototype for `pci_cfgintr'
../../i386/pci/pci_cfgreg.c: In function `pci_cfgintr':
../../i386/pci/pci_cfgreg.c:150: increment of pointer to unknown structure
../../i386/pci/pci_cfgreg.c:150: arithmetic on pointer to an incomplete type
../../i386/pci/pci_cfgreg.c:151: dereferencing pointer to incomplete type
../../i386/pci/pci_cfgreg.c:151: dereferencing pointer to incomplete type
../../i386/pci/pci_cfgreg.c:153: dereferencing pointer to incomplete type
../../i386/pci/pci_cfgreg.c:153: dereferencing pointer to incomplete type
../../i386/pci/pci_cfgreg.c:157: dereferencing pointer to incomplete type
machine/cpufunc.h:112: warning: inlining failed in call to `ffs'
../../i386/pci/pci_cfgreg.c:157: warning: called from here
../../i386/pci/pci_cfgreg.c:158: dereferencing pointer to incomplete type
*** Error code 1
Comment 1 Johan Karlsson freebsd_committer freebsd_triage 2000-10-31 17:46:25 UTC
State Changed
From-To: open->closed

Since both LINT and GENERIC build fine according to 
http://current.jp.FreeBSD.org/build/i386/ 
I belive this is poblem is due to cvsup between comitts. 

Please try a new check out of the src (get the latest cmts). 

Also try to use the buildkernel target in /usr/src which is  
the prefered way to build kernels. 

Since current is changing so fast, in the future please report  
build problem of 5-current to 
freebsd-current@freebsd.org 

Thanks