Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  7 Nov 2001 09:32:53 -0800 (PST)
From:      Holger.Kipp@alogis.com
To:        undisclosed-recipients:;
Subject:   Re: dummynet requires pseudo-device ether (?)
Message-ID:  <20011107173253.E0BDE37B405@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help
Hello,

I tried to make a kernel with your configuration which fails at the
same stage (ip_dummynet.o). Solution is - as you already suggested -
to enable pseudo-device ether.
  At least makekernel finished successfully over here.

Eugene Grosbein wrote:
>
> On Thu, Nov 08, 2001 at 07:09:54AM -0700, Samuel J.Greear wrote:
>
> > > I've cvsup'd my 4-STABLE system from cvsup.freebsd.org today.
> > > make buildworld completed cleanly as well as building of GENERIC
> > > but custom kernel failed to build:

> # make buildkernel KERNCONF=DADV
> ...
> linking kernel.debug
> ip_dummynet.o: In function `transmit_event':
> /usr/src/sys/netinet/ip_dummynet.c(.text+0x44e): undefined reference to `bdgtake
> ifaces_ptr'
> /usr/src/sys/netinet/ip_dummynet.c(.text+0x4ae): undefined reference to `bdg_for
> ward_ptr'
> *** Error code 1

> Here is my real kernel config file:
>
> # DADV kernel config
>
> #for strings -n 3 /kernel | grep ^___ | sed -e 's/^___//' > MYKERNEL
> options         INCLUDE_CONFIG_FILE
> [...]
> options         UFS_DIRHASH
> options         PQ_CACHESIZE=128        # color for 128k/16k cache
>
> #end of file
>
> Do I need pseudo-device ether?

Yes.

Regards,
Holger

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




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