Bug 491048

Summary: FAILED to rebuild php on 64bit arches
Product: Red Hat Enterprise Linux 3 Reporter: Martin Kočí <mkoci>
Component: phpAssignee: Joe Orton <jorton>
Status: CLOSED WONTFIX QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: 3.9CC: ohudlick
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-09-20 10:03:51 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:
Attachments:
Description Flags
log file none

Description Martin Kočí 2009-03-19 07:53:49 UTC
Created attachment 335805 [details]
log file

Description of problem:
During the building of php mostly on 64bit arches the build failed with the result : 
configure: exit 1
+ make -j2
make: *** No targets specified and no makefile found.  Stop.
error: Bad exit status from /var/tmp/rpm-tmp.27307 (%build)
(for further info see attached log files from x86-64-el3

Version-Release number of selected component (if applicable):
RHEL3 - php - 4.3.2-51

How reproducible:
always

Steps to Reproduce:
1. rebuild php
  
Actual results:
errors

Expected results:
no errors

Comment 1 Joe Orton 2009-03-19 08:43:24 UTC
Please attach:

1) the output of "rpm -qa" on the machine on which the build failed

2) the config.log produced by configure during the failed build

In RHEL3 it is known that the php build will fail on 64-bit systems if the 32-bit mysql-devel is installed, for example.  That is a WONTFIX.

Comment 4 Martin Kočí 2009-03-20 07:20:39 UTC
Files has been added.

Comment 6 Joe Orton 2010-09-20 10:03:51 UTC
mysql.i386 was present on the system - this is expected to cause the build failure.