by Marcool » Sat Feb 18, 2023 11:58 am
I am also experiencing problems with the matrix-synapse rust component on an armv7h system.
The error I am getting is the following:
$this->bbcode_second_pass_code('', 'systemd[1]: Started Synapse Matrix homeserver.
synapse[1253]: Traceback (most recent call last):
synapse[1253]: File "/usr/lib/python3.10/runpy.py", line 187, in _run_module_as_main
synapse[1253]: mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
synapse[1253]: File "/usr/lib/python3.10/runpy.py", line 110, in _get_module_details
synapse[1253]: __import__(pkg_name)
synapse[1253]: File "/usr/lib/python3.10/site-packages/synapse/__init__.py", line 23, in <module>
synapse[1253]: from synapse.util.rust import check_rust_lib_up_to_date
synapse[1253]: File "/usr/lib/python3.10/site-packages/synapse/util/rust.py", line 20, in <module>
synapse[1253]: from synapse.synapse_rust import get_rust_file_digest
synapse[1253]: ModuleNotFoundError: No module named 'synapse.synapse_rust'')
I am not certain this is the same error as yours @pezz, how did you come to determine the absence of that .so file? By diffing across the two packages?