Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 36902 - iptables 1.2.8-r1 build fails with gcc 3.3.2-r5
Summary: iptables 1.2.8-r1 build fails with gcc 3.3.2-r5
Status: RESOLVED DUPLICATE of bug 34910
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-31 10:36 UTC by John Kim
Modified: 2005-07-17 13:06 UTC (History)
0 users

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 John Kim 2003-12-31 10:36:04 UTC
gcc -march=pentium4 -O2 -pipe -fomit-frame-pointer -Wall -Wunused -I/usr/src/linux/include -Iinclude/ -DIPTABLES_VERSION=\"1.2.8\"  -fPIC -o extensions/libipt_physdev_sh.o -c extensions/libipt_physdev.c
extensions/libipt_physdev.c: In function `parse':
extensions/libipt_physdev.c:86: error: `IPT_PHYSDEV_OP_MATCH_IN' undeclared (first use in this function)
extensions/libipt_physdev.c:86: error: (Each undeclared identifier is reported only once
extensions/libipt_physdev.c:86: error: for each function it appears in.)
extensions/libipt_physdev.c:97: error: `IPT_PHYSDEV_OP_MATCH_OUT' undeclared (first use in this function)
extensions/libipt_physdev.c: In function `print':
extensions/libipt_physdev.c:144: error: `IPT_PHYSDEV_OP_MATCH_IN' undeclared (first use in this function)
extensions/libipt_physdev.c:146: error: `IPT_PHYSDEV_OP_MATCH_OUT' undeclared (first use in this function)
extensions/libipt_physdev.c: In function `save':
extensions/libipt_physdev.c:156: error: `IPT_PHYSDEV_OP_MATCH_IN' undeclared (first use in this function)
extensions/libipt_physdev.c:158: error: `IPT_PHYSDEV_OP_MATCH_OUT' undeclared (first use in this function)
make: *** [extensions/libipt_physdev_sh.o] Error 1

!!! ERROR: net-firewall/iptables-1.2.8-r1 failed.
!!! Function src_compile, Line 57, Exitcode 2
!!! (no error message)

Reproducible: Always
Steps to Reproduce:
1.  emerge iptables
2.
3.
Comment 1 SpanKY gentoo-dev 2003-12-31 14:47:52 UTC

*** This bug has been marked as a duplicate of 34910 ***