Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 925488

Summary: grass: Does not support aarch64 in f19 and rawhide
Product: [Fedora] Fedora Reporter: Dennis Gilmore <dennis>
Component: grassAssignee: Devrim Gündüz <devrim>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: cristian.balint, devrim, neteler, pertusus, volker27
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-10-06 16:41:36 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    

Description Dennis Gilmore 2013-03-23 00:40:24 UTC
Support for the ARM 64 bit CPU architecture (aarch64) was introduced in 
autoconf 2.69.  grass 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/grass/grass-aarch64.patch
which updates config.guess and config.sub to recognize aarch64.

Comment 1 markusN 2013-05-25 16:43:42 UTC
The 3rd suggestion has been added to relbranch6 (upcoming 6.4.3 release)
some months ago:

http://trac.osgeo.org/grass/changeset/54173/grass/branches/releasebranch_6_4/config.guess

http://trac.osgeo.org/grass/changeset/54173/grass/branches/releasebranch_6_4/config.sub

Hence already fixed upstream (even a 6.4.3RC should contain it already):
http://trac.osgeo.org/grass/browser/grass/branches/releasebranch_6_4/config.guess#L871

Comment 2 Volker Fröhlich 2013-06-09 16:04:27 UTC
Thank you for the update!

Comment 3 markusN 2013-06-09 16:45:43 UTC
Just FYI:  config.guess, config.sub, configure boosted again to
latest version (will be part of the upcoming GRASS GIS 6.4.3
release and later versions):

http://trac.osgeo.org/grass/changeset/56654

GRASS is using autoconf-2.13 but we'll now regularly update
the "config.guess" + "config.sub" files to generate an up-to-date
"configure" script. I have added that to our "howto_release.txt"
document:

http://trac.osgeo.org/grass/changeset/56656

At this time the fact that we use autoconf-2.13 instead of
autoconf-2.69 becomes irrelevant. Thanks for having pointed
out the problem.

Comment 4 markusN 2013-08-01 07:09:51 UTC
(In reply to markusN from comment #1)
> The 3rd suggestion has been added to relbranch6 (upcoming 6.4.3 release)
> some months ago:

The new stable 6.4.3 version has now been published including these fixes:

http://grass.osgeo.org/news/28/15/Stable-GRASS-GIS-6-4-3-released/

Comment 5 Volker Fröhlich 2013-10-06 16:41:36 UTC
Grass 6.4.3 is in F19 and up.