linux-2.6.24 & iptables/netfilter
- From: jayjwa <jayjwa@xxxxxxxxxxxxxxxxxxx>
- Date: Mon, 28 Jan 2008 23:03:59 -0500
Not again... seems this happened not so long ago as well. I saw there
was a 2.6.24 out now, and it looks like there was alot of changes (9mb
patch against 2.6.23) and new features. The kernel compile was fine; I
wish I could say the same for iptables- it seems to be completely
broken by this update:
Log of make -k
Mon Jan 28 20:22:52 2008
make all-recursive
make[1]: Entering directory `/usr/src/iptables--20080127'
Making all in extensions
make[2]: Entering directory `/usr/src/iptables--20080127/extensions'
CC libxt_connmark.oo
libxt_connmark.c: In function 'connmark_mt_parse':
libxt_connmark.c:68: error: dereferencing pointer to incomplete type
libxt_connmark.c:69: error: dereferencing pointer to incomplete type
libxt_connmark.c:70: error: dereferencing pointer to incomplete type
libxt_connmark.c: In function 'connmark_mt_print':
libxt_connmark.c:142: error: dereferencing pointer to incomplete type
libxt_connmark.c:144: error: dereferencing pointer to incomplete type
libxt_connmark.c:144: error: dereferencing pointer to incomplete type
libxt_connmark.c: In function 'connmark_mt_save':
libxt_connmark.c:164: error: dereferencing pointer to incomplete type
libxt_connmark.c:168: error: dereferencing pointer to incomplete type
libxt_connmark.c:168: error: dereferencing pointer to incomplete type
libxt_connmark.c: At top level:
libxt_connmark.c:206: error: invalid application of 'sizeof' to incomplete type 'struct xt_connmark_mtinfo1'
libxt_connmark.c:207: error: invalid application of 'sizeof' to incomplete type 'struct xt_connmark_mtinfo1'
libxt_connmark.c:221: error: invalid application of 'sizeof' to incomplete type 'struct xt_connmark_mtinfo1'
libxt_connmark.c:222: error: invalid application of 'sizeof' to incomplete type 'struct xt_connmark_mtinfo1'
make[2]: *** [libxt_connmark.oo] Error 1
CC libxt_CONNMARK.oo
CCLD libxt_CONNMARK.so
CC libxt_CONNSECMARK.oo
CCLD libxt_CONNSECMARK.so
CC libxt_conntrack.oo
In file included from /usr/src/linux-2.6.24/include/linux/netfilter/xt_conntrack.h:9,
from libxt_conntrack.c:14:
/usr/src/linux-2.6.24/include/linux/in.h:26: error: redeclaration of enumerator 'IPPROTO_IP'
/usr/include/netinet/in.h:34: error: previous definition of 'IPPROTO_IP' was here
/usr/src/linux-2.6.24/include/linux/in.h:27: error: redeclaration of enumerator 'IPPROTO_ICMP'
/usr/include/netinet/in.h:38: error: previous definition of 'IPPROTO_ICMP' was here
/usr/src/linux-2.6.24/include/linux/in.h:28: error: redeclaration of enumerator 'IPPROTO_IGMP'
/usr/include/netinet/in.h:40: error: previous definition of 'IPPROTO_IGMP' was here
/usr/src/linux-2.6.24/include/linux/in.h:29: error: redeclaration of enumerator 'IPPROTO_IPIP'
/usr/include/netinet/in.h:42: error: previous definition of 'IPPROTO_IPIP' was here
/usr/src/linux-2.6.24/include/linux/in.h:30: error: redeclaration of enumerator 'IPPROTO_TCP'
/usr/include/netinet/in.h:44: error: previous definition of 'IPPROTO_TCP' was here
/usr/src/linux-2.6.24/include/linux/in.h:31: error: redeclaration of enumerator 'IPPROTO_EGP'
/usr/include/netinet/in.h:46: error: previous definition of 'IPPROTO_EGP' was here
/usr/src/linux-2.6.24/include/linux/in.h:32: error: redeclaration of enumerator 'IPPROTO_PUP'
/usr/include/netinet/in.h:48: error: previous definition of 'IPPROTO_PUP' was here
/usr/src/linux-2.6.24/include/linux/in.h:33: error: redeclaration of enumerator 'IPPROTO_UDP'
/usr/include/netinet/in.h:50: error: previous definition of 'IPPROTO_UDP' was here
/usr/src/linux-2.6.24/include/linux/in.h:34: error: redeclaration of enumerator 'IPPROTO_IDP'
/usr/include/netinet/in.h:52: error: previous definition of 'IPPROTO_IDP' was here
/usr/src/linux-2.6.24/include/linux/in.h:35: error: expected identifier before numeric constant
/usr/src/linux-2.6.24/include/linux/in.h:56: error: redefinition of 'struct in_addr'
/usr/src/linux-2.6.24/include/linux/in.h:116: error: redefinition of 'struct ip_mreq'
/usr/src/linux-2.6.24/include/linux/in.h:122: error: redefinition of 'struct ip_mreqn'
/usr/src/linux-2.6.24/include/linux/in.h:128: error: redefinition of 'struct ip_mreq_source'
/usr/src/linux-2.6.24/include/linux/in.h:134: error: redefinition of 'struct ip_msfilter'
In file included from /usr/src/linux-2.6.24/include/linux/netfilter/xt_conntrack.h:9,
from libxt_conntrack.c:14:
/usr/src/linux-2.6.24/include/linux/in.h:142:1: warning: "IP_MSFILTER_SIZE" redefined
In file included from /usr/include/netdb.h:28,
from libxt_conntrack.c:7:
/usr/include/netinet/in.h:315:1: warning: this is the location of the previous definition
/usr/src/linux-2.6.24/include/linux/in.h:147: error: redefinition of 'struct group_req'
/usr/src/linux-2.6.24/include/linux/in.h:153: error: redefinition of 'struct group_source_req'
/usr/src/linux-2.6.24/include/linux/in.h:160: error: redefinition of 'struct group_filter'
In file included from /usr/src/linux-2.6.24/include/linux/netfilter/xt_conntrack.h:9,
from libxt_conntrack.c:14:
/usr/src/linux-2.6.24/include/linux/in.h:168:1: warning: "GROUP_FILTER_SIZE" redefined
In file included from /usr/include/netdb.h:28,
from libxt_conntrack.c:7:
/usr/include/netinet/in.h:336:1: warning: this is the location of the previous definition
/usr/src/linux-2.6.24/include/linux/in.h:173: error: redefinition of 'struct in_pktinfo'
/usr/src/linux-2.6.24/include/linux/in.h:181: error: redefinition of 'struct sockaddr_in'
In file included from /usr/src/linux-2.6.24/include/linux/netfilter/xt_conntrack.h:9,
from libxt_conntrack.c:14:
/usr/src/linux-2.6.24/include/linux/in.h:198:1: warning: "IN_CLASSA" redefined
In file included from /usr/include/netdb.h:28,
from libxt_conntrack.c:7:
/usr/include/netinet/in.h:149:1: warning: this is the location of the previous definition
In file included from /usr/src/linux-2.6.24/include/linux/netfilter/xt_conntrack.h:9,
from libxt_conntrack.c:14:
/usr/src/linux-2.6.24/include/linux/in.h:204:1: warning: "IN_CLASSB" redefined
In file included from /usr/include/netdb.h:28,
from libxt_conntrack.c:7:
/usr/include/netinet/in.h:155:1: warning: this is the location of the previous definition
In file included from /usr/src/linux-2.6.24/include/linux/netfilter/xt_conntrack.h:9,
from libxt_conntrack.c:14:
/usr/src/linux-2.6.24/include/linux/in.h:210:1: warning: "IN_CLASSC" redefined
In file included from /usr/include/netdb.h:28,
from libxt_conntrack.c:7:
/usr/include/netinet/in.h:161:1: warning: this is the location of the previous definition
In file included from /usr/src/linux-2.6.24/include/linux/netfilter/xt_conntrack.h:9,
from libxt_conntrack.c:14:
/usr/src/linux-2.6.24/include/linux/in.h:215:1: warning: "IN_CLASSD" redefined
In file included from /usr/include/netdb.h:28,
from libxt_conntrack.c:7:
/usr/include/netinet/in.h:166:1: warning: this is the location of the previous definition
In file included from /usr/src/linux-2.6.24/include/linux/netfilter/xt_conntrack.h:9,
from libxt_conntrack.c:14:
/usr/src/linux-2.6.24/include/linux/in.h:219:1: warning: "IN_EXPERIMENTAL" redefined
In file included from /usr/include/netdb.h:28,
from libxt_conntrack.c:7:
/usr/include/netinet/in.h:169:1: warning: this is the location of the previous definition
In file included from /usr/src/linux-2.6.24/include/linux/netfilter/xt_conntrack.h:9,
from libxt_conntrack.c:14:
/usr/src/linux-2.6.24/include/linux/in.h:220:1: warning: "IN_BADCLASS" redefined
In file included from /usr/include/netdb.h:28,
from libxt_conntrack.c:7:
/usr/include/netinet/in.h:170:1: warning: this is the location of the previous definition
In file included from /usr/src/linux-2.6.24/include/linux/netfilter/xt_conntrack.h:9,
from libxt_conntrack.c:14:
/usr/src/linux-2.6.24/include/linux/in.h:223:1: warning: "INADDR_ANY" redefined
In file included from /usr/include/netdb.h:28,
from libxt_conntrack.c:7:
/usr/include/netinet/in.h:173:1: warning: this is the location of the previous definition
In file included from /usr/src/linux-2.6.24/include/linux/netfilter/xt_conntrack.h:9,
from libxt_conntrack.c:14:
/usr/src/linux-2.6.24/include/linux/in.h:226:1: warning: "INADDR_BROADCAST" redefined
In file included from /usr/include/netdb.h:28,
from libxt_conntrack.c:7:
/usr/include/netinet/in.h:175:1: warning: this is the location of the previous definition
In file included from /usr/src/linux-2.6.24/include/linux/netfilter/xt_conntrack.h:9,
from libxt_conntrack.c:14:
/usr/src/linux-2.6.24/include/linux/in.h:229:1: warning: "INADDR_NONE" redefined
In file included from /usr/include/netdb.h:28,
from libxt_conntrack.c:7:
/usr/include/netinet/in.h:177:1: warning: this is the location of the previous definition
In file included from /usr/src/linux-2.6.24/include/linux/netfilter/xt_conntrack.h:9,
from libxt_conntrack.c:14:
/usr/src/linux-2.6.24/include/linux/in.h:235:1: warning: "INADDR_LOOPBACK" redefined
In file included from /usr/include/netdb.h:28,
from libxt_conntrack.c:7:
/usr/include/netinet/in.h:183:1: warning: this is the location of the previous definition
In file included from /usr/src/linux-2.6.24/include/linux/netfilter/xt_conntrack.h:9,
from libxt_conntrack.c:14:
/usr/src/linux-2.6.24/include/linux/in.h:239:1: warning: "INADDR_UNSPEC_GROUP" redefined
In file included from /usr/include/netdb.h:28,
from libxt_conntrack.c:7:
/usr/include/netinet/in.h:187:1: warning: this is the location of the previous definition
In file included from /usr/src/linux-2.6.24/include/linux/netfilter/xt_conntrack.h:9,
from libxt_conntrack.c:14:
/usr/src/linux-2.6.24/include/linux/in.h:240:1: warning: "INADDR_ALLHOSTS_GROUP" redefined
In file included from /usr/include/netdb.h:28,
from libxt_conntrack.c:7:
/usr/include/netinet/in.h:188:1: warning: this is the location of the previous definition
In file included from /usr/src/linux-2.6.24/include/linux/netfilter/xt_conntrack.h:9,
from libxt_conntrack.c:14:
/usr/src/linux-2.6.24/include/linux/in.h:241:1: warning: "INADDR_ALLRTRS_GROUP" redefined
In file included from /usr/include/netdb.h:28,
from libxt_conntrack.c:7:
/usr/include/netinet/in.h:189:1: warning: this is the location of the previous definition
In file included from /usr/src/linux-2.6.24/include/linux/netfilter/xt_conntrack.h:9,
from libxt_conntrack.c:14:
/usr/src/linux-2.6.24/include/linux/in.h:242:1: warning: "INADDR_MAX_LOCAL_GROUP" redefined
In file included from /usr/include/netdb.h:28,
from libxt_conntrack.c:7:
/usr/include/netinet/in.h:190:1: warning: this is the location of the previous definition
make[2]: *** [libxt_conntrack.oo] Error 1
CC libxt_dccp.oo
CCLD libxt_dccp.so
CC libxt_dscp.oo
CCLD libxt_dscp.so
CC libxt_DSCP.oo
CCLD libxt_DSCP.so
CC libxt_esp.oo
CCLD libxt_esp.so
CC libxt_hashlimit.oo
CCLD libxt_hashlimit.so
CC libxt_helper.oo
CCLD libxt_helper.so
CC libxt_iprange.oo
In file included from libxt_iprange.c:10:
.../include/linux/netfilter/xt_iprange.h:12: error: field 'src_min' has incomplete type
.../include/linux/netfilter/xt_iprange.h:12: error: field 'src_max' has incomplete type
.../include/linux/netfilter/xt_iprange.h:13: error: field 'dst_min' has incomplete type
.../include/linux/netfilter/xt_iprange.h:13: error: field 'dst_max' has incomplete type
make[2]: *** [libxt_iprange.oo] Error 1
CC libxt_length.oo
CCLD libxt_length.so
CC libxt_limit.oo
CCLD libxt_limit.so
CC libxt_mac.oo
CCLD libxt_mac.so
CC libxt_mark.oo
libxt_mark.c: In function 'mark_mt_parse':
libxt_mark.c:48: error: dereferencing pointer to incomplete type
libxt_mark.c:49: error: dereferencing pointer to incomplete type
libxt_mark.c:50: error: dereferencing pointer to incomplete type
libxt_mark.c: In function 'mark_mt_print':
libxt_mark.c:108: error: dereferencing pointer to incomplete type
libxt_mark.c:110: error: dereferencing pointer to incomplete type
libxt_mark.c:110: error: dereferencing pointer to incomplete type
libxt_mark.c: In function 'mark_mt_save':
libxt_mark.c:131: error: dereferencing pointer to incomplete type
libxt_mark.c:135: error: dereferencing pointer to incomplete type
libxt_mark.c:135: error: dereferencing pointer to incomplete type
libxt_mark.c: At top level:
libxt_mark.c:186: error: invalid application of 'sizeof' to incomplete type 'struct xt_mark_mtinfo1'
libxt_mark.c:187: error: invalid application of 'sizeof' to incomplete type 'struct xt_mark_mtinfo1'
libxt_mark.c:201: error: invalid application of 'sizeof' to incomplete type 'struct xt_mark_mtinfo1'
libxt_mark.c:202: error: invalid application of 'sizeof' to incomplete type 'struct xt_mark_mtinfo1'
make[2]: *** [libxt_mark.oo] Error 1
CC libxt_MARK.oo
libxt_MARK.c: In function 'mark_tg_parse':
libxt_MARK.c:149: error: dereferencing pointer to incomplete type
libxt_MARK.c:150: error: dereferencing pointer to incomplete type
libxt_MARK.c:153: error: dereferencing pointer to incomplete type
libxt_MARK.c:161: error: dereferencing pointer to incomplete type
libxt_MARK.c:162: error: dereferencing pointer to incomplete type
libxt_MARK.c:170: error: dereferencing pointer to incomplete type
libxt_MARK.c:171: error: dereferencing pointer to incomplete type
libxt_MARK.c:179: error: dereferencing pointer to incomplete type
libxt_MARK.c:180: error: dereferencing pointer to incomplete type
libxt_MARK.c: In function 'mark_tg_print':
libxt_MARK.c:250: error: dereferencing pointer to incomplete type
libxt_MARK.c:251: error: dereferencing pointer to incomplete type
libxt_MARK.c:252: error: dereferencing pointer to incomplete type
libxt_MARK.c:252: error: dereferencing pointer to incomplete type
libxt_MARK.c:253: error: dereferencing pointer to incomplete type
libxt_MARK.c:254: error: dereferencing pointer to incomplete type
libxt_MARK.c:255: error: dereferencing pointer to incomplete type
libxt_MARK.c:257: error: dereferencing pointer to incomplete type
libxt_MARK.c:257: error: dereferencing pointer to incomplete type
libxt_MARK.c: In function 'mark_tg_save':
libxt_MARK.c:284: error: dereferencing pointer to incomplete type
libxt_MARK.c:284: error: dereferencing pointer to incomplete type
libxt_MARK.c: At top level:
libxt_MARK.c:337: error: invalid application of 'sizeof' to incomplete type 'struct xt_mark_tginfo2'
libxt_MARK.c:338: error: invalid application of 'sizeof' to incomplete type 'struct xt_mark_tginfo2'
libxt_MARK.c:352: error: invalid application of 'sizeof' to incomplete type 'struct xt_mark_tginfo2'
libxt_MARK.c:353: error: invalid application of 'sizeof' to incomplete type 'struct xt_mark_tginfo2'
make[2]: *** [libxt_MARK.oo] Error 1
CC libxt_multiport.oo
CCLD libxt_multiport.so
CC libxt_NFLOG.oo
CCLD libxt_NFLOG.so
CC libxt_NFQUEUE.oo
CCLD libxt_NFQUEUE.so
CC libxt_NOTRACK.oo
CCLD libxt_NOTRACK.so
CC libxt_owner.oo
CCLD libxt_owner.so
CC libxt_physdev.oo
CCLD libxt_physdev.so
CC libxt_pkttype.oo
CCLD libxt_pkttype.so
CC libxt_quota.oo
CCLD libxt_quota.so
CC libxt_rateest.oo
CCLD libxt_rateest.so
CC libxt_RATEEST.oo
CCLD libxt_RATEEST.so
CC libxt_sctp.oo
CCLD libxt_sctp.so
CC libxt_SECMARK.oo
CCLD libxt_SECMARK.so
CC libxt_standard.oo
CCLD libxt_standard.so
CC libxt_state.oo
CCLD libxt_state.so
CC libxt_statistic.oo
CCLD libxt_statistic.so
CC libxt_string.oo
CCLD libxt_string.so
CC libxt_tcp.oo
CCLD libxt_tcp.so
CC libxt_tcpmss.oo
CCLD libxt_tcpmss.so
CC libxt_TCPMSS.oo
CCLD libxt_TCPMSS.so
CC libxt_TCPOPTSTRIP.oo
CCLD libxt_TCPOPTSTRIP.so
CC libxt_time.oo
CCLD libxt_time.so
CC libxt_tos.oo
libxt_tos.c: In function 'tos_mt_parse':
libxt_tos.c:80: error: dereferencing pointer to incomplete type
libxt_tos.c:81: error: dereferencing pointer to incomplete type
libxt_tos.c:83: error: dereferencing pointer to incomplete type
libxt_tos.c: In function 'tos_mt_print':
libxt_tos.c:115: error: dereferencing pointer to incomplete type
libxt_tos.c:118: error: dereferencing pointer to incomplete type
libxt_tos.c:118: error: dereferencing pointer to incomplete type
libxt_tos.c:119: error: dereferencing pointer to incomplete type
libxt_tos.c:119: error: dereferencing pointer to incomplete type
libxt_tos.c: In function 'tos_mt_save':
libxt_tos.c:135: error: dereferencing pointer to incomplete type
libxt_tos.c:137: error: dereferencing pointer to incomplete type
libxt_tos.c:137: error: dereferencing pointer to incomplete type
libxt_tos.c: At top level:
libxt_tos.c:160: error: invalid application of 'sizeof' to incomplete type 'struct xt_tos_match_info'
libxt_tos.c:161: error: invalid application of 'sizeof' to incomplete type 'struct xt_tos_match_info'
libxt_tos.c:175: error: invalid application of 'sizeof' to incomplete type 'struct xt_tos_match_info'
libxt_tos.c:176: error: invalid application of 'sizeof' to incomplete type 'struct xt_tos_match_info'
make[2]: *** [libxt_tos.oo] Error 1
CC libxt_TOS.oo
libxt_TOS.c: In function 'tos_tg_parse':
libxt_TOS.c:113: error: dereferencing pointer to incomplete type
libxt_TOS.c:114: error: dereferencing pointer to incomplete type
libxt_TOS.c:122: error: dereferencing pointer to incomplete type
libxt_TOS.c:123: error: dereferencing pointer to incomplete type
libxt_TOS.c:131: error: dereferencing pointer to incomplete type
libxt_TOS.c:132: error: dereferencing pointer to incomplete type
libxt_TOS.c:140: error: dereferencing pointer to incomplete type
libxt_TOS.c:141: error: dereferencing pointer to incomplete type
libxt_TOS.c: In function 'tos_tg_print':
libxt_TOS.c:176: error: dereferencing pointer to incomplete type
libxt_TOS.c:176: error: dereferencing pointer to incomplete type
libxt_TOS.c:178: error: dereferencing pointer to incomplete type
libxt_TOS.c:178: error: dereferencing pointer to incomplete type
libxt_TOS.c:181: error: dereferencing pointer to incomplete type
libxt_TOS.c:183: error: dereferencing pointer to incomplete type
libxt_TOS.c:184: error: dereferencing pointer to incomplete type
libxt_TOS.c:184: error: dereferencing pointer to incomplete type
libxt_TOS.c:185: error: dereferencing pointer to incomplete type
libxt_TOS.c:186: error: dereferencing pointer to incomplete type
libxt_TOS.c:187: error: dereferencing pointer to incomplete type
libxt_TOS.c:190: error: dereferencing pointer to incomplete type
libxt_TOS.c:190: error: dereferencing pointer to incomplete type
libxt_TOS.c: In function 'tos_tg_save':
libxt_TOS.c:204: error: dereferencing pointer to incomplete type
libxt_TOS.c:204: error: dereferencing pointer to incomplete type
libxt_TOS.c: At top level:
libxt_TOS.c:212: error: invalid application of 'sizeof' to incomplete type 'struct xt_tos_target_info'
libxt_TOS.c:213: error: invalid application of 'sizeof' to incomplete type 'struct xt_tos_target_info'
libxt_TOS.c:227: error: invalid application of 'sizeof' to incomplete type 'struct xt_tos_target_info'
libxt_TOS.c:228: error: invalid application of 'sizeof' to incomplete type 'struct xt_tos_target_info'
libxt_TOS.c:242: error: invalid application of 'sizeof' to incomplete type 'struct xt_tos_target_info'
libxt_TOS.c:243: error: invalid application of 'sizeof' to incomplete type 'struct xt_tos_target_info'
make[2]: *** [libxt_TOS.oo] Error 1
CC libxt_TRACE.oo
CCLD libxt_TRACE.so
CC libxt_u32.oo
CCLD libxt_u32.so
CC libxt_udp.oo
CCLD libxt_udp.so
CC libipt_addrtype.oo
CCLD libipt_addrtype.so
CC libipt_ah.oo
CCLD libipt_ah.so
CC libipt_CLUSTERIP.oo
CCLD libipt_CLUSTERIP.so
CC libipt_DNAT.oo
CCLD libipt_DNAT.so
CC libipt_ecn.oo
CCLD libipt_ecn.so
CC libipt_ECN.oo
CCLD libipt_ECN.so
CC libipt_icmp.oo
CCLD libipt_icmp.so
CC libipt_LOG.oo
CCLD libipt_LOG.so
CC libipt_MASQUERADE.oo
CCLD libipt_MASQUERADE.so
CC libipt_MIRROR.oo
CCLD libipt_MIRROR.so
CC libipt_NETMAP.oo
CCLD libipt_NETMAP.so
CC libipt_policy.oo
CCLD libipt_policy.so
CC libipt_realm.oo
CCLD libipt_realm.so
CC libipt_recent.oo
CCLD libipt_recent.so
CC libipt_REDIRECT.oo
CCLD libipt_REDIRECT.so
CC libipt_REJECT.oo
CCLD libipt_REJECT.so
CC libipt_SAME.oo
CCLD libipt_SAME.so
CC libipt_SNAT.oo
CCLD libipt_SNAT.so
CC libipt_ttl.oo
CCLD libipt_ttl.so
CC libipt_TTL.oo
CCLD libipt_TTL.so
CC libipt_ULOG.oo
CCLD libipt_ULOG.so
CC libipt_unclean.oo
CCLD libipt_unclean.so
CC libip6t_ah.oo
CCLD libip6t_ah.so
CC libip6t_dst.oo
CCLD libip6t_dst.so
CC libip6t_eui64.oo
CCLD libip6t_eui64.so
CC libip6t_frag.oo
CCLD libip6t_frag.so
CC libip6t_hbh.oo
CCLD libip6t_hbh.so
CC libip6t_hl.oo
CCLD libip6t_hl.so
CC libip6t_HL.oo
CCLD libip6t_HL.so
CC libip6t_icmp6.oo
CCLD libip6t_icmp6.so
CC libip6t_ipv6header.oo
CCLD libip6t_ipv6header.so
CC libip6t_LOG.oo
CCLD libip6t_LOG.so
CC libip6t_mh.oo
CCLD libip6t_mh.so
CC libip6t_policy.oo
CCLD libip6t_policy.so
CC libip6t_REJECT.oo
CCLD libip6t_REJECT.so
CC libip6t_rt.oo
CCLD libip6t_rt.so
make[2]: Target `all' not remade because of errors.
make[2]: Leaving directory `/usr/src/iptables--20080127'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/iptables--20080127'
make: *** [all] Error 2
make died with exit status 2
Mon Jan 28 20:24:01 2008
----------------
I left the log long so you could feel my pain ;)
It's switched to autoconf too, and it seems you're getting ipv6 like
it or not (no disable switch). I don't think the distros have picked
up on this yet as Google has nothing about 2.6.24/iptables. There's
going to have to be some serious reworking done if people are going to
start using 2.6.24. I really hate when the kernel people change
everything and pull the floor out from under all other
projects...don't they realize a kernel does not an operating system
alone make?
--
[** America, the police state **]
Whoooose! What's that noise? Why, it's US citizen's
rights, going down the toilet with Bush flushing.
http://www.wired.com/politics/security/news/2007/08/wiretap
http://www.hermes-press.com/police_state.htm
http://www.privacyinternational.org/article.shtml?cmd%5B347%5D=x-347-559597
.
- Follow-Ups:
- Re: linux-2.6.24 & iptables/netfilter
- From: Doug Mitton
- Re: linux-2.6.24 & iptables/netfilter
- Prev by Date: Re: does Linux have a registry?
- Next by Date: Re: does Linux have a registry?
- Previous by thread: Finding and installing drivers - HOWTO?
- Next by thread: Re: linux-2.6.24 & iptables/netfilter
- Index(es):