There is a new pull request by Gottox against master on the void-packages repository https://github.com/Gottox/void-packages clang-analyzer-fix-scan-view https://github.com/void-linux/void-packages/pull/32978 clang: add missing file for scan-view This PR fixes an issue with current clang-analyzer where it fails to start the scan-view webinterface: ``` scan-view /tmp/scan-build-2021-09-16-111211-22764-1 /usr/bin/scan-view:9: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses import imp Traceback (most recent call last): File "/usr/bin/scan-view", line 150, in main() File "/usr/bin/scan-view", line 147, in main run(port, args, args.root) File "/usr/bin/scan-view", line 74, in run import ScanView File "/usr/bin/../share/scan-view/ScanView.py", line 29, in import Reporter ModuleNotFoundError: No module named 'Reporter' ``` Upstream context: https://reviews.llvm.org/D96367 A patch file from https://github.com/void-linux/void-packages/pull/32978.patch is attached