Mailing List Archive

[2.6.21-rc{3,4} problem]: missing dependency on NF_NAT
[Please Cc: me as I'm not subscribed]

Hello everybody,

Compiling kernel 2.6.21-rc3 gives me the following errors :

LD .tmp_vmlinux1
net/built-in.o: dans la fonction « nfnetlink_parse_nat_proto »:
nf_conntrack_netlink.c:(.text+0x28db9): référence indéfinie vers «
nf_nat_proto_find_get »
nf_conntrack_netlink.c:(.text+0x28dd6): référence indéfinie vers «
nf_nat_proto_put »
net/built-in.o: dans la fonction « ctnetlink_new_conntrack »:
nf_conntrack_netlink.c:(.text+0x29959): référence indéfinie vers «
nf_nat_setup_info »
nf_conntrack_netlink.c:(.text+0x29b35): référence indéfinie vers «
nf_nat_setup_info »
nf_conntrack_netlink.c:(.text+0x29cf7): référence indéfinie vers «
nf_nat_setup_info »
nf_conntrack_netlink.c:(.text+0x29de2): référence indéfinie vers «
nf_nat_setup_info »
make: *** [.tmp_vmlinux1] Erreur 1

Also occurs with 2.6.21-rc4.
Setting CONFIG_NF_NAT to 'y' fixes problem.
Config attached.

--
Kevin Baradon
Networks & Telecom Student
-
Re: [2.6.21-rc{3,4} problem]: missing dependency on NF_NAT [ In reply to ]
Kevin Baradon wrote:
> Compiling kernel 2.6.21-rc3 gives me the following errors :
>
> LD .tmp_vmlinux1
> net/built-in.o: dans la fonction « nfnetlink_parse_nat_proto »:
> nf_conntrack_netlink.c:(.text+0x28db9): référence indéfinie vers «
> nf_nat_proto_find_get »
> [...]
>
> Also occurs with 2.6.21-rc4.
> Setting CONFIG_NF_NAT to 'y' fixes problem.


Thanks, I queued this patch, which should fix it.
Re : [2.6.21-rc{3,4} problem]: missing dependency on NF_NAT [ In reply to ]
2007/3/17, Patrick McHardy <kaber@trash.net>:
> Kevin Baradon wrote:
> > Compiling kernel 2.6.21-rc3 gives me the following errors :
> >
> > LD .tmp_vmlinux1
> > net/built-in.o: dans la fonction « nfnetlink_parse_nat_proto »:
> > nf_conntrack_netlink.c:(.text+0x28db9): référence indéfinie vers «
> > nf_nat_proto_find_get »
> > [...]
> >
> > Also occurs with 2.6.21-rc4.
> > Setting CONFIG_NF_NAT to 'y' fixes problem.
>
>
> Thanks, I queued this patch, which should fix it.

Yes, it works for me.
Thanks.

>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/