All of lore.kernel.org
 help / color / mirror / Atom feed
* xtables-addons build fails
@ 2010-06-14 21:37 martinbarrowcliff
  2010-06-14 23:05 ` Jan Engelhardt
  2010-06-14 23:09 ` Jan Engelhardt
  0 siblings, 2 replies; 3+ messages in thread
From: martinbarrowcliff @ 2010-06-14 21:37 UTC (permalink / raw)
  To: netfilter-devel

A little compile problem here with xtables-addons-1.26 (and 1.27).
This is a new system. linux-2.6.34, Gcc-4.5. It runs fine otherwise.
Iptables is working. Networking is up.  Ipset compiles and works.
Kernel and modules all build. All other apps compile fine so far.
I have root access via a remote term.
The same xt-a source compiles and runs on my other systems but not here?

The source builds to this point, then compile fails as below:

make[3]: Leaving directory `/usr/src/kernels/linux-2.6.34'
make -f ../Makefile.iptrules all;
make[3]: Entering directory `/usr/src/build/firewall/xtables-addons-1.27/extensions'
  CC     libxt_IPMARK.oo
libxt_IPMARK.c:156:2: warning: implicit declaration of function 'ALIGN'
libxt_IPMARK.c:156:19: error: initializer element is not constant
libxt_IPMARK.c:156:19: error: (near initialization for 'ipmark_tg_reg.size')
libxt_IPMARK.c:157:19: error: initializer element is not constant
libxt_IPMARK.c:157:19: error: (near initialization for
'ipmark_tg_reg.userspacesize')
make[3]: *** [libxt_IPMARK.oo] Error 1
make[3]: Leaving directory `/usr/src/build/firewall/xtables-addons-1.27/extensions'
make[2]: *** [user-all-local] Error 2

Here is where it fails in the source. Looks fine to me...
(every extension fails the same way in same places)

static struct xtables_target ipmark_tg_reg = {
        .version       = XTABLES_VERSION,
        .name          = "IPMARK",
        .family        = NFPROTO_UNSPEC,
        .revision      = 1,
>>>>>        .size          = XT_ALIGN(sizeof(struct xt_ipmark_tginfo)),
>>>>>        .userspacesize = XT_ALIGN(sizeof(struct xt_ipmark_tginfo)),
        .help          = ipmark_tg_help,
        .init          = ipmark_tg_init,
        .parse         = ipmark_tg_parse,
        .final_check   = ipmark_tg_check,
        .print         = ipmark_tg_print,
        .save          = ipmark_tg_save,
        .extra_opts    = ipmark_tg_opts,
};

I don't really know why gcc is failing here; this is a new problem.
The compiler passed all tests. Looks like a missing header, but
I checked and have the whole API as far as I can tell.
I must have goofed somewhere?  Can someone offer insight to this?

BTW, must mention, latest lzma says the 1.27.xz file
on sourceforge is corrupt. I used the git source instead.
Still failed.

Marty B.








^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-06-14 23:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-14 21:37 xtables-addons build fails martinbarrowcliff
2010-06-14 23:05 ` Jan Engelhardt
2010-06-14 23:09 ` Jan Engelhardt

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.