Bug 1366672
| Summary: | HAVE_FAST_COMPILER=0 on 32-bit MIPS | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Michal Toman <michal.toman> | ||||
| Component: | flint | Assignee: | Paulo Andrade <paulo.cesar.pereira.de.andrade> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | rawhide | CC: | loganjerry, paulo.cesar.pereira.de.andrade, tomspur | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | mips32 | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | flint-2.5.2-11.fc25 | Doc Type: | If docs needed, set a value | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2016-08-27 10:34:54 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: |
|
||||||
I've committed the patch and started a build for Rawhide. Will kick off a build for F25 soon as well. flint-2.5.2-11.fc25 has been submitted as an update to Fedora 25. https://bodhi.fedoraproject.org/updates/FEDORA-2016-d0f0bf4f4c flint-2.5.2-11.fc25 has been pushed to the Fedora 25 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-2016-d0f0bf4f4c flint-2.5.2-11.fc25 has been pushed to the Fedora 25 stable repository. If problems still persist, please make note of it in this bug report. |
Created attachment 1190437 [details] HAVE_FAST_COMPILER-0-on-32-bit-MIPS.patch Description of problem: We are trying to bring Fedora to MIPS platform and this requires using HAVE_FAST_COMPILER=0 on 32-bit MIPS due to its 3GB VA space. Actual results: Build fails because of OOM. Expected results: Build passes. Additional info: Attaching dist-git patch. It would be nice to have this in F25 as well.