From: Peter Volkov <pva@gentoo.org>
To: netfilter-devel@vger.kernel.org
Subject: xtables-addons fails to build xt_ECHO
Date: Tue, 16 Feb 2010 23:03:13 +0300 [thread overview]
Message-ID: <1266350593.11044.23.camel@tablet> (raw)
Attempt to build mod_ECHO in xtables_addons causes the following
failure:
if [ -n "/usr/src/linux" ]; then make -C /usr/src/linux M=/vt/portage/tmp/portage/net-firewall/xtables-addons-1.22/work/xtables-addons-1.22/extensions modules; fi;
make[1]: Entering directory `/usr/src/linux-2.6.32-gentoo-r5'
CC [M] /vt/portage/tmp/portage/net-firewall/xtables-addons-1.22/work/xtables-addons-1.22/extensions/xt_ECHO.o
/vt/portage/tmp/portage/net-firewall/xtables-addons-1.22/work/xtables-addons-1.22/extensions/xt_ECHO.c: In function 'echo_tg4':
/vt/portage/tmp/portage/net-firewall/xtables-addons-1.22/work/xtables-addons-1.22/extensions/xt_ECHO.c:35: error: 'struct sk_buff' has no member named 'dst'
/vt/portage/tmp/portage/net-firewall/xtables-addons-1.22/work/xtables-addons-1.22/extensions/xt_ECHO.c:88: error: 'const struct sk_buff' has no member named 'dst'
/vt/portage/tmp/portage/net-firewall/xtables-addons-1.22/work/xtables-addons-1.22/extensions/xt_ECHO.c:89: error: 'struct sk_buff' has no member named 'dst'
/vt/portage/tmp/portage/net-firewall/xtables-addons-1.22/work/xtables-addons-1.22/extensions/xt_ECHO.c:89: error: 'const struct sk_buff' has no member named 'dst'
/vt/portage/tmp/portage/net-firewall/xtables-addons-1.22/work/xtables-addons-1.22/extensions/xt_ECHO.c:94: error: 'struct sk_buff' has no member named 'dst'
/vt/portage/tmp/portage/net-firewall/xtables-addons-1.22/work/xtables-addons-1.22/extensions/xt_ECHO.c:98: error: 'struct sk_buff' has no member named 'dst'
make[2]: *** [/vt/portage/tmp/portage/net-firewall/xtables-addons-1.22/work/xtables-addons-1.22/extensions/xt_ECHO.o] Error 1
make[1]: *** [_module_/vt/portage/tmp/portage/net-firewall/xtables-addons-1.22/work/xtables-addons-1.22/extensions] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.32-gentoo-r5'
make: *** [modules] Error 2
Searching mailing list I've noticed patch that fixes this error:
http://www.spinics.net/lists/netfilter-devel/msg09981.html
Please apply,
--
Peter.
next reply other threads:[~2010-02-16 20:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-16 20:03 Peter Volkov [this message]
2010-02-16 21:11 ` xtables-addons fails to build xt_ECHO Jan Engelhardt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1266350593.11044.23.camel@tablet \
--to=pva@gentoo.org \
--cc=netfilter-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.