Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 12145 - iptables
Summary: iptables
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Daniel Ahlberg (RETIRED)
URL:
Whiteboard:
Keywords:
: 13582 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-12-14 09:07 UTC by Michi
Modified: 2003-02-04 19:42 UTC (History)
3 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 Michi 2002-12-14 09:07:05 UTC
On my PIII everything works just fine. PII won't compile,
fails with following error-message


gcc -march=pentium2 -O3 -pipe -fomit-frame-pointer -Wall -Wunused
-I/usr/src/linux/include -Iinclude/ -DIPTABLES_VERSION=\"1.2.7a\"  -fPIC -o
extensions/libipt_psd_sh.o -c extensions/libipt_psd.c
extensions/libipt_psd.c: In function `init':
extensions/libipt_psd.c:55: `CONFIG_JIFFIES' undeclared (first use in this function)
extensions/libipt_psd.c:55: (Each undeclared identifier is reported only once
extensions/libipt_psd.c:55: for each function it appears in.)
make: *** [extensions/libipt_psd_sh.o] Error 1

!!! ERROR: sys-apps/iptables-1.2.7a-r1 failed.
!!! Function src_compile, Line 41, Exitcode 2
!!! (no error message)
Comment 1 SpanKY gentoo-dev 2002-12-14 11:37:31 UTC
this is related to the kernel ... what version do you have insatlled ? 
Comment 2 Michi 2002-12-14 14:34:31 UTC
Linux osiris 2.4.19-gentoo-r10 #1 Thu Dec 5 10:46:18 CET 2002 i686 Pentium II
(Deschutes) GenuineIntel GNU/Linux
Comment 3 Miguel Sousa Filipe 2002-12-18 14:01:46 UTC
do you still have the source in /usr/src/linux? .. iptables needs kernel 
include files to compile properly.
Comment 4 Michi 2002-12-18 14:54:49 UTC
yes I do have that link

Maybe it some wierd netfilter option I have in my kernel ..
I'll take a look at it when I compile my new kernel (hopefully this week)
Comment 5 Michi 2003-01-04 06:17:06 UTC
Recompiled kernel and problem was solved   don't know which option caused it to
happen ...
Comment 6 Martin Holzer (RETIRED) gentoo-dev 2003-01-09 14:07:48 UTC
wrong closed
Comment 7 Martin Holzer (RETIRED) gentoo-dev 2003-01-09 14:08:18 UTC
maybe we could a virutual/kernel ?
Comment 8 Martin Holzer (RETIRED) gentoo-dev 2003-01-09 14:08:31 UTC
*** Bug 13582 has been marked as a duplicate of this bug. ***
Comment 9 YAMAKURA Makoto 2003-01-10 06:21:35 UTC
Hello,

I got same error and "make menuconfig" solved the problem.
I think it is good idea to check existence of /usr/src/linux/.config.

thanks,