From owner-svn-src-all@FreeBSD.ORG Mon Feb 9 13:37:37 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 48F2C106566B; Mon, 9 Feb 2009 13:37:37 +0000 (UTC) (envelope-from root@dchagin.static.corbina.ru) Received: from contrabass.post.ru (contrabass.post.ru [85.21.78.5]) by mx1.freebsd.org (Postfix) with ESMTP id EA38A8FC13; Mon, 9 Feb 2009 13:37:36 +0000 (UTC) (envelope-from root@dchagin.static.corbina.ru) Received: from corbina.ru (mail.post.ru [195.14.50.16]) by contrabass.post.ru (Postfix) with ESMTP id 1DBD954BE3; Mon, 9 Feb 2009 16:37:36 +0300 (MSK) X-Virus-Scanned: by cgpav Uf39PSi9pFi9oFi9 Received: from [10.208.17.3] (HELO dchagin.static.corbina.ru) by corbina.ru (CommuniGate Pro SMTP 5.1.14) with ESMTPS id 1614199340; Mon, 09 Feb 2009 16:37:36 +0300 Received: from dchagin.static.corbina.ru (localhost.chd.net [127.0.0.1]) by dchagin.static.corbina.ru (8.14.3/8.14.3) with ESMTP id n19DbZQ0034649; Mon, 9 Feb 2009 16:37:35 +0300 (MSK) (envelope-from root@dchagin.static.corbina.ru) Received: (from root@localhost) by dchagin.static.corbina.ru (8.14.3/8.14.3/Submit) id n19DbULW034648; Mon, 9 Feb 2009 16:37:30 +0300 (MSK) (envelope-from root) Date: Mon, 9 Feb 2009 16:37:30 +0300 From: Chagin Dmitry To: "Bjoern A. Zeeb" Message-ID: <20090209133730.GA34589@dchagin.static.corbina.ru> References: <200902091142.n19BgNnb059032@svn.freebsd.org> <20090209124141.GA2071@dchagin.static.corbina.ru> <20090209130910.C93725@maildrop.int.zabbadoz.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090209130910.C93725@maildrop.int.zabbadoz.net> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: svn-src-head@freebsd.org, Randall Stewart , svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r188388 - head/sys/netinet X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Feb 2009 13:37:37 -0000 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