Bug 1593431
| Summary: | Perf fails to compile with python 3.7 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Laura Abbott <labbott> |
| Component: | kernel-tools | Assignee: | Laura Abbott <labbott> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | jcline, labbott, mhroncok |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-07-02 18:18:58 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: | 1565020 | ||
|
Description
Laura Abbott
2018-06-20 19:34:06 UTC
Any update on this one? The issue turned out to be perf is getting CFLAGS (for a few files) from 'python3-config --cflags' which started including -flto in 3.7. This caused the linker to be unhappy since not everything included link-time optimization (I think). I've added a quick patch to fix the issue and built it into the f29-python tag. I'll see about fixing it properly next week. Thank You! I wonder whether we should remove -flto from the exported cflags. |