Current-Users archive

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

-current can't build



Hi,

today's -current can't build.

#   compile  GENERIC/kern_resource.o
/usr/local/netbsd-tools/bin/i386--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 -Wextra -Wno-unused-parameter
-Werror -march=i486 -mtune=pentiumpro -Di386 -I.
-I/usr/src/sys/../common/include -I/usr/src/sys/arch -I/usr/src/sys
-nostdinc -DMODULAR -DMAXUSERS=64 -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/i386/string
-I/usr/src/sys/external/isc/atheros_hal/dist
-I/usr/src/sys/external/isc/atheros_hal/ic
-I/usr/src/sys/../common/include -I/usr/src/sys/dist/ipf -c
/usr/src/sys/kern/kern_resource.c
cc1: warnings being treated as errors
/usr/src/sys/kern/kern_resource.c: In function 'dosetrlimit':
/usr/src/sys/kern/kern_resource.c:272: warning: comparison of unsigned
expression < 0 is always false
/usr/src/sys/kern/kern_resource.c:272: warning: comparison of unsigned
expression < 0 is always false

*** Failed target:  kern_resource.o
*** Failed command: echo '# ' "compile GENERIC/kern_resource.o"; echo
/usr/local/netbsd-tools/bin/i386--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 -Wextra -Wno-unused-parameter
-Werror -march=i486 -mtune=pentiumpro -Di386 -I.
-I/usr/src/sys/../common/include -I/usr/src/sys/arch -I/usr/src/sys
-nostdinc -DMODULAR -DMAXUSERS=64 -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/i386/string
-I/usr/src/sys/external/isc/atheros_hal/dist
-I/usr/src/sys/external/isc/atheros_hal/ic
-I/usr/src/sys/../common/include -I/usr/src/sys/dist/ipf -c
/usr/src/sys/kern/kern_resource.c;
/usr/local/netbsd-tools/bin/i386--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 -Wextra -Wno-unused-parameter
-Werror -march=i486 -mtune=pentiumpro -Di386 -I.
-I/usr/src/sys/../common/include -I/usr/src/sys/arch -I/usr/src/sys
-nostdinc -DMODULAR -DMAXUSERS=64 -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/i386/string
-I/usr/src/sys/external/isc/atheros_hal/dist
-I/usr/src/sys/external/isc/atheros_hal/ic
-I/usr/src/sys/../common/include -I/usr/src/sys/dist/ipf -c
/usr/src/sys/kern/kern_resource.c
*** Error code 1

Stop.
nbmake: stopped in /usr/obj.i386/sys/arch/i386/compile/GENERIC

*** Failed target:  kern-GENERIC
*** Failed command: cd /usr/src/sys/arch/i386/compile/obj.i386/GENERIC
&& /usr/local/netbsd-tools/bin/nbmake depend &&
/usr/local/netbsd-tools/bin/nbmake
*** Error code 1

Stop.
nbmake: stopped in /usr/src/etc

*** Failed target:  release
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1";
shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .)
this=""; real="/usr/src" ;; *) this="${dir}/"; real="/usr/src/${dir}"
;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with:
$@)}"; cd "${real}" && /usr/local/netbsd-tools/bin/nbmake
_THISDIR_="${this}" "$@" ${target}; }; _makedirtarget etc release
DISTRIBUTION_DONE=1
*** Error code 1

Stop.
nbmake: stopped in /usr/src

ERROR: Failed to make release
*** BUILD ABORTED ***


Regards,
-- 
NONAKA Kimihiro


Home | Main Index | Thread Index | Old Index