From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: rtsp conntrack compilation error 2.6.18 Date: Wed, 10 Jan 2007 07:10:10 +0100 Message-ID: <45A48342.1050601@trash.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: netfilter-devel@lists.netfilter.org Return-path: To: F Helmer In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-devel-bounces@lists.netfilter.org Errors-To: netfilter-devel-bounces@lists.netfilter.org List-Id: netfilter-devel.vger.kernel.org F Helmer wrote: > Hello > > I am not sure if this is the correct group to post to? > > I am trying to patch my 2.6.18 kernel (latest pom using svn + runme extra) > and I > get the following compilation error: > > CC [M] net/ipv4/netfilter/ip_conntrack_netlink.o > CC [M] net/ipv4/netfilter/ip_conntrack_proto_sctp.o > CC [M] net/ipv4/netfilter/ip_conntrack_rtsp.o > net/ipv4/netfilter/ip_conntrack_rtsp.c: In function 'help_out': > net/ipv4/netfilter/ip_conntrack_rtsp.c:340: error: too few arguments > to function > 'ip_conntrack_expect_alloc' > net/ipv4/netfilter/ip_conntrack_rtsp.c:371: warning: implicit declaration of > function 'ip_conntrack_expect_free' > make[4]: *** [net/ipv4/netfilter/ip_conntrack_rtsp.o] Error 1 > make[3]: *** [net/ipv4/netfilter] Error 2 > make[2]: *** [net/ipv4] Error 2 > make[1]: *** [net] Error 2 > make[1]: Leaving directory `/usr/src/linux-source-2.6.18' > make: *** [debian/stamp-build-kernel] Error 2 > fredrikh@helmer:/usr/src/linux$ > > Do you happen to know what I am doing wrong? Or is there a "better" > patch somewhere? The patch needs to be updated to work with current kernels. Its not actively maintained, so you'll probably have to do it yourself.