Subject: Re: Failed build
To: Klaus Klein <kleink@mibh.de>
From: Andy Ruhl <acruhl@gmail.com>
List: current-users
Date: 03/05/2005 10:31:06
On Sat, 5 Mar 2005 18:18:22 +0100, Klaus Klein <kleink@mibh.de> wrote:
> Andy Ruhl wrote:
> 
> > 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
> 
> Make sure you have src/sys/sys/callout.h rev. 1.21.

That seems to be a little difficult right now :)

Can't get it from the ftp site, and the master anoncvs server seems to
be down. Checked a few mirrors and I don't see it out there.

I'll try again later.

Andy