Bug 1288225
| Summary: | mingw-win-iconv failed to build from source on AArch64 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | D. Marlin <dmarlin> |
| Component: | mingw-win-iconv | Assignee: | Erik van Pienbroek <erik-fedora> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | epel7 | CC: | dmarlin, erik-fedora, rjones, yselkowi |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | aarch64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | mingw-win-iconv-0.0.6-4.el7 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-01-16 20:37:04 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: | 1285484 | ||
The mingw-win-iconv in F23 has already stopped using the deprecated RPM macros (as of mingw-win-iconv-0.0.6-3). If necessary I can merge this fix to el7 as well (In reply to Erik van Pienbroek from comment #1) > The mingw-win-iconv in F23 has already stopped using the deprecated RPM > macros (as of mingw-win-iconv-0.0.6-3). If necessary I can merge this fix to > el7 as well Yes, please do. It's built in epel7 now: http://koji.fedoraproject.org/koji/buildinfo?buildID=703290 Is this enough to consider this issue resolved? mingw-win-iconv-0.0.6-4.el7 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-89e776ced6 mingw-win-iconv-0.0.6-4.el7 has been pushed to the Fedora EPEL 7 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-89e776ced6 mingw-win-iconv-0.0.6-4.el7 has been pushed to the Fedora EPEL 7 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: mingw-win-iconv failed to build from source on AArch64. This is due to the use of deprecated macros (i.e., %{_mingw32_bindir}) which were removed from mingw-filesystem with commit id=08bbe2dfa072d00f4f9d098e352a96221353963d. Please merge from mingw-win-iconv in F23 or newer, build, and update. Version-Release number of selected component (if applicable): mingw-win-iconv-0.0.6-1.el7 How reproducible: consistently Steps to Reproduce: 1. mock build mingw-win-iconv-0.0.6-1.el7 for epel7 AArch64 2. 3. Actual results: RPM build errors: File must begin with "/": %{_mingw32_bindir}/iconv.dll File must begin with "/": %{_mingw32_includedir}/iconv.h File must begin with "/": %{_mingw32_libdir}/libiconv.dll.a Expected results: Completes build without errors Additional info: