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_at_FreeBSD.org FreeBSD committer
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:50 UTC