From: Patrick McHardy <kaber@trash.net>
To: Jan Engelhardt <jengelh@medozas.de>
Cc: netfilter-devel@vger.kernel.org
Subject: Re: nftables-goes-automake patch series
Date: Wed, 25 Mar 2009 14:11:04 +0100 [thread overview]
Message-ID: <49CA2D68.20601@trash.net> (raw)
In-Reply-To: <1237937468-31476-1-git-send-email-jengelh@medozas.de>
Jan Engelhardt wrote:
> Not much more to elaborate on, this was straight forward to do
> and only a matter of time, and really needed :)
>
> 20 files changed, 145 insertions(+), 455 deletions(-)
>
> It is available too from git://dev.medozas.de/nftables master
>
> Awaiting comments.
Patch 1 looks fine, although I might take the liberty to rename the
file again :)
About automake - I'm glad you're fixing up the makefiles, but I'm
quite attached to the silent build and the automake version that
comes with Debian unstable is 1.10, so I assume it won't be
silent anymore. It also doesn't build anymore on my system, the
parser.h file is not generated:
make all-recursive
make[1]: Entering directory `/tmp/nftables'
Making all in doc
make[2]: Entering directory `/tmp/nftables/doc'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/tmp/nftables/doc'
Making all in files/nftables
make[2]: Entering directory `/tmp/nftables/files/nftables'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/tmp/nftables/files/nftables'
Making all in src
make[2]: Entering directory `/tmp/nftables/src'
depbase=`echo scanner.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64
-D_REENTRANT -Wall -Waggregate-return -Wbad-function-cast
-Wcast-align -Wdeclaration-after-statement -Werror -Wformat=2
-Winit-self -Winline -Wmissing-declarations
-Wmissing-format-attribute -Wmissing-prototypes -Wshadow
-Wsign-compare -Wstrict-prototypes -Wundef -Wunused -Wwrite-strings
-fno-strict-aliasing -pipe -I../include
-DDEFAULT_INCLUDE_PATH=\"/usr/local/etc/nftables\" -g -O2 -MT scanner.o
-MD -MP -MF $depbase.Tpo -c -o scanner.o scanner.c &&\
mv -f $depbase.Tpo $depbase.Po
scanner.l:23:20: Fehler: parser.h: Datei oder Verzeichnis nicht gefunden
<stdout>:1395: Fehler: expected specifier-qualifier-list before »YYSTYPE«
<stdout>:1454: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__«
before »*« token...
About -Wshadow: in my experience it usually at some point becomes a nuisance
and starts causing strange naming. But for now I'm willing to try, your fix
looks simple enough.
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2009-03-25 13:11 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-24 23:31 nftables-goes-automake patch series Jan Engelhardt
2009-03-25 13:11 ` Patrick McHardy [this message]
2009-03-25 14:02 ` Jan Engelhardt
2009-03-25 14:33 ` Patrick McHardy
2009-03-25 14:44 ` Jan Engelhardt
2009-03-25 16:30 ` Patrick McHardy
2009-03-26 9:45 ` 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=49CA2D68.20601@trash.net \
--to=kaber@trash.net \
--cc=jengelh@medozas.de \
--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.