Subject: Failed build
To: None <current-users@netbsd.org>
From: Andy Ruhl <acruhl@gmail.com>
List: current-users
Date: 03/05/2005 07:44:30
I've tried to build kernels on an i386 and amd64 machine and I fail with this:

#   compile  SPEEDY-CURRENT5/tcp_input.o
/usr/src/../tools-current/bin/x86_64--netbsd-gcc -mcmodel=kernel
-mno-red-zone -ffreestanding -O2 -Werror -Wall -Wno-main
-Wno-format-zero-length -Wpointer-arith -Wmissing-prototypes
-Wstrict-prototypes -Wno-sign-compare -fno-zero-initialized-in-bss
-Damd64 -Dx86_64 -I. -I/usr/src/sys/arch -I/usr/src/sys -nostdinc
-DLKM -DMAXUSERS=32 -D_KERNEL -D_KERNEL_OPT -I/usr/src/sys/dist/ipf -c
/usr/src/sys/netinet/tcp_input.c
/usr/src/sys/netinet/tcp_input.c: In function `tcp_input':
/usr/src/sys/netinet/tcp_input.c:1582: warning: implicit declaration
of function `callout_active'

*** Failed target:  tcp_input.o

This is the same failure with GENERIC as well.

Also anoncvs.netbsd.org is down... Kind of wondering what's going on. 

Andy