Hide Forgot
Kernel compilation fails in glusterfs-3.0.5rc2.Setup is distributed replicate. The steps run are: Untar the linux kernel tarball on the mountpoint. then, make defconfig make dep make bzImage make modules It fails sometimes in "make defconfig" and sometimes in make bzImage. In "make defconfig" it fails saying undefined reference to a file. In "make bzImage" it fails saying this. raghu@bigbang:/mnt/hd/linux-2.6.31.1$ sudo make bzImage Password: CHK include/linux/version.h CHK include/linux/utsrelease.h SYMLINK include/asm -> include/asm-x86 CALL scripts/checksyscalls.sh CHK include/linux/compile.h CC init/version.o init/version.c:41: error: expected ',' or ';' before 'LINUX_COMPILE_BY' init/version.c:46: error: expected ',' or ';' before 'LINUX_COMPILE_BY' make[1]: *** [init/version.o] Error 1 make: *** [init] Error 2 raghu@bigbang:/mnt/hd/linux-2.6.31.1$ It happens with patch submitted for write behind which enforces the ordering of overlapping writes(for bug 762666). Without that patch compilation works fine.
*** This bug has been marked as a duplicate of bug 934 ***