Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Apr 2006 15:16:08 -0700
From:      Sean McNeil <sean@mcneil.com>
To:        stable@freebsd.org
Subject:   kernel build failure with bce
Message-ID:  <1144966568.25961.3.camel@triton.mcneil.com>

next in thread | raw e-mail | index | archive | help
The following error occurs building -stable on amd64:

make -sj2 buildworld && make -sj2 buildkernel
...
===> bce (all)
/usr/src/sys/modules/bce/../../dev/bce/if_bce.c: In function
`bce_rx_intr':
/usr/src/sys/modules/bce/../../dev/bce/if_bce.c:4093: error: structure
has no member named `rxcycles'
/usr/src/sys/modules/bce/../../dev/bce/if_bce.c: In function
`bce_ioctl':
/usr/src/sys/modules/bce/../../dev/bce/if_bce.c:4897: error: label
`bce_ioctl_exit' used but not defined

I have nothing in my config file for device bce, so it would appear
someone didn't check for building as a module.

Cheers,
Sean





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1144966568.25961.3.camel>