Bug 762661 (GLUSTER-929)

Summary: kernel compile fails during make menuconfig
Product: [Community] GlusterFS Reporter: Raghavendra G <raghavendra>
Component: fuseAssignee: Csaba Henk <csaba>
Status: CLOSED DUPLICATE QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: mainlineCC: gluster-bugs, vikas
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Raghavendra G 2010-05-14 13:04:19 UTC
setup: client->server->iothreads->locks->posix.
test:   make menuconfig done in the process of linux kernel build.

Error:
root@booradley:/mnt/raghu/dir-5/linux-2.6.30.4# make menuconfig
  HOSTCC  scripts/basic/fixdep
/bin/sh: scripts/basic/fixdep: Bad address
make[1]: *** [scripts/basic/fixdep] Error 1
make: *** [scripts_basic] Error 2

execve of scripts/basic/fixdep fails returning "Bad address" indicating that the binary might've been corrupted.

Source was freshly extracted and build was initiated.

I run the same tests on 3.0 branch and there were no errors.

Comment 1 Vikas Gorur 2010-05-14 13:43:08 UTC
Introduced by

commit 9c2bc1bc61af888192bde18170b113b4f6f8b4ca
Author: Anand Avati <avati>
Date:   Mon Apr 5 13:35:45 2010 +0000

    fuse: change behavior of direct io mode.

See bz 801 for details.

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