Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

evbarm kernel compile failure (src/sys/dev/dmover_io.c)



nonaka@koharu:[4]$ ./makeBuild.sh evbarm 20090413 kernel=HDL_G -u
===> build.sh command: ./build.sh -m evbarm -D
/home/snapshot/20090413/root/evbarm -R /home/snapshot/20090413/release
-T /usr/local/netbsd-tools -u kernel=HDL_G
===> build.sh started: Mon Apr 13 22:21:38 JST 2009
===> NetBSD version:   5.99.10
===> MACHINE:          evbarm
===> MACHINE_ARCH:     arm
===> Build platform:   NetBSD 5.99.10 i386
===> HOST_SH:          /bin/sh
===> TOOLDIR path:     /usr/local/netbsd-tools
===> DESTDIR path:     /home/snapshot/20090413/root/evbarm
===> RELEASEDIR path:  /home/snapshot/20090413/release
===> makewrapper:      /usr/local/netbsd-tools/bin/nbmake-evbarm
===> Updated /usr/local/netbsd-tools/bin/nbmake-evbarm
===> Building kernel without building new tools
===> Building kernel:  HDL_G
===> Build directory:  /usr/src/sys/arch/evbarm/compile/obj.evbarm/HDL_G
Build directory is /usr/src/sys/arch/evbarm/compile/obj.evbarm/HDL_G
Don't forget to run "make depend"
depending the kern library objects
depending the compat library objects
making sure the compat library is up to date...
`libcompat.a' is up to date.
making sure the kern library is up to date...
`libkern.o' is up to date.
#   compile  HDL_G/dmover_io.o
/usr/local/netbsd-tools/bin/arm--netbsdelf-gcc -ffreestanding
-fno-zero-initialized-in-bss -O2 -std=gnu99 -fno-strict-aliasing
-Werror -Wall -Wno-main -Wno-format-zero-length -Wpointer-arith
-Wmissing-prototypes -Wstrict-prototypes -Wswitch -Wshadow -Wcast-qual
-Wwrite-strings -Wno-unreachable-code -Wno-sign-compare
-Wno-pointer-sign -Wno-attributes -Werror -mcpu=xscale -I.
-I/usr/src/sys/../common/include -I/usr/src/sys/arch -I/usr/src/sys
-nostdinc -DMAXUSERS=32 -D_KERNEL -D_KERNEL_OPT
-I/usr/src/sys/lib/libkern/../../../common/lib/libc/quad
-I/usr/src/sys/lib/libkern/../../../common/lib/libc/string
-I/usr/src/sys/lib/libkern/../../../common/lib/libc/arch/arm/string
-I/usr/src/sys/dist/ipf -I/usr/src/sys/dist/pf -c
/usr/src/sys/dev/dmover/dmover_io.c
/usr/src/sys/dev/dmover/dmover_io.c: In function 'dmio_stat':
/usr/src/sys/dev/dmover/dmover_io.c:584: error: dereferencing pointer
to incomplete type
/usr/src/sys/dev/dmover/dmover_io.c:585: error: dereferencing pointer
to incomplete type
/usr/src/sys/dev/dmover/dmover_io.c:586: error: dereferencing pointer
to incomplete type
/usr/src/sys/dev/dmover/dmover_io.c:587: error: dereferencing pointer
to incomplete type
/usr/src/sys/dev/dmover/dmover_io.c:587: error: dereferencing pointer
to incomplete type
/usr/src/sys/dev/dmover/dmover_io.c:588: error: dereferencing pointer
to incomplete type
cc1: warnings being treated as errors
/usr/src/sys/dev/dmover/dmover_io.c:588: warning: implicit declaration
of function 'kauth_cred_geteuid'
/usr/src/sys/dev/dmover/dmover_io.c:589: error: dereferencing pointer
to incomplete type
/usr/src/sys/dev/dmover/dmover_io.c:589: warning: implicit declaration
of function 'kauth_cred_getegid'
/usr/src/sys/dev/dmover/dmover_io.c:590:20: error: macro
"KERNEL_UNLOCK" requires 3 arguments, but only 1 given
/usr/src/sys/dev/dmover/dmover_io.c:590: error: 'KERNEL_UNLOCK'
undeclared (first use in this function)
/usr/src/sys/dev/dmover/dmover_io.c:590: error: (Each undeclared
identifier is reported only once
/usr/src/sys/dev/dmover/dmover_io.c:590: error: for each function it
appears in.)

*** Failed target:  dmover_io.o
*** Failed command: echo '# ' "compile HDL_G/dmover_io.o"; echo
/usr/local/netbsd-tools/bin/arm--netbsdelf-gcc -ffreestanding
-fno-zero-initialized-in-bss -O2 -std=gnu99 -fno-strict-aliasing
-Werror -Wall -Wno-main -Wno-format-zero-length -Wpointer-arith
-Wmissing-prototypes -Wstrict-prototypes -Wswitch -Wshadow -Wcast-qual
-Wwrite-strings -Wno-unreachable-code -Wno-sign-compare
-Wno-pointer-sign -Wno-attributes -Werror -mcpu=xscale -I.
-I/usr/src/sys/../common/include -I/usr/src/sys/arch -I/usr/src/sys
-nostdinc -DMAXUSERS=32 -D_KERNEL -D_KERNEL_OPT
-I/usr/src/sys/lib/libkern/../../../common/lib/libc/quad
-I/usr/src/sys/lib/libkern/../../../common/lib/libc/string
-I/usr/src/sys/lib/libkern/../../../common/lib/libc/arch/arm/string
-I/usr/src/sys/dist/ipf -I/usr/src/sys/dist/pf -c
/usr/src/sys/dev/dmover/dmover_io.c;
/usr/local/netbsd-tools/bin/arm--netbsdelf-gcc -ffreestanding
-fno-zero-initialized-in-bss -O2 -std=gnu99 -fno-strict-aliasing
-Werror -Wall -Wno-main -Wno-format-zero-length -Wpointer-arith
-Wmissing-prototypes -Wstrict-prototypes -Wswitch -Wshadow -Wcast-qual
-Wwrite-strings -Wno-unreachable-code -Wno-sign-compare
-Wno-pointer-sign -Wno-attributes -Werror -mcpu=xscale -I.
-I/usr/src/sys/../common/include -I/usr/src/sys/arch -I/usr/src/sys
-nostdinc -DMAXUSERS=32 -D_KERNEL -D_KERNEL_OPT
-I/usr/src/sys/lib/libkern/../../../common/lib/libc/quad
-I/usr/src/sys/lib/libkern/../../../common/lib/libc/string
-I/usr/src/sys/lib/libkern/../../../common/lib/libc/arch/arm/string
-I/usr/src/sys/dist/ipf -I/usr/src/sys/dist/pf -c
/usr/src/sys/dev/dmover/dmover_io.c
*** Error code 1

Stop.
nbmake: stopped in /usr/obj.evbarm/sys/arch/evbarm/compile/HDL_G

ERROR: Failed to make all in "/usr/src/sys/arch/evbarm/compile/obj.evbarm/HDL_G"
*** BUILD ABORTED ***
        5.23 real         0.94 user         2.40 sys
nonaka@koharu:[4]$


Home | Main Index | Thread Index | Old Index