Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1958025 Details for
Bug 2187737
[abrt] pax-utils: module(): lddtree:60:<module>:ModuleNotFoundError: No module named 'elftools'
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
File: backtrace
backtrace (text/plain), 2.91 KB, created by
Soeren Grunewald
on 2023-04-18 14:59:19 UTC
(
hide
)
Description:
File: backtrace
Filename:
MIME Type:
Creator:
Soeren Grunewald
Created:
2023-04-18 14:59:19 UTC
Size:
2.91 KB
patch
obsolete
>lddtree:60:<module>:ModuleNotFoundError: No module named 'elftools' > >Traceback (most recent call last): > File "/usr/bin/lddtree", line 60, in <module> > from elftools.common import exceptions >ModuleNotFoundError: No module named 'elftools' > >Local variables in innermost frame: >__name__: '__main__' >__doc__: "Read the ELF dependency tree and show it\n\nThis does not work like `ldd` in that we do not execute/load code (only read\nfiles on disk), and we show the ELFs as a tree rather than a flat list.\n\nPaths may be globs that lddtree will take care of expanding.\nUseful when you want to glob a path under the ROOT path.\n\nWhen using the --root option, all paths are implicitly prefixed by that.\n e.g. lddtree -R /my/magic/root /bin/bash\nThis will load up the ELF found at /my/magic/root/bin/bash and then resolve\nall libraries via that path. If you wish to actually read /bin/bash (and\nso use the ROOT path as an alternative library tree), you can specify the\n--no-auto-root option.\n\nWhen pairing --root with --copy-to-tree, the ROOT path will be stripped.\n e.g. lddtree -R /my/magic/root --copy-to-tree /foo /bin/bash\nYou will see /foo/bin/bash and /foo/lib/libc.so.6 and not paths like\n/foo/my/magic/root/bin/bash. If you want that, you'll have to manually\nadd the ROOT path to the output path.\n\nThe --bindir and --libdir flags are used to normalize the output subdirs\nwhen used with --copy-to-tree.\n e.g. lddtree --copy-to-tree /foo /bin/bash /usr/sbin/lspci /usr/bin/lsof\nThis will mirror the input paths in the output. So you will end up with\n/foo/bin/bash and /foo/usr/sbin/lspci and /foo/usr/bin/lsof. Similarly,\nthe libraries needed will be scattered among /foo/lib/ and /foo/usr/lib/\nand perhaps other paths (like /foo/lib64/ and /usr/lib/gcc/...). You can\ncollapse all that down into nice directory structure.\n e.g. lddtree --copy-to-tree /foo /bin/bash /usr/sbin/lspci /usr/bin/lsof \\\n --bindir /bin --libdir /lib\nThis will place bash, lspci, and lsof into /foo/bin/. All the libraries\nthey need will be placed into /foo/lib/ only.\n" >__package__: None >__loader__: <_frozen_importlib_external.SourceFileLoader object at 0x7fb219bf6d50> >__spec__: None >__annotations__: {} >__builtins__: <module 'builtins' (built-in)> >__file__: '/usr/bin/lddtree' >__cached__: None >argparse: <module 'argparse' from '/usr/lib64/python3.11/argparse.py'> >errno: <module 'errno' (built-in)> >functools: <module 'functools' from '/usr/lib64/python3.11/functools.py'> >glob: <module 'glob' from '/usr/lib64/python3.11/glob.py'> >mmap: <module 'mmap' from '/usr/lib64/python3.11/lib-dynload/mmap.cpython-311-x86_64-linux-gnu.so'> >os: <module 'os' (frozen)> >shutil: <module 'shutil' from '/usr/lib64/python3.11/shutil.py'> >sys: <module 'sys' (built-in)> >Any: typing.Any >Iterable: typing.Iterable >Optional: typing.Optional >Union: typing.Union >argcomplete: <module 'argcomplete' from '/usr/lib/python3.11/site-packages/argcomplete/__init__.py'>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 2187737
:
1958022
|
1958023
|
1958024
| 1958025 |
1958026
|
1958027
|
1958028