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
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 src/modules/ xtables- addons/ xt_RAWNAT. c: In function 'rawnat6_ prepare_ l4': src/modules/ xtables- addons/ xt_RAWNAT. c:184:3: error: too few arguments to function 'ipv6_find_hdr' src/modules/ xtables- addons/ xt_RAWNAT. c:20:0: linux/netfilter _ipv6/ip6_ tables. h:307:12: note: declared here src/modules/ xtables- addons/ xt_RAWNAT. o] Error 1
/space2/
/space2/
In file included from /space2/
include/
make[4]: *** [/space2/
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