* Error compile kernel 2.6.11.7 w/ pptp_conntrack_nat
@ 2005-08-09 8:34 Derrick Sawyer
0 siblings, 0 replies; 6+ messages in thread
From: Derrick Sawyer @ 2005-08-09 8:34 UTC (permalink / raw)
To: netfilter-devel
Hi all,
I am getting this error when compiling kernel 2.6.11.7 with pptp
patch-o-matic patch:
LD .tmp_vmlinux1
net/built-in.o(.text+0x68bce): In function `timeout_ct_or_exp':
: undefined reference to `__ip_conntrack_expect_find'
make: *** [.tmp_vmlinux1] Error 1
I have the latest subversion of patch-o-matic-ng.
Any suggestions will be greatly appreciated.
Thanks,
~Derrick
^ permalink raw reply [flat|nested] 6+ messages in thread
* Error compile kernel 2.6.11.7 w/ pptp_conntrack_nat
@ 2005-08-10 23:57 Derrick Sawyer
2005-08-11 15:52 ` Jiri Slaby
0 siblings, 1 reply; 6+ messages in thread
From: Derrick Sawyer @ 2005-08-10 23:57 UTC (permalink / raw)
To: netfilter-devel
Hi all,
I am getting this error when compiling kernel 2.6.11.7 with pptp
patch-o-matic patch:
LD .tmp_vmlinux1
net/built-in.o(.text+0x68bce): In function `timeout_ct_or_exp':
: undefined reference to `__ip_conntrack_expect_find'
make: *** [.tmp_vmlinux1] Error 1
I have the latest subversion of patch-o-matic-ng.
Any suggestions will be greatly appreciated.
Thanks,
~Derrick
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Error compile kernel 2.6.11.7 w/ pptp_conntrack_nat
2005-08-10 23:57 Derrick Sawyer
@ 2005-08-11 15:52 ` Jiri Slaby
2005-08-11 16:41 ` Jiri Slaby
0 siblings, 1 reply; 6+ messages in thread
From: Jiri Slaby @ 2005-08-11 15:52 UTC (permalink / raw)
To: Derrick Sawyer; +Cc: netfilter-devel
Derrick Sawyer napsal(a):
> Hi all,
>
> I am getting this error when compiling kernel 2.6.11.7 with pptp
> patch-o-matic patch:
>
> LD .tmp_vmlinux1
> net/built-in.o(.text+0x68bce): In function `timeout_ct_or_exp':
> : undefined reference to `__ip_conntrack_expect_find'
> make: *** [.tmp_vmlinux1] Error 1
In this kernel __ip_conntrack_expect_find isn't implemented, apply
ctnetlink patch and compile again.
Despite, there is a bug, I think there should be
select IP_NF_CONNTRACK_NETLINK
in Kconfig if it uses it.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Error compile kernel 2.6.11.7 w/ pptp_conntrack_nat
2005-08-11 15:52 ` Jiri Slaby
@ 2005-08-11 16:41 ` Jiri Slaby
0 siblings, 0 replies; 6+ messages in thread
From: Jiri Slaby @ 2005-08-11 16:41 UTC (permalink / raw)
To: Jiri Slaby; +Cc: netfilter-devel
Jiri Slaby napsal(a):
> In this kernel __ip_conntrack_expect_find isn't implemented, apply
> ctnetlink patch and compile again.
> Despite, there is a bug, I think there should be
No, it isn't. It is adequate to depend on netfilter.
> select IP_NF_CONNTRACK_NETLINK
> in Kconfig if it uses it.
>
--
Jiri Slaby www.fi.muni.cz/~xslaby
~\-/~ jirislaby@gmail.com ~\-/~
241B347EC88228DE51EE A49C4A73A25004CB2A10
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Error compile kernel 2.6.11.7 w/ pptp_conntrack_nat
2005-08-12 2:00 Derrick Sawyer
@ 2005-08-12 1:50 ` Jiri Slaby
0 siblings, 0 replies; 6+ messages in thread
From: Jiri Slaby @ 2005-08-12 1:50 UTC (permalink / raw)
To: Derrick Sawyer; +Cc: netfilter-devel
Derrick Sawyer napsal(a):
> I first applied the pptp_conntrack patch.
> I tried to apply the ctnetlink patch and get "ERROR (5 rejects out of 48
> hunks)". I went ahead and forced the patch and got this error when
Hm, the best way is probably to download some latest kernel (i have
2.6.13-rc5 and there are the functions used by pptp) and apply pptp
patch there. It is probable, that if there are errors with hunks (pptp
and ctnetlink could overlap), it'll not work.
One thing went on my mind, you could try combinediff tool, but i haven't
tried it, so I don't know if it really does, what I mean.
> compiling the kernel:
> CC net/ipv4/netfilter/ip_conntrack_core.o
> net/ipv4/netfilter/ip_conntrack_core.c: In function
> `__ip_conntrack_hash_insert':
> net/ipv4/netfilter/ip_conntrack_core.c:355: error:
> `ip_conntrack_next_id' undeclared (first use in this function)
> net/ipv4/netfilter/ip_conntrack_core.c:355: error: (Each undeclared
> identifier is reported only once
> net/ipv4/netfilter/ip_conntrack_core.c:355: error: for each function it
> appears in.)
> make[3]: *** [net/ipv4/netfilter/ip_conntrack_core.o] Error 1
> make[2]: *** [net/ipv4/netfilter] Error 2
> make[1]: *** [net/ipv4] Error 2
> make: *** [net] Error 2
--
Jiri Slaby www.fi.muni.cz/~xslaby
~\-/~ jirislaby@gmail.com ~\-/~
241B347EC88228DE51EE A49C4A73A25004CB2A10
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Error compile kernel 2.6.11.7 w/ pptp_conntrack_nat
@ 2005-08-12 2:00 Derrick Sawyer
2005-08-12 1:50 ` Jiri Slaby
0 siblings, 1 reply; 6+ messages in thread
From: Derrick Sawyer @ 2005-08-12 2:00 UTC (permalink / raw)
To: Jiri Slaby; +Cc: netfilter-devel
Thanks Jiri for the help.
I first applied the pptp_conntrack patch.
I tried to apply the ctnetlink patch and get "ERROR (5 rejects out of 48 hunks)". I went ahead and forced the patch and got this error when
compiling the kernel:
CC net/ipv4/netfilter/ip_conntrack_core.o
net/ipv4/netfilter/ip_conntrack_core.c: In function `__ip_conntrack_hash_insert':
net/ipv4/netfilter/ip_conntrack_core.c:355: error: `ip_conntrack_next_id' undeclared (first use in this function)
net/ipv4/netfilter/ip_conntrack_core.c:355: error: (Each undeclared identifier is reported only once
net/ipv4/netfilter/ip_conntrack_core.c:355: error: for each function it appears in.)
make[3]: *** [net/ipv4/netfilter/ip_conntrack_core.o] Error 1
make[2]: *** [net/ipv4/netfilter] Error 2
make[1]: *** [net/ipv4] Error 2
make: *** [net] Error 2
I am just at a lost. Any help will be great.
Thanks,
~Derrick
------ Original Message ------
From: Jiri Slaby <jirislaby@gmail.com>
Date: Thursday, August 11th, 2005 10:08 AM PDT
To: Derrick Sawyer <derrick@ip3.com>
Subject: Re: Error compile kernel 2.6.11.7 w/ pptp_conntrack_nat
Derrick Sawyer napsal(a):
> Hi all,
>
> I am getting this error when compiling kernel 2.6.11.7 with pptp
> patch-o-matic patch:
>
> LD .tmp_vmlinux1
> net/built-in.o(.text+0x68bce): In function `timeout_ct_or_exp':
> : undefined reference to `__ip_conntrack_expect_find'
> make: *** [.tmp_vmlinux1] Error 1
In this kernel __ip_conntrack_expect_find isn't implemented, apply
ctnetlink patch and compile again.
Despite, there is a bug, I think there should be
select IP_NF_CONNTRACK_NETLINK
in Kconfig if it uses it.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2005-08-12 2:00 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-09 8:34 Error compile kernel 2.6.11.7 w/ pptp_conntrack_nat Derrick Sawyer
-- strict thread matches above, loose matches on Subject: below --
2005-08-10 23:57 Derrick Sawyer
2005-08-11 15:52 ` Jiri Slaby
2005-08-11 16:41 ` Jiri Slaby
2005-08-12 2:00 Derrick Sawyer
2005-08-12 1:50 ` Jiri Slaby
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.