Bug 925544

Summary: hdf: Does not support aarch64 in f19 and rawhide
Product: [Fedora] Fedora Reporter: Dennis Gilmore <dennis>
Component: hdfAssignee: Orion Poplawski <orion>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: mjuszkie, orion, pertusus, volker27
Target Milestone: ---Keywords: Reopened
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-06-25 20:15:34 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:
Bug Depends On:    
Bug Blocks: 922257    
Attachments:
Description Flags
patch + spec changes
none
v4 of patch
none
v4.1 of patch none

Description Dennis Gilmore 2013-03-23 00:44:20 UTC
Support for the ARM 64 bit CPU architecture (aarch64) was introduced in 
autoconf 2.69.  hdf appears to use an earlier version of 
autoconf, preventing its being built.  This can be fixed in of three ways (In order of preference):

1. Work with upstream to migrate the package to autoconf 2.69.

2. Rerun autoconf or autoreconf in %prep or %build prior to running 
configure.

3. Apply the patch at http://ausil.fedorapeople.org/aarch64/hdf/hdf-aarch64.patch
which updates config.guess and config.sub to recognize aarch64.

Comment 1 Orion Poplawski 2014-02-25 03:24:14 UTC
Fixed with %configure macro change.

Comment 2 Marcin Juszkiewicz 2014-06-24 16:03:05 UTC
Created attachment 911805 [details]
patch + spec changes

%configure macro solved only config.{guess,sub} problem which was very minor.

This patch adds AArch64 support so it builds and passes most of testsuite. I am waiting for upstream response.

Comment 3 Marcin Juszkiewicz 2014-06-24 16:18:51 UTC
http://arm.koji.fedoraproject.org/koji/taskinfo?taskID=2448701 is scratch build with attached patch.

Comment 4 Marcin Juszkiewicz 2014-06-25 07:40:35 UTC
Created attachment 911963 [details]
v4 of patch

This is final patchset (same as given yesterday on irc).

Comment 5 Marcin Juszkiewicz 2014-06-25 08:01:02 UTC
Created attachment 911969 [details]
v4.1 of patch

previous version mentioned s391x architecture which is not released yet ;D

Comment 6 Orion Poplawski 2014-06-25 20:15:34 UTC
Looks good, thanks.