Bug 1225497 - bcc-tools's bashreadline fails to run due to missing dependency
Summary: bcc-tools's bashreadline fails to run due to missing dependency
Status: RESOLVED FIXED
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Other (show other bugs)
Version: Current
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Shung-Hsi Yu
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-28 12:35 UTC by Shung-Hsi Yu
Modified: 2024-06-05 04:06 UTC (History)
1 user (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Shung-Hsi Yu 2024-05-28 12:35:28 UTC
Running bashreadline fails with the following stack trace

> $ /usr/share/bcc/tools/bashreadline
> Traceback (most recent call last):
>   File "/usr/share/bcc/tools/bashreadline", line 20, in <module>
>     from elftools.elf.elffile import ELFFile

The line was added in v0.30.0 with commit 706ec4fe ("Fix bashreadline (#4903)")

The solution is to add python3-pyelftools as runtime dependency.
Comment 2 Shung-Hsi Yu 2024-06-05 04:06:27 UTC
Update submitted to bcc with SR1178440[1]

1: https://build.opensuse.org/request/show/1178440