Bug 2434887
| Summary: | openblas: FTBFS - possible miscompilation on Power10 with GCC 16 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Fedora Release Engineering <releng> | ||||||||
| Component: | gcc | Assignee: | Jakub Jelinek <jakub> | ||||||||
| Status: | NEW --- | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | rawhide | CC: | aekoroglu, dan, dmalcolm, fweimer, jakub, jlaw, josmyers, jwakely, mcermak, mpolacek, msebor, nforro, nickc, nixuser, psimovec, sipoyare, susi.lehtola | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | --- | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | Type: | --- | |||||||||
| 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: | 1071880, 2384424 | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Fedora Release Engineering
2026-01-29 05:12:17 UTC
Created attachment 2126409 [details]
build.log
file build.log too big, will only attach last 32768 bytes
Created attachment 2126410 [details]
root.log
file root.log too big, will only attach last 32768 bytes
Created attachment 2126411 [details]
state.log
I can't reproduce the failure (test segfault) on Power9 based system, so perhaps this is hardware (Fedora builders are Power10) and/or compiler (GCC 16?) related. Newer upstream releases > 0.3.29 contain some Power10 fixes, so perhaps just rebasing to newer upstream release could make the test failure go away. My testing so far points to a combination of Power10 builder and GCC 16. Rebasing to newer upstream release won't (easily) help, because the new versions suffer from the same (0.3.30) or a different issue (0.3.31+). Hi Jakub, please see the upstream issue on Github for my investigation so far. Bisected to kernel/power/sbgemv_t_power10.c (everything from libopenblass*.a -O0 and just that one built normally works) and latest bisected to https://gcc.gnu.org/r16-1782 change (unfortunately, it causes significant RA choices in several functions in that file). |