Description of problem: $ abrt-cli list abrt-cli: symbol lookup error: abrt-cli: undefined symbol: libreport_error_msg_and_die Version-Release number of selected component (if applicable): abrt-libs-2.1.8-1.fc21.x86_64 How reproducible: Always Steps to Reproduce: 1.Run 'abrt-cli list' or 'python -c 'import report; report.list()'' Actual results: Crash: Traceback (most recent call last): File "<string>", line 1, in <module> AttributeError: 'module' object has no attribute 'list' [test@dhcp131-226 evolution]$ python -c 'import problem' Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/lib/python2.7/site-packages/problem/__init__.py", line 6, in <module> from _pyabrt import * ImportError: /lib64/libabrt.so.0: undefined symbol: libreport_perror_msg_and_die Expected results: no crash Additional info:
We've forgotten to bump libreport's soname. Please, run 'yum update abrt', re-test and report the results here.
abrt-2.1.9-1.fc20.x86_64 fixed this, thanks