|
Bugzilla – Full Text Bug Listing |
| Summary: | GCC 11: libaio package fails | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Martin Liška <martin.liska> |
| Component: | Basesystem | Assignee: | Lee Duncan <lduncan> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | martin.liska |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Bug Depends on: | |||
| Bug Blocks: | 1181859 | ||
| Attachments: | Patch submitted upstream to fix this issue | ||
|
Description
Martin Liška
2021-02-06 11:09:37 UTC
Lee, can you have look here? I can reproduce the issue on Tumbleweed if I install gcc-11 then set CC=gcc-11, on the upstream code. So I will work with upstream to fix this. Martin, do you need a workaround in the mean time? > Martin, do you need a workaround in the mean time?
No, we have plenty of time (a couple of months) :)
Created attachment 846080 [details]
Patch submitted upstream to fix this issue
Adding the patch I submitted upstream to address this issue. Note that they may take a different approach upstream, but this patch certainly fixes the broken compilation.
Upstream fix was done in the Makefile, not in the test source code file, as was done in my attachment. So don't use that attachment. The upstream fix was accepted, and now has been submitted to Factory. Thank you for the fix. |