Bugzilla – Bug 1225497
bcc-tools's bashreadline fails to run due to missing dependency
Last modified: 2024-06-05 04:06:27 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.
Update submitted to bcc with SR1178440[1] 1: https://build.opensuse.org/request/show/1178440