New comment by cinerea0 on void-packages repository https://github.com/void-linux/void-packages/pull/32730#issuecomment-941788614 Comment: While this does build correctly, it now has a runtime error as follows: ``` Loading translations: /usr/lib/python3.10/site-packages/opensnitch/i18n locale: en_US Traceback (most recent call last): File "/usr/sbin/opensnitch-ui", line 60, in service = UIService(app, on_exit) File "/usr/lib/python3.10/site-packages/opensnitch/service.py", line 79, in __init__ self._stats_dialog = StatsDialog(dbname="general", db=self._db) File "/usr/lib/python3.10/site-packages/opensnitch/dialogs/stats.py", line 446, in __init__ self._load_settings() File "/usr/lib/python3.10/site-packages/opensnitch/dialogs/stats.py", line 548, in _load_settings self.rulesSplitter.setSizes([w/4, w/2]) TypeError: index 0 has type 'float' but 'int' is expected ``` I need to do some investigation to see if this is due to the recent 3.10 upgrade or if this is something upstream needs to fix.