Description of problem: When I start gnuradio-companion from bash I obtain an error message (ImportError). It seems that a library on which gnuradio-companion depends misses one or more symbols. Version-Release number of selected component (if applicable): gnuradio-3.10.1.0-1.fc36.x86_64 How reproducible: Steps to Reproduce: 1. Login in a gnome session 2. Open a terminal 3. type "gnuradio-companion" You should now see the ImportError message 4. Type ctrl-c in the terminal. You should now see the error message in the console Actual results: Traceback (most recent call last): File "/usr/lib64/python3.10/site-packages/gnuradio/gr/__init__.py", line 26, in <module> from .gr_python import * ImportError: /lib64/libgnuradio-runtime.so.3.10.1: undefined symbol: _ZN6spdlog5sinks15basic_file_sinkINS_7details10null_mutexEEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEb During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/bin/gnuradio-companion", line 74, in check_gnuradio_import from gnuradio import gr File "/usr/lib64/python3.10/site-packages/gnuradio/gr/__init__.py", line 30, in <module> from .gr_python import * ImportError: /lib64/libgnuradio-runtime.so.3.10.1: undefined symbol: _ZN6spdlog5sinks15basic_file_sinkINS_7details10null_mutexEEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEb During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/bin/gnuradio-companion", line 100, in <module> check_gnuradio_import() File "/usr/bin/gnuradio-companion", line 76, in check_gnuradio_import die(err, GR_IMPORT_ERROR_MESSAGE) File "/usr/bin/gnuradio-companion", line 38, in die d.run() File "/usr/lib/python3.10/site-packages/gi/overrides/Gtk.py", line 583, in run with register_sigint_fallback(self.destroy): File "/usr/lib64/python3.10/contextlib.py", line 142, in __exit__ next(self.gen) File "/usr/lib64/python3.10/site-packages/gi/_ossighelper.py", line 237, in register_sigint_fallback signal.default_int_handler(signal.SIGINT, None) KeyboardInterrupt Expected results: gnuradio-companion window opens. Additional info:
*** This bug has been marked as a duplicate of bug 2084111 ***