From owner-freebsd-questions@FreeBSD.ORG Mon Nov 19 04:10:08 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 457DB16A418 for ; Mon, 19 Nov 2007 04:10:08 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from darklight.org.ru (ipv6.darklight.org.ru [IPv6:2001:470:1f07:84::1]) by mx1.freebsd.org (Postfix) with ESMTP id 3FBCB13C465 for ; Mon, 19 Nov 2007 04:10:06 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from darklight.org.ru (yuri@darklight.org.ru [IPv6:::1]) by darklight.org.ru (8.14.2/8.14.2) with ESMTP id lAJ49mqL014953; Mon, 19 Nov 2007 07:09:48 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) Received: from localhost (localhost [[UNIX: localhost]]) by darklight.org.ru (8.14.2/8.14.2/Submit) id lAJ49jNY014952; Mon, 19 Nov 2007 07:09:45 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) X-Authentication-Warning: darklight.org.ru: yuri set sender to yuri.pankov@gmail.com using -f From: Yuri Pankov To: freebsd-questions@freebsd.org Date: Mon, 19 Nov 2007 07:09:45 +0300 User-Agent: KMail/1.9.7 References: <20071118153445.uvpqy5zce88o0skg@groupware.domunix.org> <20071119150132.5d31de8b@meijome.net> In-Reply-To: <20071119150132.5d31de8b@meijome.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200711190709.45615.yuri.pankov@gmail.com> Cc: Norberto Meijome , =?iso-8859-1?q?S=E9bastien_LEFEVRE?= Subject: Re: KERNEL 7.0 COMPILATION X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Nov 2007 04:10:08 -0000 On Monday 19 November 2007 07:01:32 Norberto Meijome wrote: > On Sun, 18 Nov 2007 15:34:45 +0100 > > S=E9bastien LEFEVRE wrote: > > /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' *** Error code 1 > > > > Stop in /usr/obj/usr/src/sys/GENERIC. > > *** Error code 1 > > > > Stop in /usr/src. > > *** Error code 1 > > > > Stop in /usr/src. > > > > > > Why? > > Hi Sebastien, > If you look closely at all the errors, they all refer to SCTP , which > is a newish protocol. It was added by default to 7.0's tree. I > suspect you are using an old kernel config file, and you don't have > that option, and 7's IPFW needs it. > > look in /usr/src/sys/conf/NOTES for how it is defined :) > > good luck, > B > _________________________ > {Beto|Norberto|Numard} Meijome > > "I'm not afraid of dying, I just don't want to be there when it > happens." Woody Allen > > I speak for myself, not my employer. Contents may be hot. Slippery > when wet.. Reading disclaimers makes you go blind. Writing them is > worse. You have been Warned. http://lists.freebsd.org/pipermail/freebsd-questions/2007-November/161773.h= tml Yuri