Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1086985

Summary: Nightly build failure: configure.ac:10: error: possibly undefined macro: m4_esyscmd
Product: [Community] GlusterFS Reporter: Niels de Vos <ndevos>
Component: buildAssignee: Niels de Vos <ndevos>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: mainlineCC: gluster-bugs
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-04-17 06:46:24 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1074919    

Description Niels de Vos 2014-04-12 10:04:02 UTC
Likely related to http://review.gluster.org/7164 (Bug 1074919).
This is running on build.gluster.org to create a 'make dist' tarball.

Log:

HEAD is now at 29bccc2 gluster: GlusterFS Volume Snapshot Feature
Removing argp-standalone/

... GlusterFS autogen ...

Generate gf-error-codes.h ...
`gf-error-codes.h' -> `libglusterfs/src/gf-error-codes.h'
Running aclocal...
Running autoheader...
Running libtoolize...
Running autoconf...
configure.ac:10: error: possibly undefined macro: m4_esyscmd
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
Running automake...
api/examples/Makefile.am:10: installing `./py-compile'
Running autogen.sh in argp-standalone ...
configure.ac:10: installing `./install-sh'
configure.ac:10: installing `./missing'
Makefile.am: installing `./depcomp'

Please proceed with configuring, compiling, and installing.
./configure: line 2182: syntax error near unexpected token `[build-aux/pkg-version'
./configure: line 2182: `       m4_esyscmd([build-aux/pkg-version --version]),'

Comment 1 Niels de Vos 2014-04-12 10:21:52 UTC
It seems that this is a failure in the autobuild script. The script patched the version on the AC_INIT line, breaking configure.ac.

A fix has been deployed, the next nightly build (after a new change has been merged) will show if the fix works.