Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6745 - iptables-1.2.7 -- libipt_recent.c failures
Summary: iptables-1.2.7 -- libipt_recent.c failures
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Daniel Ahlberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-19 18:28 UTC by Paul Belt
Modified: 2003-04-04 01:25 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Belt 2002-08-19 18:28:45 UTC
extensions/libipt_recent.c: In function `init':
extensions/libipt_recent.c:63: structure has no member named `side'
extensions/libipt_recent.c:63: `IPT_RECENT_SOURCE' undeclared (first use in this
function)
extensions/libipt_recent.c:63: (Each undeclared identifier is reported only once
extensions/libipt_recent.c:63: for each function it appears in.)
extensions/libipt_recent.c: In function `parse':
extensions/libipt_recent.c:133: structure has no member named `side'
extensions/libipt_recent.c:133: `IPT_RECENT_SOURCE' undeclared (first use in
this function)
extensions/libipt_recent.c:137: structure has no member named `side'
extensions/libipt_recent.c:137: `IPT_RECENT_DEST' undeclared (first use in this
function)
extensions/libipt_recent.c: In function `print':
extensions/libipt_recent.c:177: structure has no member named `side'
extensions/libipt_recent.c:177: `IPT_RECENT_SOURCE' undeclared (first use in
this function)
extensions/libipt_recent.c:178: structure has no member named `side'
extensions/libipt_recent.c:178: `IPT_RECENT_DEST' undeclared (first use in this
function)
extensions/libipt_recent.c: In function `save':
extensions/libipt_recent.c:198: structure has no member named `side'
extensions/libipt_recent.c:198: `IPT_RECENT_SOURCE' undeclared (first use in
this function)
extensions/libipt_recent.c:199: structure has no member named `side'
extensions/libipt_recent.c:199: `IPT_RECENT_DEST' undeclared (first use in this
function)
make: *** [extensions/libipt_recent_sh.o] Error 1
Comment 1 Daniel Ahlberg (RETIRED) gentoo-dev 2002-08-20 06:58:14 UTC
What GCC version are you using?
Comment 2 Paul Belt 2002-08-20 13:27:45 UTC
gcc-3.1 (r7)
Comment 3 Daniel Ahlberg (RETIRED) gentoo-dev 2002-08-25 12:56:50 UTC
I have masked iptables-1.2.7 as it contains bugs confirmed by the authors of
iptables. A new version, 1.2.7a, is to be released ASAP. I will repoen these
bugs and make sure the errors reported doesn't exist in the new version before
unmasking 1.2.7a.
Comment 4 Daniel Ahlberg (RETIRED) gentoo-dev 2002-08-27 01:49:45 UTC
I've just commited iptables 1.2.7a. Please test this version and see if upstream
has fixed your problems. It's currently masked, I need to know if this version
works as expected before I can unmask.
Comment 5 Paul Belt 2002-09-10 13:41:21 UTC
It's been unmasked again.  This diff below to sys-apps/iptables-1.2.7a.ebuild
should fix the problem.

12c12,13
< DEPEND="virtual/glibc"
---
> DEPEND="virtual/glibc
>         =sys-kernel/gentoo-sources-r9"
Comment 6 Bryon Roche (RETIRED) gentoo-dev 2002-09-17 07:15:15 UTC
FWIW, I also get this bug on a 2.4.16 system running gcc 2.95.6. (default-1.0)
Comment 7 Daniel Ahlberg (RETIRED) gentoo-dev 2003-01-05 21:23:19 UTC
If this still is happening, I need the output from "uname -a" 
Comment 8 Daniel Ahlberg (RETIRED) gentoo-dev 2003-01-07 04:12:31 UTC
kernel issues 
Comment 9 John Davis (zhen) (RETIRED) gentoo-dev 2003-04-04 01:21:00 UTC
db fix
Comment 10 John Davis (zhen) (RETIRED) gentoo-dev 2003-04-04 01:25:53 UTC
db fix