Gentoo Archives: gentoo-user-es

From: "Jesús García Crespo (aka Sevein)" <correo@××××××.com>
To: "Gentoo (castellano)" <gentoo-user-es@g.o>
Subject: [gentoo-user-es] Problemita compilando kernel (netfilter)
Date: Mon, 04 Aug 2003 11:24:26
Message-Id: 492519823.20030804132424@sevein.com
1 Buenas. Sigo trasteando con iptables y, si compilo todas las opciones
2 de Netfilter (en el kernel o como módulo), me da el siguiente error,
3 interrumpiéndose la compilación:
4
5 gcc -D__KERNEL__ -I/usr/src/linux-2.4.20-gentoo-r5/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.4.20-gentoo-r5/include/linux/modversions.h -nostdinc -iwithprefix include -DKBUILD_BASENAME=ipt_realm -c -o ipt_realm.o ipt_realm.c
6 ipt_realm.c: In function `match':
7 ipt_realm.c:29: structure has no member named `tclassid'
8 make[2]: *** [ipt_realm.o] Error 1
9 make[2]: Leaving directory `/usr/src/linux-2.4.20-gentoo-r5/net/ipv4/netfilter'
10 make[1]: *** [_modsubdir_ipv4/netfilter] Error 2
11 make[1]: Leaving directory `/usr/src/linux-2.4.20-gentoo-r5/net'
12 make: *** [_mod_net] Error 2
13 servidor linux #
14
15
16 ¿Qué puedo hacer? ¿Qué está fallando? No lo tengo muy claro. Podría
17 descubrir a qué modulo corresponde ipt_realm para no ponerlo a
18 compilar, ¿no? Pleaseeeeeeeeee, ;).
19
20 --
21 Jesús García Crespo (aka Sevein)
22 http://www.sevein.com
23 correo@××××××.com
24
25
26 --
27 gentoo-user-es@g.o mailing list

Replies

Subject Author
Re: [gentoo-user-es] Problemita compilando kernel (netfilter) David Garcia Watkins <dgw@××××××.net>
Re: [gentoo-user-es] Problemita compilando kernel (netfilter) Alvaro Mera del Castillo <kalvinet@××××××××.org>