1. `rpm` dependency missing, example backtrace collection fail: ``` aug 05 18:22:36 laasu kernel: pool[14059]: segfault at 8 ip 00007f3bf48e57a6 sp 00007f3bdb3a4a08 error 4 in libc-2.26.so[7f3bf4848000+1b9000] aug 05 18:22:36 laasu abrt-hook-ccpp[14292]: Process 14055 (gnome-shell) of user 1000 killed by SIGSEGV - dumping core aug 05 18:22:36 laasu abrt-hook-ccpp[14292]: Can't open file '/etc/system-release' for reading: No such file or directory aug 05 18:22:36 laasu abrt-hook-ccpp[14292]: Can't open file '/etc/redhat-release' for reading: No such file or directory aug 05 18:22:36 laasu abrt-hook-ccpp[14292]: Can't open file '/etc/SuSE-release' for reading: No such file or directory aug 05 18:22:38 laasu abrt-hook-ccpp[14292]: CreateCoreBacktrace is enabled but dump time unwinding is not supported aug 05 18:22:39 laasu abrt-server[14332]: Tagasijälituse genereerimine aug 05 18:22:40 laasu abrt-server[14332]: ERROR: [Errno 2] No such file or directory: 'container-exception-logger': 'container-exception-logger' aug 05 18:22:40 laasu abrt-server[14332]: Traceback (most recent call last): aug 05 18:22:40 laasu abrt-server[14332]: File "/usr/bin/abrt-action-list-dsos", line 8, in <module> aug 05 18:22:40 laasu abrt-server[14332]: import rpm aug 05 18:22:40 laasu abrt-server[14332]: ModuleNotFoundError: No module named 'rpm' aug 05 18:22:40 laasu abrt-server[14332]: 'post-create' on '/var/spool/abrt/ccpp-2018-08-05-18:22:36-14055' exited with 1 aug 05 18:22:40 laasu abrt-server[14332]: Deleting problem directory '/var/spool/abrt/ccpp-2018-08-05-18:22:36-14055' ``` 2. `sosreport` probably https://github.com/sosreport/sos missing from the tree altogether, example backtrace collection fail: ``` aug 05 18:45:10 laasu kernel: pool[1974]: segfault at 8 ip 00007f1b7b0ba7a6 sp 00007f1b65c69a08 error 4 in libc-2.26.so[7f1b7b01d000+1b9000] aug 05 18:45:10 laasu abrt-hook-ccpp[2205]: Process 1970 (gnome-shell) of user 1000 killed by SIGSEGV - dumping core aug 05 18:45:12 laasu abrt-hook-ccpp[2205]: CreateCoreBacktrace is enabled but dump time unwinding is not supported aug 05 18:45:13 laasu abrt-server[2242]: Tagasijälituse genereerimine aug 05 18:45:14 laasu kernel: pool[2251]: segfault at 8 ip 00007fbd4d66b7a6 sp 00007fbd33ffea08 error 4 in libc-2.26.so[7fbd4d5ce000+1b9000] aug 05 18:45:14 laasu abrt-hook-ccpp[2297]: Process 2244 (gnome-shell) of user 1000 killed by SIGSEGV - ignoring (repeated crash) aug 05 18:45:14 laasu abrt-server[2242]: sosreport run failed with exit code 127, log follows: aug 05 18:45:14 laasu abrt-server[2242]: nice: `sosreport': No such file or directory aug 05 18:45:14 laasu abrt-applet[2160]: abrt: Fatal IO error 11 (Resource temporarily unavailable) on X server :0. aug 05 18:45:14 laasu abrt-server[2242]: 'post-create' on '/var/spool/abrt/ccpp-2018-08-05-18:45:10-1970' exited with 1 aug 05 18:45:14 laasu abrt-server[2242]: Deleting problem directory '/var/spool/abrt/ccpp-2018-08-05-18:45:10-1970' ``` ```
Looks like the rpm dependency is missing [${PYTHON_USEDEP}].
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d6ee6ff2be08ec7c1550bc06342c55c61e885d8 commit 8d6ee6ff2be08ec7c1550bc06342c55c61e885d8 Author: Matt Turner <mattst88@gentoo.org> AuthorDate: 2020-02-10 18:06:02 +0000 Commit: Matt Turner <mattst88@gentoo.org> CommitDate: 2020-03-19 00:26:47 +0000 app-admin/abrt: Version bump to 2.14.0 - EAPI=7 - Python 3.7 support - Fix python shebangs (bug #685058) - Switched to acct-{user,group} - Depend on rpm[python] (bug #662856) - Depend on libcap - Enabled tests - Removed unused IUSE=debug Closes: https://bugs.gentoo.org/662856 Closes: https://bugs.gentoo.org/685058 Signed-off-by: Matt Turner <mattst88@gentoo.org> app-admin/abrt/Manifest | 1 + app-admin/abrt/abrt-2.14.0.ebuild | 129 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 130 insertions(+)