Debian Patches

Status for systemtap/5.4-1

Patch Description Author Forwarded Bugs Origin Last update
debversion.diff make sure debian version is visible in e.g. "stap -V"=================================================================== Timo Juhani Lindfors <timo.lindfors@iki.fi> not-needed
suggest-readme.debian.diff suggest README.Debian if stap fails, many users don't know this even though they should=================================================================== Timo Juhani Lindfors <timo.lindfors@iki.fi> not-needed
dtrace-no-std-include-path.diff =================================================================== no
stap-prep.patch =================================================================== no
systemtap-ia64.patch =================================================================== no
debian-debug-system-map.patch diff --git a/session.cxx b/session.cxx
index 3a217de3e..545505195 100644
no
gcc-16.patch PR33975: GCC-16 build time issues
PR33975: GCC-16 build time issues

This commit does address 2 issues:

1) discarded-qualifiers

CXX stap-cscommon.o
CXX stap-nss-server-info.o
CC stapvirt-stapvirt.o
stapvirt.c: In function ‘getXmlPortNumber’:
stapvirt.c:473:21: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discarded-qualifiers]
473 | char *lastdot = strrchr(name, '.');
| ^~~~~~~
cc1: all warnings being treated as errors

Fixed in: stapvirt.c

2) use of ‘auto’ in lambda parameter declaration


Probably related: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123627
This made it to gcc-16 according to the changelog:
https://koji.fedoraproject.org/koji/buildinfo?buildID=2925351

Fixed in: language-server/stap-language-server.cxx
Martin Cermak <mcermak@redhat.com> yes debian upstream upstream, https://sourceware.org/git/?p=systemtap.git;a=commit;h=52d469c75554580c24894dc592f5825eb297e68f 2026-03-12

All known versions for source package 'systemtap'

Links