From owner-freebsd-stable@FreeBSD.ORG Tue Mar 4 00:47:34 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1E771065675 for ; Tue, 4 Mar 2008 00:47:34 +0000 (UTC) (envelope-from andy@xecu.net) Received: from mg6.xecu.net (mg6.xecu.net [216.127.136.196]) by mx1.freebsd.org (Postfix) with ESMTP id DD01A8FC1B for ; Tue, 4 Mar 2008 00:47:34 +0000 (UTC) (envelope-from andy@xecu.net) Received: from localhost (unknown [127.0.0.1]) by mg6.xecu.net (Postfix) with ESMTP id 440ED18CDEC for ; Mon, 3 Mar 2008 19:29:58 -0500 (EST) X-Virus-Scanned: amavisd-new at xecu.net Received: from mg6.xecu.net ([127.0.0.1]) by localhost (mg6.xecu.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 40+10R5NjpmN for ; Mon, 3 Mar 2008 19:29:55 -0500 (EST) Received: from shell.xecu.net (shell.xecu.net [216.127.136.216]) by mg6.xecu.net (Postfix) with ESMTP id A1FF518CE10 for ; Mon, 3 Mar 2008 19:29:55 -0500 (EST) Date: Mon, 3 Mar 2008 19:29:55 -0500 (EST) From: Andy Dills To: freebsd-stable@freebsd.org Message-ID: <20080303185618.M63813@shell.xecu.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: INET6 required for SCTP in 7.0? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Mar 2008 00:47:35 -0000 Hi there, I'm not interested in enabling support for IPv6 for now. When I remove INET6 from the kernel configuration, I cannot compile the kernel without disabling SCTP. With fresh 7.0-STABLE source, here's the error output (INET6 disabled, but SCTP enabled): uipc_syscalls.o(.text+0x3c1): In function `sctp_generic_recvmsg': /usr/src/sys/kern/uipc_syscalls.c:2608: undefined reference to `sctp_sorecvmsg' uipc_syscalls.o(.text+0x21a2): In function `sctp_generic_sendmsg_iov': /usr/src/sys/kern/uipc_syscalls.c:2486: undefined reference to `sctp_lower_sosend' uipc_syscalls.o(.text+0x249d): In function `sctp_generic_sendmsg': /usr/src/sys/kern/uipc_syscalls.c:2379: undefined reference to `sctp_lower_sosend' uipc_syscalls.o(.text+0x266c): In function `sctp_peeloff': /usr/src/sys/kern/uipc_syscalls.c:2246: undefined reference to `sctp_can_peel_off' uipc_syscalls.o(.text+0x28e6):/usr/src/sys/kern/uipc_syscalls.c:2287: undefined reference to `sctp_do_peeloff' rtsock.o(.text+0xb7d): In function `rt_newaddrmsg': /usr/src/sys/net/rtsock.c:897: undefined reference to `sctp_addr_change' in_proto.o(.data+0xa8): undefined reference to `sctp_input' in_proto.o(.data+0xb0): undefined reference to `sctp_ctlinput' in_proto.o(.data+0xb4): undefined reference to `sctp_ctloutput' in_proto.o(.data+0xbc): undefined reference to `sctp_init' in_proto.o(.data+0xc8): undefined reference to `sctp_drain' in_proto.o(.data+0xcc): undefined reference to `sctp_usrreqs' in_proto.o(.data+0xdc): undefined reference to `sctp_input' in_proto.o(.data+0xe4): undefined reference to `sctp_ctlinput' in_proto.o(.data+0xe8): undefined reference to `sctp_ctloutput' in_proto.o(.data+0xfc): undefined reference to `sctp_drain' in_proto.o(.data+0x100): undefined reference to `sctp_usrreqs' in_proto.o(.data+0x110): undefined reference to `sctp_input' in_proto.o(.data+0x118): undefined reference to `sctp_ctlinput' in_proto.o(.data+0x11c): undefined reference to `sctp_ctloutput' in_proto.o(.data+0x130): undefined reference to `sctp_drain' in_proto.o(.data+0x134): undefined reference to `sctp_usrreqs' Is this intended and/or a known issue? Thanks, Andy --- Andy Dills Xecunet, Inc. www.xecu.net 301-682-9972 ---