Bug 328661

Summary: hdf5 fails to build due to not finding compilers
Product: [Fedora] Fedora Reporter: Doug Chapman <dchapman>
Component: hdf5Assignee: Orion Poplawski <orion>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: high    
Version: 8   
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: 2007-10-17 17:00:50 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 Doug Chapman 2007-10-11 22:47:34 UTC
Description of problem:
When trying to build hdf5 under Fedora 8 on ia64 (however I imagine all arches
will hit this) it fails in the configure stage due to not finding the c, c++ and
gfortran compilers.

Adding exports for the appropriate varables in the spec file fixes this:

%build
export CC=gcc
export F9X=gfortran
export CXX=g++
%configure --with-ssl --enable-cxx --enable-fortran \
           --enable-threadsafe --with-pthread
make


Version-Release number of selected component (if applicable):
hdf5-1.6.5-9.fc8.src.rpm


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Orion Poplawski 2007-10-17 17:00:50 UTC
Fixed in rawhide.