2003-07-07 02:13:05

by David Schadlich

[permalink] [raw]
Subject: kernel 2.5.73 compile error

i got the following error while compiling 2.5.73 in redhat 9 on a 233
pentium /w mmx. I have tried changing my .config file but that did not work,
i am including that also.

CC net/ipv4/igmp.o
net/ipv4/igmp.c: In function `igmp_rcv':
net/ipv4/igmp.c:851: warning: `skb_linearize' is deprecated (declared at
include/linux/skbuff.h:1129)
CC net/ipv4/sysctl_net_ipv4.o
CC net/ipv4/fib_frontend.o
CC net/ipv4/fib_semantics.o
CC net/ipv4/fib_hash.o
CC net/ipv4/proc.o
CC net/ipv4/fib_rules.o
CC net/ipv4/ipmr.o
net/ipv4/ipmr.c:111: warning: `pim_protocol' defined but not used
CC net/ipv4/syncookies.o
CC net/ipv4/ipconfig.o
LD net/ipv4/netfilter/built-in.o
CC net/ipv4/xfrm4_policy.o
CC net/ipv4/xfrm4_state.o
CC net/ipv4/xfrm4_input.o
CC net/ipv4/xfrm4_tunnel.o
LD net/ipv4/built-in.o
CC [M] net/ipv4/ipip.o
CC [M] net/ipv4/ipcomp.o
In file included from net/ipv4/ipcomp.c:24:
include/net/esp.h: In function `esp_hmac_digest':
include/net/esp.h:48: warning: implicit declaration of function
`crypto_hmac_init'
include/net/esp.h:49: `crypto_hmac_update' undeclared (first use in this
function)
include/net/esp.h:49: (Each undeclared identifier is reported only once
include/net/esp.h:49: for each function it appears in.)
include/net/esp.h:50: warning: implicit declaration of function
`crypto_hmac_final'
net/ipv4/ipcomp.c: In function `ipcomp_input':
net/ipv4/ipcomp.c:72: warning: `skb_linearize' is deprecated (declared at
include/linux/skbuff.h:1129)
net/ipv4/ipcomp.c: In function `ipcomp_output':
net/ipv4/ipcomp.c:189: warning: `skb_linearize' is deprecated (declared at
include/linux/skbuff.h:1129)
make[2]: *** [net/ipv4/ipcomp.o] Error 1
make[1]: *** [net/ipv4] Error 2
make: *** [net] Error 2
[root@localhost linux-2.5.73]#

_________________________________________________________________
Add photos to your messages with MSN 8. Get 2 months FREE*.
http://join.msn.com/?page=features/featuredemail


Attachments:
config (16.49 kB)

Subject: Re: kernel 2.5.73 compile error

In article <[email protected]> (at Sun, 06 Jul 2003 22:27:24 -0400), "David Schadlich" <[email protected]> says:

> CC [M] net/ipv4/ipcomp.o
> In file included from net/ipv4/ipcomp.c:24:
> include/net/esp.h: In function `esp_hmac_digest':
> include/net/esp.h:48: warning: implicit declaration of function
> `crypto_hmac_init'

CONFIG_CRYPTO_HMAC

--yoshfuji