* rtsp conntrack compilation error 2.6.18
@ 2006-12-25 8:50 F Helmer
2007-01-10 6:10 ` Patrick McHardy
0 siblings, 1 reply; 5+ messages in thread
From: F Helmer @ 2006-12-25 8:50 UTC (permalink / raw)
To: netfilter-devel
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?
Many thanks in advance
Merry Christmas
F Helmer
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: rtsp conntrack compilation error 2.6.18
2006-12-25 8:50 rtsp conntrack compilation error 2.6.18 F Helmer
@ 2007-01-10 6:10 ` Patrick McHardy
2007-01-24 16:54 ` Sverker Abrahamsson
0 siblings, 1 reply; 5+ messages in thread
From: Patrick McHardy @ 2007-01-10 6:10 UTC (permalink / raw)
To: F Helmer; +Cc: netfilter-devel
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.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: rtsp conntrack compilation error 2.6.18
2007-01-10 6:10 ` Patrick McHardy
@ 2007-01-24 16:54 ` Sverker Abrahamsson
2007-01-24 17:38 ` Patrick McHardy
2007-01-25 16:37 ` Steven Van Acker
0 siblings, 2 replies; 5+ messages in thread
From: Sverker Abrahamsson @ 2007-01-24 16:54 UTC (permalink / raw)
To: Patrick McHardy, F Helmer; +Cc: netfilter-devel
I've been thinking many times to update the rtsp conntrack patch but where
can I find information about changes in the API (except for reading diff's)?
Are there any maintained API doc for netfilter?
/Sverker
----- Original Message -----
From: "Patrick McHardy" <kaber@trash.net>
To: "F Helmer" <netfilter.20.fhelmer@spamgourmet.com>
Cc: <netfilter-devel@lists.netfilter.org>
Sent: Wednesday, January 10, 2007 7:10 AM
Subject: Re: rtsp conntrack compilation error 2.6.18
>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.
>
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: rtsp conntrack compilation error 2.6.18
2007-01-24 16:54 ` Sverker Abrahamsson
@ 2007-01-24 17:38 ` Patrick McHardy
2007-01-25 16:37 ` Steven Van Acker
1 sibling, 0 replies; 5+ messages in thread
From: Patrick McHardy @ 2007-01-24 17:38 UTC (permalink / raw)
To: Sverker Abrahamsson; +Cc: F Helmer, netfilter-devel
Sverker Abrahamsson wrote:
> I've been thinking many times to update the rtsp conntrack patch but
> where can I find information about changes in the API (except for
> reading diff's)? Are there any maintained API doc for netfilter?
> /Sverker
For helpers - no. Just look at a simple helper in the kernel (like
netbios-ns).
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: rtsp conntrack compilation error 2.6.18
2007-01-24 16:54 ` Sverker Abrahamsson
2007-01-24 17:38 ` Patrick McHardy
@ 2007-01-25 16:37 ` Steven Van Acker
1 sibling, 0 replies; 5+ messages in thread
From: Steven Van Acker @ 2007-01-25 16:37 UTC (permalink / raw)
To: Netfilter Development Mailinglist
On Wed, Jan 24, 2007 at 05:54:13PM +0100, Sverker Abrahamsson wrote:
> I've been thinking many times to update the rtsp conntrack patch but where
> can I find information about changes in the API (except for reading
> diff's)? Are there any maintained API doc for netfilter?
> /Sverker
Some time ago I digged into the RTSP code to patch it so it would
compile without NAT. I have some notes on it that might be helpful:
http://www.singularity.be/node/6276
The result was mailed to this mailinglist in september:
http://lists.netfilter.org/pipermail/netfilter-devel/2006-September/025507.html
kind regards,
-- Steven
>
> ----- Original Message -----
> From: "Patrick McHardy" <kaber@trash.net>
> To: "F Helmer" <netfilter.20.fhelmer@spamgourmet.com>
> Cc: <netfilter-devel@lists.netfilter.org>
> Sent: Wednesday, January 10, 2007 7:10 AM
> Subject: Re: rtsp conntrack compilation error 2.6.18
>
>
> >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.
> >
> >
> >
>
--
My amazon wishlist:
http://www.amazon.com/gp/registry/1DB4XNEIEQBPB
"Remember, there are those who complain, and there are those who solve problems.
The problem-solvers are called "engineers"?so go ahead and be one, even if the
problem and its solution are relatively unsophisticated!" -- planetanalog.com
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2007-01-25 16:37 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-25 8:50 rtsp conntrack compilation error 2.6.18 F Helmer
2007-01-10 6:10 ` Patrick McHardy
2007-01-24 16:54 ` Sverker Abrahamsson
2007-01-24 17:38 ` Patrick McHardy
2007-01-25 16:37 ` Steven Van Acker
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).