Comment 3 for bug 1062256

Revision history for this message
jth (jth) wrote :

Same for me.

As a workaround, remove the failing modules, run this and let it fail.
module-assistant -o --verbose --text-mode auto-install xtables-addons

  CC [M] /space2/src/modules/xtables-addons/xt_RAWNAT.o
/space2/src/modules/xtables-addons/xt_RAWNAT.c: In function 'rawnat6_prepare_l4':
/space2/src/modules/xtables-addons/xt_RAWNAT.c:184:3: error: too few arguments to function 'ipv6_find_hdr'
In file included from /space2/src/modules/xtables-addons/xt_RAWNAT.c:20:0:
include/linux/netfilter_ipv6/ip6_tables.h:307:12: note: declared here
make[4]: *** [/space2/src/modules/xtables-addons/xt_RAWNAT.o] Error 1

Remove the lines with the failing modules in the file mconfig
build_RAWNAT=m
build_SYSRQ=m
build_length2=m

Build it again.
module-assistant -o --verbose --text-mode auto-install xtables-addons