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>
next in thread | previous in thread | raw e-mail | index | archive | help
--ZPt4rx8FFjLCG7dd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Apr 12, 2004 at 04:42:45PM -0400, Chuck Swiger wrote: > Hi, all-- >=20 > In order to track both Tim's changes to bsdtar and ru's updates to device= =20 > polling more closely, I was trying to rebuild world on a Via EPIA with a= =20 > 600MHz C3 to -CURRENT. >=20 > Kernel compile fails with: >=20 > [ ... ] > 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 >=20 > Stop in /usr/obj/usr/src/sys/EPIA. > *** Error code 1 >=20 [...] > Kernel config file used to work fine under 5.2, although I added a few=20 > lines from a -STABLE machine to enable polling on this system; it config'= s=20 > fine: >=20 [...] > options IPFIREWALL_VERBOSE #enable logging to syslogd(8) > options IPFIREWALL_VERBOSE_LIMIT=3D100 #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=3D1000 > options SC_PIXEL_MODE >=20 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, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --ZPt4rx8FFjLCG7dd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAfB9XUkv4P6juNwoRAsrcAJ4/pZxjsHMVmfanTmd2uITygZXq0wCdGoYd eZylUjpqbh9FlT7DEIaxgxQ= =3m6E -----END PGP SIGNATURE----- --ZPt4rx8FFjLCG7dd--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040413171151.GA85002>