|
Bugzilla – Full Text Bug Listing |
| Summary: | Package uasm does not build with gcc14 because of new errors | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Martin Jambor <mjambor> |
| Component: | Development | Assignee: | Danilo Spinella <danilo.spinella> |
| Status: | NEW --- | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| 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: | 1220571 | ||
|
Description
Martin Jambor
2024-06-04 15:24:48 UTC
https://github.com/Terraspace/UASM/pull/186 is relevant as it addresses many (but not all) of the issues that GCC 14 now also treats as errors by default. At the moment, however, I'm going to propose that, temporarily at least, we deal with this with -fpermissive flag. Hopefully the upstream will get fixed and if not, we can re-visit this at some less pressing time. I have created https://build.opensuse.org/request/show/1187552 If it is accepted (and despite the fact that uasm thus starts building with GCC 14), please do not close this bug so that we can track our use of -fpermissive flag. Feel free to assign it to me if you prefer to. |