Bug 1129295
| Summary: | tell gdal-config that AArch64 is 64-bit architecture | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Marcin Juszkiewicz <mjuszkie> | ||||
| Component: | gdal | Assignee: | Devrim Gündüz <devrim> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | rawhide | CC: | 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: |
|
||||||
What's the exact result of "uname -m" on AArch64? hrw@pinkypie-rawhide:~$ uname -m aarch64 gdal-1.11.0-6.fc22 should solve it! http://arm.koji.fedoraproject.org/koji/buildinfo?buildID=221728 built successfully. Now we need postgis fixed to check does it work. I changed it for F21 as well. |
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: