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 1129295

Summary: tell gdal-config that AArch64 is 64-bit architecture
Product: [Fedora] Fedora Reporter: Marcin Juszkiewicz <mjuszkie>
Component: gdalAssignee: Devrim Gündüz <devrim>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: alex, cristian.balint, devrim, mmahut, orion, pavel.lisy, pertusus, sven, 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: 2014-09-19 09:31:21 UTC Type: Bug
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, 1129292    
Attachments:
Description Flags
spec changes none

Description Marcin Juszkiewicz 2014-08-12 14:27:56 UTC
Created attachment 926079 [details]
spec changes

Description of problem:

Gdal builds fine on AArch64 but each package which depend on gdal-devel fails.

Version-Release number of selected component (if applicable):

1.11.0-5

How reproducible:

always

Steps to Reproduce:
1. do a build of postgis on AArch64 (with arm-koji)
2.
3.

Actual results:

DEBUG: checking for gdal-config... /usr/bin/gdal-config
DEBUG: checking GDAL version... /usr/bin/gdal-config: line 9: gdal-config-32: command not found
DEBUG: /usr/bin/gdal-config: line 9: gdal-config-32: command not found
DEBUG: /usr/bin/gdal-config: line 9: gdal-config-32: command not found
DEBUG: /usr/bin/gdal-config: line 9: gdal-config-32: command not found
DEBUG: ./configure: line 19944: test: : integer expression expected
DEBUG: checking for OGR enabled... /usr/bin/gdal-config: line 9: gdal-config-32: command not found

Expected results:

package builds.
Additional info:

Comment 1 Volker Fröhlich 2014-08-14 07:00:38 UTC
What's the exact result of "uname -m" on AArch64?

Comment 2 Marcin Juszkiewicz 2014-08-14 07:20:19 UTC
hrw@pinkypie-rawhide:~$ uname -m
aarch64

Comment 3 Volker Fröhlich 2014-08-14 07:35:23 UTC
gdal-1.11.0-6.fc22 should solve it!

Comment 4 Marcin Juszkiewicz 2014-08-14 16:41:38 UTC
http://arm.koji.fedoraproject.org/koji/buildinfo?buildID=221728 built successfully. Now we need postgis fixed to check does it work.

Comment 5 Volker Fröhlich 2014-09-19 11:49:35 UTC
I changed it for F21 as well.