2009-12-08 18:56:05

by Larry Finger

[permalink] [raw]
Subject: Build failure with 2.6.32-3931-g6035ccd

Building v2.6.32-3931-g6035ccd results in the following error:

net/sctp/sysctl.c:251: error: unknown field ?strategy? specified in
initializer
net/sctp/sysctl.c:251: error: ?sysctl_intvec? undeclared here (not in
a function)

The faulty commit is:

===============================
commit d7fc02c7bae7b1cf69269992cf880a43a350cdaa
Merge: ee1262d 28b4d5c
Author: Linus Torvalds <[email protected]>
Date: Tue Dec 8 07:55:01 2009 -0800

-- snip --
...

Fix up conflicts due to sysctl cleanups (dead sysctl_check code and
CTL_UNNUMBERED removed) in
kernel/sysctl_check.c
net/ipv4/sysctl_net_ipv4.c
net/ipv6/addrconf.c
net/sctp/sysctl.c
===========================

The error comes from the "Fix up conflicts due to sysctl cleanups".

If you need my .config, I will be happy to post it.

Larry