RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1927497 - rhel 8.4 stap accidentally built without debuginfod client support
Summary: rhel 8.4 stap accidentally built without debuginfod client support
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: systemtap
Version: 8.4
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: 8.4
Assignee: Frank Ch. Eigler
QA Contact: Martin Cermak
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-02-10 20:49 UTC by Frank Ch. Eigler
Modified: 2021-09-17 14:55 UTC (History)
3 users (show)

Fixed In Version: systemtap-4.4-9.el8
Doc Type: No Doc Update
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-05-18 15:44:32 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Frank Ch. Eigler 2021-02-10 20:49:28 UTC
The .spec file is missing a BuildRequire:.

Comment 2 Martin Cermak 2021-02-12 18:20:06 UTC
ftr - upstream commit b8dabbac03708f93587ee7cbc1ddc05dcdde7ec5

scr0   8.4 Server x86_64 # rpm -q systemtap
systemtap-4.4-9.el8.x86_64
scr0   8.4 Server x86_64 # ldd /usr/bin/stap | fgrep debuginfod
        libdebuginfod.so.1 => /lib64/libdebuginfod.so.1 (0x00007f39f4691000)
scr0   8.4 Server x86_64 # 
scr0   8.4 Server x86_64 # 
scr0   8.4 Server x86_64 # ltrace -e '*@libdebuginfod*' stap -p2 -e 'probe process("7ca24d4dc3de9d62d9ad6bb25e5b70a3e57a342f").function("*system") { log("hi") }' |& head
libdebuginfod.so.1->calloc(1, 48)                = 0x55ca38d25560
libdebuginfod.so.1->getenv("DEBUGINFOD_PROGRESS") = "1"
libdebuginfod.so.1->free(nil)                    = <void>
libdebuginfod.so.1->uname(0x7ffdec470380)        = 0
libdebuginfod.so.1->__asprintf_chk(0x7ffdec470318, 1, 0x7f560012ca17, 0x7ffdec470380) = 12
libdebuginfod.so.1->fopen("/etc/os-release", "r") = 0x55ca340e22f0
libdebuginfod.so.1->fgets("NAME="Red Hat Enterprise Linux"\n"..., 128, 0x55ca340e22f0) = 0x7ffdec4715a0
libdebuginfod.so.1->strchr("NAME="Red Hat Enterprise Linux"", '=') = "="Red Hat Enterprise Linux""
libdebuginfod.so.1->strlen("="Red Hat Enterprise Linux"") = 27
libdebuginfod.so.1->fgets("VERSION="8.4 (Ootpa)"\n", 128, 0x55ca340e22f0) = 0x7ffdec4715a0
scr0   8.4 Server x86_64 #

Comment 5 Martin Cermak 2021-02-17 14:25:00 UTC
Verified with systemtap-4.4-9.el8 using ltrace, as mentioned in Comment#2.

Comment 7 errata-xmlrpc 2021-05-18 15:44:32 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (systemtap bug fix and enhancement update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2021:1829


Note You need to log in before you can comment on or make changes to this bug.