Eric Sandeen writes:
>
> Hi Jason - Yes, my suggestion would be to please upgrade your kernel
> and see if it goes away.
I have been running cvs update -dP regularly. After updating again this
afternoon, I tried to compile the kernel, and received:
gcc -D__KERNEL__ -I/home/jason/xfs/linux-2.4-xfs/linux/include -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common
-fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686
-malign-functions=4 -DKBUILD_BASENAME=main -c -o init/main.o init/main.c
In file included from
/home/jason/xfs/linux-2.4-xfs/linux/include/linux/capability.h:17,
from
/home/jason/xfs/linux-2.4-xfs/linux/include/linux/binfmts.h:5,
from
/home/jason/xfs/linux-2.4-xfs/linux/include/linux/sched.h:9,
from /home/jason/xfs/linux-2.4-xfs/linux/include/linux/mm.h:4,
from
/home/jason/xfs/linux-2.4-xfs/linux/include/linux/slab.h:14,
from
/home/jason/xfs/linux-2.4-xfs/linux/include/linux/proc_fs.h:5,
from init/main.c:15:
/home/jason/xfs/linux-2.4-xfs/linux/include/linux/fs.h:337: linux/xfs_fs_i.h:
No such file or directory
In file included from
/home/jason/xfs/linux-2.4-xfs/linux/include/linux/capability.h:17,
from
/home/jason/xfs/linux-2.4-xfs/linux/include/linux/binfmts.h:5,
from
/home/jason/xfs/linux-2.4-xfs/linux/include/linux/sched.h:9,
from /home/jason/xfs/linux-2.4-xfs/linux/include/linux/mm.h:4,
from
/home/jason/xfs/linux-2.4-xfs/linux/include/linux/slab.h:14,
from
/home/jason/xfs/linux-2.4-xfs/linux/include/linux/proc_fs.h:5,
from init/main.c:15:
/home/jason/xfs/linux-2.4-xfs/linux/include/linux/fs.h:529: field `xfs_i' has
incomplete type
make: *** [init/main.o] Error 1
Is it time to start from scratch with a full cvs checkout? I can't
think of a good reason why it wouldn't be in line with the repository,
however.
|