* problems compiling kernel with patch-o-matic
@ 2005-09-27 9:35 Justinas Bedžinskas
2005-09-27 12:12 ` Jozsef Kadlecsik
0 siblings, 1 reply; 2+ messages in thread
From: Justinas Bedžinskas @ 2005-09-27 9:35 UTC (permalink / raw)
To: netfilter
I patch 2.6.13.2 vanilla kernel with patch-o-matic, and I have these
errors:
net/built-in.o: In function `init':
ipt_set.c:(.init.text+0x1c7b): undefined reference to
`ipt_register_match'
net/built-in.o: In function `init':
ipt_SET.c:(.init.text+0x1c9b): undefined reference to
`ipt_register_target'
net/built-in.o: In function `fini':
ipt_set.c:(.exit.text+0xbb): undefined reference to
`ipt_unregister_match'
net/built-in.o: In function `fini':
ipt_SET.c:(.exit.text+0xdb): undefined reference to
`ipt_unregister_target'
make: *** [.tmp_vmlinux1] Error 1
Here is my config (nothing particular, just enabled IP_NF_SET..)
http://biesas.adminas.net/~digis/config
btw, http://www.ussg.iu.edu/hypermail/linux/kernel/0310.3/0466.html
patch here isn't helping, because by default, in 2.6.13.2 kernel
"that" line is: "depends on IP_NF_IPTABLES && BRIDGE_NETFILTER".
Justinas B.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: problems compiling kernel with patch-o-matic
2005-09-27 9:35 problems compiling kernel with patch-o-matic Justinas Bedžinskas
@ 2005-09-27 12:12 ` Jozsef Kadlecsik
0 siblings, 0 replies; 2+ messages in thread
From: Jozsef Kadlecsik @ 2005-09-27 12:12 UTC (permalink / raw)
To: Justinas Bedžinskas; +Cc: netfilter
On Tue, 27 Sep 2005, Justinas Bed¾inskas wrote:
> I patch 2.6.13.2 vanilla kernel with patch-o-matic, and I have these
> errors:
>
> net/built-in.o: In function `init':
> ipt_set.c:(.init.text+0x1c7b): undefined reference to
> `ipt_register_match'
>
> Here is my config (nothing particular, just enabled IP_NF_SET..)
> http://biesas.adminas.net/~digis/config
Either define both IP_NF_MATCH/TARGET_SET and IP_NF_IPTABLES as static in
kernel, or module. Don't mix y/m.
I'll fix the dependecy so that there won't be possible to select
contradicting values.
Best regards,
Jozsef
-
E-mail : kadlec@blackhole.kfki.hu, kadlec@sunserv.kfki.hu
PGP key : http://www.kfki.hu/~kadlec/pgp_public_key.txt
Address : KFKI Research Institute for Particle and Nuclear Physics
H-1525 Budapest 114, POB. 49, Hungary
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-09-27 12:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-27 9:35 problems compiling kernel with patch-o-matic Justinas Bedžinskas
2005-09-27 12:12 ` Jozsef Kadlecsik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox