From: Jim Gifford <maillist@jg555.com>
To: Harald Welte <laforge@netfilter.org>
Cc: netfilter-devel@lists.netfilter.org
Subject: Re: IPTables 1.3.0 on RaQ2
Date: Tue, 08 Mar 2005 14:59:15 -0800 [thread overview]
Message-ID: <422E2E43.1070709@jg555.com> (raw)
In-Reply-To: <20050305125710.GP30487@sunbeam.de.gnumonks.org>
I solved the issue, it does happen with 1.3.1 also, the problem is the
headers, even after fixed the headers it still bombed. Here is the
message I posted on linux-mips list.
I found the culprit, but don't know what the proper fix is.
File - What to remove or comment out
/usr/src/linux/include/asm/cpu-features.h - #include
<cpu-feature-overrides.h>
/usr/src/linux/include/asm/addrspace.h - #include <spaces.h>
But it still fails, because it looks at the headers in /usr/include and
the ones is /usr/src/linux/include, which is what the problem is. Namely
socket.h, it tries to include both versions.
What I noticed is some of the mips architectures includes have these
files and some do not.
A workaround for those who use the linux-libc-headers to build iptables
with the following commands, but I would still comment out those files
to prevent other build issues later
make KERNEL_DIR=/usr
But I'm not sure of the stability and the functionality.
--
----
Jim Gifford
maillist@jg555.com
prev parent reply other threads:[~2005-03-08 22:59 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-03-05 3:23 IPTables 1.3.0 on RaQ2 Jim Gifford
2005-03-05 12:57 ` Harald Welte
2005-03-05 18:18 ` Jim Gifford
2005-03-08 22:59 ` Jim Gifford [this message]
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=422E2E43.1070709@jg555.com \
--to=maillist@jg555.com \
--cc=laforge@netfilter.org \
--cc=netfilter-devel@lists.netfilter.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.