Bug 328661 - hdf5 fails to build due to not finding compilers
Summary: hdf5 fails to build due to not finding compilers
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: hdf5
Version: 8
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Orion Poplawski
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-10-11 22:47 UTC by Doug Chapman
Modified: 2007-11-30 22:12 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-10-17 17:00:50 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


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