New comment by teh-jazzman on void-packages repository https://github.com/void-linux/void-packages/issues/17841#issuecomment-569540673 Comment: There is a wrong namespace declaration in some SVG icons that the XML parser complains about. This part is an easy fix, but I currently can't get the package to build properly. The SWIG-generated python code to load the low-level C library fails to actually load the library. It's also quite different from the code that's in the current package. If I use that code it works as expected. Not sure what I have to do to make SWIG generate the code as it is in the current package or why it isn't the same code in the first place.