Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 919807 - dev-util/systemtap-4.9 fails to construct kernel modules for probes with GCC13
Summary: dev-util/systemtap-4.9 fails to construct kernel modules for probes with GCC13
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sven Wegener
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-12-13 10:04 UTC by Matt Jolly
Modified: 2023-12-30 22:57 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
stap-output (file_919807.txt,21.71 KB, text/plain)
2023-12-13 10:04 UTC, Matt Jolly
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Jolly gentoo-dev 2023-12-13 10:04:57 UTC
Created attachment 879001 [details]
stap-output

While it is possible to compile SystemTap with GCC 13, attempting to use it to construct a kernel module is not possible due to (at least):

- incompatible-pointer-types
- int-conversion

I note that upstream has recently released v5.0 but I do not know if it has addressed these issues (and don't have time to dig into it right now).

Kernel: gentoo-sources 6.5.5
Comment 1 Larry the Git Cow gentoo-dev 2023-12-30 22:57:29 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c884c0b0f3844729a12c3757b0cce7198d5df7d

commit 2c884c0b0f3844729a12c3757b0cce7198d5df7d
Author:     Arsen Arsenović <arsen@gentoo.org>
AuthorDate: 2023-12-30 22:55:25 +0000
Commit:     Arsen Arsenović <arsen@gentoo.org>
CommitDate: 2023-12-30 22:56:25 +0000

    dev-util/systemtap: add 5.0
    
    Closes: https://bugs.gentoo.org/919807
    Signed-off-by: Arsen Arsenović <arsen@gentoo.org>

 dev-util/systemtap/Manifest             |   1 +
 dev-util/systemtap/systemtap-5.0.ebuild | 128 ++++++++++++++++++++++++++++++++
 2 files changed, 129 insertions(+)