Bug 50845 - configure reports error during check for glob
Summary: configure reports error during check for glob
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Raw Hide
Classification: Retired
Component: rpm
Version: 1.0
Hardware: All
OS: Linux
medium
low
Target Milestone: ---
Assignee: Jeff Johnson
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-08-03 20:50 UTC by Nathan Owen
Modified: 2007-04-18 16:35 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2001-08-03 20:55:03 UTC
Embargoed:


Attachments (Terms of Use)
Fixes logic wrt glob in configure.in (976 bytes, patch)
2001-08-03 20:54 UTC, Nathan Owen
no flags Details | Diff

Description Nathan Owen 2001-08-03 20:50:55 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.6 [en] (X11; U; SunOS 5.6 sun4u)

Description of problem:
When building from CVS configure complains about arguments to test during
the check for the GNU extentions to glob.

How reproducible:
Always

Steps to Reproduce:
1. ./autogen.sh
	

Actual Results:  ...
checking for ftok... yes
checking for glob... yes
checking for GNU extensions to glob... ./configure: test: =: unary operator
expected
checking for python 1.5.2... yes
checking for doxygen... /usr/bin/doxygen
...

Expected Results:  ...
checking for ftok... yes
checking for glob... yes
checking for GNU extensions to glob... yes
checking for python 1.5.2... yes
checking for doxygen... /usr/bin/doxygen
...

Additional info:

I am attaching a patch that quotes the relevant tests and reverses the
logic in the cache check (I think that was the reason that $rpm_cv_glob_ext
was slipping through without assigned a value)

Comment 1 Nathan Owen 2001-08-03 20:54:59 UTC
Created attachment 26151 [details]
Fixes logic wrt glob in configure.in

Comment 2 Jeff Johnson 2001-08-04 14:13:26 UTC
FIxed in next checkin, should be in rpm-4.0.3-0.86.
Thanks for the patch.


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