Thread View: gmane.linux.kernel
4 messages
4 total messages
Started by sean
Fri, 16 Sep 2005 20:50
git3 build dies at net/built-in.o: undefined __nfa_fill
Author: sean
Date: Fri, 16 Sep 2005 20:50
Date: Fri, 16 Sep 2005 20:50
22 lines
752 bytes
752 bytes
On amd64, gcc-4.0.1: ..... GEN .version CHK include/linux/compile.h UPD include/linux/compile.h CC init/version.o LD init/built-in.o LD .tmp_vmlinux1 net/built-in.o: In function `ip_ct_port_tuple_to_nfattr': : undefined reference to `__nfa_fill' net/built-in.o: In function `ip_ct_port_tuple_to_nfattr': : undefined reference to `__nfa_fill' net/built-in.o: In function `tcp_to_nfattr': : undefined reference to `__nfa_fill' net/built-in.o: In function `icmp_tuple_to_nfattr': : undefined reference to `__nfa_fill' net/built-in.o: In function `icmp_tuple_to_nfattr': : undefined reference to `__nfa_fill' net/built-in.o:: more undefined references to `__nfa_fill' follow make: *** [.tmp_vmlinux1] Error 1
Re: git3 build dies at net/built-in.o: undefined __nfa_fill
Author: Jiri Slaby
Date: Sat, 17 Sep 2005 14:59
Date: Sat, 17 Sep 2005 14:59
31 lines
992 bytes
992 bytes
sean napsal(a): > On amd64, gcc-4.0.1: > > ..... > GEN .version > CHK include/linux/compile.h > UPD include/linux/compile.h > CC init/version.o > LD init/built-in.o > LD .tmp_vmlinux1 > net/built-in.o: In function `ip_ct_port_tuple_to_nfattr': > : undefined reference to `__nfa_fill' > net/built-in.o: In function `ip_ct_port_tuple_to_nfattr': > : undefined reference to `__nfa_fill' > net/built-in.o: In function `tcp_to_nfattr': > : undefined reference to `__nfa_fill' > net/built-in.o: In function `icmp_tuple_to_nfattr': > : undefined reference to `__nfa_fill' > net/built-in.o: In function `icmp_tuple_to_nfattr': > : undefined reference to `__nfa_fill' > net/built-in.o:: more undefined references to `__nfa_fill' follow > make: *** [.tmp_vmlinux1] Error 1 .config needed NETFILTER_NETLINK is not selected, maybe. -- Jiri Slaby www.fi.muni.cz/~xslaby ~\-/~ jirislaby@gmail.com ~\-/~ 241B347EC88228DE51EE A49C4A73A25004CB2A10
Re: git3 build dies at net/built-in.o: undefined __nfa_fill
Author: sean
Date: Sun, 18 Sep 2005 18:43
Date: Sun, 18 Sep 2005 18:43
30 lines
623 bytes
623 bytes
Jiri Slaby wrote: > sean napsal(a): > >> On amd64, gcc-4.0.1: >> >> ..... >> GEN .version >> CHK include/linux/compile.h >> UPD include/linux/compile.h >> CC init/version.o >> LD init/built-in.o >> LD .tmp_vmlinux1 >> net/built-in.o: In function `ip_ct_port_tuple_to_nfattr': >> : undefined reference to `__nfa_fill' ............. > > .config needed > NETFILTER_NETLINK is not selected, maybe. > Nope. grep NETFILTER .config CONFIG_NETFILTER=y # CONFIG_NETFILTER_DEBUG is not set CONFIG_NETFILTER_NETLINK=m CONFIG_NETFILTER_NETLINK_QUEUE=m CONFIG_NETFILTER_NETLINK_LOG=m sean
Re: git3 build dies at net/built-in.o: undefined __nfa_fill
Author: sean
Date: Sun, 18 Sep 2005 20:29
Date: Sun, 18 Sep 2005 20:29
46 lines
894 bytes
894 bytes
sean wrote: > Jiri Slaby wrote: > >> sean napsal(a): >> >>> On amd64, gcc-4.0.1: >>> >>> ..... >>> GEN .version >>> CHK include/linux/compile.h >>> UPD include/linux/compile.h >>> CC init/version.o >>> LD init/built-in.o >>> LD .tmp_vmlinux1 >>> net/built-in.o: In function `ip_ct_port_tuple_to_nfattr': >>> : undefined reference to `__nfa_fill' > > ............. > >> >> .config needed >> NETFILTER_NETLINK is not selected, maybe. >> > > Nope. > > grep NETFILTER .config > CONFIG_NETFILTER=y > # CONFIG_NETFILTER_DEBUG is not set > CONFIG_NETFILTER_NETLINK=m > CONFIG_NETFILTER_NETLINK_QUEUE=m > CONFIG_NETFILTER_NETLINK_LOG=m > > sean > But this built -n rc1-git4: grep NETLINK .config # CONFIG_IP_NF_CONNTRACK_NETLINK is not set CONFIG_NETFILTER_NETLINK=m CONFIG_NETFILTER_NETLINK_QUEUE=m # CONFIG_NETFILTER_NETLINK_LOG is not set ??? ean
Thread Navigation
This is a paginated view of messages in the thread with full content displayed inline.
Messages are displayed in chronological order, with the original post highlighted in green.
Use pagination controls to navigate through all messages in large threads.
Back to All Threads