There is an updated pull request by glaulher against master on the void-packages repository https://github.com/glaulher/void-packages icewm https://github.com/void-linux/void-packages/pull/38994 icewm: update to 2.9.9. I ask for help, the compiler is generating the error on my local machine: ```shell Traceback (most recent call last): File "/usr/armv7l-linux-gnueabihf/usr/bin/markdown_py", line 33, in sys.exit(load_entry_point('Markdown==3.3.4', 'console_scripts', 'markdown_py')()) File "/usr/armv7l-linux-gnueabihf/usr/bin/markdown_py", line 22, in importlib_load_entry_point for entry_point in distribution(dist_name).entry_points File "/usr/lib/python3.10/importlib/metadata/__init__.py", line 957, in distribution return Distribution.from_name(distribution_name) File "/usr/lib/python3.10/importlib/metadata/__init__.py", line 548, in from_name raise PackageNotFoundError(name) importlib.metadata.PackageNotFoundError: No package metadata was found for Markdown make[2]: *** [doc/CMakeFiles/build_html_docs.dir/build.make:73: icewm.html] Error 1 make[2]: *** Deleting file 'icewm.html' make[1]: *** [CMakeFiles/Makefile2:3845: doc/CMakeFiles/build_html_docs.dir/all] Error 2 make: *** [Makefile:146: all] Error 2 => ERROR: icewm-2.9.9_1: do_build: '${make_cmd} ${makejobs} ${make_build_args} ${make_build_target}' exited with 2 => ERROR: in do_build() at common/build-style/cmake.sh:92 ``` A patch file from https://github.com/void-linux/void-packages/pull/38994.patch is attached