All of lore.kernel.org
 help / color / mirror / Atom feed
From: eran@nbase.co.il (Eran Man)
To: linux-kernel@vger.kernel.org
Cc: bart.de.schuymer@pandora.be
Subject: Kernel 2.5.38 EBTables breakage
Date: Sun, 22 Sep 2002 11:59:12 +0300	[thread overview]
Message-ID: <3D8D8660.80905@nbase.co.il> (raw)

It seems like the EBTables merge in 2.5.38 is incomplete:
....
   gcc -Wp,-MD,./.ebtables.o.d -D__KERNEL__ 
-I/usr/src/linux-2.5.25/include -Wall -Wstrict-prototypes -Wno-trigraphs 
-O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe 
-mpreferred-stack-boundary=2 -march=i686 
-I/usr/src/linux-2.5.25/arch/i386/mach-generic -nostdinc -iwithprefix 
include -DMODULE   -DKBUILD_BASENAME=ebtables -DEXPORT_SYMTAB  -c -o 
ebtables.o ebtables.c
ebtables.c:25:45: linux/netfilter_bridge/ebtables.h: No such file or 
directory
ebtables.c:85: variable `ebt_standard_target' has initializer but 
incomplete type
ebtables.c:86: extra brace group at end of initializer
ebtables.c:86: (near initialization for `ebt_standard_target')
ebtables.c:86: warning: excess elements in struct initializer
ebtables.c:86: warning: (near initialization for `ebt_standard_target')
ebtables.c:86: `EBT_STANDARD_TARGET' undeclared here (not in a function)
ebtables.c:86: warning: excess elements in struct initializer
ebtables.c:86: warning: (near initialization for `ebt_standard_target')
ebtables.c:86: warning: excess elements in struct initializer
ebtables.c:86: warning: (near initialization for `ebt_standard_target')
ebtables.c:86: warning: excess elements in struct initializer
ebtables.c:86: warning: (near initialization for `ebt_standard_target')
ebtables.c:86: warning: excess elements in struct initializer
ebtables.c:86: warning: (near initialization for `ebt_standard_target')
ebtables.c:86: warning: excess elements in struct initializer
ebtables.c:86: warning: (near initialization for `ebt_standard_target')
ebtables.c:90: warning: `struct ebt_entry_watcher' declared inside 
parameter list
ebtables.c:90: warning: its scope is only this definition or 
declaration, which is probably not what you want.
ebtables.c: In function `ebt_do_watcher':
ebtables.c:92: dereferencing pointer to incomplete type
ebtables.c:92: dereferencing pointer to incomplete type
ebtables.c:93: dereferencing pointer to incomplete type
ebtables.c: At top level:
ebtables.c:100: warning: `struct ebt_entry_match' declared inside 
parameter list
ebtables.c: In function `ebt_do_match':
ebtables.c:102: dereferencing pointer to incomplete type
ebtables.c:102: dereferencing pointer to incomplete type
ebtables.c:103: dereferencing pointer to incomplete type
.....
This goes on for a couple more pages...
On the otherhand, there is no real sign of the ebtables in include/linux:
[eran@eran linux-2.5]$ grep -ri EBT_STANDARD_TARGET include/linux/
[eran@eran linux-2.5]$ grep -ri ebtables include/linux/
include/linux/netfilter_bridge.h:/* Not really a hook, but used for the 
ebtables broute table */
include/linux/autoconf.h:#undef  CONFIG_BRIDGE_NF_EBTABLES
[eran@eran linux-2.5]$
-- 
Eran Mann                 Direct  : 972-4-9936297
Senior Software Engineer  Fax     : 972-4-9890430
Optical Access            Email   : emann@opticalaccess.com





             reply	other threads:[~2002-09-22  8:50 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-22  8:59 Eran Man [this message]
2002-09-22 11:10 ` Kernel 2.5.38 EBTables breakage bert hubert
2002-09-23  3:09   ` David S. Miller
2002-09-23  6:56     ` bert hubert
2002-09-23  6:48       ` David S. Miller

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=3D8D8660.80905@nbase.co.il \
    --to=eran@nbase.co.il \
    --cc=bart.de.schuymer@pandora.be \
    --cc=linux-kernel@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.