Subject: Re: netbsd-1-6 kernel build errors
To: Jerry A! <jerry@thehutt.org>
From: Bryan Vyhmeister <bsd@hub3.net>
List: netbsd-users
Date: 07/01/2003 18:33:27
On Tuesday, July 1, 2003, at 06:10 PM, Jerry A! wrote:

> I'm trying to build a kernel with sources that I checked out today.  
> I'm
> getting the following errors:
>
> kabbu# make
> cc  -pipe -ffreestanding  -pipe -Werror -Wall -Wno-main 
> -Wno-format-zero-length -Wpointer-arith -Wmissing-prototypes 
> -Wstrict-prototypes -Wno-uninitialized  -Di386 -I.  -I/sys/arch -I/sys 
> -nostdinc -DLKM -DMAXUSERS=32 -D_KERNEL -D_KERNEL_OPT   -c 
> /sys/netinet/igmp.c
> /sys/netinet/igmp.c: In function `rti_delete':
> /sys/netinet/igmp.c:137: request for member `lh_first' in something 
> not a structure or union
> /sys/netinet/igmp.c:137: structure has no member named `rti_link'
> /sys/netinet/igmp.c:139: structure has no member named `rti_link'
> /sys/netinet/igmp.c:139: structure has no member named `rti_link'
> /sys/netinet/igmp.c:139: structure has no member named `rti_link'
> /sys/netinet/igmp.c:139: structure has no member named `rti_link'
> /sys/netinet/igmp.c:139: structure has no member named `rti_link'
> /sys/netinet/igmp.c:140: `igmp_rti_pool' undeclared (first use in this 
> function) /sys/netinet/igmp.c:140: (Each undeclared identifier is 
> reported only
> once
> /sys/netinet/igmp.c:140: for each function it appears in.)
> *** Error code 1
>
> Is this known breakage, or am I doing something wrong?

I asked about this six hours ago. See:

http://mail-index.netbsd.org/netbsd-users/2003/07/01/0013.html
http://mail-index.netbsd.org/netbsd-users/2003/07/01/0015.html
http://mail-index.netbsd.org/netbsd-users/2003/07/01/0016.html

Note that the patch in one of the above messages did not work. It is a 
known breakage.

Bryan