Date: Mon, 9 Feb 2009 16:37:30 +0300 From: Chagin Dmitry <dchagin@freebsd.org> To: "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net> Cc: svn-src-head@freebsd.org, Randall Stewart <rrs@freebsd.org>, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r188388 - head/sys/netinet Message-ID: <20090209133730.GA34589@dchagin.static.corbina.ru> In-Reply-To: <20090209130910.C93725@maildrop.int.zabbadoz.net> References: <200902091142.n19BgNnb059032@svn.freebsd.org> <20090209124141.GA2071@dchagin.static.corbina.ru> <20090209130910.C93725@maildrop.int.zabbadoz.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Feb 09, 2009 at 01:10:30PM +0000, Bjoern A. Zeeb wrote: > On Mon, 9 Feb 2009, Chagin Dmitry wrote: > > Hi, > > > What would you say about this? (I do not have SCTP option in the kernel config) > > > > linking kernel.debug > > alias_sctp.o(.text+0x1744): In function `TxAbortErrorM': > > /work/pub/head/sys/netinet/libalias/alias_sctp.c:946: undefined reference to `update_crc32' > > alias_sctp.o(.text+0x174b):/work/pub/head/sys/netinet/libalias/alias_sctp.c:946: undefined reference to `sctp_finalize_crc32' > > *** Error code 1 > > This is unrelated to this commit. > I know. I think that this is not better than the previous COMMIT. > This is a problem with piso's libalias commit; you have to remove that > option from your kernel config as well if you remove SCTP. > > /bz > why? linking kernel.debug ip_fw_nat.o(.text+0xbc): In function `ifaddr_change': /work/pub/head/sys/netinet/ip_fw_nat.c:103: undefined reference to `LibAliasSetAddress' ip_fw_nat.o(.text+0x545): In function `del_redir_spool_cfg': /work/pub/head/sys/netinet/ip_fw_nat.c:162: undefined reference to `LibAliasRedirectDelete' ip_fw_nat.o(.text+0x75b): In function `ipfw_nat_del': /work/pub/head/sys/netinet/ip_fw_nat.c:500: undefined reference to `LibAliasUninit' ip_fw_nat.o(.text+0x922): In function `ipfw_nat_cfg': /work/pub/head/sys/netinet/ip_fw_nat.c:464: undefined reference to `LibAliasSetMode' ip_fw_nat.o(.text+0x92f):/work/pub/head/sys/netinet/ip_fw_nat.c:465: undefined reference to `LibAliasSetAddress' ip_fw_nat.o(.text+0xab4):/work/pub/head/sys/netinet/ip_fw_nat.c:234: undefined reference to `LibAliasAddServer' ip_fw_nat.o(.text+0xbc4):/work/pub/head/sys/netinet/ip_fw_nat.c:198: undefined reference to `LibAliasRedirectAddr' ip_fw_nat.o(.text+0xbf0):/work/pub/head/sys/netinet/ip_fw_nat.c:218: undefined reference to `LibAliasRedirectProto' ip_fw_nat.o(.text+0xc6d):/work/pub/head/sys/netinet/ip_fw_nat.c:207: undefined reference to `LibAliasRedirectPort' ip_fw_nat.o(.text+0xcff):/work/pub/head/sys/netinet/ip_fw_nat.c:437: undefined reference to `LibAliasInit' ip_fw_nat.o(.text+0xeea): In function `ipfw_nat_modevent': -- Have fun! chd
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090209133730.GA34589>