Bug 126383

Summary: RPM built with --enable-mcal yet mcal not enabled
Product: [Fedora] Fedora Reporter: Luke Ross <luke>
Component: phpAssignee: Joe Orton <jorton>
Status: CLOSED CURRENTRELEASE QA Contact: David Lawrence <dkl>
Severity: low Docs Contact:
Priority: medium    
Version: 1CC: dgunchev
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-01-13 10:17:13 UTC 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 Luke Ross 2004-06-20 21:20:47 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.6) Gecko/20040122

Description of problem:
The SPEC file builds this RPM with --enable-mcal yet configure says
"checking for MCAL support... no". There is no mcal support in the
resulting binaries. This is a little misleading.

Possible reason: --enable-mcal isn't listed on the configure help
screen, the switch is --with-mcal.

Possible resolutions: Enable --with-mcal instead of --enable-mcal.
This is a problem because FC1 doesn't have the mcal package.
Alternatively, we could not use --enable-mcal

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

Comment 1 Joe Orton 2005-01-13 10:17:13 UTC
--enable-mcal was removed a while back, thanks for the report.