Bug 920372 - Inconsistent ./configure syntax errors due to improperly quoted PKG_CHECK_MODULES parameters
Summary: Inconsistent ./configure syntax errors due to improperly quoted PKG_CHECK_MOD...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: GlusterFS
Classification: Community
Component: build
Version: mainline
Hardware: Unspecified
OS: Mac OS
unspecified
low
Target Milestone: ---
Assignee: Amar Tumballi
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-03-11 22:35 UTC by Justin Clift
Modified: 2015-07-13 04:35 UTC (History)
3 users (show)

Fixed In Version: glusterfs-3.4.0
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-07-24 18:01:05 UTC
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Embargoed:


Attachments (Terms of Use)

Description Justin Clift 2013-03-11 22:35:23 UTC
Description of problem:

  *Sometimes* (!) when running ./configure on the Gluster source on
  OSX 10.7, it would fail with a syntax error about 'LIBXML2' in
  the PKG_CHECK_MODULES macro.

  This turned out to be because other parameters in the macro were
  improperly quoted.


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

  upstream git, master branch, head as of Mon 11th March 2013


How reproducible:

  Sporadic.  When it feels like it. :(


Steps to Reproduce:
1. git clone upstream gluster repo
2. ./autogen.sh ./configure --disable-fuse-client


Actual results:

  Intermittent failure due to improperly quotes PKG_CHECK_MODULES parameters.


Expected results:

  ./configure to run through successfully, every time.

Additional info:

Comment 1 Vijay Bellur 2013-03-13 03:08:21 UTC
CHANGE: http://review.gluster.org/4652 (Fix improperly quoted PKG_CHECK_MODULES parameters.) merged in master by Anand Avati (avati)


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