|
Bugzilla – Full Text Bug Listing |
| Summary: | GCC 14: linux-atm package fails | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Michal Jireš <michal.jires> |
| Component: | Other | Assignee: | Jiri Bohac <jbohac> |
| Status: | NEW --- | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | jbohac, mjambor |
| 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
Michal Jireš
2024-03-06 05:41:26 UTC
FTR, notes on how Fedora is dealing this should be available here (though the patch there does not seem to fix the pointer incompatibility issue reported here): https://gitlab.com/fweimer-rh/fedora-modernc/-/blob/main/pkg/l/linux-atm.md?ref_type=heads The include that Fedora adds in their package is already present in our package. The bug is caused by a wrong type being passed to function accept (which IMHO could cause wrong behavior on some big-endian platform), I have created https://build.opensuse.org/request/show/1187046 to address that. |