Re: kernel build failure with bce
Sean McNeil wrote: > 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. Please re-cvsup your source tree. The problem was fixed today. ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: 4.11 snapshots?
Brett Glass wrote: At 08:42 PM 5/15/2006, pete wright wrote: according to this link 4.11 is a supported errata branch: http://www.freebsd.org/releng/ here is a link to the errata policy: http://www.freebsd.org/releases/4.11R/errata_policy.html you should be able to sync your source via cvsup from official freebsd mirrors. True. But this requires assembling a system to do it, and then waiting hours while I build the world and "make release". I was hoping that there was a snapshot server up, as there was in Japan a few years ago. This may help: http://snapshots.jp.freebsd.org/ ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"