I just tried to compile a vanilla 2.6.18 kernel patched with http://download.openvz.org/kernel/branches/rhel5-2.6.18/028s tab057.2/patches/patch-92.1.1.el5.028stab057.2-combined.gz on a 64 bit CentOS-5 system. I enabled xen in the configuration, and when compiling, it dies with this error:
CC fs/eventpoll.o
fs/eventpoll.c: In function ‘sys_epoll_create’:
fs/eventpoll.c:418: warning: ‘fd’ may be used uninitialized in this function
CC fs/compat.o
fs/compat.c: In function ‘sys32_quotactl’:
fs/compat.c:1568: error: storage size of ‘cdq’ isn’t known
fs/compat.c:1569: error: storage size of ‘cdq32’ isn’t known
fs/compat.c:1569: warning: unused variable ‘cdq32’
fs/compat.c:1568: warning: unused variable ‘cdq’
make[1]: *** [fs/compat.o] Error 1
make: *** [fs] Error 2
I've messed with some of the fs options trying to see if I could find one that caused the error, but haven't had much luck. Does anyone else have any ideas how to get around or fix this?
[Updated on: Thu, 14 August 2008 15:15] by Moderator
Report message to a moderator