Bug 762695 (GLUSTER-963) - kernel compilation fails
Summary: kernel compilation fails
Keywords:
Status: CLOSED DUPLICATE of bug 762666
Alias: GLUSTER-963
Product: GlusterFS
Classification: Community
Component: write-behind
Version: 3.0.4
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Raghavendra G
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-05-27 13:11 UTC by Raghavendra Bhat
Modified: 2015-12-01 16:45 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:


Attachments (Terms of Use)

Description Raghavendra Bhat 2010-05-27 13:11:07 UTC
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.

Comment 1 Raghavendra G 2010-05-31 08:47:21 UTC

*** This bug has been marked as a duplicate of bug 934 ***


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