Date: Tue, 13 Apr 2004 20:11:51 +0300 From: Ruslan Ermilov <ru@freebsd.org> To: Chuck Swiger <chuck@codefab.com> Cc: current@freebsd.org Subject: Re: Switching from 5.2.1 to -CURRENT... Message-ID: <20040413171151.GA85002@ip.net.ua> In-Reply-To: <407AFF45.1020602@codefab.com> References: <407AFF45.1020602@codefab.com>
index | next in thread | previous in thread | raw e-mail
[-- Attachment #1 --] On Mon, Apr 12, 2004 at 04:42:45PM -0400, Chuck Swiger wrote: > Hi, all-- > > In order to track both Tim's changes to bsdtar and ru's updates to device > polling more closely, I was trying to rebuild world on a Via EPIA with a > 600MHz C3 to -CURRENT. > > Kernel compile fails with: > > [ ... ] > linking kernel > ip_dummynet.o: In function `dummynet_flush': > ip_dummynet.o(.text+0x1cbe): undefined reference to `flush_pipe_ptrs' > ip_dummynet.o: In function `dn_rule_delete_fs': > ip_dummynet.o(.text+0x1da7): undefined reference to `ip_fw_default_rule' > ip_dummynet.o: In function `dn_rule_delete': > ip_dummynet.o(.text+0x1e54): undefined reference to `ip_fw_default_rule' > ip_dummynet.o: In function `delete_pipe': > ip_dummynet.o(.text+0x273c): undefined reference to `flush_pipe_ptrs' > ip_dummynet.o(.text+0x2865): undefined reference to `flush_pipe_ptrs' > ip_dummynet.o: In function `ip_dn_init': > ip_dummynet.o(.text+0x2cf7): undefined reference to `ip_dn_ruledel_ptr' > *** Error code 1 > > Stop in /usr/obj/usr/src/sys/EPIA. > *** Error code 1 > [...] > Kernel config file used to work fine under 5.2, although I added a few > lines from a -STABLE machine to enable polling on this system; it config's > fine: > [...] > options IPFIREWALL_VERBOSE #enable logging to syslogd(8) > options IPFIREWALL_VERBOSE_LIMIT=100 #limit verbosity > options IPFIREWALL_DEFAULT_TO_ACCEPT > options IPDIVERT #divert sockets > #options TCPDEBUG > options RANDOM_IP_ID > options DUMMYNET > options BRIDGE > options DEVICE_POLLING > options HZ=1000 > options SC_PIXEL_MODE > You forgot to add "options IPFIREWALL"; IPDIVERT and DUMMYNET are meaningless without it. See the description of these options in src/sys/conf/NOTES. Cheers, -- Ruslan Ermilov ru@FreeBSD.org FreeBSD committer [-- Attachment #2 --] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAfB9XUkv4P6juNwoRAsrcAJ4/pZxjsHMVmfanTmd2uITygZXq0wCdGoYd eZylUjpqbh9FlT7DEIaxgxQ= =3m6E -----END PGP SIGNATURE-----help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040413171151.GA85002>
