Bug 845445 - rpmbuild fails with missing file contrib/fuse-util/Makefile.in
Summary: rpmbuild fails with missing file contrib/fuse-util/Makefile.in
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: GlusterFS
Classification: Community
Component: build
Version: mainline
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Amar Tumballi
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-08-03 06:22 UTC by Bala.FA
Modified: 2015-11-23 02:57 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-08-03 06:34:30 UTC
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Embargoed:


Attachments (Terms of Use)

Description Bala.FA 2012-08-03 06:22:58 UTC
Description of problem:

rpmbuild fails with error 
config.status: error: cannot find input file: `contrib/fuse-util/Makefile.in'
error: Bad exit status from /var/tmp/rpm-tmp.s5r4p4 (%build)


RPM build errors:
    Bad exit status from /var/tmp/rpm-tmp.s5r4p4 (%build)



Version-Release number of selected component (if applicable):
master

How reproducible:


Steps to Reproduce:
1. ./autogen.sh
2. ./configure
3. make dist
4. rpmbuild -ta glusterfs-3git.tar.gz
  
Actual results:

config.status: creating extras/init.d/Makefile
config.status: creating extras/init.d/glusterd.plist
config.status: creating extras/init.d/glusterd-Debian
config.status: creating extras/init.d/glusterd-Redhat
config.status: creating extras/init.d/glusterd-SuSE
config.status: creating extras/benchmarking/Makefile
config.status: creating extras/hook-scripts/Makefile
config.status: error: cannot find input file: `contrib/fuse-util/Makefile.in'
error: Bad exit status from /var/tmp/rpm-tmp.DZemoy (%build)


RPM build errors:
    Bad exit status from /var/tmp/rpm-tmp.DZemoy (%build)


Expected results:
gluster rpms

Additional info:

Comment 1 Amar Tumballi 2012-08-03 06:34:30 UTC
Steps to get it working:
1. ./autogen.sh
2. ./configure --enable-fusermount

<NOTE that at the end of ./configure every possible entry in summary (other than argp) should have 'yes'. If its not the case, 'make dist' is destined to fail.

3. make dist
4. rpmbuild -ta glusterfs-3git.tar.gz


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