Bug 985568
| Summary: | isomd5sum fails to build for 64-Bit ARM (aarch64) | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | D. Marlin <dmarlin> | ||||
| Component: | isomd5sum | Assignee: | Brian Lane <bcl> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 19 | CC: | anaconda-maint-list, bcl | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | aarch64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | isomd5sum-1.0.11-1.fc19 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2013-07-22 00:35:41 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: | |||||||
| Attachments: |
|
||||||
Created attachment 774930 [details]
Patch to set LIBDIR correctly for 64-Bit ARM (aarch64).
isomd5sum-1.0.11-1.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/isomd5sum-1.0.11-1.fc19 Package isomd5sum-1.0.11-1.fc19: * should fix your issue, * was pushed to the Fedora 19 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing isomd5sum-1.0.11-1.fc19' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-13290/isomd5sum-1.0.11-1.fc19 then log in and leave karma (feedback). isomd5sum-1.0.11-1.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: The isomd5sum package fails to build for 64-Bit ARM (aarch64). Version-Release number of selected component (if applicable): isomd5sum-1.0.10-1.fc19 How reproducible: Consistently Steps to Reproduce: 1. Build isomd5sum on an Aarch64 simulator 2. 3. Actual results: : Processing files: isomd5sum-devel-1.0.10-1.fc19.aarch64 RPM build errors: error: File not found by glob: /builddir/build/BUILDROOT/isomd5sum-1.0.10-1.fc19.aarch64/usr/lib64/*.a File not found by glob: /builddir/build/BUILDROOT/isomd5sum-1.0.10-1.fc19.aarch64/usr/lib64/*.a Child return code was: 1 Expected results: Package builds without errors. Additional info: The development libraries were being put in .../usr/lib instead of .... /usr/lib64, but %{_libdir} was defined as /usr/lib64, so the files were not found. Attached is a patch to set LIBDIR correctly in Makefile.