#5254 closed defect (fixed)
systemd-253 runtime issues with GCC 13.1
Reported by: | Xi Ruoyao | Owned by: | Xi Ruoyao |
---|---|---|---|
Priority: | normal | Milestone: | 12.0 |
Component: | Book | Version: | systemd |
Severity: | major | Keywords: | |
Cc: |
Description (last modified by )
There are several reports (via #lfs-support) complaining systemd runtime issues after GCC 13.1 update. Pierre and I confirmed them. My debugging shows (at least a part of) these issues are caused by inappropriate use of the pure
attribute for functions. See:
- https://github.com/systemd/systemd/issues/26395
- https://github.com/systemd/systemd/pull/27595
- https://github.com/systemd/systemd/pull/27596/commits/2376a76e
We can remove the problematic pure
attributes with a sed. The fix is needed for both LFS and BLFS.
Change History (5)
comment:1 by , 19 months ago
Description: | modified (diff) |
---|
comment:2 by , 19 months ago
comment:3 by , 19 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 19 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed at r11.3-88-gb2ef0209a.
Note:
See TracTickets
for help on using tickets.
BLFS fixed at blfs/changeset/r11.3-477-g7c421371ce.