Bug 1322556
| Summary: | Fix build on MIPS | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Michal Toman <michal.toman> | ||||
| Component: | mpich | Assignee: | Zbigniew Jędrzejewski-Szmek <zbyszek> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 25 | CC: | dakingun, zbyszek | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | mips64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | mpich-3.2-6.fc24 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2017-11-12 11:37:34 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: | 1242747 | ||||||
| Attachments: |
|
||||||
Built in F24 and rawhide. This bug appears to have been reported against 'rawhide' during the Fedora 25 development cycle. Changing version to '25'. Oops, forgot to close this. |
Created attachment 1141882 [details] Fix-build-on-MIPS.patch Description of problem: We are trying to bring Fedora to MIPS platform and this requires tweaking mpich specfile. We have no working valgrind builds on MIPS at this moment and MIPS does not accept the -m32/-m64 GCC flags. Actual results: Build requires valgrind-devel on MIPS, -m32/-m64 is specified Expected results: Build does not require valgrind-devel, -m32/-m64 is omitted Additional info: Attachind dist-git patch. It would be great if this could also be applied to F24.