Bug 452012 - Kernel 2.6.18-92.1.1.el5PAE will not build
Summary: Kernel 2.6.18-92.1.1.el5PAE will not build
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: kernel
Version: 5.2
Hardware: i686
OS: Linux
low
medium
Target Milestone: rc
: ---
Assignee: Red Hat Kernel Manager
QA Contact: Martin Jenner
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-06-18 17:20 UTC by stephen jones
Modified: 2008-06-23 13:57 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-06-23 13:57:34 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description stephen jones 2008-06-18 17:20:54 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b5) Gecko/2008042803 Red Hat/3.0b5-0.beta5.6.el5 Firefox/3.0b5

Description of problem:
Kernel compile fails with
net/ipv4/xfrm4_input.c:98:39: error: macro "xfrm_audit_state_replay" requires 4 arguments, but only 3 given
net/ipv4/xfrm4_input.c: In function ‘xfrm4_rcv_encap’:
net/ipv4/xfrm4_input.c:98: error: ‘xfrm_audit_state_replay’ undeclared (first use in this function)
net/ipv4/xfrm4_input.c:98: error: (Each undeclared identifier is reported only once
net/ipv4/xfrm4_input.c:98: error: for each function it appears in.)
make[2]: *** [net/ipv4/xfrm4_input.o] Error 1


Version-Release number of selected component (if applicable):
kernel 2.6.18-92.1.1.el5.src.rpm

How reproducible:
Always


Steps to Reproduce:
1.do make inside /usr/src/redhat/BUILD/kernel-2.6.18/linux-2.6.18.i686
2.
3.

Actual Results:
net/ipv4/xfrm4_input.c:98:39: error: macro "xfrm_audit_state_replay" requires 4 arguments, but only 3 given
net/ipv4/xfrm4_input.c: In function ‘xfrm4_rcv_encap’:
net/ipv4/xfrm4_input.c:98: error: ‘xfrm_audit_state_replay’ undeclared (first use in this function)
net/ipv4/xfrm4_input.c:98: error: (Each undeclared identifier is reported only once
net/ipv4/xfrm4_input.c:98: error: for each function it appears in.)
make[2]: *** [net/ipv4/xfrm4_input.o] Error 1
make[1]: *** [net/ipv4] Error 2
make: *** [net] Error 2


Expected Results:
Kernel should have built completely.

Additional info:

Comment 1 Prarit Bhargava 2008-06-23 13:57:34 UTC
WORKSFORME in 2.6.18-94 + PAE .config

P.


Note You need to log in before you can comment on or make changes to this bug.