On Tuesday 2009-03-24 12:17, Pablo Neira Ayuso wrote: >Jan Engelhardt wrote: >> On Tuesday 2009-03-24 09:09, Peter Volkov wrote: >> >>> There are some issues I experience with [the new iptables release]: >>> >>> 1. build fails: >>> >>> if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -DXTABLES_LIBDIR=\"/lib/xtables\" -DXTABLES_INTERNAL -I./include -I./include -I no/include -I no/include -DIPTABLES_MULTI -DNO_SHARED_LIBS=1 -O2 -march=i686 -pipe -mtune=i686 -march=pentium-m -ggdb -U_FORTIFY_SOURCE -MT iptables_static-xtables.o -MD -MP -MF ".deps/iptables_static-xtables.Tpo" -c -o iptables_static-xtables.o `test -f 'xtables.c' || echo './'`xtables.c; \ >>> then mv -f ".deps/iptables_static-xtables.Tpo" ".deps/iptables_static-xtables.Po"; else rm -f ".deps/iptables_static-xtables.Tpo"; exit 1; fi >>> xtables.c: In function 'xtables_find_target': >>> xtables.c:641: error: 'LOAD_MUST_SUCCEED' undeclared (first use in this function) >> >> Patrick, >> >> There is a bit of a bigger issue here, I'll fix/queue and send pull req >> asap. > >I can apply Peter Volkov patches now. Is there anything that Peter did >not cover? Nope, it is complete as far as posted. But no patches were supplied for issue (1) and (3) :-) Please pull from git://dev.medozas.de/iptables master to recive Jan Engelhardt (2): iptables-save: minor corrections to the manpage markup libxt_hashlimit: add missing space for iptables-save output Peter Volkov (2): libxtables: fix compile error due to incomplete change build: fix linker issue when LDFLAGS contains --as-needed Updating c9477d0..1288bf7 Fast forward Makefile.am | 8 ++++---- extensions/libxt_hashlimit.c | 2 +- ip6tables-save.8 | 9 ++++----- iptables-save.8 | 9 ++++----- xtables.c | 2 +- 5 files changed, 14 insertions(+), 16 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html